User:AndrewNeo/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
m (Unnessicary)
(Thanks User:Soapergem)
Line 1: Line 1:
-
.MainPageKnowledgeBaseBox {
+
#p-logo a /* change the logo */
-
    background: url(/skins/common/images/homestar-background.gif);
+
{
-
    background-repeat: no-repeat;
+
background: url('http://www.hrwiki.org/images/thumb/c/c9/Homestarpedia.png/146px-Homestarpedia.png') 35% 50% no-repeat !important;
-
    background-position: bottom right;
+
}
-
}
+
-
.MainPageKnowledgeBaseBox h3 {
+
.MainPageKnowledgeBaseBox
-
    margin: 0 -.3em;
+
{
-
    padding: .3em;
+
background-image: url('/skins/common/images/homestar-background.gif');
-
    font-size: 120%;
+
background-position: bottom right;
-
    background: url(/skins/common/images/header-background-star-red.gif) no-repeat bottom right #fcc;
+
background-repeat: no-repeat;
-
    border: 1px solid #f66;
+
border-color: #f66 !important;
-
}
+
border-style: solid;
 +
border-width: 1px;
 +
}
-
/* MainPageWhatsNewBox is the current name; MainPageWikiStuffBox is a legacy name */
+
.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 {
+
.MainPageWhatsNewBox, .MainPageWikiStuffBox
-
    background: url(/skins/common/images/strongbad-background.gif);
+
{
-
    background-repeat: no-repeat;
+
background-image: url('/skins/common/images/strongbad-background.gif');
-
    background-position: bottom right;
+
background-position: bottom right;
-
}
+
background-repeat: no-repeat;
 +
border-color: #66f !important;
 +
border-style: solid;
 +
border-width: 1px;
 +
}
-
.MainPageWhatsNewBox h3, .MainPageWikiStuffBox h3 {
+
.MainPageWhatsNewBox h3, .MainPageWikiStuffBox h3
-
    margin: 0 -.3em;
+
{
-
    padding: .3em;
+
background-color: #ccf;
-
    font-size: 120%;
+
background-image: url('/skins/common/images/header-background-star-blue.gif');
-
    background: url(/skins/common/images/header-background-star-blue.gif) no-repeat bottom right #ccf;
+
background-position: bottom right;
-
    border: 1px solid #66f;
+
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;
 +
}

Revision as of 22:02, 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;
}
Personal tools