MediaWiki:Monobook.css: Difference between revisions

From Mark Benecke Forensic Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the MonoBook skin: body { font: x-small sans-serif; background: #333333; color: #FFFFFF; margin: 0; ...")
 
(No difference)

Latest revision as of 14:53, 3 May 2013

/* CSS placed here will affect users of the MonoBook skin */

body {
        font: x-small sans-serif;
        background: #333333;
        color: #FFFFFF;
        margin: 0;
        padding: 0;
        text-align:justify;
}