MediaWiki:Common.css: Difference between revisions

From neoksaal wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


#content {
#content {
     max-width: 80%;
     max-width: 70%;
}
 
#mw-panel {
    font-family: monospace;
}
}

Revision as of 18:28, 22 July 2026

/* CSS placed here will be applied to all skins */
body {
    background-color: pink;
}

#content {
    max-width: 70%;
}

#mw-panel {
    font-family: monospace;
}