MediaWiki:Darkvector.css: Difference between revisions
From Prometheus Networks Wiki
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
#left-navigation div.darkvectorTabs,#right-navigation div.darkvectorTabs { | #left-navigation div.darkvectorTabs,#right-navigation div.darkvectorTabs { | ||
background-color: #D28A0D; | background-color: #D28A0D; | ||
} | |||
.mw-body h1,.mw-body h2,.mw-body #firstHeading { | |||
font-family: serif; | |||
} | } |
Revision as of 01:10, 16 November 2023
/* CSS placed here will affect users of the DarkVector skin */ .mw-body-content { font-size: .95em; } ul { list-style-image: none; } .mw-body { border: 1px solid #D28A0D; } #left-navigation div.darkvectorTabs,#right-navigation div.darkvectorTabs { background-color: #D28A0D; } .mw-body h1,.mw-body h2,.mw-body #firstHeading { font-family: serif; }