MediaWiki:Monobook.css

From LagWiki

(Difference between revisions)
Jump to: navigation, search
(Added a background texture)
(Background of the portlet labels so that they are visible)
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;}

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