Difference between revisions of "MediaWiki:Darkvector.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect users of the DarkVector skin: ") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the DarkVector skin */ | /* CSS placed here will affect users of the DarkVector skin */ | ||
+ | |||
+ | #p-logo a { | ||
+ | background-size: 100%; | ||
+ | margin: 0 0.6em 0 1.3em; | ||
+ | width: 10em; | ||
+ | height: 90px; | ||
+ | } | ||
+ | |||
+ | #p-logo { | ||
+ | height: 70px; | ||
+ | } |
Revision as of 15:29, 26 February 2020
/* CSS placed here will affect users of the DarkVector skin */ #p-logo a { background-size: 100%; margin: 0 0.6em 0 1.3em; width: 10em; height: 90px; } #p-logo { height: 70px; }