MediaWiki:Monobook.css: Difference between revisions
From Ephinea PSO Wiki
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
li#pt-userpage { background: none } | li#pt-userpage { background: none } | ||
#p-cactions ul li, #p-cactions ul li a { | |||
-moz-border-radius-topleft: 1em; | |||
-moz-border-radius-topright: 1em; | |||
} | |||
#content { | |||
-moz-border-radius-topleft: 1em; | |||
-moz-border-radius-bottomleft: 1em; | |||
} | |||
div.pBody { | |||
-moz-border-radius-topright: 1em; | |||
-moz-border-radius-bottomright: 1em; | |||
} | |||
/* same following the css3 draft specs, any browsers supporting this? */ | |||
#p-cactions ul li, #p-cactions ul li a { | |||
border-radius-topleft: 1em; | |||
border-radius-topright: 1em; | |||
} | |||
#content { | |||
border-radius-topleft: 1em; | |||
border-radius-bottomleft: 1em; | |||
} | |||
div.pBody { | |||
border-radius-topright: 1em; | |||
border-radius-bottomright: 1em; | |||
} |
Revision as of 10:01, 20 July 2017
div#globalWrapper { width:100%; max-width:1600px; margin: 0 auto; } li#pt-userpage { background: none } #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; } #content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; } /* same following the css3 draft specs, any browsers supporting this? */ #p-cactions ul li, #p-cactions ul li a { border-radius-topleft: 1em; border-radius-topright: 1em; } #content { border-radius-topleft: 1em; border-radius-bottomleft: 1em; } div.pBody { border-radius-topright: 1em; border-radius-bottomright: 1em; }