Difference between revisions of "MediaWiki:Darkvector.css"
From Discordia
(Created page with "→CSS placed here will affect users of the DarkVector skin: .navbox { background-color: #2E2A37; }") |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the DarkVector skin */ |
/* CSS placed here will affect users of the DarkVector skin */ |
||
− | .navbox |
+ | .navbox, |
+ | .navbox-subgroup { |
||
background-color: #2E2A37; |
background-color: #2E2A37; |
||
+ | } |
||
+ | .navbox-list { |
||
+ | border-color: #2E2A37; |
||
+ | } |
||
+ | .navbox-even { |
||
+ | background-color: #201e26; |
||
} |
} |