-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy paththeme.css
More file actions
544 lines (525 loc) · 27.8 KB
/
Copy paththeme.css
File metadata and controls
544 lines (525 loc) · 27.8 KB
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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
@import url('https://discord-theme-addons.github.io/modern-channel-indicators/src/support/compiled.css');
:root {
/* ---- base -- */
--indicator-hovered: rgba(79, 84, 92, 0.25);
--indicator-rounding: 0;
--indicator-border-info: 2px solid;
/* ---- selected -- */
--indicator-selected: 112, 135, 215;
--indicator-selected-border: rgba(var(--indicator-selected));
--indicator-selected-background: rgba(var(--indicator-selected), 0.1);
--indicator-selected-hover: rgba(var(--indicator-selected), 0.18);
/* ---- unreads -- */
--indicator-unread: 255, 255, 255;
--indicator-unread-border: rgba(var(--indicator-unread), 0.6);
--indicator-unread-background: rgba(var(--indicator-unread), 0.01);
/* ---- connected -- */
--indicator-connected: 67, 181, 129;
--indicator-connected-border: rgba(var(--indicator-connected));
--indicator-connected-background: rgba(var(--indicator-connected), 0.1);
--indicator-connected-hover: rgba(var(--indicator-connected), 0.18);
}
.theme-dark {
--header-primary: #fff;
--header-secondary: #b9bbbe;
--text-normal: #DCDFE4;
--text-muted: #6e7072;
--text-link: hsl(207,calc(var(--saturation-factor, 1)*83%),66%);
--text-link-low-saturation: hsl(197,calc(var(--saturation-factor, 1)*100%),52.9%);
--text-positive: hsl(139,calc(var(--saturation-factor, 1)*66.8%),58.6%);
--text-warning: hsl(38,calc(var(--saturation-factor, 1)*95.7%),54.1%);
--text-danger: hsl(359,calc(var(--saturation-factor, 1)*82.6%),59.4%);
--text-brand: hsl(235,calc(var(--saturation-factor, 1)*86.1%),77.5%);
--interactive-normal: #b9bbbe;
--interactive-hover: #dcddde;
--interactive-active: #fff;
--interactive-muted: #4f545c;
--background-primary: #282C34;
--background-secondary: #20232a;
--background-secondary-alt: #1c1f24;
--background-tertiary: #181a1f;
--background-accent: #101215;
--background-floating: #181a1f;
--background-mobile-primary: #282C34;
--background-mobile-secondary: #20232a;
--background-modifier-hover: rgba(79,84,92,0.16);
--background-modifier-active: rgba(79,84,92,0.24);
--background-modifier-selected: rgba(79,84,92,0.32);
--background-modifier-accent: hsla(0,0%,100%,0.06);
--info-positive-text: #fff;
--info-warning-text: #fff;
--info-danger-text: #fff;
--info-help-background: hsla(197,calc(var(--saturation-factor, 1)*100%),47.8%,0.1);
--info-help-foreground: hsl(197,calc(var(--saturation-factor, 1)*100%),47.8%);
--info-help-text: #fff;
--status-warning-text: #000;
--scrollbar-thin-thumb: #202225;
--scrollbar-thin-track: transparent;
--scrollbar-auto-thumb: #202225;
--scrollbar-auto-track: hsl(210,calc(var(--saturation-factor, 1)*9.8%),20%);
--scrollbar-auto-scrollbar-color-thumb: #202225;
--scrollbar-auto-scrollbar-color-track: #282C34;
--elevation-stroke: 0 0 0 1px rgba(4,4,5,0.15);
--elevation-low: 0 1px 0 rgba(4,4,5,0.2),0 1.5px 0 rgba(6,6,7,0.05),0 2px 0 rgba(4,4,5,0.05);
--elevation-medium: 0 4px 4px rgba(0,0,0,0.16);
--elevation-high: 0 8px 16px rgba(0,0,0,0.24);
--logo-primary: #fff;
--control-brand-foreground: hsl(235,calc(var(--saturation-factor, 1)*86.1%),77.5%);
--control-brand-foreground-new: hsl(235,calc(var(--saturation-factor, 1)*86.1%),77.5%);
--background-mentioned: hsla(38,calc(var(--saturation-factor, 1)*95.7%),54.1%,0.1);
--background-mentioned-hover: hsla(38,calc(var(--saturation-factor, 1)*95.7%),54.1%,0.08);
--background-message-hover: rgba(4,4,5,0.07);
--channels-default: #8e9297;
--guild-header-text-shadow: 0 1px 1px rgba(0,0,0,0.4);
--channeltextarea-background: #262931;
--activity-card-background: #202225;
--textbox-markdown-syntax: #8e9297;
--deprecated-card-bg: rgba(32,34,37,0.6);
--deprecated-card-editable-bg: rgba(32,34,37,0.3);
--deprecated-store-bg: #282C34;
--deprecated-quickswitcher-input-background: #72767d;
--deprecated-quickswitcher-input-placeholder: hsla(0,0%,100%,0.3);
--deprecated-text-input-bg: rgba(0,0,0,0.1);
--deprecated-text-input-border: rgba(0,0,0,0.3);
--deprecated-text-input-border-hover: #040405;
--deprecated-text-input-border-disabled: #202225;
--deprecated-text-input-prefix: #dcddde;
}
.theme-dark .autocomplete-1vrmpx {
background-color: #282C34;
}
.theme-light {
--header-primary: #060607;
--header-secondary: #4f5660;
--text-normal: #2e3338;
--text-muted: #383A42;
--text-link: hsl(212,calc(var(--saturation-factor, 1)*100%),43.9%);
--text-link-low-saturation: hsl(212,calc(var(--saturation-factor, 1)*100%),43.9%);
--text-positive: hsl(139,calc(var(--saturation-factor, 1)*47.3%),43.9%);
--text-warning: hsl(38,calc(var(--saturation-factor, 1)*95.7%),54.1%);
--text-danger: hsl(359,calc(var(--saturation-factor, 1)*82.6%),59.4%);
--text-brand: hsl(235,calc(var(--saturation-factor, 1)*85.6%),64.7%);
--interactive-normal: #4f5660;
--interactive-hover: #2e3338;
--interactive-active: #060607;
--interactive-muted: #c7ccd1;
--background-primary: #FAFAFA;
--background-secondary: #EAEAEA;
--background-secondary-alt: #DADADA;
--background-tertiary: #e3e5e8;
--background-accent: #747f8d;
--background-floating: #fff;
--background-mobile-primary: #f8f9f9;
--background-mobile-secondary: #fff;
--background-modifier-hover: rgba(116,127,141,0.08);
--background-modifier-active: rgba(116,127,141,0.16);
--background-modifier-selected: rgba(116,127,141,0.24);
--background-modifier-accent: rgba(6,6,7,0.08);
--info-positive-text: #000;
--info-warning-text: #000;
--info-danger-text: #000;
--info-help-background: hsla(212,calc(var(--saturation-factor, 1)*100%),43.9%,0.1);
--info-help-foreground: hsl(212,calc(var(--saturation-factor, 1)*100%),43.9%);
--info-help-text: #000;
--status-warning-text: #fff;
--scrollbar-thin-thumb: rgba(79,84,92,0.3);
--scrollbar-thin-track: transparent;
--scrollbar-auto-thumb: #ccc;
--scrollbar-auto-track: #f2f2f2;
--scrollbar-auto-scrollbar-color-thumb: #e3e5e8;
--scrollbar-auto-scrollbar-color-track: #f2f3f5;
--elevation-stroke: 0 0 0 1px rgba(6,6,7,0.08);
--elevation-low: 0 1px 0 rgba(6,6,7,0.1),0 1.5px 0 rgba(6,6,7,0.025),0 2px 0 rgba(6,6,7,0.025);
--elevation-medium: 0 4px 4px rgba(0,0,0,0.08);
--elevation-high: 0 8px 16px rgba(0,0,0,0.16);
--logo-primary: hsl(235,calc(var(--saturation-factor, 1)*85.6%),64.7%);
--control-brand-foreground: hsl(235,calc(var(--saturation-factor, 1)*85.6%),64.7%);
--control-brand-foreground-new: hsl(235,calc(var(--saturation-factor, 1)*85.6%),64.7%);
--background-mentioned: hsla(38,calc(var(--saturation-factor, 1)*95.7%),54.1%,0.1);
--background-mentioned-hover: hsla(38,calc(var(--saturation-factor, 1)*95.7%),54.1%,0.2);
--background-message-hover: rgba(6,6,7,0.02);
--channels-default: #6a7480;
--guild-header-text-shadow: 0 1px 1px hsla(0,0%,100%,0.4);
--channeltextarea-background: #ebedef;
--activity-card-background: #fff;
--textbox-markdown-syntax: #6a7480;
--deprecated-card-bg: #f8f9f9;
--deprecated-card-editable-bg: rgba(246,246,247,0.6);
--deprecated-store-bg: #f8f9f9;
--deprecated-quickswitcher-input-background: #fff;
--deprecated-quickswitcher-input-placeholder: rgba(79,84,92,0.3);
--deprecated-text-input-bg: rgba(79,84,92,0.02);
--deprecated-text-input-border: rgba(79,84,92,0.3);
--deprecated-text-input-border-hover: #b9bbbe;
--deprecated-text-input-border-disabled: #dcddde;
--deprecated-text-input-prefix: #b9bbbe;
}
html {
--brand-experiment-100: hsl(240,calc(var(--saturation-factor, 1)*77.8%),98.2%);
--brand-experiment-130: hsl(236,calc(var(--saturation-factor, 1)*87.5%),96.9%);
--brand-experiment-160: hsl(235,calc(var(--saturation-factor, 1)*84.6%),94.9%);
--brand-experiment-200: hsl(236,calc(var(--saturation-factor, 1)*83.3%),92.9%);
--brand-experiment-230: hsl(236,calc(var(--saturation-factor, 1)*87%),91%);
--brand-experiment-260: hsl(235,calc(var(--saturation-factor, 1)*86.2%),88.6%);
--brand-experiment-300: hsl(235,calc(var(--saturation-factor, 1)*86.1%),85.9%);
--brand-experiment-330: hsl(235,calc(var(--saturation-factor, 1)*85.1%),81.6%);
--brand-experiment-360: hsl(235,calc(var(--saturation-factor, 1)*86.1%),77.5%);
--brand-experiment-400: hsl(235,calc(var(--saturation-factor, 1)*86.1%),71.8%);
--brand-experiment-430: hsl(235,calc(var(--saturation-factor, 1)*85.7%),69.8%);
--brand-experiment-460: hsl(235,calc(var(--saturation-factor, 1)*85.5%),67.5%);
--brand-experiment: hsl(207,calc(var(--saturation-factor, 1)*83%),66%);
--brand-experiment-500: hsl(235,calc(var(--saturation-factor, 1)*85.6%),64.7%);
--brand-experiment-530: hsl(235,calc(var(--saturation-factor, 1)*66.7%),58.8%);
--brand-experiment-560: hsl(235,calc(var(--saturation-factor, 1)*51.4%),52.4%);
--brand-experiment-600: hsl(235,calc(var(--saturation-factor, 1)*46.7%),44.1%);
--brand-experiment-630: hsl(235,calc(var(--saturation-factor, 1)*46.7%),38.2%);
--brand-experiment-660: hsl(235,calc(var(--saturation-factor, 1)*47.1%),33.3%);
--brand-experiment-700: hsl(235,calc(var(--saturation-factor, 1)*47%),25.9%);
--brand-experiment-730: hsl(235,calc(var(--saturation-factor, 1)*46.8%),24.3%);
--brand-experiment-760: hsl(234,calc(var(--saturation-factor, 1)*46.9%),22.2%);
--brand-experiment-800: hsl(235,calc(var(--saturation-factor, 1)*47.5%),19.4%);
--brand-experiment-830: hsl(235,calc(var(--saturation-factor, 1)*47.4%),14.9%);
--brand-experiment-860: hsl(235,calc(var(--saturation-factor, 1)*46.9%),9.6%);
--brand-experiment-900: hsl(233,calc(var(--saturation-factor, 1)*50%),3.1%);
--brand-experiment-05a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.05);
--brand-experiment-10a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.1);
--brand-experiment-15a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.15);
--brand-experiment-20a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.2);
--brand-experiment-25a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.25);
--brand-experiment-30a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.3);
--brand-experiment-35a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.35);
--brand-experiment-40a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.4);
--brand-experiment-45a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.45);
--brand-experiment-50a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.5);
--brand-experiment-55a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.55);
--brand-experiment-60a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.6);
--brand-experiment-65a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.65);
--brand-experiment-70a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.7);
--brand-experiment-75a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.75);
--brand-experiment-80a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.8);
--brand-experiment-85a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.85);
--brand-experiment-90a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.9);
--brand-experiment-95a: hsla(235,calc(var(--saturation-factor, 1)*85.6%),64.7%,0.95);
}
.nameTag-3uD-yy {
display: none;
}
.container-3baos1 {
padding-left: 56px;
padding-right: 56px;
}
.gameActivityToggleAdded-Yd-YxC{
padding-left: 40px;
padding-right: 40px;
}
.peopleColumn-29fq28 {
background-color: var(--background-primary);
}
.theme-dark .perksModal-fSYqOq {
background-color: var(--background-primary);
}
.headerTop-3vNv-a, .customStatus-oN4ZZY{
display: flex;
justify-content: center;
text-align: center;
}
.avatarWrapperNormal-26WQIb{
position: absolute;
left: 35%;
}
.profileBadges-ohc0Vu{
display: none;
}
.theme-dark .lookFilled-1Gx00P.colorGrey-2DXtkV {
color: #fff;
background-color: var(--background-primary);
}
.theme-dark .circleIconButton-1QV--U.circleButtonBase-2DCxIZ {
color: #98C379;
background-color: var(--background-secondary);
}
.circleIconButton-1QV--U.circleButtonBase-2DCxIZ.selected-1JjBPm {
color: #fff;
background-color: hsl(95,calc(var(--saturation-factor, 1)*38%),62%);;
}
.theme-dark .pageWrapper-1PgVDX {
background-color: var(--background-primary);
color: #fff;
}
.theme-dark .root-1gCeng {
background-color: var(--background-primary);
}
.theme-dark .modal-yWgWj- {
background-color: var(--background-primary);
}
.guildSection-1EoFKd > .flex-1xMQg5 > svg {
flex-shrink: 0;
}
.role-2irmRk{
background: transparent;
border: 1px solid;
border-radius: 11px;
}
.roleCircle-3xAZ1j {
margin-left: 0;
}
.addButton-pcyyf6.role-2irmRk {
border-color: #4f545c;
}
.addButtonIcon-1NMJ8u {
width: 10px;
height: 10px;
}
.colorDanger-2qLCe1, .colorDanger-2qLCe1 .checkbox-3s5GYZ, .colorDanger-2qLCe1 .radioSelection-1HmrQS {
color: hsl(355,calc(var(--saturation-factor, 1)*65%),65%);
}
.colorDanger-2qLCe1 .focused-3afm-j {
color: #fff;
background-color: #E06C75;
}
.theme-dark .container-3ayLPN {
background-color: var(--background-primary);
}
.theme-dark .option-96V44q::after {
background: none;
}
:root {
--sidebar-width: 240px; /* change if your theme resizes the sidebar */
}
.chat-3bRxxu.threadSidebarOpen-vdkwIh {
resize: horizontal;
min-width: 400px;
max-width: calc(100vw - var(--sidebar-width) - 72px - 400px);
}
.chat-3bRxxu:not(.threadSidebarOpen-vdkwIh) {
width: unset !important;
flex: 1 1 auto;
}
.threadSidebar-1o3BTy {
width: unset;
flex: 1 1 auto;
}
.clamped-IwJfxR {
-webkit-line-clamp: unset;
}
.tipTitle-GL9qAt{content:"";font-size: 0px;}
.tipTitle-GL9qAt::before{content:"Did you know?";font-size: 12px;}
.tip-2cgoli{content:"";font-size: 0px;}
.tip-2cgoli::before{content: "Message logger plugins are prohibited. If you have some type of message logger plugin installed, please uninstall it, since it significantly increases the chance of getting termed on Discord.";font-size: 16px;}
.problems-3mgf6w.slideIn-sCvzGz{display:none;}
.container-16j22k.fixClipping-3qAKRb{background: var(--background-tertiary);}
ul[data-list-id="guildsnav"] > div[class^="scroller"] {
padding-top: 0 !important;
}
ul[data-list-id="guildsnav"] > div[class^="scroller"] > div:first-child > div {
box-shadow: var(--elevation-low);
}
ul[data-list-id="guildsnav"] > div[class^="scroller"] > div:first-child + div {
display: none; /* separator */
}
div[href="/channels/@me"]:not(:hover) > div {
background-color: transparent !important;
}
.aboutMeBody-3GuvKk{
display: inline;
}
.accountProfileCard-1XCH88 .field-1HUseB:last-child .size16-1P40sf {
--no-phone-number-text: 'Hehe, you can\'t see my phone number!';
color: transparent;
}
.accountProfileCard-1XCH88 .field-1HUseB:last-child .size16-1P40sf::before {
color: var(--header-primary);
content: var(--no-phone-number-text, '************');
}
.accountProfileCard-1XCH88 .field-1HUseB:last-child .size16-1P40sf > .lookLink-9FtZy- {
transform: translateX(-88px);
}
.side-8zPYf6>div {
order: 0;
}
.item-PXvHYJ[data-item-id="theme-toggler"] {
order: 1 !important;
}
.side-8zPYf6>div:nth-child(n+33) { /* Change number after n to 14+[number of settings above Powercord] */
order: 2;
}
[d="M19.8914 3.80204L22.2438 8.55654C22.5726 9.22119 22.0891 9.99999 21.3475 10L16.6179 10C15.8745 10 15.391 9.21769 15.7235 8.55279L18.1007 3.79829C18.4701 3.05951 19.5251 3.06172 19.8914 3.80204ZM18.4998 5H19.4999V7.5H18.4999L18.4998 5ZM18.4998 8.49887C18.4998 8.77589 18.7238 9 18.9998 9C19.2759 9 19.4999 8.77589 19.4999 8.49887C19.4999 8.22224 19.2759 7.99773 18.9998 7.99773C18.7238 7.99773 18.4998 8.22224 18.4998 8.49887Z"]{
fill:hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%);
}
.platform-win .maximized [aria-label="Maximize"] {
background-repeat: no-repeat;
background-position: center;
color: transparent;
}
.platform-win .maximized [aria-label="Maximize"]:before {
content: " ";
-webkit-mask: url('https://kckarnige.is-a.dev/improved-ui/res/restore.svg');
background-repeat: no-repeat;
position: fixed;
color: var(--interactive-normal);
background-color: currentColor;
height: 12px;
width: 12px;
}
.privateChannels-1nO12o .content-3YMskv { --columns: 4; display: grid; grid-template-columns: repeat(var(--columns), 1fr); grid-auto-rows: min-content; }
.privateChannels-1nO12o .content-3YMskv > * { grid-column: 1/-1; }
.privateChannels-1nO12o .content-3YMskv .channel-2QD9_O:not([aria-label]) { grid-column: auto; }
.privateChannels-1nO12o .content-3YMskv .channel-2QD9_O:not([aria-label]) .layout-2DM8Md .content-3QAtGj { display: none; }
.privateChannels-1nO12o .content-3YMskv .channel-2QD9_O:not([aria-label]) .layout-2DM8Md .avatar-3uk_u9 { width: 100%; margin: 0 !important; }
.privateChannels-1nO12o .content-3YMskv .channel-2QD9_O:not([aria-label]) .layout-2DM8Md .children-gzQq2t { z-index: 1; margin: 0 !important; }
.iconWrapper-2OrFZ1 path[d="M19 3H4.99C3.88 3 3.01 3.89 3.01 5L3 19C3 20.1 3.88 21 4.99 21H19C20.1 21 21 20.1 21 19V5C21 3.89 20.1 3 19 3ZM19 15H15C15 16.66 13.65 18 12 18C10.35 18 9 16.66 9 15H4.99V5H19V15Z"]{
d: path("M 12 2 C 6.486 2 2 6.486 2 12 C 2 17.515 6.486 22 12 22 C 14.039 22 15.993 21.398 17.652 20.259 L 16.521 18.611 C 15.195 19.519 13.633 20 12 20 C 7.589 20 4 16.411 4 12 C 4 7.589 7.589 4 12 4 C 16.411 4 20 7.589 20 12 V 12.782 C 20 14.17 19.402 15 18.4 15 L 18.398 15.018 C 18.338 15.005 18.273 15 18.209 15 H 18 C 17.437 15 16.6 14.182 16.6 13.631 V 12 C 16.6 9.464 14.537 7.4 12 7.4 C 9.463 7.4 7.4 9.463 7.4 12 C 7.4 14.537 9.463 16.6 12 16.6 C 13.234 16.6 14.35 16.106 15.177 15.313 C 15.826 16.269 16.93 17 18 17 L 18.002 16.981 C 18.064 16.994 18.129 17 18.195 17 H 18.4 C 20.552 17 22 15.306 22 12.782 V 12 C 22 6.486 17.514 2 12 2 Z M 12 14.599 C 10.566 14.599 9.4 13.433 9.4 11.999 C 9.4 10.565 10.566 9.399 12 9.399 C 13.434 9.399 14.6 10.565 14.6 11.999 C 14.6 13.433 13.434 14.599 12 14.599 Z");
}
.wordmarkWindows-1v0lYD svg{
width:0;
}
.wordmarkWindows-1v0lYD::after{
content:'onehalf';
position:absolute;
width:max-content;
font-weight:750;
font-size:14px;
color:white;
}
.childWrapper-anI2G9 {
background-color: #00000000;
}
.wrapper-1BJsBx.selected-bZ3Lue .childWrapper-anI2G9, .wrapper-1BJsBx:hover .childWrapper-anI2G9 {
color: #fff;
background-color: #00000000;
}
.item-PXvHYJ[data-item-id="theme-toggler"] {
font-size: 0px;
visibility: none !important;
padding-top: 6px;
padding-bottom: 1px;
margin-bottom: 2px;
}
.item-PXvHYJ[data-item-id="theme-toggler"]:after {
font-size: 16px;
visibility: visible !important;
content: "Themes";
}
.item-PXvHYJ[data-item-id="theme-toggler"]:not(:selected):hover:after {
color: var(--interactive-hover) !important;
}
.item-PXvHYJ[data-item-id="theme-toggler"]:active:after {
color: var(--interactive-active) !important;
}
.item-PXvHYJ[data-item-id="theme-toggler"]:selected:after {
color: var(--interactive-active) !important;
}
.theme-dark .uploadModal-2ifh8j {
background-color: var(--background-primary);
}
.theme-dark .footer-3mqk7D {
background-color: var(--background-secondary);
}
.item-PXvHYJ[data-item-id="pc-moduleManager-themes"] {
font-size: 0px;
visibility: none !important;
padding-top: 6px;
padding-bottom: 2px;
margin-bottom: 2px;
}
.item-PXvHYJ[data-item-id="pc-moduleManager-themes"]:after {
font-size: 16px;
padding-bottom: 0px;
visibility: visible !important;
content: "Quick CSS";
}
.item-PXvHYJ[data-item-id="pc-moduleManager-themes"]:not(:selected):hover:after {
color: var(--interactive-hover) !important;
}
.item-PXvHYJ[data-item-id="pc-moduleManager-themes"]:active:after {
color: var(--interactive-active) !important;
}
.item-PXvHYJ[data-item-id="pc-moduleManager-themes"]:selected:after {
color: var(--interactive-active) !important;
}
html:root {
--font-display: var(--font-display);
}
/* Color Filled Roles by LuckFire */
#app-mount .role-2irmRk {
position: relative;
overflow: hidden;
border: 0;
z-index: 0;
padding: 5px;
}
#app-mount .role-2irmRk .roleCircle-3xAZ1j::after {
content: "";
position: absolute;
background: inherit;
z-index: -1;
width: 100%;
height: 100%;
left: 0;
opacity: 0.25;
}
#app-mount .role-2irmRk.addButton-pcyyf6 {
background-color: rgba(125, 125, 125, 0.25);
}
.theme-dark .userPopout-xaxa6l {
background-color: #181a1fc0;
}
.theme-dark .bodyInnerWrapper-26fQXj {
background-color: #181a1fc0;
padding-top: 6px;
padding-bottom: 2px;
padding-right: 8px;
padding-left: 8px;
border-radius: 8px;
}
.theme-dark .footer-3UKYOU {
background-color: #181a1fc0;
}
.newMessagesBar-265mhP {
background-color: #61b0f07c;
}
.popoutContainer-1MXdqN {
background-color: #181a1fe0;
}
.mainContent-u_9PKf[aria-label*="announce"] .iconContainer-1BBaeJ svg > path {
d: path("M3.9 8.26H2V15.2941H3.9V8.26Z M19.1 4V5.12659L4.85 8.26447V18.1176C4.85 18.5496 5.1464 18.9252 5.5701 19.0315L9.3701 19.9727C9.4461 19.9906 9.524 20 9.6 20C9.89545 20 10.1776 19.8635 10.36 19.6235L12.7065 16.5242L19.1 17.9304V19.0588H21V4H19.1ZM9.2181 17.9944L6.75 17.3826V15.2113L10.6706 16.0753L9.2181 17.9944Z");
}
.mainContent-u_9PKf[aria-label*="news"] .iconContainer-1BBaeJ svg > path {
d: path("M3.9 8.26H2V15.2941H3.9V8.26Z M19.1 4V5.12659L4.85 8.26447V18.1176C4.85 18.5496 5.1464 18.9252 5.5701 19.0315L9.3701 19.9727C9.4461 19.9906 9.524 20 9.6 20C9.89545 20 10.1776 19.8635 10.36 19.6235L12.7065 16.5242L19.1 17.9304V19.0588H21V4H19.1ZM9.2181 17.9944L6.75 17.3826V15.2113L10.6706 16.0753L9.2181 17.9944Z");
}
.mainContent-u_9PKf[aria-label*="update"] .iconContainer-1BBaeJ svg > path {
d: path("M3.9 8.26H2V15.2941H3.9V8.26Z M19.1 4V5.12659L4.85 8.26447V18.1176C4.85 18.5496 5.1464 18.9252 5.5701 19.0315L9.3701 19.9727C9.4461 19.9906 9.524 20 9.6 20C9.89545 20 10.1776 19.8635 10.36 19.6235L12.7065 16.5242L19.1 17.9304V19.0588H21V4H19.1ZM9.2181 17.9944L6.75 17.3826V15.2113L10.6706 16.0753L9.2181 17.9944Z");
}
.mainContent-u_9PKf[aria-label*="log"] .iconContainer-1BBaeJ svg > path {
d: path("M9.09044 19.3964C8.96752 19.1536 8.75336 19.1289 8.66669 19.1289C8.58002 19.1289 8.36585 19.1531 8.24919 19.3828L7.9296 20.012C7.66419 20.5362 6.88668 20.4784 6.70127 19.9263L6.00002 17.8562L5.55793 19.1638C5.31251 19.8881 4.62543 20.375 3.84959 20.375H3.33334C2.96501 20.375 2.66667 20.0813 2.66667 19.7188C2.66667 19.3562 2.96501 19.0625 3.33334 19.0625H3.84959C4.05084 19.0625 4.22918 18.9362 4.29293 18.7483L5.05085 16.5072C5.18835 16.1049 5.56918 15.8342 6.00002 15.8342C6.43085 15.8342 6.81168 16.1045 6.94877 16.5072L7.5271 18.2151C8.35002 17.5511 9.77961 17.8173 10.2771 18.7959C10.3559 18.9509 10.5059 19.0399 10.6671 19.0527V15.6845L16.0005 10.4718V8.5625H10.3334C9.78336 8.5625 9.33336 8.11953 9.33336 7.57812V2H1C0.445834 2 0 2.43887 0 2.98438V22.0156C0 22.5611 0.445834 23 1 23H15C15.5542 23 16 22.5611 16 22.0156V20.375L10.6667 20.3705C9.99503 20.3578 9.39252 19.9899 9.09044 19.3964V19.3964ZM16 6.9998C16 6.74141 15.8959 6.49121 15.7084 6.30664L11.6292 2.28711C11.4417 2.10254 11.1875 2 10.9209 2H10.6667V7.25H16V6.9998ZM12 16.2308V19.0625H14.8746L21.6113 12.386L18.783 9.60184L12 16.2308V16.2308ZM23.6892 8.86314L22.3613 7.55598C21.9471 7.14828 21.2751 7.14828 20.8609 7.55598L19.7255 8.67365L22.5538 11.4578L23.6892 10.3401C24.1038 9.93242 24.1038 9.27084 23.6892 8.86314Z");
}
.mainContent-u_9PKf[aria-label*="chat-logs"] .iconContainer-1BBaeJ svg > path {
d: path("M9.09044 19.3964C8.96752 19.1536 8.75336 19.1289 8.66669 19.1289C8.58002 19.1289 8.36585 19.1531 8.24919 19.3828L7.9296 20.012C7.66419 20.5362 6.88668 20.4784 6.70127 19.9263L6.00002 17.8562L5.55793 19.1638C5.31251 19.8881 4.62543 20.375 3.84959 20.375H3.33334C2.96501 20.375 2.66667 20.0813 2.66667 19.7188C2.66667 19.3562 2.96501 19.0625 3.33334 19.0625H3.84959C4.05084 19.0625 4.22918 18.9362 4.29293 18.7483L5.05085 16.5072C5.18835 16.1049 5.56918 15.8342 6.00002 15.8342C6.43085 15.8342 6.81168 16.1045 6.94877 16.5072L7.5271 18.2151C8.35002 17.5511 9.77961 17.8173 10.2771 18.7959C10.3559 18.9509 10.5059 19.0399 10.6671 19.0527V15.6845L16.0005 10.4718V8.5625H10.3334C9.78336 8.5625 9.33336 8.11953 9.33336 7.57812V2H1C0.445834 2 0 2.43887 0 2.98438V22.0156C0 22.5611 0.445834 23 1 23H15C15.5542 23 16 22.5611 16 22.0156V20.375L10.6667 20.3705C9.99503 20.3578 9.39252 19.9899 9.09044 19.3964V19.3964ZM16 6.9998C16 6.74141 15.8959 6.49121 15.7084 6.30664L11.6292 2.28711C11.4417 2.10254 11.1875 2 10.9209 2H10.6667V7.25H16V6.9998ZM12 16.2308V19.0625H14.8746L21.6113 12.386L18.783 9.60184L12 16.2308V16.2308ZM23.6892 8.86314L22.3613 7.55598C21.9471 7.14828 21.2751 7.14828 20.8609 7.55598L19.7255 8.67365L22.5538 11.4578L23.6892 10.3401C24.1038 9.93242 24.1038 9.27084 23.6892 8.86314Z");
}
.mainContent-u_9PKf[aria-label*="chat"] .iconContainer-1BBaeJ svg > path {
d: path("M4.79805 3C3.80445 3 2.99805 3.8055 2.99805 4.8V15.6C2.99805 16.5936 3.80445 17.4 4.79805 17.4H7.49805V21L11.098 17.4H19.198C20.1925 17.4 20.998 16.5936 20.998 15.6V4.8C20.998 3.8055 20.1925 3 19.198 3H4.79805Z");
}
.mainContent-u_9PKf[aria-label*="general"] .iconContainer-1BBaeJ svg > path {
d: path("M4.79805 3C3.80445 3 2.99805 3.8055 2.99805 4.8V15.6C2.99805 16.5936 3.80445 17.4 4.79805 17.4H7.49805V21L11.098 17.4H19.198C20.1925 17.4 20.998 16.5936 20.998 15.6V4.8C20.998 3.8055 20.1925 3 19.198 3H4.79805Z");
}
.mainContent-u_9PKf[aria-label*="off-topic"] .iconContainer-1BBaeJ svg > path {
d: path("M4.79805 3C3.80445 3 2.99805 3.8055 2.99805 4.8V15.6C2.99805 16.5936 3.80445 17.4 4.79805 17.4H7.49805V21L11.098 17.4H19.198C20.1925 17.4 20.998 16.5936 20.998 15.6V4.8C20.998 3.8055 20.1925 3 19.198 3H4.79805Z");
}
.mainContent-u_9PKf[aria-label*="change-log"] .iconContainer-1BBaeJ svg > path {
d: path("M3.9 8.26H2V15.2941H3.9V8.26Z M19.1 4V5.12659L4.85 8.26447V18.1176C4.85 18.5496 5.1464 18.9252 5.5701 19.0315L9.3701 19.9727C9.4461 19.9906 9.524 20 9.6 20C9.89545 20 10.1776 19.8635 10.36 19.6235L12.7065 16.5242L19.1 17.9304V19.0588H21V4H19.1ZM9.2181 17.9944L6.75 17.3826V15.2113L10.6706 16.0753L9.2181 17.9944Z");
}
.mainContent-u_9PKf[aria-label*="update-log"] .iconContainer-1BBaeJ svg > path {
d: path("M3.9 8.26H2V15.2941H3.9V8.26Z M19.1 4V5.12659L4.85 8.26447V18.1176C4.85 18.5496 5.1464 18.9252 5.5701 19.0315L9.3701 19.9727C9.4461 19.9906 9.524 20 9.6 20C9.89545 20 10.1776 19.8635 10.36 19.6235L12.7065 16.5242L19.1 17.9304V19.0588H21V4H19.1ZM9.2181 17.9944L6.75 17.3826V15.2113L10.6706 16.0753L9.2181 17.9944Z");
}
.mainContent-u_9PKf[data-list-item-id*="755005710323941386"] .iconContainer-1BBaeJ svg > path {
d: path("M7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3zm13.71-9.37l-1.34-1.34c-.39-.39-1.02-.39-1.41 0L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.02 0-1.41z");
}
.mainContent-u_9PKf[data-list-item-id*="755005584322854972"] .iconContainer-1BBaeJ svg > path {
d: path("M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5a2.5 2.5 0 00-5 0V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5a2.5 2.5 0 000-5z");
}
.mainContent-u_9PKf[data-list-item-id*="813903993524715522"] .iconContainer-1BBaeJ svg > path {
d: path("M7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3zm13.71-9.37l-1.34-1.34c-.39-.39-1.02-.39-1.41 0L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.02 0-1.41z");
}
.mainContent-u_9PKf[data-list-item-id*="813903954991120385"] .iconContainer-1BBaeJ svg > path {
d: path("M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5a2.5 2.5 0 00-5 0V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5a2.5 2.5 0 000-5z");
}