Jump to content

MediaWiki:Common.css: Difference between revisions

From TheRift
No edit summary
No edit summary
Line 2: Line 2:


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

Revision as of 23:30, 17 December 2025

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

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

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