Jump to content

User:AudiblySilenced/monobook.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AudiblySilenced (talk | contribs) at 03:59, 10 July 2008. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Makes most corners round, only supported by Mozilla/Firefox/Gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
div.thumb, .tright, .tleft, .thumbinner, .thumbcaption {  
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-bottomright: 1em;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  padding-top: 1em;
}
#content, td.navbox-group { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody, td.navbox-list, td.navbox-even, td.navbox-odd {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}
div.infobox, table.infobox, div.portal, td.MainPageBG, div.gallerybox, table, td.navbox-abovebelow, th, #toc, #catlinks, .NavFrame, .NavHead, .NavContent {
  -moz-border-radius: 1em;
}