MediaWiki:Monobook.css

From The Infosphere, the Futurama Wiki
Revision as of 00:46, 3 December 2007 by Svip (talk | contribs) (Make it more solid.)
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: 1px solid #0f789f;
}

#p-personal .pBody,
#p-personal ul,
#p-personal ul * {
  margin: 0;
  padding: 0;
}
#p-personal li {
  background: #16b9f2;
  padding-right: 15px;
  border-bottom: 1px solid #b3b3b3;
}
#pt-userpage {
  border-left: 1px solid #b3b3b3;
  background-position: right !important;
}

.ns-8 #content,
.ns-8 #p-cactions li a {
  background: #ddddff;
}
/*</pre>*/