MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 122: Line 122:
.TOCfixed {
.TOCfixed {
         position: fixed;
         position: fixed;
        z-index: 9999;
         top: 20em;
         top: 0;
         right: 0;
         left: 0;
         border: 1px solid #aaa;
         border: 1px solid #aaa;
         background-color: #f9f9f9;
         background-color: #f9f9f9;
         color: black;
         color: black;
        margin: 0.5em 0 0.5em 1em;
        padding: 0.2em;
        float: right;
        clear: right;
         text-align: left;
         text-align: left;
}
}

Navigation menu