MediaWiki:Monobook.css

From The Infosphere, the Futurama Wiki
Revision as of 18:31, 13 March 2009 by Svip (talk | contribs)
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: Press Ctrl-F5.
/* edit this file to customize the monobook skin for the entire site */
body {
  font-size: 10px;
  background: url(/images/2/27/The_Infosphere_Background.png) repeat-x #16b9f2;
}

/* page specific styles */
body.page-Main_Page h1.firstHeading {
    display: none !important;
}

body.page-List_of_song_performances .tocnumber {
    display: none !important;
}

body.page-List_of_song_performances #toc {
    float: right;
    margin-left: 15px;
}

#siteSub {
  display: block !important;
  font-style: italic;
  font-weight: normal;
  font-size: 70%;
  margin: 0 !important;
  padding: 0;
  padding-left: 15px;
}

#p-navigation h5,
#p-community h5,
#p-tb h5,
#p-search h5,
#p-affiliates h5 {
  padding-left: 15px;
  background: #16b9f2;
  border-right: 1px solid #0f789f;
  border-top: 1px solid #0f789f;
  color: #99ccff;
}

#p-affiliates ul {
  list-style: none !important;
  padding: 0;
  padding-left: 13px;
  margin: 5px 0;
}

#p-affiliates li {
  margin-bottom: 5px;
}

#n-Commentaries,
#n-Transcripts {
  margin-left: 1em;
}

#p-personal li {
  border-bottom: 1px solid #b3b3b3;
  background-color: #16b9f2;
  margin-top: 0;
  padding-top: 2px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 3px;
  padding-left: 3px;
}

#p-personal li a {
  color: #225522;
}

#p-personal li#pt-userpage {
  padding-left: 15px;
}

.pBody, #content {
  border-color: #0f789f;
}

/*#content {
  background-color: #ffffff;
}*/

#column-one h5 {
  background-color: #1292c2;
}

#p-cactions li, #p-cactions li a {
  border-color: #0f789f;
}

#p-cactions li.selected, #p-cactions li.selected a, #p-cactions li a:hover {
  border-color: #efb876;
  border-left-color: #0f789f;
  border-right-color: #0f789f;
  border-bottom: 0;
}

.ns-8 #content,
.ns-8 #p-cactions li a {
  background-color: #ddddff;
}

.ns-0 #content,
.ns-9 #content {
  background-color: #ffffff !important;
}

.icon div {
  position: inherit !important;
  display: inline;
}

#footer {
  background: #149dd0;
}

div.mainCounterBox{
background-image:url(/images/d/df/MainPageHedonismImage.png);
background-repeat: no-repeat;
background-position: bottom right
}

td.mainLeftBox{
background-image:url(/images/b/b2/MainPageFryTestImage.png);
background-repeat: no-repeat;
background-position: bottom right
}

td.mainRightBox{
background-image:url(/images/6/67/MainPageBenderTestImage.png);
background-repeat: no-repeat;
background-position: bottom right
}

td.mainBottomBox{
background-image:url(/images/0/04/MainPageToadTestImage.png);
background-repeat: no-repeat;
background-position: bottom center
}

.reasonContent {
  border: 1px solid #d3d3d3;
  background: #f0f0f0;
  width: 50%;
  display: none;
  padding: 5px;
}
.reasonContent div {
  border-bottom: 1px solid #d3d3d3;
  background: #d3d3d3;
  font-weight: bold;
  padding: 2px 5px;
}

/* 
  INFOBOXES
*/
.infobox {
  float: right;
  width: 250px;
  border: 1px solid #d3d3d3;
  background: #f0f0f0;
  font-size: 0.9em;
  padding:3px;
  margin: 0px 0px 5px 15px;
}

.infobox th {
  text-align: right;
  vertical-align: top;
}

.infobox td {
  vertical-align: top;
}

.infoboxCentre, .infoboxHeader {
  text-align: center !important;
}

.infoboxHeader {
  background: #d3d3d3;
  padding: 1px 5px;
}

.infoboxSeasonList {
  font-size:90%;
  padding: 0 5px;
}

.infoboxSeasonList ol {
  width: 180px;
  padding: 0 0 0 10px;
  margin: 5px 20px 0;
}

.infoboxSeasonList ol ol {
  width: 180px;
  padding: 0 0 0 10px;
  margin: 0 13px;
}

/*
  Site tables
*/
table.overview {
  background: #c3c3c3;
  width: 100%;
}

table.suboverview {
  background: #c3c3c3;
}

.overview td, .suboverview td {
  background:#f3f3f3;
}

.overview th, .suboverview th {
  background: #e3e3e3;
}

.overview tr.oCentre td, .overview .oCentre, .suboverview tr.oCentre td, .suboverview .oCentre {
  text-align: center;
}

.overview tr.oLeft td, .overview .oLeft, .suboverview tr.oLeft td, .suboverview .oLeft {
  text-align: left !important;
}

.overview tr.oRight td, .overview .oRight, .suboverview tr.oRight td, .suboverview .oRight {
  text-align: right !important;
}

.overview tr.oTop td, .overview .oTop, .suboverview tr.oTop td, .suboverview .oTop {
  vertical-align: top;
}

.overview .overviewYes, .overviewNo {
  font-style: italic;
  text-align: center !important;
  font-weight: bold;
  color: #ffffff;
}

.overview .overviewYes {
  background-color: #00aa00;
}

.overview .overviewNo {
  background-color: #aa0000;
}

/* </source>
==Navigation styling==
<source lang="css"> */

.navigation {
  width:100%;
  background: #e3e3e3;
  margin-bottom: 5px;
  padding: 0;
}

.navLeft, .navRight {
  width: 25%;
  margin: 0;
  padding: 0;
}

.navLeft, .navCRight {
  text-align: left;
}

.navCentre {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 50%;
}

.navRight, .navCLeft {
  text-align: right;
}

.epcut th {
  margin:0;
  padding: 0;
}

.navCRight {
  margin-left: 10px;
}

.navCLeft {
  margin-right: 10px;
}

.navCCentre {
  text-align: center;
  width: 20%;
}

/*
Other minor styles

Quotes*/
.quotes .poem {
  margin-left: 5px;
  margin-bottom: 3px;
  margin-top: 3px;
  display: list-item;
}

.diffchange {
  border: 1px dotted #aa0000;
}

/* For template documentation */

.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa; 
    background-color: #ecfcf4; 
    padding: 5px;
}

.fake-h2 {
    color: black;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;
    font-size:150%;
}

/* references */
ol.references li:target, sup.reference:target {
    background: #ccccff;
}