Difference between revisions of "MediaWiki:Common.css"

From TRMN
Jump to navigation Jump to search
m
m
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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;
}

Revision as of 22:14, 11 September 2014

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