User:Soapergem/monobook.css

From Homestar Runner Wiki

< User:Soapergem(Difference between revisions)
Jump to: navigation, search
m
m
 
(includes 4 intermediate revisions)
Line 1: Line 1:
-
#p-logo a /* change the logo */
+
/* change the logo */
 +
#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;
}
}
-
.MainPageKnowledgeBaseBox
+
/* change Mozilla autoscroll image */
 +
html > img
{
{
-
background-image: url('/skins/common/images/homestar-background.gif');
+
background-image: url('http://img474.imageshack.us/img474/4264/sbscrollpn3.png') !important;
-
background-position: bottom right;
+
background-position: top left;
background-repeat: no-repeat;
background-repeat: no-repeat;
-
border-color: #f66 !important;
+
height: 32px !important;
-
border-style: solid;
+
padding-left: 32px !important;
-
border-width: 1px;
+
width: 0px !important;
}
}
-
.MainPageKnowledgeBaseBox h3
+
/* change the gradient bars */
 +
td.MainPageKnowledgeBaseBox h3
{
{
-
background-color: #fcc;
+
background-color: #500401;
-
background-image: url('/skins/common/images/header-background-star-red.gif');
+
background-image: url('http://img408.imageshack.us/img408/733/redfade1pn.gif') !important;
-
background-position: bottom right;
+
background-position: top;
-
background-repeat: no-repeat;
+
background-repeat: repeat-x;
-
border-color: #f66 !important;
+
color: #fff;
-
border-style: solid;
+
-
border-width: 1px;
+
-
color: #000;
+
-
font-size: 120%;
+
-
margin: 0em -0.3em;
+
-
padding: 0.3em;
+
}
}
-
 
+
td.MainPageWhatsNewBox h3
-
.MainPageWhatsNewBox, .MainPageWikiStuffBox
+
{
{
-
background-image: url('/skins/common/images/strongbad-background.gif');
+
color: #fff;
-
background-position: bottom right;
+
background-color: #012B60;
-
background-repeat: no-repeat;
+
background-image: url('http://img237.imageshack.us/img237/6510/bluefadevg1.gif') !important;
-
border-color: #66f !important;
+
background-position: top;
-
border-style: solid;
+
background-repeat: repeat-x;
-
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;
+
}
}

Current revision as of 22:42, 5 December 2006

/* change the logo */
#p-logo a
{
	background: url('http://www.hrwiki.org/images/thumb/c/c9/Homestarpedia.png/146px-Homestarpedia.png') 35% 50% no-repeat !important;
}

/* change Mozilla autoscroll image */
html > img
{
	background-image: url('http://img474.imageshack.us/img474/4264/sbscrollpn3.png') !important;
	background-position: top left;
	background-repeat: no-repeat;
	height: 32px !important;
	padding-left: 32px !important;
	width: 0px !important;
}

/* change the gradient bars */
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;
}
Personal tools