User:Soapergem/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
m (quick fix) |
m |
||
| Line 1: | Line 1: | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | + | ||
/* change the logo (without text) */ | /* change the logo (without text) */ | ||
| - | + | #p-logo a { | |
background: url(http://www.hrwiki.org/images/thumb/c/c9/Homestarpedia.png/146px-Homestarpedia.png) 35% 50% no-repeat !important; | background: url(http://www.hrwiki.org/images/thumb/c/c9/Homestarpedia.png/146px-Homestarpedia.png) 35% 50% no-repeat !important; | ||
| + | } | ||
| + | |||
| + | /* Alternatively, if you just want the logo with text, copy (and uncomment) the following */ | ||
| + | |||
| + | /* change the logo (with text) */ | ||
| + | /*#p-logo a { | ||
| + | background-image: url('http://img155.imageshack.us/img155/3868/wiki7re.png') !important; | ||
| + | background-position: top left; | ||
| + | background-repeat: no-repeat; | ||
}*/ | }*/ | ||
Revision as of 09:00, 11 March 2006
/* change the logo (without text) */
#p-logo a {
background: url(http://www.hrwiki.org/images/thumb/c/c9/Homestarpedia.png/146px-Homestarpedia.png) 35% 50% no-repeat !important;
}
/* Alternatively, if you just want the logo with text, copy (and uncomment) the following */
/* change the logo (with text) */
/*#p-logo a {
background-image: url('http://img155.imageshack.us/img155/3868/wiki7re.png') !important;
background-position: top left;
background-repeat: no-repeat;
}*/
