aboutsummaryrefslogtreecommitdiff
path: root/public/css/tdro-dark.css
blob: e2c04323f15c8bdfafe3b81f038918c0d2e13f83 (plain)
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
/* Dark Semantic CSS */

::selection {
  color: #000;
  background-color: #999;
}

::-webkit-selection {
  color: #000;
  background-color: #999;
}

::-moz-selection {
  color: #000;
  background-color: #999;
}

a {
  color: #75b2f0;
}
a:focus {
  color: #fff;
  background-color: #005d85;
}
a:hover img {
  outline: 6px dashed #75b2f0;
  box-shadow: none;
}
a:focus img {
  outline: 9px dashed #75b2f0;
}

img {
  box-shadow: none;
  filter: brightness(75%);
}

html {
  background-color: #001f2c;
}

body,
resume-page article > section h1 {
  color: #cad6e2;
}

body .medium-zoom-overlay {
  background-color: #001f2c;
  background-color: rgba(0, 31, 44, 0.9);
}

video {
  color: transparent;
}

body > nav {
  background-color: #002e42;
  box-shadow: 0 0px 10px 0 #000;
}

input,
textarea {
  background-color: #002e42;
  border-color: transparent;
  color: #fff;
}

article a,
body > footer a,
article-webring h2 a,
article-subsection a,
article-comments h2 a,
article-references h2 a,
article-more-content h2 a {
  color: #eee;
}

button,
button-anchor a,
pagination-controller a,
input[type="submit"],
input[type="button"] {
  color: #fff;
  background-color: #004766;
  box-shadow: none;
}

button:hover,
button-anchor a:hover,
pagination-controller a,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #005980;
}

button:hover svg,
button-anchor:hover svg {
  color: #fff;
  fill: #0961aa;
}

nav column-middle > a,
nav column-middle > a[data-active],
nav column-middle context-menu a,
nav column-middle context-menu a[data-active],
nav column-middle context-menu button,
nav column-middle more-button {
  color: #f1f1f1;
}

nav column-middle > a[data-active] svg {
  fill: #0961aa;
}

a,
home-page article a,
recent-articles h2 a {
  color: #75b2f0;
}

article > mark,
margin-note-aside:hover label span,
margin-note-aside:hover margin-note a,
margin-note-aside:hover margin-note mark,
side-note-aside:hover label span,
side-note-aside:hover side-note a,
side-note-aside:hover side-note mark {
  background-color: #042f52;
  color: #fff;
}

input,
button,
textarea,
input[type="submit"],
input[type="button"],
button-anchor a,
home-page label,
home-page article > h1,
pagination-controller a {
  color: #fff;
}

footer,
footer a,
body > footer,
figcaption,
figcaption code,
article-archive-list time,
article-meta-bottom a,
article-meta-bottom,
article-meta-top a,
article-meta-top,
article-more-content time,
article-webring time,
article-summary-meta,
blockquote-footer,
home-page article > h2,
home-page-intro span,
margin-note[left],
margin-note[right],
side-note[left],
side-note[right],
table-contents a,
table-contents h2,
taxonomy-archive-list time,
taxonomy-list time,
video-container footer a {
  color: #bfbfbf;
}

nav column-middle > a:hover,
nav column-middle more-button:hover {
  color: #fff;
}

nav column-middle a:hover svg,
nav column-middle more-button:hover svg {
  fill: #dd4b50;
}

context-menu-content {
  background-color: #004766;
  border-color: #00405c;
}

nav column-middle context-menu a[data-active] {
  background-color: #004766;
}

nav column-middle context-menu a:hover,
nav column-middle context-menu button:hover {
  color: #fff;
  background-color: #005d85;
}

article-archive-list li:hover,
taxonomy-list > section ul li:hover,
taxonomy-archive-list > section ul li:hover {
  background-color: #002e42;
}

resume-page timeline-item aside {
  border: 3px solid #001f2c;
}

home-page article > h1 em {
  color: #f48a8e;
}

[data-danger] {
  color: #ff8585;
}

contact-page aside {
  background-color: #002e42;
  border-color: #008fcc;
}

/* ---------------------------------------------------------- */

input::placeholder,
textarea::placeholder {
  color: #cad6e2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cad6e2;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cad6e2;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cad6e2;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cad6e2;
}

#isso-thread > h4 {
  color: #b7c7d7;
}

#isso-thread .textarea.placeholder {
  color: #cad6e2;
}

.isso-postbox > .form-wrapper > .auth-section .input-wrapper input {
  background-color: #002e42;
  color: white;
}

.isso-comment .textarea,
.isso-postbox > .form-wrapper .textarea,
.isso-postbox > .form-wrapper .preview {
  background-color: #002e42;
}

.isso-comment > div.text-wrapper > .isso-comment-header .author {
  color: #ccc;
}

.isso-postbox > .form-wrapper .preview {
  background-color: #001f2c;
  background: repeating-linear-gradient(
    -45deg,
    #001f2c,
    #001f2c 10px,
    #002e42 10px,
    #002e42 20px
  );
}

.isso-comment > div.text-wrapper > .isso-comment-header .permalink {
  color: #ccc;
}

.isso-comment > div.text-wrapper > .text a {
  color: #cad6e2;
}