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 {
@media screen and (min-width: 851px) {
     width: 400px; /* Adjust this value to your desired width */
     .ts-inner { /* This is an example class, yours might be different */
     margin-left: auto;
        max-width: 600px; /* Adjust to your desired maximum width */
    margin-right: auto;
     }
    padding: 0;
}
}


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

Revision as of 23:30, 17 December 2025

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

@media screen and (min-width: 851px) {
    .ts-inner { /* This is an example class, yours might be different */
        max-width: 600px; /* Adjust to your desired maximum width */
    }
}


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