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
Vijuki (talk | contribs)
No edit summary
Vijuki (talk | contribs)
No edit summary
Line 3: Line 3:
      
      
  **********************************************************/
  **********************************************************/
e
 
body.theme-fandomdesktop-light {
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);
--theme-body-background-image: url(https://static.wikia.nocookie.net/growtopia/images/b/b5/Site-background-light/revision/latest?cb=20240802022615);

Revision as of 05:09, 27 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=20240802022615);
	--scrollbar-thumb-color: #186c7d;
	--scrollbar-background-color: #FFFFFF;
	--gtw-background: linear-gradient(#1b7d93,#42b5cf);
	--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");
}