Difference between revisions of "MediaWiki:Monobook.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m (Argh, navigation text was a little too big.)
m (yeah yeah.)
Line 8: Line 8:
}
}


#p-personal .pBody,
#p-personal ul,
#p-personal ul,
#p-personal ul * {
#p-personal ul * {
Line 19: Line 20:
#pt-userpage {
#pt-userpage {
   border-left: 1px solid #b3b3b3;
   border-left: 1px solid #b3b3b3;
   background-position: center right;
   background-position: top right;
}
}



Revision as of 00:28, 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 {
  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: top right;
}

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