Difference between revisions of "MediaWiki:Monobook.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m (Hmm...)
m (Cheesy...)
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>*/
#p-navigation h5, #p-tb h5, #p-search h5 {
#column-one h5 {
   border-bottom-color: #ffffff;
   border-bottom-color: #ffffff;
  z-index: 1;
}
}
#p-navigation .pBody, #p-navigation h5, #p-tb h5, #p-search h5 {
#column-one .pBody,
#column-one h5 {
   border: 1px solid #d3d3d3;
   border: 1px solid #d3d3d3;
   background: #ffffff;
   background: #ffffff;
}
.ns-8 #content,
.ns-8 #p-cactions li {
  background: #aaaaff;
}
}
/*</pre>*/
/*</pre>*/

Revision as of 00:10, 3 December 2007

/* edit this file to customize the monobook skin for the entire site */
/*<pre>*/
#column-one h5 {
  border-bottom-color: #ffffff;
  z-index: 1;
}
#column-one .pBody,
#column-one h5 {
  border: 1px solid #d3d3d3;
  background: #ffffff;
}

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