MediaWiki:Monobook.css: Difference between revisions

From altgothic
Jump to navigation Jump to search
(This CSS is by kest.)
(No difference)

Revision as of 20:08, 17 May 2008

/* CSS placed here will affect users of the Monobook skin */
body{
background: #000;
}

:link { color: #90f; }
:link:visited { color: #60f; }

a{color:#90f;}
a:visited{color:#60f;}

#content{
background: #444449;
border: 1px solid #333;
}

#p-cactions ul li a{
background: #555559;
color: #90f;
}

#p-cactions ul li{
border: 1px solid #333;
}
#p-cactions ul li.selected a{
background: #444449;
color: #60f;


}
#p-cactions ul li.selected{
border: 1px solid #333;
}

#p-cactions li a:hover{
background: #444449;
}

.portlet {
background: #555559;
margin-left: 4px;
padding-top: 2px;
}

.pBody{
background: #333339;
border: 1px solid #333;
}


.pBody a{
color: #90f;
}
.pBody a:visited{
color: #60f;
}

#p-logo{
background: #000;
}

#footer{
background:#555559;
border: 1px solid #333;
}
#footer a{
color: #f00;
}