MediaWiki:Common.css

From PostNukeRP
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 & Borders etc.*/
body{background-color: #121212;}
#mw-head{background-color: #121212;}
#mw-page-base{background-color: #121212;}
#content.mw-body {background-color: #292929; border-style: solid solid solid; border-width:thin; border-color: limegreen;}
#preferences{background-color: silver;}
#pagehistory li{background-color: silver; border-color: #000000;}
#pagehistory li.selected {background-color: tan; border-color: #000000;}
.successbox{background-color: green;}
li.gallerybox div.thumb {border: none; background-color: white;}
li.gallerybox {border: 4px solid green; background-color: white; margin: 1em;}
#mw-panel {border: 1px solid limegreen; border-style: solid solid solid solid;}
/*#mw-history-searchform{background-color: #121212;}*/


/*Navbar Stuffs - Works but breaks tabs*/
/*#mw-panel.collapsible-nav .portal.collapsed h5 a{color: gold;)*/
/*#mw-panel.collapsible-nav .portal h5 a {color: #FFFFFF;text-decoration: none;}*/


/*Table setting etc. Work on...*/
/*table{background-color: transparent;}
tbody{background-color: transparent;}*/


/*Tabs on top Etc. Good so far*/
#ca-edit.selected{background-color: #292929; border-style: solid solid none; border-width: thin; border-color: limegreen;}
#ca-edit{background-color: #121212; border-style: none solid solid; border-width: thin; border-color: limegreen;}
#ca-history{background-color: #121212; border-style: none solid solid; border-width: thin; border-color: limegreen;}
#ca-history.selected{background-color: #292929; border-style: solid solid none; border-width: thin; border-color: limegreen;}
#ca-view.selected{background-color: #292929; border-style: solid solid none; border-width: thin; border-color: limegreen;}
#ca-view{background-color: #121212; border-style: none solid solid; border-width: thin; border-color: limegreen;}
#ca-nstab-mediawiki.selected{background-color: #292929; border-style: solid solid none; border-width: thin; border-color: limegreen; position:relative; right:1px;}
#ca-nstab-mediawiki{background-color: #121212; border-style: none solid solid; border-width: thin; border-color: limegreen; position:relative; right:1px;}
#ca-nstab-main.selected{background-color: #292929; border-style: solid solid none; border-width: thin; border-color: limegreen; position:relative; right:1px;}
#ca-nstab-main{background-color: #121212; border-style: none solid solid; border-width: thin; border-color: limegreen; position:relative; right:1px;}
#ca-talk.selected.new{background-color: #292929; border-style: solid solid none; border-width: thin; border-color: limegreen; position:relative; right:1px;}
#ca-talk.new{background-color: #121212; border-style: none solid solid; border-width: thin; border-color: limegreen; position:relative; right:1px;}
#ca-addsection.selected{background-color: #292929; border-style: solid solid none; border-width: thin; border-color: limegreen;}
#ca-addsection{background-color: #121212; border-style: none solid solid; border-width: thin; border-color: limegreen;}
#ca-nstab-user.selected{background-color: #292929; border-style: solid solid none; border-width: thin; border-color: limegreen; position:relative; right:1px;}
#ca-nstab-user{background-color: #121212; border-style: none solid solid; border-width: thin; border-color: limegreen; position:relative; right:1px;}
#ca-nstab-special{background-color: #121212; border-style: none solid solid; border-width: thin; border-color: limegreen; position:relative; right:1px;}
#ca-nstab-special.selected{background-color: #292929; border-style: solid solid none; border-width: thin; border-color: limegreen; position:relative; right:1px;}
#ca-viewsource.selected{background-color: #292929; border-style: solid solid none; border-width: thin; border-color: limegreen;}
#ca-viewsource{background-color: #121212; border-style: none solid solid; border-width: thin; border-color: limegreen;}


/*Font Colors*/
p{color: #FFFFFF;}
h1{color: #FFFFFF;}
h2{color: #FFFFFF;}
h3{color: #FFFFFF;}
h4{color: #FFFFFF;}
h5{color: #FFFFFF;}
h6{color: #FFFFFF;}
legend{color: #FFFFFF;}
/*label{color: #FFFFFF;}*/
dd{color: #FFFFFF;}
dl{color: #FFFFFF;}
ul{color: #FFFFFF;}
ol{color: #FFFFFF;}
th{color: #FFFFFF;}
div#footer ul li {color: #FFFFFF}


/*Link Rules - Work in progress*/
a:link{color: green !important;}
a:visited{color: green !important;}
a:hover{color: orange !important;}
a:active{color: brown !important;}
a:link.new{color: #FF0000 !important;}
a:link.interwiki{color: #3366BB !important;}
a:link.external{color: purple !important;}
a:link.stub{color: #772233 !important;}


/*Classes and ID's*/
#infobox {background-color: #121212;
          border-radius: 12px;
          border: 0px solid #000;
          padding: 5px;
          margin-bottom: 1em;}