mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
print stuffs
This commit is contained in:
parent
611de0ae04
commit
cf5a1ee199
@ -289,9 +289,11 @@ big, small {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
html, body, section {
|
||||||
|
background: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
background: transparent !important;
|
|
||||||
color: black !important;
|
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
filter: none !important;
|
filter: none !important;
|
||||||
@ -302,14 +304,6 @@ big, small {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href]:after {
|
|
||||||
content: " (" attr(href) ")";
|
|
||||||
}
|
|
||||||
|
|
||||||
abbr[title]:after {
|
|
||||||
content: " (" attr(title) ")";
|
|
||||||
}
|
|
||||||
|
|
||||||
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
|
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user