User:TX/monobook.css: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(43 intermediate revisions by the same user not shown)
Line 1: Line 1:
#toc,
#toc,
.toc {
.toc {
    font-size: 95%;
        padding: 0px;
    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;
}
}

Latest revision as of 21:18, 8 October 2005

#toc,
.toc {
        padding: 0px;
}