MediaWiki:Monobook.css

From the group that combats the Wikia skin, the Anti-Wikia alliance.
Jump to: navigation, search

Note: After saving, 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Monobook skin */

/* Background image */
body {
	background: #F5FAFF;
}

#content {
	background: #E0F0FF;
	border: 1px solid #003D75;
	/*border: 1px solid #003D75 !important;*/
	color: #02000F;
	line-height: 1.5em;
	padding: 0 1em 1.5em 1em;
	position: relative;
	z-index: 2;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0px 0px 1.5em #555;
        -webkit-box-shadow: 0px 0px 1.5em #555;
        box-shadow: 0px 0px 1.5em #555;
        -moz-box-shadow-right: none;
        -webkit-box-shadow-right: none;
        box-shadow-right: none;
        width: 83%;
}

/* Tables (i.e. sitenotice, Special:SpecialPages etc.) */
table {
	background-color: transparent;
}
/* Fixing infoboxes */
.infobox {
	text-align: left;
	border: 1px solid lightgray;
	background: #F5FAFF;
	vertical-align: top;
}