MediaWiki:Monobook.css

From Sharewiki.org
Revision as of 08:14, 17 December 2008 by Abundance (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Monobook skin 


<pre><nowiki>
*/

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

.portlet H5 { display:none; }

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ 
#p-cactions ul li { -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; background-color: #ebffe3; }
#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; background-color: #ebffe3; }
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; background-color: #ebffe3; }
#footer { background-color: #ebffe3; }

</nowiki></pre>