Difference between revisions of "MediaWiki:Monobook.css"
From PHYSpedia
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
− | #p-logo | + | |
− | + | #p-logo a, | |
− | + | #p-logo a:hover { | |
− | + | display: block; | |
− | |||
height: 200px; | height: 200px; | ||
− | width: | + | width: 12.2em; |
− | + | background-repeat: no-repeat; | |
+ | background-position: 35% 50% !important; | ||
+ | text-decoration: none; | ||
} | } |
Revision as of 12:55, 4 September 2011
/* CSS placed here will affect users of the Monobook skin */ #p-logo a, #p-logo a:hover { display: block; height: 200px; width: 12.2em; background-repeat: no-repeat; background-position: 35% 50% !important; text-decoration: none; }