Difference between revisions of "MediaWiki:Timeless.css"

From RRU Knowledge Base
m
m
Line 1: Line 1:
body {
body {
     background: #111;
     background: #111;
}
#mw-header-container {
    height: inherit;
    padding: 1em;
}
#mw-header-nav-hack, #mw-header-hack {
    top: 4em;
}
#mw-content-container {
    margin-top: 4em;
    background-image: none; /* No more Cats */
}
}



Revision as of 03:17, 18 December 2018

body {
    background: #111;
}

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

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

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

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

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

#searchInput {
    color: #aaa;
}

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

#mw-content-container {
    border-bottom: solid 6px #33a3bb;
}

#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;
}