MediaWiki:Common.css: Difference between revisions
Appearance
TheRiftWiki (talk | contribs) No edit summary |
TheRiftWiki (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
#globalWrapper { | #globalWrapper { | ||
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); }