Slendytubbies Wiki
Advertisement

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Fonts */

/** Slendytubbies Fonts **/

@font-face {
	font-family: "LD Slender Regular";
	src: url(https://static.wikia.nocookie.net/custard/images/f/f3/LD_Slender_Regular.ttf) format("truetype"),
		 url(https://static.wikia.nocookie.net/custard/images/d/d8/LD_Slender_Regular.woff) format("woff"),
		 url(https://static.wikia.nocookie.net/custard/images/f/f3/LD_Slender_Regular.woff2) format("woff2");
}

/** Off-Topic Fonts **/

@font-face {
	font-family: "Ekaterina Velikaya One";
	src: url(https://static.wikia.nocookie.net/custard/images/0/03/EkaterinaVelikayaOne.ttf) format("truetype"),
		 url(https://static.wikia.nocookie.net/custard/images/e/e4/EkaterinaVelikayaOne.woff) format("woff"),
		 url(https://static.wikia.nocookie.net/custard/images/3/38/EkaterinaVelikayaOne.woff2) format("woff2");
}

@font-face {
	font-family: "Ekaterina Velikaya Two";
	src: url(https://static.wikia.nocookie.net/custard/images/8/87/EkaterinaVelikayaTwo.ttf) format("truetype"),
		 url(https://static.wikia.nocookie.net/custard/images/6/60/EkaterinaVelikayaTwo.woff) format("woff"),
		 url(https://static.wikia.nocookie.net/custard/images/5/53/EkaterinaVelikayaTwo.woff2) format("woff2");
}

/* Theme Designer Extras */

.fandom-community-header__background {
    background-image: none;
	background-color: rgba(var(--theme-page-background-color--rgb), none);
}

.fandom-community-header__background::before {
    background-image: none;
    background-color: none;
    background: none;
}

.theme-fandomdesktop-light {
    background-image: url("https://static.wikia.nocookie.net/custard/images/1/1c/Slendytubbies_III_%E2%80%94_Main_Land_%28Day%29_%E2%80%94_Preview_Image_%E2%84%96_2.png/revision/latest?cb=20211003194736&format=original");
    background-image: #FFFFFF;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
/** Custom Variable Additions: **/

    --theme-sticky-nav-background-color--rgb: none, none, none;
	--theme-table-header-color: none;
	--theme-table-body-color: none;
	--theme-table-header-text-color: none;
	--theme-table-body-text-color: none;
	--theme-table-body-altcolor: none;
}

.theme-fandomdesktop-dark {
    background-image: url("https://static.wikia.nocookie.net/custard/images/0/08/Site-background-dark/revision/latest?cb=20211003200833&format=original");
    background-image: #000000;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
/** Custom Variable Additions: **/

    --theme-sticky-nav-background-color--rgb: none, none, none;
	--theme-table-header-color: none;
	--theme-table-body-color: none;
	--theme-table-header-text-color: none;
	--theme-table-body-text-color: none;
	--theme-table-body-altcolor: none;
}
    
/** Custom Variable Additions: **/

    --theme-sticky-nav-background-color--rgb: none, none, none;
	--theme-table-header-color: none;
	--theme-table-body-color: none;
	--theme-table-header-text-color: none;
	--theme-table-body-text-color: none;
	--theme-table-body-altcolor: none; 
}

/** Hard-Coded Class Colors Used in Talk Page Templates: **/

.theme-fandomdesktop-light .talkinfomessage {
	background-color: none;
	color: none;
}
.theme-fandomdesktop-light .talkwarnmessage {
	background-color: none;
	color: none;
}
.theme-fandomdesktop-light .talkcritmessage {
	background-color: none;
	color: none;	
}
.theme-fandomdesktop-dark .talkinfomessage {
	background-color: none;
	color: none;
}
.theme-fandomdesktop-dark .talkwarnmessage {
	background-color: none;
	color: none;
}
.theme-fandomdesktop-dark .talkcritmessage {
	background-color: none;
	color: none;
}
Advertisement