MediaWiki:Monobook.css

From The Infosphere, the Futurama Wiki
Revision as of 00:25, 3 December 2007 by Svip (talk | contribs) (Ah yes, padding.)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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.1em;
}

#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;
}

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