User:The Millionth One/monobook.css

From The Fifth City Wiki
Revision as of 01:55, 11 July 2017 by The Millionth One (talk | contribs) (Created page with "CSS page for Monobook skin: rounded corners - Mozilla/Firefox and WebKit browsers only: .pBody { padding: 0.1em 0.1em; -moz-border-radius-topright: 0.5em; -moz-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS page for Monobook skin */

/* rounded corners - Mozilla/Firefox  and WebKit browsers only */
.pBody {
	padding: 0.1em 0.1em;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}