MediaWiki:Monaco.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.
.color1, .color1 a, .yui-panel .hd {
	background-color: #000;
	color: #fff;
}
.color2 {
	background: #461214 url('http://images1.wikia.nocookie.net/darrenshan/images/f/f3/BackgroundRed.jpg');
}
#background_strip {
	background: transparent;
	border: none;
}

#header {
	border: none;
}
.headerMenuButton dt, .headerMenuButton dd {
	background-image: url(http://images4.wikia.nocookie.net/darrenshan/images/4/4c/HeaderMenuButton.png);
	color: #fff;
}
* html .headerMenuButton dt, * html .headerMenuButton dd {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images4.wikia.nocookie.net/darrenshan/images/4/4c/HeaderMenuButton.png', sizingMethod='crop');
}

#userData a, #branding a {
	color: #fff;
}

#header_username a {
	color: #fff;
}

#footer {
	color: #fff;
}

#footer a {
	color: #fff;
}

#corporate_footer {
	border-top: none;
}

#page_tabs li.selected {
	background-color: #461214;
	color: #fff;
	font-weight: bold;
}

#page_tabs li {
	background-color: #660909;
	color: #000;
	cursor: pointer;
	height: 27px;
	line-height: 27px;
	margin-left: 3px;
	margin-top: 5px;
	padding: 0 8px;
}

/* sidebar */
#link_box, #link_box_dynamic {
	background: #461214;
	border: none;
}

#link_box_table td {
	background: #461214;
	padding: 2px 2px;
}

.community_details {
	background: #461214;
}

/* Hiding .firstHeading, #siteSub, #contentSub on front page only */
.page-Main_Page * .firstHeading,
.page-Main_Page * h3#siteSub,
.page-Main_Page * #contentSub {
	display: none;
}

#page {
	background: #461214;
	color: #fff;
	border: 1px solid #000;
}

#page a.new {
	color: #b2b7f2 !important;
}

#page a {
	color: #f66b6b;
}

#page a:visited {
	color: #e80a0a;
}

#navigation_widget {
	background: transparent;
}

#navigation a {
	color: #fff;
	display: block;
	height: 1%;
	overflow: hidden;
	padding: 3px 5px;
	text-decoration: none;
}

#navigation a:hover, .navigation-hover {
	background-color: #820606;
}

.sub-menu .menu-item {
	background: #461214 !important;
	color: #fff;
}

/* Widgets */
.widget {
	background: transparent;
	border: none;
	color: #fff;
}
.widget a {
	color: #f66b6b;
}

.WidgetCommunity .toolbar {
	background: transparent;
	border: none;
	color: #fff;
	height: 1%;
	text-align: right;
}

/* Page history */
#pagehistory li {
	border: 1px solid #820606;
}
#pagehistory li.selected {
	background-color: #820606;
	border: 1px dashed #999;
	color: #000;
}
.not-patrolled {
	background-color: #820606;
}
/* [[mw:Extension:EditSimilar]] is not currently enabled on this wiki. --Jack Phoenix, 2 August 2017
.editsimilar {
	background-color: #c0fec0;
	color: #000;
	border: 1px solid #006400;
}
*/
table.diff {
	background: #820606;
}

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

td.diff-context {
	background-color: #461214;
}

td.diff-deletedline {
	background-color: #461214;
}

td.diff-addedline {
	background-color: #820606;
	color: #fff;
}

.diffchange {
	color: #f24f4f;
}