User:Robloxian493/timeless.css: Difference between revisions

From Progressbar95 Wiki
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
/* PB95 Wiki Dark Theme for Miraheze */
/* PB95 Wiki Dark Theme for Miraheze */
#mw-content-container { /* Change the background */
#mwh-content-container { /* Change the background */
background: url(https://static.miraheze.org/progressbar95wiki/7/70/Fandom_Wiki%27s_Dark_Mode_BG.webp);
background: url(https://static.miraheze.org/progressbar95wiki/7/70/Fandom_Wiki%27s_Dark_Mode_BG.webp);
background-attachment: fixed;
background-attachment: fixed;
Line 7: Line 7:
}
}


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


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


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


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


:root { /* Variables to easily set stuff like colour */
:rojkot { /* Variables to easily set stuff like colour */
--link: #0ff;
--link: #0ff;
--link-hover: #65ffff;
--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;
}