Difference between revisions of "MediaWiki:Common.css"

From TRMN
Jump to navigation Jump to search
m
m
Line 2: Line 2:


body {
body {
     background: black;
     background: #bb1100;
     color: white;
     color: white;
     margin: 0;
     margin: 0;

Revision as of 21:57, 11 September 2014

/* CSS placed here will be applied to all skins */

body {
    background: #bb1100;
    color: white;
    margin: 0;
    padding: 0;
}
#footer {
    background: black;
    border-top: 1px solid #aaa;
    color: white;
    direction: ltr;
    margin-top: 1em;
}
#content {
    background: black;
    color: white;
}