Difference between revisions of "MediaWiki:Common.css"

From PostNukeRP
Jump to: navigation, search
Line 13: Line 13:
  
 
/*Tabs on top Etc.*/
 
/*Tabs on top Etc.*/
 +
div#p-views.vectorTabs{background-color: red}
 
li#ca-edit.selected{background-color: #1D1D1F;}
 
li#ca-edit.selected{background-color: #1D1D1F;}
 
li#ca-edit{background-color: #121212;}
 
li#ca-edit{background-color: #121212;}
li#ca-history.collapsible{background-color: #1D1D1F;}
+
 
li#ca-history.collapsible.selected{background-color: #121212;}
+
/*li#ca-history.collapsible{background-color: #1D1D1F;}
 +
li#ca-history.collapsible.selected{background-color: #121212;}*/
 +
 
 
li#ca-view.selected{background-color: #1D1D1F;}
 
li#ca-view.selected{background-color: #1D1D1F;}
 
li#ca-view{background-color: #121212;}
 
li#ca-view{background-color: #121212;}

Revision as of 03:48, 25 January 2013

/* CSS placed here will be applied to all skins */

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

/*Background Etc.*/
body{background-color: #121212;}
div#mw-head.noprint {background-color: #121212;}
table#toc.toc{background-color: transparent;}
div#content.mw-body {background-color: #1D1D1F;}

/*Tabs on top Etc.*/
div#p-views.vectorTabs{background-color: red}
li#ca-edit.selected{background-color: #1D1D1F;}
li#ca-edit{background-color: #121212;}

/*li#ca-history.collapsible{background-color: #1D1D1F;}
li#ca-history.collapsible.selected{background-color: #121212;}*/

li#ca-view.selected{background-color: #1D1D1F;}
li#ca-view{background-color: #121212;}
li#ca-nstab-mediawiki.selected{background-color: #1D1D1F;}
li#ca-nstab-mediawiki{background-color: #121212;}
li#ca-nstab-main.selected{background-color: #1D1D1F;}
li#ca-nstab-main{background-color: #121212;}
li#ca-talk.selected.new{background-color: #1D1D1F;}
li#ca-talk.new{background-color: #121212;}
/*li{background-color: #FFFFFF}*/
li.selected{background-color: #000000}

/*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;}*/

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