Difference between revisions of "MediaWiki:Monobook.css"
From Twinsuniverse
m |
m (that's just werid...) |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<pre> | <pre> | ||
/* Main content frame */ | /* Main content frame */ |
Revision as of 13:31, 4 July 2007
/* CSS placed here will affect users of the Monobook skin */ <pre> /* Main content frame */ #content { -moz-border-radius-topleft:0.4em; -moz-border-radius-topright:0.4em; -moz-border-radius-bottomright:0.4em; } /* Upper tabs */ #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 0.7em; -moz-border-radius-topright: 0.7em; } /* Side-Bar */ div.pBody { -moz-border-radius:7px; } /* Footer */ #footer { -moz-border-radius:0.3em; } /* Thumbnails */ div.thumbinner { -moz-border-radius:0.6em; } /* Table of Contents */ #toc { -moz-border-radius:8px; } /* "Categories" box */ #catlinks { -moz-border-radius:8px; } /* Left boxes on main page */ table[align="left"][cellspacing="6"] td { -moz-border-radius:9px; } </pre>