MediaWiki:Monobook.css

From The Infosphere, the Futurama Wiki
Revision as of 17:05, 4 December 2007 by Svip (talk | contribs) (Wild guess...)
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 */
/*<pre>*/
body {
  background: url(http://futurama.overt-ops.com/images/2/27/The_Infosphere_Background.png) repeat-x #16b9f2;
}
#p-logo a {
  background-image: url(http://futurama.overt-ops.com/images/8/8b/The_Infosphere_Logo.png) !important;
}
#p-navigation h5,
#p-tb h5,
#p-search h5 {
  padding-left: 15px;
  background: #16b9f2;
  border-right: 1px solid #0f789f;
  border-top: 1px solid #0f789f;
  color: #99ccff;
}

#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: url(http://futurama.overt-ops.com/images/f/f1/The_Infosphere_Content_Background.png) no-repeat bottom left #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: #ddddff;
}

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

#footer {
  background: #149dd0;
}
/*</pre>*/