User:TX/monobook.css

From EDukeWiki
Revision as of 01:27, 30 September 2005 by TX (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, 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.
#toc,
.toc {
    font-size: 95%;
    background-color: white;
    color: black;
    border-collapse: collapse;
    border: 1px solid #aaa;
}

#toctitle h2 {
    background-color: #ddd;
    color: #000;
    height: 1em;
    text-align: center;
    padding: 0.2em 1em 0.5em 0.3em;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    border-collapse: collapse;
}

#p-cactions {
    position: absolute;
    top: 78px;
    left: 11.5em;
    margin: 0;
    white-space: nowrap;
    width: 76%;
    line-height: 1.1em;
    overflow: visible;
    background: none;
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;
}

#p-logo { display: none; }

#globalWrapper	{ padding-top: 64px; height: 100px; background:#000 url(/banner.jpg) top right no-repeat; }

#content	{ color: white; background:#000 url(/bgl.jpg)  }

body {
    font: x-small sans-serif;
    background: #000000 url(/bgd.jpg);
    color: white;
    margin: 0;
    padding: 0;
}