MediaWiki:Monobook.css: Difference between revisions

From Sharewiki.org
(New page: →‎CSS placed here will affect users of the Monobook skin <pre><nowiki>: BODY { background: none; background-color: #ddc; } .portlet H5 { display:none; } /* make a few corner...)
(No difference)

Revision as of 22:25, 6 November 2008

/* CSS placed here will affect users of the Monobook skin 


<pre><nowiki>
*/

BODY { 
  background: none; 
  background-color: #ddc;
}

.portlet H5 { display:none; }

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ 
#p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; }
#content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; }
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }

</nowiki></pre>