MediaWiki:Common.css

From Runic Games Wiki
Jump to: navigation, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */

body { 
  background-image: none;
  background-color: #000000;

}

h1, h2, h3, h4, h5, h6 {
  color: #DEDEDE;
}

ul {
  list-style-image: none;
}

a {
  color: #8FDDF0; /* 698AA9; */
}

a:visited {
  color: #698AA9; /* 5C6A79; */
}

a.new {
  color: #a63e30;
}

#p-personal a {
  color: #8FDDF0;
}

#p-personal a:visited {
  color: #8FDDF0;
}

#p-personal a.new {
  color: #a63e30;
}

.mw-body a.external {
  color: #8FDDF0; /* 698AA9; */
}

.mw-body a.external:visited {
  color: #698AA9; /* 5C6A79; */
}

#mw-page-base {
  background-image: none;
  background-color: #000000;
}

#mw-head-base {
  background-image: none;
}

#mw-panel {
  background-color: #222222;
  padding-left: 0;
  margin-left: 0.5em;
  border-radius: 8px;
}

div#mw-panel {
  top: 180px;
}

#p-logo {
  top: -170px;
  left: 0;
}

div#mw-panel div.portal h5 {
  color: #c9cfd5;
  padding-left: 1.3em;
}

div#mw-panel div.portal div.body {
  margin: 0 1em;
  background-image: none;
  border-top: 1px solid #c9cfd5;
}

div#mw-panel div.portal div.body ul li a {
  color: #698AA9;
}

div#mw-panel div.portal div.body ul li a:visited {
  color: #5C6A79;
}

#p-personal {
  right: 1.2em;
}

div.vectorTabs {
  background-image: none;
  visibility: hidden;
}

div.vectorTabs ul {
  background-image: none;
}

div.vectorTabs ul li {
  background-image: none;
  background-color: #222222;
}

div.vectorTabs ul li.selected {
  background-image: none;
  background-color: #2E3339;
}

div.vectorTabs span {
  background-image: none;
}

div.vectorTabs li a {
  color: #8FDDF0;
}

div.vectorTabs li a:visited {
  color: #a63e30;
}

div.vectorTabs li a.new { 
  color: #a63e30;
}

div.vectorTabs li a.new:visited { 
  color: #a63e30;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
  color: #8FDDF0;
}

div.vectorTabs#p-namespaces ul li:first-child {
  border-top-left-radius: 5px;
}

div.vectorTabs#p-namespaces ul li:last-child {
  border-top-right-radius: 5px;
}

div.vectorTabs#p-views ul li:first-child {
  border-top-left-radius: 5px;
}

div.vectorMenu {
  background-color: #222222;
}

div.vectorMenu h5 a {
  background-image: none;
}

#p-search {
  height: 2.5em;
  background-color: #222222;
  border-top-right-radius: 5px;
  padding: 0 0.5em;
  margin-left: 0;
  margin-right: 1.05em;
  visibility: hidden;
}

div#content {
  background-image: none;
  background-color: #2E3339;
  margin-right: 1em;
  border: 1px solid #000000;
  border-top-width: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #DEDEDE;
}

#toc, .toc, .mw-warning {
  background-color: #222222;
  border: 1px solid #222222;
  border-radius: 5px;
}

.catlinks {
  background-color: #222222;
  border: 1px solid #535E6B;
}

div#footer {
  background-image: none;
}

#footer-info-lastmod { display:none; }
#footer-info-viewcount { display:none; }

#intro_top {
   width: 100%; 
   background-color: #222222;
   margin: 1.2em 0 6px 0; 
   border: 1px solid #535E6B;
   color: #dedede;
}

#intro_tutorials {
  width: 100%; 
  border: 1px solid #535E6B;
  background-color: #353c39;
  vertical-align: top; 
  margin-bottom: 5px; 
  color: #dedede;
}

#title_tutorials {
  margin: 3px; 
  background-color: #A1B5AB;
  font-size: 120%; 
  font-weight: bold; 
  border: 1px solid #a3bfb1; 
  text-align: left; 
  padding: 0.2em 0.4em; 
}

#intro_documentation {
  width: 100%; 
  border: 1px solid #535E6B;
  background-color: #3D4248;
  vertical-align: top; 
  margin-bottom: 5px; 
  color: #dedede;
}

#title_documentation {
  margin: 3px; 
  background-color: #CEDFF2; 
  font-size: 120%; 
  font-weight: bold; 
  border: 1px solid #A3B0BF; 
  text-align: left; 
  padding: 0.2em 0.4em; 
  
}

#intro_tools {
  width: 100%; 
  border: 1px solid #535E6B;
  background-color: #494450;
  vertical-align: top; 
  margin-bottom: 5px; 
  color: #dedede;
}

#title_tools {
  margin: 3px; 
  background-color: #DDCEF2; 
  font-size: 120%; 
  font-weight: bold; 
  border: 1px solid #AFA3BF; 
  text-align: left; 
  padding: 0.2em 0.4em; 
}

#title_documentation a, #title_tools a, #title_tutorials a {
  color: #698AA9;  
}

#title_documentation a:visited, #title_tools a:visited, #title_tutorials a:visited {
  color: #5C6A79;  
}

.no_transparency {
  background-color: #ffffff;
}

pre, .mw-code {
  background-color: #dedede;
}

code { 
  background-color: #dedede;
  color: #000000;
}

.mw-body code a.external {
  color: #0645ad;
}

.mw-body code a.external:visited {
  color: #0645ad; 
}

#pagehistory li.selected {
  background-color: #444444;
}

.mw-datatable th {
  background-color: #222222;
}

.mw-datatable td {
  background-color: transparent;
}

.mw-datatable tr:hover td {
  background-color: #444444;
}

table.wikitable {
  background-color: #444444;
  color: #dedede;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
  background-color: #222222;
}

.mw-search-formheader {
  background-color: #222222;
  border: 1px solid #535E6B;
}

.mw-search-formheader div.search-types ul li.current a {
  color: #dedede;
}

#mw-allmessagestable .allmessages-customised td.am_default {
  color: #222222;
}

#mw-allmessagestable td.am_actual {
  color: #222222;
}

.thumbcaption {
  color: #222222;
}
Personal tools
Namespaces

Variants
Actions
Navigation
Runic Sites
Toolbox