Skip to content

crystalmathlabs.com - Black Mode by Nick2bad4u

Imported and mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/CrystalMathLabs-BlackMode.user.css

Screenshot of crystalmathlabs.com - Black Mode

Details

AuthorNick2bad4u

LicenseUnLicense

Categorycrystalmathlabs

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

CrystalMathLabs Black mode theme

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           crystalmathlabs.com - Black Mode
@namespace      typpi.online
@version        1.0.2
@description    CrystalMathLabs Black mode theme
@author         Nick2bad4u
@license        UnLicense
@homepageURL    https://github.com/Nick2bad4u/UserStyles
==/UserStyle== */
@-moz-document domain("crystalmathlabs.com") {
	/* Invert colors except images and videos */
	html,
	body,
	#wrap,
	#contentwrap,
	.news,
	.menubar ul li ul.dropdown {
		background: black !important;
		background-color: black !important;
	}

	.menubar,
	.hint,
	.xp-table > div:first-child,
	#footer {
		border-radius: 20px;
		background: #252323 !important;
		background-color: #252323 !important;
		padding-right: 10px;
		padding-left: 10px;
	}

	#menu
		> ul
		> li:nth-child(n)
		> ul
		> li:nth-child(n)
		> a:hover {
		border-radius: 20px;
		background: #252323 !important;
		background-color: #252323 !important;
		padding-left: 20px;
		color: limegreen;
	}

	#global-banner {
		background: darkgreen;
		color: white;
	}

	#global-banner a {
		color: hotpink;
	}

	input:nth-child(1),
	input:nth-child(2),
	input[type='text' i],
	#xp-calc-form button {
		background: black !important;
		background-color: black !important;
		color: white;
	}
}

Reviews

No reviews yet.