Difference between revisions of "MediaWiki:Monobook.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m (*sighs*)
m (Rawr)
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>*/
#column-one h5 {
#p-navigation h5,
#p-tb h5,
#p-search h5 {
   border-bottom-color: #ffffff;
   border-bottom-color: #ffffff;
   z-index: 1;
   z-index: 1;
}
}
#column-one .portlet .pBody,
#p-navigation .pBody,
#column-one h5 {
#p-navigation h5,
#p-tb .pBody,
#p-tb h5,
#p-search .pBody,
#p-search h5 {
   border: 1px solid #d3d3d3;
   border: 1px solid #d3d3d3;
   background: #ffffff;
   background: #ffffff;

Revision as of 00:15, 3 December 2007

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

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