MediaWiki: Common.css

From Trekipedia
Revision as of 19:36, 25 August 2014 by Admin (talk | contribs)
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 / 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 be applied to all skins */

div#content {
background-color: #000;
}

.mw-content-ltr {
background: #000;
color: #fff;
}

h1.firstHeading {
background-color: #3a75c4;
color: #000;
padding-left: 0.2em;
}

h2 {
background-color: #095;
color: #000;
padding-left: 0.2em;
}

h2 .editsection,
h2 .reference {
background-color:#000;
}

h3 {
background-color: #ffcb00;
color: #000;
padding-left: 0.2em;
}

h4 {
background-color: #d40005;
color: #000;
padding-left: 0.2em;
}

a {
color: #3a75c4;
text-decoration:underline;
}

a:visited {
color: #095;
text-decoration: none;
}

a.new {
color:#f00;
}

.thumb a {
background-color: #000;
}

.thumbinner {
min-width:200px;
}

.thumb,
.thumbcaption {
background-color: #3875c4;
border-color: #3875c4;
}

.thumb table {
background-color: #000;
}

div#toc,
.toc {
border:1em;
border-color:#3a75c4;
}