Jump to content

MediaWiki:Common.css: Difference between revisions

From TheRift
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


#globalWrapper {
    width: 900px; /* Adjust this value to your desired width */
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}


body { background-image: url(media/background.png); }
body { background-image: url(media/background.png); }

Revision as of 23:29, 17 December 2025

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

#globalWrapper {
    width: 900px; /* Adjust this value to your desired width */
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

body { background-image: url(media/background.png); }