ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

User:DCoder/monobook.css

From ModEnc
< User:DCoder
Revision as of 06:01, 13 July 2006 by DCoder (talk | contribs) (Dummy for now)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* rounded corners on tabs */

#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}