Difference between revisions of "MediaWiki:Timeless.css"

From RRU Knowledge Base
m
m
Line 4: Line 4:


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

Revision as of 01:58, 18 December 2018

body {
    background: #111;
}

#personal h2 {
    font-size: 1em;
    font-weight: 300;
    padding-left:0px;
}

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