Difference between revisions of "MediaWiki:Timeless.css"

From RRU Knowledge Base
m
m
Line 1: Line 1:
body {
body {
     background: #111;
     background: #1a1d24;
}
}


Line 85: Line 85:


@media screen and (max-width:850px) {
@media screen and (max-width:850px) {
  #mw-header-container {
    #mw-header-container {
      padding-bottom: 1em;
        padding-bottom: 1em;
    }
 
    .rru-global-header {
        display: hidden; /* temporary */
     }
     }
}
}

Revision as of 01:08, 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;
    color: #aaa;
}

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

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

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

#searchInput {
    color: #aaa;
}

div.suggestions {
    top: 6.75em !important;
}

#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 */
}

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

#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: hidden; /* temporary */
    }
}

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

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

    #mw-header-nav-hack, #mw-header-hack {
        top: 7.5em;
    }

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

}