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

MediaWiki:Theme Default.css: Difference between revisions

MediaWiki interface page
LightSwitch (talk | contribs)
No edit summary
LightSwitch (talk | contribs)
No edit summary
Line 8: Line 8:
--scrollbar-thumb-color: #186c7d;
--scrollbar-thumb-color: #186c7d;
--scrollbar-background-color: #FFFFFF;
--scrollbar-background-color: #FFFFFF;
--gtw-background: linear-gradient(#1b7d93,#60d7f2);
--gtw-landscape: url("https://static.wikia.nocookie.net/growtopia/images/d/d0/Theme_day_280724_1.png/revision/latest?cb=20240728071731&format=original");
--gtw-landscape: url("https://static.wikia.nocookie.net/growtopia/images/d/d0/Theme_day_280724_1.png/revision/latest?cb=20240728071731&format=original");
}
}

Revision as of 14:58, 1 August 2024

/******************** Theme_Default.css *******************
  Theme Name: Default
    
 **********************************************************/

body.theme-fandomdesktop-light {
	--theme-body-background-image: url(https://static.wikia.nocookie.net/growtopia/images/b/b5/Site-background-light/revision/latest?cb=20240801145643);
	--scrollbar-thumb-color: #186c7d;
	--scrollbar-background-color: #FFFFFF;
	--gtw-landscape: url("https://static.wikia.nocookie.net/growtopia/images/d/d0/Theme_day_280724_1.png/revision/latest?cb=20240728071731&format=original");
}
 
body.theme-fandomdesktop-dark {
	--theme-body-background-image: url(https://static.wikia.nocookie.net/growtopia/images/0/08/Site-background-dark/revision/latest?cb=20210823154039);
	--scrollbar-thumb-color: #FFFFFF;
	--scrollbar-background-color: #0b181c;
	--gtw-background: linear-gradient(#113133,#1f5559);
	--gtw-landscape: url("https://static.wikia.nocookie.net/growtopia/images/8/8b/GTW_Landscape_Pagoda.png/revision/latest?cb=20211105102547");
}