MediaWiki:Monobook.css: Difference between revisions

From Wikipedia of the Dark Brotherhood, an online Star Wars Club
No edit summary
mNo edit summary
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
/* edit this file to customize the monobook skin for the entire site */
/* 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 */
<pre>
#p-cactions ul li, #p-cactions ul li a {   
#p-cactions ul li, #p-cactions ul li a {   
   -moz-border-radius-topleft: .5em;
   -moz-border-radius-topleft: .5em;
Line 14: Line 15:
}
}
#footer { margin-top: -0.1em; }
#footer { margin-top: -0.1em; }
</pre>

Revision as of 19:35, 20 April 2006

/* edit this file to customize the monobook skin for the entire site */
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
<pre>
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: .5em;
  -moz-border-radius-topright: .5em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}
#footer { margin-top: -0.1em; }
</pre>