MediaWiki:Monobook.css

From LagWiki

(Difference between revisions)
Jump to: navigation, search
(sidebar links color)
(Hide the footer)
Line 4: Line 4:
.portlet .pBody {border: 1px solid black;}
.portlet .pBody {border: 1px solid black;}
.portlet a {color:black;}
.portlet a {color:black;}
 +
#footer { display: none; }

Revision as of 23:42, 27 May 2010

/* CSS placed here will affect users of the Monobook skin */
body{ background: black url("/images/6/6c/BgRoughStone1.jpg") 0px 0px; }
.portlet h5 {background:white; border: 1px solid black;}
.portlet .pBody {border: 1px solid black;}
.portlet a {color:black;}
#footer { display: none; }
Personal