Difference between revisions of "MediaWiki:Common.css"

From TRMN
Jump to navigation Jump to search
m
m
Line 13: Line 13:
     direction: ltr;
     direction: ltr;
     margin-top: 1em;
     margin-top: 1em;
}
#content {
    background: black;
    color: white;
}
}

Revision as of 21:56, 11 September 2014

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

body {
    background: black;
    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;
}