Difference between revisions of "MediaWiki:Monobook.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m (Man... I am crazy btw...)
m (Like that!)
Line 18: Line 18:


#p-personal li {
#p-personal li {
  margin: 0;
  padding-right: 15px;
   border-bottom: 1px solid #b3b3b3;
   border-bottom: 1px solid #b3b3b3;
}
}

Revision as of 00:19, 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 #b3b3b3;
  background: #ffffff;
}

#p-personal li {
  margin: 0;
  padding-right: 15px;
  border-bottom: 1px solid #b3b3b3;
}
#pt-userpage {
  border-left: 1px solid #b3b3b3;
}

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