User:Qduk/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
Revision as of 22:13, 4 June 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;
}
.MainPageKnowledgeBaseBox
{
background-image: url('/skins/common/images/homestar-background.gif');
background-position: bottom right;
background-repeat: no-repeat;
border-color: #f66 !important;
border-style: solid;
border-width: 1px;
}
.MainPageKnowledgeBaseBox h3
{
background-color: #fcc;
background-image: url('/skins/common/images/header-background-star-red.gif');
background-position: bottom right;
background-repeat: no-repeat;
border-color: #f66 !important;
border-style: solid;
border-width: 1px;
color: #000;
font-size: 120%;
margin: 0em -0.3em;
padding: 0.3em;
}
.MainPageWhatsNewBox, .MainPageWikiStuffBox
{
background-image: url('/skins/common/images/strongbad-background.gif');
background-position: bottom right;
background-repeat: no-repeat;
border-color: #66f !important;
border-style: solid;
border-width: 1px;
}
.MainPageWhatsNewBox h3, .MainPageWikiStuffBox h3
{
background-color: #ccf;
background-image: url('/skins/common/images/header-background-star-blue.gif');
background-position: bottom right;
background-repeat: no-repeat;
border-color: #66f !important;
border-style: solid;
border-width: 1px;
color: #000;
font-size: 120%;
margin: 0em -0.3em;
padding: 0.3em;
}
