Difference between revisions of "MediaWiki:Timeless.css"

From RRU Knowledge Base
(Created page with "body { background: #111; } #mw-content-container { border-bottom: solid 6px #33a3bb; } #mw-footer-container { box-shadow: none; border: none; }")
 
m
Line 10: Line 10:
     box-shadow: none;
     box-shadow: none;
     border: none;
     border: none;
    color: #555;
    font-size: .9em;
}
#mw-footer-container a {
    color: #555;
}
#mw-footer-container a:hover {
    color: #777;
}
}

Revision as of 01:37, 18 December 2018

body {
    background: #111;
}

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