MediaWiki:Monaco.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.
body,
.monaco_shrinkwrap {
	background: #F5FAFF;
}

#page,
#background_strip,
.widget {
	background: #E0F0FF;
	border: 1px solid #003D75;
	/*border: 1px solid #003D75 !important;*/
	color: #02000F;
	line-height: 1.5em;
        -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;
}

#page_tabs li {
        padding: 0em 1em;
	border: 1px solid #003D75;
	/*border: 1px solid #003D75 !important;*/
	color: #02000F;
        -moz-border-radius-topleft: 10px;
        -webkit-border-radius-topleft: 10px;
        border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -webkit-border-radius-topright: 10px;
        border-radius-topright: 10px;
}

.selected {
	background: #E0F0FF;
        border-bottom: none;
}