User:Tooty-Two/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
m (black --> white color change)
Line 1: Line 1:
-
/* Collision of holidays, hoping to be fixed soon */
+
/* It's decemberween all the time here! Finally fixed the season crisis. */
 +
.mp-table
 +
{
 +
margin-top: 8px;
 +
}
-
body {
+
.mp-header
-
    background: #bbb url(skins/monobook/headbg-hw.jpg) 0 0 repeat-x !important;
+
{
-
}
+
background: #FFF;
 +
padding: 0 8px 4px;
 +
}
-
#p-personal li a { color: #FF0000 !important; }
+
.mp-languages
 +
{
 +
background: #FFC;
 +
border: 2px solid #FC0;
 +
padding: 0 8px;
 +
}
-
#p-cactions li a { color: #008000 !important; }
+
.mp-browse-header,
 +
.mp-whatsnew-header,
 +
.mp-featured-header
 +
{
 +
padding: 4px 8px;
 +
font-size: 125%;
 +
font-weight: bold;
 +
color: #FFF;
 +
}
-
.MainPageKnowledgeBaseBox {
+
.mp-browse
-
    background: url(/skins/common/images/homestar-dweenfade.png) repeat-x bottom right !important;
+
{
-
    border: 1px solid #FFB205 !important;
+
background: #DEF0CF;
-
    background-color: #FAF7F2 !important;
+
border: 1px solid #608050;
-
}
+
}
-
.MainPageKnowledgeBaseBox h3 {
+
.mp-browse-header
-
    color: #FFF !important;
+
{
-
    background: url(/skins/common/images/header-background-redfade.gif) repeat-x top #D49300 !important;
+
background: #608050;
-
}
+
}
-
.MainPageWhatsNewBox, .MainPageWikiStuffBox {
+
.mp-whatsnew
-
    background: url(/skins/common/images/strongbad-dweenfade.png) repeat-x bottom right !important;
+
{
-
    border:1px solid #5D5D5D !important;
+
background: #E3E8F2;
-
    background-color: #F2F2F2 !important;
+
border: 1px solid #1C58A3;
-
}
+
}
-
.MainPageWhatsNewBox h3, .MainPageWikiStuffBox h3 {
+
.mp-whatsnew-header
-
    background: url(/skins/common/images/header-background-greenfade.gif) repeat-x top #5D5D5D !important;
+
{
-
}
+
background: #1C58A3;
 +
}
-
#p-logo a {
+
.mp-featured
-
    background: url(/skins/common/images/wiki-dween.gif) no-repeat !important;
+
{
-
}
+
background: #FFE9E5;
 +
border: 1px solid #A50901;
 +
}
 +
 
 +
.mp-featured-header
 +
{
 +
background: #A50901;
 +
}
 +
 
 +
.mp-donations
 +
{
 +
background: #FFF7CB;
 +
border: 1px solid #FFAD80;
 +
padding: 0 8px 4px;
 +
}
 +
 
 +
.mp-content
 +
{
 +
padding: 0 8px 4px;
 +
}
 +
 
 +
.mp-header,
 +
.mp-languages
 +
{
 +
text-align: center;
 +
}
 +
 
 +
.mp-welcome
 +
{
 +
font-size: 160%;
 +
margin-top: 8px;
 +
}
 +
 
 +
.mp-languages
 +
{
 +
font-size: smaller;
 +
}
 +
 
 +
.mp-browsetext
 +
{
 +
font-size: 90%;
 +
line-height: 100%
 +
}
 +
 
 +
.mp-whatsnewimage
 +
{
 +
float: right;
 +
border: 1px solid #1C58A3;
 +
margin: 4px 0 4px 6px;
 +
}
 +
 
 +
.mp-featuredimage
 +
{
 +
float: left;
 +
padding: 8px 12px 0 0
 +
}
 +
 
 +
.page-HRWiki_Welcome_he #wpTextbox1
 +
{
 +
direction: rtl;
 +
}
 +
 
 +
.page-HRWiki_Welcome_he #toctitle
 +
{
 +
direction: ltr;
 +
}

Revision as of 19:51, 23 December 2008

/* It's decemberween all the time here! Finally fixed the season crisis. */
.mp-table
{
	margin-top: 8px;
}

.mp-header
{
	background: #FFF;
	padding: 0 8px 4px;
}

.mp-languages
{
	background: #FFC;
	border: 2px solid #FC0;
	padding: 0 8px;
}

.mp-browse-header,
.mp-whatsnew-header,
.mp-featured-header
{
	padding: 4px 8px;
	font-size: 125%;
	font-weight: bold;
	color: #FFF;
}

.mp-browse
{
	background: #DEF0CF;
	border: 1px solid #608050;
}

.mp-browse-header
{
	background: #608050;
}

.mp-whatsnew
{
	background: #E3E8F2;
	border: 1px solid #1C58A3;
}

.mp-whatsnew-header
{
	background: #1C58A3;
}

.mp-featured
{
	background: #FFE9E5;
	border: 1px solid #A50901;
}

.mp-featured-header
{
	background: #A50901;
}

.mp-donations
{
	background: #FFF7CB;
	border: 1px solid #FFAD80;
	padding: 0 8px 4px;
}

.mp-content
{
	padding: 0 8px 4px;
}

.mp-header,
.mp-languages
{
	text-align: center;
}

.mp-welcome
{
	font-size: 160%;
	margin-top: 8px;
}

.mp-languages
{
	font-size: smaller;
}

.mp-browsetext
{
	font-size: 90%;
	line-height: 100%
}

.mp-whatsnewimage
{
	float: right;
	border: 1px solid #1C58A3;
	margin: 4px 0 4px 6px;
}

.mp-featuredimage
{
	float: left;
	padding: 8px 12px 0 0
}

.page-HRWiki_Welcome_he #wpTextbox1
{
	direction: rtl;
}

.page-HRWiki_Welcome_he #toctitle
{
	direction: ltr;
}