User:Soapergem/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
m |
m |
||
| Line 6: | Line 6: | ||
td.MainPageKnowledgeBaseBox h3 | td.MainPageKnowledgeBaseBox h3 | ||
{ | { | ||
| + | background-color: #500401; | ||
background-image: url('http://img408.imageshack.us/img408/733/redfade1pn.gif') !important; | background-image: url('http://img408.imageshack.us/img408/733/redfade1pn.gif') !important; | ||
| + | background-position: top; | ||
| + | background-repeat: repeat-x; | ||
| + | color: #fff; | ||
| + | } | ||
| + | td.MainPageWhatsNewBox h3 | ||
| + | { | ||
| + | color: #fff; | ||
| + | background-color: #012B60; | ||
| + | background-image: url('http://img237.imageshack.us/img237/6510/bluefadevg1.gif') !important; | ||
| + | background-position: top; | ||
| + | background-repeat: repeat-x; | ||
} | } | ||
Revision as of 08:22, 4 December 2006
#p-logo a /* change the logo */
{
background: url('http://www.hrwiki.org/images/thumb/c/c9/Homestarpedia.png/146px-Homestarpedia.png') 35% 50% no-repeat !important;
}
td.MainPageKnowledgeBaseBox h3
{
background-color: #500401;
background-image: url('http://img408.imageshack.us/img408/733/redfade1pn.gif') !important;
background-position: top;
background-repeat: repeat-x;
color: #fff;
}
td.MainPageWhatsNewBox h3
{
color: #fff;
background-color: #012B60;
background-image: url('http://img237.imageshack.us/img237/6510/bluefadevg1.gif') !important;
background-position: top;
background-repeat: repeat-x;
}
