User:Oxguy3/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
(deleted) |
(replaced wiki logo) |
||
Line 1: | Line 1: | ||
- | + | /* replace Homestar Runner Wiki logo with "File:Logo Redesign World Grey.png" */ | |
+ | #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; | ||
+ | } |
Revision as of 23:04, 28 September 2010
/* replace Homestar Runner Wiki logo with "File:Logo Redesign World Grey.png" */ #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; }