mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
print stuffs
This commit is contained in:
parent
611de0ae04
commit
cf5a1ee199
@ -289,9 +289,11 @@ big, small {
|
||||
}
|
||||
|
||||
@media print {
|
||||
html, body, section {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
* {
|
||||
background: transparent !important;
|
||||
color: black !important;
|
||||
box-shadow: none !important;
|
||||
text-shadow: none !important;
|
||||
filter: none !important;
|
||||
@ -302,14 +304,6 @@ big, small {
|
||||
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 {
|
||||
content: "";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user