MediaWiki:Standard.css
From Wiki
Holy Diver (talk | contribs) (Created page with "→CSS placed here will affect users of the Standard skin: #quickbar a img { visibility:hidden; } →logo: ") |
Holy Diver (talk | contribs) |
||
Line 2: | Line 2: | ||
#quickbar a img { visibility:hidden; } /*logo*/ | #quickbar a img { visibility:hidden; } /*logo*/ | ||
+ | |||
+ | #quickbar a, #quickbar a:hover | ||
+ | { | ||
+ | display: block; /*monobook style*/ | ||
+ | height: 155px; width: 12.2em; | ||
+ | background-image: url(/w/bwiki.png); | ||
+ | background-position:left bottom; | ||
+ | background-repeat:no-repeat; | ||
+ | } |
Revision as of 01:00, 18 February 2011
/* CSS placed here will affect users of the Standard skin */ #quickbar a img { visibility:hidden; } /*logo*/ #quickbar a, #quickbar a:hover { display: block; /*monobook style*/ height: 155px; width: 12.2em; background-image: url(/w/bwiki.png); background-position:left bottom; background-repeat:no-repeat; }