Difference between revisions of "MediaWiki:Print.css"
Jump to navigation
Jump to search
Rre36-admin (talk | contribs) (Created page with "→CSS placed here will affect the print output: body { background-color: #ddd; } .vector-menu-tabs .selected { background: #ddd; } .vector-menu-tabs li { backg...") |
Rre36-admin (talk | contribs) |
||
| Line 2: | Line 2: | ||
body { | body { | ||
| − | background-color: #ddd; | + | background-color: #ddd !important; |
} | } | ||
.vector-menu-tabs .selected { | .vector-menu-tabs .selected { | ||
| − | background: #ddd; | + | background: #ddd !important; |
} | } | ||
.vector-menu-tabs li { | .vector-menu-tabs li { | ||
| − | background-image: linear-gradient(to top,#77c1f6 0,#c7dce7 1px,#ddd 100%); | + | background-image: linear-gradient(to top,#77c1f6 0,#c7dce7 1px,#ddd 100%) !important; |
} | } | ||
Revision as of 17:59, 27 March 2021
/* CSS placed here will affect the print output */
body {
background-color: #ddd !important;
}
.vector-menu-tabs .selected {
background: #ddd !important;
}
.vector-menu-tabs li {
background-image: linear-gradient(to top,#77c1f6 0,#c7dce7 1px,#ddd 100%) !important;
}