Difference between revisions of "MediaWiki:Monobook.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m (oo exciting!)
m (Woo... now it gets interesting.)
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
/* edit this file to customize the monobook skin for the entire site */
/*<pre>*/
/*<pre>*/
body {
  background: url(http://futurama.overt-ops.com/images/2/27/The_Infosphere_Background.png) repeat-x #16b9f2;
}
#p-logo a {
#p-logo a {
   background-image: url(http://futurama.overt-ops.com/images/8/8b/The_Infosphere_Logo.png) !important;
   background-image: url(http://futurama.overt-ops.com/images/8/8b/The_Infosphere_Logo.png) !important;

Revision as of 00:42, 3 December 2007

/* 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;
  font-size: 1.0em;
}

#p-personal .pBody,
#p-personal ul,
#p-personal ul * {
  margin: 0;
  padding: 0;
}
#p-personal li {
  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>*/