Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:ThemeSwitcher.css: Difference between revisions

MediaWiki interface page
Librarian Bird (talk | contribs)
No edit summary
mNo edit summary
 
(73 intermediate revisions by 6 users not shown)
Line 1: Line 1:
/******************** ThemeSwitcher.css *******************
@import url("/index.php?title=MediaWiki:Theme_Default.css&action=raw&ctype=text/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 ===== */
@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*/

Latest revision as of 20:53, 11 January 2026

@import url("/index.php?title=MediaWiki:Theme_Default.css&action=raw&ctype=text/css");