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

MediaWiki interface page
Revision as of 15:20, 5 August 2024 by LightSwitch (talk | contribs)

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.
/******************** 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=20240802022615);
	--scrollbar-thumb-color: #186c7d;
	--scrollbar-background-color: #FFFFFF;
	--gtw-background: linear-gradient(#1b7d93,#60d7f2);
	--gtw-landscape: url("https://static.wikia.nocookie.net/growtopia/images/5/55/ThemeDay2807241024v3_4096.png/revision/latest?cb=20240805145759");
}
 
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/5/5f/ThemeNight050824_4096.png/revision/latest?cb=20240805151935");
}