MediaWiki:Monobook.css

From Bob's Burgers Wiki
Jump to navigation Jump to 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 */

/* 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;
	border: 1px solid #ED202F;
}

#p-cactions ul li, #p-cactions ul li a {  
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
}

#content, .toc {
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

/* Background */
body {
	background: #fe5c5c  url(http://www.shoutwiki.com/w/images/bobsburgers/1/1f/Background.jpg) top repeat;
}

/* Wiki colors */
div#content {
	background-color: #FFECEC;
	color: #000000;
	border-right: none;
	line-height: 1.5em;
}

hr {
	height: 1px;
	color: #000000;
	background-color: #ffee75;
	border: 0;
	margin: .2em 0 .2em 0;
}

/* Sidebar */

.generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody {
        background:#FFECEC; repeat scroll 0 0 transparent !important;;
	border:1px solid #ED202F !important;
}

/* Page tabs */
#p-cactions li.selected a{
	background-color:#FFECEC;
	border-left: 1px solid #ED202F;
	border-right: 1px solid #ED202F;
	border-top: 1px solid #ED202F;
}
#p-cactions li a {
	background-color:#FFECEC;
	color:#000000;
	-moz-border-radius:1px 1px 0 0;
	border-left 1px solid #ED202F;
	border-right: 1px solid #ED202F;
	border-top: 1px solid #ED202F;
}

/* Tables (i.e. sitenotice, Special:SpecialPages etc.) */
table {
	background-color: transparent;
}

/* Link colors */
a:link { color: #A55873; text-decoration: bold; } /* normal unvisited links */
a:link:visited { color: #A55873; text-decoration: bold; } /* visited links */
a:link:active { color: #A55873; text-decoration: bold; } /* active links */
a:link.new { color: #A55873; text-decoration: bold; } /* new links */
a:link.interwiki { color: #A55873; text-decoration: bold; } /* interwiki links */
a:link.external { color: #A55873; text-decoration: bold; } /* external links */
a:link.stub { color: #A55873; text-decoration: bold; } /* hovered links */
 
a:link { color: #A55873; text-decoration: bold; }
a:visited { color: #A55873; text-decoration: bold; }
a:hover { color: #A55873; text-decoration: bold; }
a:active { color: #A55873; text-decoration: bold; }

/* TOP RIGHT LINKS */
div#p-personal.portlet a {
	color: #A55873;
}

/* User icon */
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
	background: url(http://www.shoutwiki.com/w/images/bobsburgers/5/54/User-icon.png) no-repeat;
}

/* Footer */
div#footer {
	background: #FFECEC;
	border-top: 2px solid #ED202F;
	border-bottom: 2px solid #ED202F;
}