MediaWiki:Common.css: Difference between revisions

From Distant Sands 11
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:
body {
body {
     background-color: #d9d9d9;
     background-color: #d9d9d9;
}
    background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png');
#mw-panel {
     background-size: cover;
     background-color: #d9d9d9;
}
}

Revision as of 12:48, 3 November 2025

/* CSS placed here will be applied to all skins */
body {
    background-color: #d9d9d9;
    background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png');
    background-size: cover;
}