Difference between revisions of "MediaWiki:Timeless.css"

From RRU Knowledge Base
m
m
Line 54: Line 54:
div.suggestions {
div.suggestions {
     position:relative;
     position:relative;
    top: inherit !important;
}
}



Revision as of 02:57, 20 December 2018

body {
    background: #1a1d24;
}

.rru-global-header {
    background: #1a1d24;
    margin:-1em -1em 1em -1em;
    padding: 1em;
}
.rru-global-header ul {
    margin:0px;
    padding:0px;
}

.rru-global-header ul li {
    display: inline-block;
    margin-right: 1em;
}

.rru-global-header ul li a {
    color: #aaa;
    opacity: .8;
    font-weight: 300;
}

.rru-global-header ul li a:hover {
    color: #EEE;
    opacity: 1;
}

#mw-header-container {
    background: #1e222a;
}

#mw-content-container {
    margin-top: 0px;
}

#personal h2 {
    font-size: 1em;
    font-weight: 300;
}

#simpleSearch {
    background: #2d313b;
    border: none;
    box-shadow: none;
}

#searchInput {
    color: #aaa;
}

div.suggestions {
    position:relative;
}

#mw-header-container {
    position: relative;
    top: inherit;
    z-index: inherit;
}

#mw-header-nav-hack, #mw-header-hack {
    position: relative;
    top: inherit;
}

#mw-header-hack .color-left, #mw-header-hack .color-middle, #mw-header-hack .color-right {
    background-color: #bbb;
    height: 0.35em;
}

#mw-content-container {
    background-image: none; /* No more Cats */
    border-bottom: none;
}

#mw-content h1.firstHeading {
    margin: 1.25em 0 0.5em;
    border-bottom: solid 1px #939393;
    padding-bottom: .5em;
}

/* EDITOR FIX */

.wikiEditor-ui-top {
    z-index: 1;
}

.wikiEditor-ui-bottom {
    z-index: 0;
}


#mw-footer-container {
    box-shadow: none;
    border: none;
    color: #555;
    font-size: .9em;
}

#mw-footer-container a {
    color: #555;
}

#mw-footer-container a:hover {
    color: #777;
}

#mw-footer-container #copyright {
    display: block;
    border-bottom: 1px solid #222;
    padding-bottom: 1em;
}

#mw-footer-container .footer-icons {
    opacity: .7;
}

#mw-footer-container .footer-icons:hover {
    opacity: 1;
}

@media screen and (max-width:850px) {
    #mw-header-container {
        padding-bottom: 1em;
    }

    .rru-global-header {
        display: none; /* temporary */
    }
}

@media screen and (min-width:850px) {

   #mw-header-container {
        height: inherit;
        padding: 1em;
        
    }

    #mw-content-container {
        background-image: none; /* No more Cats */
    }

}