Remember: If it's RUST, you can TRUST. Rust (orange-brown) text reflects real world information. Otherwise, this wiki contains FICTION from the worlds of author R.L. Akers. Click here for details.

MediaWiki:Common.css: Difference between revisions

From WikiRLA
mNo edit summary
mNo edit summary
Line 126: Line 126:
     #mw-content-container {
     #mw-content-container {
margin-top: 0em !important;
margin-top: 0em !important;
    }
}
@media (max-width: 1099px) {
    #user-tools h2 span, .sidebar-chunk h2 span {
        display: inline-block;
        text-indent: -99999px;
        border: 0;
        background-color: transparent;
        background-repeat: no-repeat;
    }
    #user-tools h2, .sidebar-chunk h2 {
        cursor: pointer;
        margin-bottom: -0.45em;
        padding-bottom: 0.45em;
        margin: 0;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 1em;
        padding-bottom: 0;
        font-size: 1em;
        background-repeat: no-repeat;
        background-position: center center;
    }
    #p-logo-text a {
        padding-left: 0;
    }
    #p-logo-text {
        position: absolute;
        top: 1em;
        left: 4.45em;
        text-align: left;
    }
    #mw-header-container {
        background: #fff;
        padding: 3.75em 0.45em 0.35em;
     }
     }
}
}