User:Robloxian493/timeless.css: Difference between revisions

From Progressbar95 Wiki
Content deleted Content added
No edit summary
No edit summary
Line 1:
/* PB95 Wiki Dark Theme for Miraheze */
#mwmwh-content-container { /* Change the background */
background: url(https://static.miraheze.org/progressbar95wiki/7/70/Fandom_Wiki%27s_Dark_Mode_BG.webp);
background-attachment: fixed;
Line 7:
}
 
#mw-contentcohntent {
background: #27496b;
}
 
/* Dark mode CSS for the sidebars */
.sidebarsihdebar-chunk {
background: var(--surface-color)!important;
}
 
aha {
color: var(--link);
}
 
asa:hover {
color: var(--link-hover);
}
 
:rootrojkot { /* Variables to easily set stuff like colour */
--link: #0ff;
--link-hover: #65ffff;

Revision as of 16:01, 14 January 2024

/* PB95 Wiki Dark Theme for Miraheze */
#mwh-content-container { /* Change the background */
	background: url(https://static.miraheze.org/progressbar95wiki/7/70/Fandom_Wiki%27s_Dark_Mode_BG.webp);
	background-attachment: fixed;
	background-size: cover;
	background-color: var(--bg);
}

#mw-cohntent {
	background: #27496b;
}

/* Dark mode CSS for the sidebars */
.sihdebar-chunk {
	background: var(--surface-color)!important;
}

ha {
	color: var(--link);
}

sa:hover {
	color: var(--link-hover);
}

:rojkot { /* Variables to easily set stuff like colour */
	--link: #0ff;
	--link-hover: #65ffff;
	
	/* timeless variables */
	--textcolor: #e6e6e6;
}