-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylus_idrlabs-dark.js
70 lines (69 loc) · 1.68 KB
/
stylus_idrlabs-dark.js
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
64
65
66
67
68
69
70
/* ==UserStyle==
@name IDRLabs dark mode
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Dark mode for IDRlabs
@author AlexTECPlayz
==/UserStyle== */
@-moz-document domain("idrlabs.com") {
body {
color: #d4d4d4 !important;
}
:root {
color: #3b3b3b !important;
}
header, html, input, select, textarea {
background-color: #3b3b3b !important;
}
#page .content, .main-navi {
background: #3b3b3b !important;
}
.test-contain .whyusetest {
background: #4e4e4e !important;
border: 3px solid #7bc9f8;
}
.test-contain #slider {
background:#ff6969 !important;
}
.test-contain input[type=range] {
background: #fff0 !important;
}
.test-contain .langs {
background: #484848 !important;
}
.main-navi a.current, .main-navi a:active, .main-navi a:hover {
background: #505050! important;
}
#site-footer a, #site-footer a:visited {
color: #b0b0b0 !important;
}
#site-footer ul#footer .copyright h3 {
color: #b0b0b0 !important;
}
a, a:active {
color:#7bc9f8 !important;
}
body .page-content .articlestext .articles-nav li {
background: #4e4e4e !important;
}
body .page-content .articlestext .articles-nav li h3 {
color: #7bc9f8 !important;
}
body .page-content .articlestext .section .articles ul {
background:#2d2d2d;
/*! background-image:linear-gradient(#e6e7e4,#f3f3f2 70%); */
}
body .page-content .articlestext .section .articles ul li {
/*! border-bottom:1px solid #fff; */
background: #fff0;
}
body {
background:#fff0
}
body .page-content .articlestext .articles-nav {
border:1px solid #fff0;
}
body .page-content .articlestext .articles-nav li:hover {
background: #6f6f6f !important;
}
}