MediaWiki:ThemeSwitcher.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/******************** ThemeSwitcher.css *******************
Description:
This is a stylesheet to apply a theme on the wiki
Put /*DISABLE after the theme name line to disable the theme
**************************************************/
/* ===== [ Theme Switcher ] ===== */
@import url("/MediaWiki:Theme_Default.css?action=raw&ctype=text/css");
/* ===== Theme: SummerFest ===== */
@import url("/MediaWiki:Theme_SummerFest.css?action=raw&ctype=text/css");
/* ===== Theme: Anniversary ===== */ /*DISABLE
@import url("/MediaWiki:Theme_Anniversary.css?action=raw&ctype=text/css");
/* ===== Theme: Chinese New Year ===== */ /*DISABLE -- Please use new switcher
body.mediawiki {
background: url('https://vignette.wikia.nocookie.net/growtopia/images/5/50/Wiki-background/revision/latest?cb=20190202072059') center bottom fixed repeat !important;
}
/*END*/
/* ===== Theme: Valentine's ===== */ /*DISABLE
body.mediawiki {
background: #BCA4D4 url('https://vignette.wikia.nocookie.net/growtopia/images/f/f1/Valentine-Background.png/revision/latest?cb=20190208124407') center bottom fixed repeat-x !important;
}
/*END*/
/* ===== Theme: St. Paddy's ===== */ /*DISABLE
body.mediawiki {
background: #60D6F2 url('https://vignette.wikia.nocookie.net/growtopia/images/f/f9/Paddy-background.png/revision/latest?cb=20190316122944') center bottom fixed repeat-x !important;
}
/*END*/
/* ===== Theme: Easter ===== */ /*DISABLE
body.mediawiki {
background: #2280F1 url('https://vignette.wikia.nocookie.net/growtopia/images/c/cf/Spring.jpg/revision/latest?cb=20190421225749') center bottom fixed repeat-x !important;
}
/*END*/
/* ===== Theme: Pineapple ===== */ /*DISABLE
body.mediawiki {
background: #60D6F2 url('https://vignette.wikia.nocookie.net/growtopia/images/a/ae/Pine-background.png/revision/latest?cb=20190608010648') center bottom fixed repeat !important;
}
/*END*/
/* ===== Theme: Thanksgiving ===== */ /*DISABLE
body.mediawiki {
background: url('https://vignette.wikia.nocookie.net/growtopia/images/d/d0/Thanksgiving_Background.png/revision/latest?cb=20191123040128') center bottom fixed repeat !important;
}
/*END*/