-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbyond-dark.user.css
141 lines (118 loc) · 2.37 KB
/
byond-dark.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
/* ==UserStyle==
@name ByondDark
@namespace bobbahbrown
@version 1.0.2
@homepageURL https://github.com/bobbahbrown/ByondDark
@updateURL https://raw.githubusercontent.com/bobbahbrown/ByondDark/blob/master/byond-dark.user.css
@license AGPL 3.0
@author bobbahbrown
==/UserStyle== */
/*! ByondDark v1.0.2 (2020-06-09) */
/*! Repository: https://github.com/bobbahbrown/ByondDark */
/*! License: https://opensource.org/licenses/AGPL-3.0 */
@-moz-document regexp("^https?://.*\\.byond\\.com/docs/ref.*$") {
body {
background: #1c1c1c !important;
color: #afafaf;
}
#contents_top,
.button,
.menu ul,
.button.current,
.button:hover,
.menu:hover .button {
background: #181818;
}
.menu li:hover {
background: #181818;
}
.nav li,
.nav li:hover {
background: #222;
}
.nav li:after,
.nav li:hover:after {
border-left-color: #222;
}
.nav li:not(:first-child):before,
.nav li:not(:first-child):hover:before {
border: 1em solid #222;
border-left-color: transparent;
border-right-width: 0;
}
a {
color: #bebebe !important;
}
a:hover {
color: rgb(79, 140, 201) !important;
}
pre.dmcode {
background: #181818;
border: solid 1px #404040;
box-shadow: none;
}
h3.dmcode {
background: #181818;
}
.note,
.sidebar {
box-shadow: none;
}
.performance,
.tip,
.sidebar,
.note,
.compatibility {
background: #182030;
border-color: #246;
}
.security {
background: #261d08;
border-color: #404040;
}
.note.security:before {
text-shadow: none;
}
.note.performance:before,
.note.compatibility:before {
text-shadow: none;
}
.DMk,
.DMn {
color: #cf6a4c !important;
}
.DMc {
color: #5f5a60 !important;
}
.DMs {
color: #f9ee98 !important;
}
table.withborder {
box-shadow: none;
background: #181818;
border-color: #404040;
}
.byondver_tag {
background: rgba(200, 200, 200, 0.15);
color: #afafaf;
}
.search,
.search:focus-within {
background: #202020;
}
#search_results {
background-color: #181818;
border-color: #404040;
}
#search_results .result:hover {
background-color: #181818;
border-color: #404040;
color: rgb(79, 140, 201) !important;
}
td#divider,
.macro_head,
.macro_subhead {
background-color: #222;
border-color: #404040;
}
}