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


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

Revision as of 23:32, 17 December 2025

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

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