MediaWiki:Monobook.css: Difference between revisions

From Ephinea PSO Wiki
No edit summary
(Replaced content with "div#globalWrapper { width="100%"; max-width:1920px; margin: 0 auto; background: #002421; }")
 
(89 intermediate revisions by 2 users not shown)
Line 1: Line 1:
div#globalWrapper { width:100%; max-width:1600px; margin: 0 auto; }
div#globalWrapper { width="100%"; max-width:1920px; margin: 0 auto; background: #002421; }
 
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;
}

Latest revision as of 02:13, 5 November 2021

div#globalWrapper { width="100%"; max-width:1920px; margin: 0 auto; background: #002421; }