User:Oxguy3/monobook.css
From Homestar Runner Wiki
< User:Oxguy3(Difference between revisions)
m (removed failing script) |
(testing new improved logo code) |
||
Line 1: | Line 1: | ||
- | + | #flashcontent/*, #p-logo a*/ | |
+ | { | ||
+ | display:none; | ||
+ | } | ||
+ | #p-logo | ||
+ | { | ||
+ | background-image:url(http://www.hrwiki.org/w/images/d/d9/Logo_Redesign_World_Grey.png); | ||
+ | background-position: 50% 50%; | ||
+ | background-repeat: no-repeat; | ||
+ | display: inline; | ||
+ | height: 160px; | ||
+ | text-decoration: none; | ||
+ | z-index: 999; | ||
+ | } |
Current revision as of 00:41, 4 February 2012
#flashcontent/*, #p-logo a*/ { display:none; } #p-logo { background-image:url(http://www.hrwiki.org/w/images/d/d9/Logo_Redesign_World_Grey.png); background-position: 50% 50%; background-repeat: no-repeat; display: inline; height: 160px; text-decoration: none; z-index: 999; }