MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
we'll need to fix this on another level... stay tuned
No edit summary
(we'll need to fix this on another level... stay tuned)
Line 129: Line 129:
}
}
.whitelinks a{color:white;}
.whitelinks a{color:white;}
.toc {
        border: 1px solid #aaa;
        background-color: #f9f9f9;
        padding: 5px;
        font-size: 95%;
        text-align: center;
}
.toc h2 {
        display: inline;
        border: none;
        padding: 0;
        font-size: 100%;
        font-weight: bold;
}
.toc ul {
        list-style-type: none;
        list-style-image: none;
        padding: 5px;
        text-align: left;
}
.toc ul ul {
        margin: 0 0 0 2em;
}
.toc .toctoggle {
        font-size: 94%;
}

Navigation menu