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