MediaWiki:Monobook.css

From LagWiki

(Difference between revisions)
Jump to: navigation, search
(Background of the portlet labels so that they are visible)
(Border colors for the sidebars)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */
body{ background: black url("/images/6/6c/BgRoughStone1.jpg") 0px 0px; }
body{ background: black url("/images/6/6c/BgRoughStone1.jpg") 0px 0px; }
-
.portlet h5 {background:white;}
+
.portlet h5 {background:white; border: 1px solid black;}
 +
.portlet .pBody {border: 1px solid black;}

Revision as of 13:33, 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;}
Personal