User:TX/monobook.css

From EDukeWiki
Revision as of 00:23, 1 October 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#p-cactions {
    position: absolute;
    top: 104px;
    left: 13.3em;
    margin: 0;
    margin-top: 3px;
    white-space: nowrap;
    width: 85%;
    line-height: normal;
    overflow: visible;
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;
    border: 2px solid #0159b7;
    color: white; background:#000 url(/bgl.jpg);
    height: 20px;
}

#p-cactions li, #p-cactions li a {
    color: white;
    background: none;
    border: none;
}

#p-cactions li.selected, #p-cactions li.selected a, #p-cactions li a:hover {
    margin: 0px;
    color: white;
    background-color: #0159b7;
    border: none;
    padding: .4em .8em 0 .8em;
}

#globalWrapper { 
    margin-top: 0px; 
    height: 100px; 
    background:#000 url("/sitebannerwiki.jpg") top right no-repeat; 
    border-bottom: 2px solid #0159b7; 
}


#column-one { 
    padding-top: 107px;
    padding-left: 5px; 
}

#content { 
    color: white; background:#000 url(/bgl.jpg);
    border: 2px solid #0159b7;
    margin: 67px 5px 10px 160px;
    top: 5px; 
}

#column-content { 
    position: absolute;
    top: 64px;
    margin-left: 0px;
    margin-right: 5px; 
}