From WikiTemp, the GBAtemp wiki
Revision as of 13:48, 21 December 2014 by Tempbot (talk | contribs)

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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
@media screen {
 
#header {
	background-color: #1B3753 !important;
}
 
body {
	background-color: #142638 !important;
}
 
h1, h2, h3, h4, h5, h6 {
	color: #CCC !important;
}
 
a:link, a:visited, a:active {
	color: #B9C3CC !important;
}
 
textarea {
	background: #383838 !important;
	color: #CCC !important;
}
 
.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 !important;
}
 
.mw-body a.new, .mw-body a.new:visited {
	color: #F72F2F !important;
}
 
#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 !important;
	border-color: #686868 !important;
	color: #CCC !important;
}
 
.mw-body #toc {
	background: #3A3A3A !important;
	border-color: #585858 !important;
}
 
table.wikitable > * > tr > td, table.wikitable > * > tr > th {
	border-color: #888 !important;
	color: #DDD !important;
}
 
table.wikitable > * > tr > th {
	background-color: #383838 !important;
	color: #DDD !important;
}
 
table.wikitable > * > tr > td {
	background: #555 !important;
}
 
#main_sidebar h3 {
	color: #C8C8C8 !important;
	border-bottom: 1px solid #48525C !important;
}
 
#page_footer {
	background: #20405F !important;
}
 
div.editOptions {
	background: #585858 !important;
	border-color: #585858 !important;
}
 
span.mw-plusminus-neg, strong.mw-plusminus-neg {
	color: #e00 !important;
}
 
span.mw-plusminus-pos, strong.mw-plusminus-pos {
	color: #0c0 !important;
}
 
.mainpagetable > tbody > tr > td {
	background: #383838 !important;
}
 
.mainpageheader {
	background: #282828 !important;
}
 
#catlinks {
	background-color: #484848 !important;
	border-color: #686868 !important;
}
 
table.diff {
	background: transparent !important;
}
 
}