User:Tooty-Two/monobook.css

From Homestar Runner Wiki

< User:Tooty-Two(Difference between revisions)
Jump to: navigation, search
m (broken)
 
(includes 1 intermediate revision)
Line 128: Line 128:
  }
  }
-
a, a:visited
+
#p-personal li a { color: #FF0000 !important; }
 +
 
 +
#p-cactions li a { color: #008000 !important; }
 +
 
 +
b, i, u
{
{
   color:green;
   color:green;
}
}
-
a:hover, a:broken
+
h1, h2, h3, h4, h5, h6
{
{
   color:red;
   color:red;
}
}
-
#p-personal li a { color: #FF0000 !important; }
+
bodyContent
 +
{
 +
  font-color:green;
 +
}
-
#p-cactions li a { color: #008000 !important; }
+
a, a:visited
 +
{
 +
  color:silver;
 +
}
 +
 
 +
a:hover
 +
{
 +
  color:red;
 +
}

Current revision as of 16:28, 27 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;
}

body
{
  background: url(skins/monobook/headbg-snow.png) no-repeat !important;
}

#p-logo a {
    background: url(/skins/common/images/wiki-dween.gif) no-repeat !important;
 }

#p-personal li a { color: #FF0000 !important; }

#p-cactions li a { color: #008000 !important; }

b, i, u
{
  color:green;
}

h1, h2, h3, h4, h5, h6
{
  color:red;
}

bodyContent
{
  font-color:green;
}

a, a:visited
{
  color:silver;
}

a:hover
{
  color:red;
}