User:Rursus/main.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/***************************************************************************
 || This style sheet is Free-something, released under the conditions of  ||
 || GFDL, see link belowest on this page. This license is only due to the ||
 || Wikileaders saying so - otherwise it would simply have been PD.       ||
 ||-----------------------------------------------------------------------||
 || A slightly complex style sheet making all personal links, and the     ||
 || search/look-up facility a menu fixed at the top, and the article      ||
 || contents fixed at the upper right.                                    ||
 ***************************************************************************/

body {
    background: #FFBBBB !important;
    font-family: DejaVu, serif !important;
}
div#mw_header, div#mw_header h1 {
    background: #880000 !important;
    text-decoration: none !important;
    position: fixed !important;
}
div#mw_header h1 { border: none !important; }
div#mw_header { 
    border: 2px solid !important; border-color: red black black red !important; 
}
div#p-personal {
    margin: 4px 0 0 0 !important;
    position: fixed !important;
}
div#p-personal ul {
    background: #CC0000 !important;
}
pre { font-size: 110% !important; }
/*
div#p-cactions {
    background: #00CC00 !important;
}
*/
div#p-navigation { background: #FF8888 !important; }
div#p-navigation h5 {
    background: #880000 !important;
    text-decoration: none !important;
    color: yellow !important;
    padding: 8px 4px 4px 10px !important;
    border: 2px solid  !important; border-color: red black black red !important; 
}
div#mw_content { background: #FFDDDD !important; }
div#p-interaction, div#p-tb, div#p-lang { background: #FF8888 !important; }
div#p-interaction h5, div#p-tb h5, div#p-lang h5 {
    background: #880000 !important;
    text-decoration: none !important;
    color: yellow !important;
    padding: 4px 4px 4px 10px !important;
    border: 2px solid !important; border-color: red black black red !important;
}
div#p-search {
    margin: -24px !important; padding: 0 !important;
    background: none !important;
}
div#p-search h5 {
    display: none !important;
    text-decoration: none !important;
    color: yellow !important;
    padding: 4px 4px 4px 10px !important;
    border: 2px solid !important; border-color: red black black red !important;
}

div#p-search input#searchInput {
    top: 0 !important;
    right: 8.5em !important;
    position: absolute !important;
    position: fixed !important;
}

div#p-search input#searchGoButton {
    top: 0 !important;
    right: 5em !important;
    position: absolute !important;
    position: fixed !important;
}

div#p-search input#mw-searchButton {
    top: 0 !important;
    right: 0 !important;
    position: absolute !important;
    position: fixed !important;
}

input[type="text"] {
    border: 1px solid white !important;
    background: #CC0000 !important;
    color: white !important;
    font-size: 100% !important;
    margin: 2px !important;
}
input[type="submit"], input[type="checkbox"] {
    border: 1px solid white !important;
    background: #800000 !important;
    color: white !important;
    font-size: 100% !important;
    margin: 2px !important;
}
input[type="submit"] {
    border: 2px solid !important;
    border-color: red black black red !important;
}
input[type="checkbox"] {
    border: 2px solid !important;
    border-color: black red red black !important;
}
div#siteSub {
    position: absolute !important;
    position: fixed !important;
    display: none !important;
    top: 49px !important; right: 0 !important;
    font-style: italic !important;
    font-weight: normal !important;
    background: #FFFF00 !important;
    color: #C00000 !important;
    text-decoration: none !important;
    border: none !important;
}
li.selected {
    background: #882266 !important;
}
table#toc {
    /* position: fixed;
    top: 4em; right: 0;
    width: 33%;
    font-size: 90%;
    background: #FF8888;
    color: white; */
}
table#toc div#toctitle {
    font-size: 90% !important;
    background: #880000 !important;
    color: yellow !important;
}