Jump to content

User:Rahk EX/monobook.css

From Wikipedia, the free encyclopedia
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.
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */

#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topleft: 0.3em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomleft: 0.3em;
  -moz-border-radius-bottomright: 1em;
}

#catlinks {
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
}
table.toc {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-bottomright: 1em;
}
span.edittools_main {
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
}
.thumbinner,
.wikitable,
.NavContent,
.NavFrame,
.NavHead,
.usermessage,
.plainlinks,
.plainlinks,
.infobox,
.infobox sisterproject,
.noprint Template-Shortcut,
.messagebox standard-talk,
.toccolours,
.mw-parser-output div.documentation,
.navbox collapsible,
.messagebox,
.gallerybox,
.infobox geography vcard,
.Template-Shortcut,
.MainPageBG,
.anontalktext,
.messagebox cleanup metadata{
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-bottomright: 1em;
}

window.showTocToggle {
  tocHideText: "hiding";
}