-
Notifications
You must be signed in to change notification settings - Fork 1
/
CrystalMathLabs-BlackMode.user.css
63 lines (58 loc) · 1.22 KB
/
CrystalMathLabs-BlackMode.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/* ==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;
}
}