-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcustom.css
369 lines (351 loc) · 10.5 KB
/
custom.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
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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
/* Darius Dictionary Colorizer
* Last Updated 2023-02-17
* The latest version can be found at
* https://github.com/themoeway/yomichan-dict-css
*/
:root {
/* Change this opacity to 0% if you don't want backgrounds to change.
* Or increase it if you want them to change more.
*/
--dict-color-opacity: 100%;
--dict-color: var(--tag-dictionary-background-color);
--dict-bg-opacity: 0;
}
.definition-item {
background-color: color-mix(
in srgb,
var(--dict-color) calc(var(--dict-bg-opacity) * var(--dict-color-opacity)),
var(--background-color)
);
--tag-dictionary-background-color: var(--dict-color);
}
/* Japanese Dicts */
.definition-item[data-dictionary^="旺文社国語辞典"] {
--dict-color: rgb(187, 255, 255);
--dict-bg-opacity: 0.06;
--tag-text-color: black;
}
.definition-item[data-dictionary^="明鏡国語辞典"] {
--dict-color: rgb(51, 51, 221);
--dict-bg-opacity: 0.03;
}
.definition-item[data-dictionary^="岩波国語辞"] {
--dict-color: rgb(51, 85, 51);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary*="新明解"] {
--dict-color: rgb(255, 0, 0);
--dict-bg-opacity: 0.025;
}
.definition-item[data-dictionary^="大辞林"] {
--dict-color: rgb(85, 34, 85);
--dict-bg-opacity: 0.03;
}
.definition-item[data-dictionary="デジタル大辞泉"] {
--dict-color: rgb(170, 0, 0);
--dict-bg-opacity: 0.04;
}
.definition-item[data-dictionary="精選版 日本国語大辞典"] {
--dict-color: rgb(238, 238, 204);
--dict-bg-opacity: 0.05;
--tag-text-color: black;
}
.definition-item[data-dictionary="ハイブリッド新辞林"] {
--dict-color: rgb(221, 221, 238);
--dict-bg-opacity: 0.15;
--tag-text-color: black;
}
.definition-item[data-dictionary^="広辞苑"] {
--dict-color: rgb(51, 51, 51);
--dict-bg-opacity: 0.05;
}
/* jitenon */
.definition-item[data-dictionary$="辞典オンライン"],
.definition-item[data-dictionary="故事・ことわざ・慣用句オンライン"] {
--dict-color: rgb(255, 227, 124);
--dict-bg-opacity: 0.05;
--tag-text-color: black;
}
.definition-item[data-dictionary="実用日本語表現辞典"] {
--dict-color: rgb(99, 108, 141);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary^="三省堂国語辞典"] {
--dict-color: rgb(229, 107, 57);
--dict-bg-opacity: 0.03;
}
.definition-item[data-dictionary^="JMdict"],
.definition-item[data-dictionary^="JMDict"],
.definition-item[data-dictionary^="JMnedict"],
.definition-item[data-dictionary^="Jitendex"] {
--dict-color: rgb(0, 132, 255);
--dict-bg-opacity: 0.02;
}
.definition-item[data-dictionary="NEW斎藤和英大辞典"] {
--dict-color: rgb(244, 225, 254);
--dict-bg-opacity: 0.15;
--tag-text-color: black;
}
.definition-item[data-dictionary="新和英"] {
--dict-color: rgb(21, 70, 51);
--dict-bg-opacity: 0.03;
}
.definition-item[data-dictionary^="Pixiv"] {
--dict-color: rgb(0, 151, 250);
--dict-bg-opacity: 0.03;
}
.definition-item[data-dictionary="漢字源"] {
--dict-color: rgb(201, 149, 93);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary="日本語俗語辞書"] {
--dict-color: rgb(176, 4, 157);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary="weblio古語辞典"] {
--dict-color: rgb(193, 123, 148);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary="語源由来辞典"] {
--dict-color: rgb(206, 169, 47);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary="学研 四字熟語辞典"] {
--dict-color: rgb(180, 192, 152);
--dict-bg-opacity: 0.08;
--tag-text-color: black;
}
.definition-item[data-dictionary="故事ことわざの辞典"] {
--dict-color: rgb(117, 87, 85);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary^="日本語文法辞典"] {
--dict-color: rgb(23, 59, 173);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary="絵でわかる日本語"] {
--dict-color: rgb(207, 76, 110);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary="JLPT文法解説まとめ"] {
--dict-color: rgb(244, 66, 54);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary="どんなときどう使う 日本語表現文型辞典"] {
--dict-color: rgb(126, 168, 232);
--dict-bg-opacity: 0.08;
}
.definition-item[data-dictionary="毎日のんびり日本語教師"] {
--dict-color: rgb(255, 216, 228);
--dict-bg-opacity: 0.12;
--tag-text-color: black;
}
.definition-item[data-dictionary^="新選国語辞典"] {
--dict-color: #0073c4;
--dict-bg-opacity: 0.03;
}
/* goo.ne.jp */
.definition-item[data-dictionary="使い方の分かる 類語例解辞典"],
.definition-item[data-dictionary="全国方言辞典"] {
--dict-color: #9c4836;
--dict-bg-opacity: 0.03;
}
.definition-item[data-dictionary="新語時事用語辞典"] {
--dict-color: #6e9ac6;
--dict-bg-opacity: 0.07;
}
.definition-item[data-dictionary="漢字ペディア同訓異義"] {
--dict-color: #b7b7b7;
--dict-bg-opacity: 0.12;
}
.definition-item[data-dictionary*="Wikipedia"] {
--dict-color: #447ff5;
--dict-bg-opacity: 0.03;
}
.definition-item[data-dictionary^="漢検漢字辞典"] {
--dict-color: #e7a93a;
--dict-bg-opacity: 0.08;
}
.definition-item[data-dictionary^="例解学習国語辞典"] {
--dict-color: #faa72f;
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary^="現代国語例解辞典"] {
--dict-color: #e3323a;
--dict-bg-opacity: 0.04;
}
/* Kanji Dicts */
/* same color as earlier jitenon */
.tag[data-category="dictionary"][data-details="漢字辞典オンライン"] {
--tag-color: rgb(255, 227, 124);
--tag-text-color: black;
}
.tag[data-category="dictionary"][data-details="JPDB Kanji"] {
--tag-color: #ff3e3d;
}
.tag[data-category="dictionary"][data-details="TheKanjiMap Kanji Radicals/Composition"] {
--tag-color: #2a94c9;
}
.tag[data-category="dictionary"][data-details*="Wiktionary"] {
--tag-color: #447ff5;
}
/* Same as JMdict */
.tag[data-category="dictionary"][data-details^="KANJIDIC"] {
--tag-color: rgb(0, 132, 255);
}
/* Hanzi Dicts */
.tag[data-category="dictionary"][data-details^="CC-CEDICT"] {
--tag-color: rgb(32, 48, 64);
}
/* Honzi Dicts */
.tag[data-category="dictionary"][data-details^="Words\.hk 粵典 漢字"] {
--tag-color: #ae1625;
}
/* Pitch Accent */
.tag[data-category="pronunciation-dictionary"][data-details="NHK"] {
--tag-color: #0076d0;
}
.tag[data-category="pronunciation-dictionary"][data-details^="大辞泉"] {
--tag-color: rgb(170, 0, 0);
}
.tag[data-category="pronunciation-dictionary"][data-details^="大辞林"] {
--tag-color: rgb(85, 34, 85);
}
/* Mandarin Dicts */
/* also covers Canto CEDICT */
.definition-item[data-dictionary*="CEDICT"] {
--dict-color: rgb(32, 48, 64);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary^="中日大辞典"] {
--dict-color: rgb(223, 72, 79);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary="漢語大詞典"] {
--dict-color: rgb(160, 19, 23);
--dict-bg-opacity: 0.05;
}
/* also 萌典国语辞典 */
.definition-item[data-dictionary^="萌典"] {
--dict-color: rgb(255, 221, 212);
--dict-bg-opacity: 0.12;
--tag-text-color: black;
}
.definition-item[data-dictionary="兩岸詞典"] {
--dict-color: rgb(62, 94, 143);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary="牛津英汉汉英词典"] {
--dict-color: rgb(15, 58, 124);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary="五南國語活用辭典"] {
--dict-color: rgb(251, 150, 60);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary="譯典通英漢雙向字典"] {
--dict-color: rgb(172, 76, 77);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary="现代汉语规范词典"] {
--dict-color: rgb(232, 25, 15);
--dict-bg-opacity: 0.03;
}
.definition-item[data-dictionary="Wenlin ABC"] {
--dict-color: #ffca08;
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary="中华成语大词典"] {
--dict-color: rgb(200, 35, 31);
--dict-bg-opacity: 0.05;
}
.definition-item[data-dictionary="zdic"] {
--dict-color: rgb(241, 233, 230);
--dict-bg-opacity: 0.05;
--tag-text-color: black;
}
.definition-item[data-dictionary="500idioms"] {
--dict-color: rgb(185, 25, 31);
--dict-bg-opacity: 0.05;
}
/* Cantonese Dicts */
.definition-item[data-dictionary="CantoDict"] {
--dict-color: rgb(203, 255, 212);
--dict-bg-opacity: 0.1;
--tag-text-color: black;
}
.definition-item[data-dictionary^="Words\.hk"] {
--dict-color: #ae1625;
--dict-bg-opacity: 0.03;
}
.definition-item[data-dictionary="CE Wiktionary"] {
--dict-color: rgb(235, 206, 161);
--dict-bg-opacity: 0.05;
--tag-text-color: black;
}
.definition-item[data-dictionary="CC-Canto"] {
--dict-color: rgb(34, 34, 34);
--dict-bg-opacity: 0.03;
}
/* Frequency Dicts (Also Kanji Dicts) */
/* Japanese Frequency */
.frequency-group-item[data-details^="JPDB"] {
--tag-frequency-background-color: #ff3e3d;
}
.frequency-group-item[data-details^="Innocent"] {
--tag-frequency-background-color: #e82c9c;
}
.frequency-group-item[data-details="Novels"] {
--tag-frequency-background-color: #e537fa;
}
.frequency-group-item[data-details^="BCCWJ"] {
--tag-frequency-background-color: #8f27e3;
}
.frequency-group-item[data-details="CC100"] {
--tag-frequency-background-color: #6238fa;
}
.frequency-group-item[data-details="Conversation Corpus"] {
--tag-frequency-background-color: #273ce3;
}
.frequency-group-item[data-details^="青空文庫"] {
--tag-frequency-background-color: #3d93ff;
}
.frequency-group-item[data-details="Youtube"] {
--tag-frequency-background-color: #fd0101;
}
.frequency-group-item[data-details^="Wikipedia"] {
--tag-frequency-background-color: #447ff5;
}
/* Mandarin Frequency */
.frequency-group-item[data-details="HSK"] {
--tag-frequency-background-color: #ff3e3d;
}
.frequency-group-item[data-details="BLCUlit"] {
--tag-frequency-background-color: #e82c9c;
}
.frequency-group-item[data-details="SUBTLEX-CH"] {
--tag-frequency-background-color: #e537fa;
}
.frequency-group-item[data-details="BLCUcoll"] {
--tag-frequency-background-color: #8f27e3;
}
.frequency-group-item[data-details="BLCUmixed"] {
--tag-frequency-background-color: #6238fa;
}
.frequency-group-item[data-details="BLCUnews"] {
--tag-frequency-background-color: #273ce3;
}
.frequency-group-item[data-details="BLCUsci"] {
--tag-frequency-background-color: #3d93ff;
}
/* Cantonese Frequency */
.frequency-group-item[data-details^="Words\.hk"] {
--tag-frequency-background-color: #ae1625;
}
.frequency-group-item[data-details="Cifu Spoken"] {
--tag-frequency-background-color: #ff3e3d;
}
.frequency-group-item[data-details^="Cifu Written"] {
--tag-frequency-background-color: #e82c9c;
}
/* End Dictionary Colorizer */