MediaWiki:Monobook.css

From Darren Shan Wiki
Jump to navigationJump 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 */
/* Background image */
body {
	/* @embed */
	background: url(http://images.shoutwiki.com/darrenshan/1/1f/Background.jpg);
}

div#content {
	background: #004c53;
	border-right: none !important;
	color: #fff;
	line-height: 1.5em;
	padding: 0 1em 1.5em 1em;
	position: relative;
	z-index: 2;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

/* Sidebar */
.generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-ShoutWiki_messages .pBody, #p-lang .pBody {
        background: #004c53; repeat scroll 0 0 transparent !important;
	border: 1px solid #000 !important;
        color: #fff;
}

/* Link colors */
a:link { color: #ff9900; }
a:visited { color: #ff6600; }
a:active { color: #cc6600; }
a:hover { color: #ffcC00; }

/* TOC */
#toc, .toc, .mw-warning {
	background-color: #01616a;
	border: 1px solid #000;
	color: #000;
	font-size: 95%;
	padding: 5px;
}

/* Categories */
#catlinks {
	background-color: #01616a;
	border: 1px solid #000;
	clear: both;
	color: #000;
	margin-top: 1em;
	padding: 10px 5px;
}

/* Footer */
div#footer {
	background-color: #01616a;
	border: 1px solid #000;
	clear: both;
	color: #000;
	margin-top: 1em;
	padding: 10px 5px;
}

/* Page tabs */
#p-cactions li.selected a {
	background-color: #004C53;
}
 
#p-cactions li a {
	background-color: #01616a;
	border-radius: 1px 1px 0 0;
	color: #fff;
	-moz-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
}

/* Thumb and gallery colors */
.thumb {
	background: transparent !important;
	border-color: transparent !important;
}
 
.gallery {
	background: #004c53 !important;
	border: 1px solid #004c53 !important;
}
 
.gallery td {
	vertical-align: top;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}
 
.gallery .thumb {
	border-color: #004c53 !important;
	margin: 0 !important;
	background: #004C53 !important;
}
 
.gallerybox {
	margin: 2px;
	padding: 0 3px;
	background: none !important;
}

/* Remove the white background on action tabs (edit/history/move, etc.) on hover */
#p-cactions li a:hover {
	background-color: #004c53 !important;
}

/* Diff table */
table.diff {
	background: #01616a !important;
        color: #000 !important;
}

td.diff-otitle, td.diff-ntitle {
	background-color: transparent;
}

/* Thumbnails */
div.thumbinner {
	background: #01616a !important;
}

/* Edit page (the edit summary area on ?action=edit) */
div.editOptions {
	background-color: transparent;
}