MediaWiki:Common.css

From PostNukeRP
Revision as of 06:00, 25 January 2013 by Dragoon (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: 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 */

/*===============================================================
                     DO NOT EDIT THIS PAGE
===============================================================*/
/*Testing Shit*/

/*Background Etc. Borders etc. work on*/
body{background-color: #121212;}
div#mw-head.noprint {background-color: #121212;}
table#toc.toc{background-color: transparent;}
div#content.mw-body {background-color: #292929;}
div#mw-content-text{background-color: #121212}

/*Tabs on top Etc. Good so far*/
li#ca-edit.selected{background-color: #292929;}
li#ca-edit{background-color: #121212;}
li#ca-history{background-color: #121212;}
li#ca-history.selected{background-color: #292929;}
li#ca-view.selected{background-color: #292929;}
li#ca-view{background-color: #121212;}
li#ca-nstab-mediawiki.selected{background-color: #292929;}
li#ca-nstab-mediawiki{background-color: #121212;}
li#ca-nstab-main.selected{background-color: #292929;}
li#ca-nstab-main{background-color: #121212;}
li#ca-talk.selected.new{background-color: #292929;}
li#ca-talk.new{background-color: #121212;}
li#ca-addsection.selected{background-color: #292929;}
li#ca-addsection{background-color: #121212;}

/*Font Colors*/
p{color: #FFFFFF;}
h1{color: #FFFFFF;}
h2{color: #FFFFFF;}
h3{color: #FFFFFF;}
h4{color: #FFFFFF;}
h5{color: #FFFFFF;}
h6{color: #FFFFFF;}


/*Link Rules*/
/*a:link {color: #000000;}*/
/*a:visited {color: #000000;}*/
/*a:visited{background-color: #FFFFFF;}*/

/*Paragraph Header... Meh*/
/*p:first-letter {font-size: 16px;}*/