MediaWiki:Monobook.css: Difference between revisions

From Sharewiki.org
No edit summary
(.page-Main_Page h1 { display:none; })
 
(5 intermediate revisions by one other user not shown)
Line 9: Line 9:
   background-color: #bdddff;
   background-color: #bdddff;
}
}
.page-Main_Page h1 { display:none; }


.portlet H5 { display:none; }
.portlet H5 { display:none; }


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


</nowiki></pre>
</nowiki></pre>

Latest revision as of 11:32, 21 December 2008

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


<pre><nowiki>
*/

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

.page-Main_Page h1 { display:none; }

.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; background-color: #ebffe3; }
#footer { background-color: #ebffe3; }

</nowiki></pre>