MediaWiki:Chameleon.css

From RimWorld Wiki
Revision as of 18:23, 31 October 2013 by AcDie (talk | contribs) (Created page with "body { color: #ECECEC; →‎color: #c0c0c0;: padding-top: 70px; background-color: #000; background-image: url(http://rimworldwiki.com/skins/chameleon/images/bg.jpg); backgro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump 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.
body { 
color: #ECECEC;
/* color: #c0c0c0; */ 
padding-top: 70px;
background-color: #000;
background-image: url(http://rimworldwiki.com/skins/chameleon/images/bg.jpg);
background-repeat: no-repeat;
background-position: top center;
}
table { background-color: #14171A; }
.mw-body { padding: 0; margin: 0; }
.firstHeading { padding: 0 15px .2em; border-bottom: 1px solid #333; }
#mw-content-text { padding: 0 15px; }
#catlinks { border-top: 1px solid #333; border-bottom: 1px solid #333;  padding: 0.5em 15px; }
#footer-info { padding: 0.5em 15px; }
#mpbs { margin: 0 -15px; }
.editOptions {color:#000;}

.btn-custom { background-color: #F7941E; border-color: #F7941E; }
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #f38809;
  border-color: #da7a08;
}
.btn-custom.disabled:hover, .btn-custom.disabled:focus, .btn-custom.disabled:active, .btn-custom.disabled.active,
.btn-custom[disabled]:hover, .btn-custom[disabled]:focus, .btn-custom[disabled]:active, .btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover, fieldset[disabled] .btn-custom:focus, fieldset[disabled] .btn-custom:active, fieldset[disabled] .btn-custom.active {
  background-color: #F7941E;
  border-color: #F7941E;
}

#o-links a, #o-links a:active, #o-links a:visited, #o-links a:hover, #o-links a:focus { color: #FFF; }
a, a:link, a:active, a:visited { color: #c0c0c0; text-decoration: none;}
a:hover {color:#E6D404;}
a.new, a.new:link, a.new:active, a.new:visited { color: #9F0000; text-decoration: none;}
a.new:hover{color:#FF0000}