From WikiTemp, the GBAtemp wiki
Line 181: Line 181:
 
table.diff {
 
table.diff {
 
background: transparent;
 
background: transparent;
 +
}
 +
 +
.preferences, #preftoc li.selected a {
 +
background: #383838 !important;
 
}
 
}
  
 
}
 
}

Revision as of 13:54, 21 December 2014

@media screen {
 
#header {
	background-color: #1B3753 !important;
}
 
body {
	background-color: #142638 !important;
}
 
h1, h2, h3, h4, h5, h6 {
	color: #CCC;
}
 
a:link, a:visited, a:active {
	color: #B9C3CC;
}
 
textarea {
	background: #383838;
	color: #CCC;
}
 
.mw-body a, .mw-body a.external, .mw-body a:visited, .mw-body a.external:visited, .mw-body a.extiw, .mw-body a.extiw:visited {
	color: #98B8ED;
}
 
.mw-body a.new, .mw-body a.new:visited {
	color: #F72F2F;
}
 
#navTabs ul li a.selected {
	border-color: #849BB3 !important;
}
 
#navTabs ul li a:hover {
	background: #1B3753 !important;
}
 
#navTabs {
	border-color: #182939 !important;
	border-bottom: 1px solid #849BB3 !important;
	background: #20405F !important;
}
 
#page_content {
	background-color: #373737 !important;
	color: #C8C8C8 !important;
}
 
#breadcrumbs {
	background-color: #484848 !important;
	border-color: #849BB3 !important;
}
 
#breadcrumbs a {
	background: #484848 !important;
	color: #B9C3CC !important;
	border-bottom-color: #849BB3 !important;
}
 
#breadcrumbs .crust:hover a {
	background-color: #48525C !important;
}
 
#breadcrumbs .crust:hover .arrow span {
	border-left-color: #48525C !important;
}
 
#breadcrumbs .crust .arrow {
	border-left-color: #849BB3 !important;
}
 
#breadcrumbs .crust .arrow span {
	border-left-color: #484848 !important;
}
 
#search_form {
	border-color: #849BB3 !important;
}
 
#search_form input {
	color: #F5F5F5 !important;
	background: #484848 !important;
}
 
#search_container input#main_search_input {
	border-color: #484848 !important;
}
 
#search_container input.main_search_button {
	border-left-color: #849BB3 !important;
	background: #333 !important;
}
 
#search_container input#main_search_button_fulltext {
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}
 
.wrapper-list li.cat-main-title {
	background-color: #272727 !important;
	border-right: none !important;
}
 
.wrapper-list li.cat-main-title h1,
#content_actions ul li a,
#content_actions ul li a:hover {
	color: #C3C3C3 !important;
}
 
.wrapper-list li.cat-top-left {
	border-bottom: 1px solid #656565 !important;
}
 
#bodyContent, #main_sidebar .block {
	background: #484848 !important;
	border-bottom: 1px solid #444 !important;
}
 
.mw-body pre {
	background: #3A3A3A;
	border-color: #686868;
	color: #CCC;
}
 
.mw-body #toc {
	background: #3A3A3A;
	border-color: #585858;
}
 
table.wikitable > * > tr > td, table.wikitable > * > tr > th {
	border-color: #888;
	color: #DDD;
}
 
table.wikitable > * > tr > th {
	background-color: #383838;
	color: #DDD;
}
 
table.wikitable > * > tr > td {
	background: #555;
}
 
#main_sidebar h3 {
	color: #C8C8C8 !important;
	border-bottom: 1px solid #48525C !important;
}
 
#page_footer {
	background: #20405F !important;
}
 
div.editOptions {
	background: #585858;
	border-color: #585858;
}
 
span.mw-plusminus-neg, strong.mw-plusminus-neg {
	color: #e00;
}
 
span.mw-plusminus-pos, strong.mw-plusminus-pos {
	color: #0c0;
}
 
.mainpagetable > tbody > tr > td {
	background: #383838;
}
 
.mainpageheader {
	background: #282828;
}
 
#catlinks {
	background-color: #484848;
	border-color: #686868;
}
 
table.diff {
	background: transparent;
}
 
.preferences, #preftoc li.selected a {
	background: #383838 !important;
}
 
}