tonarchy

tonarchy

https://git.tonybtw.com/tonarchy.git git://git.tonybtw.com/tonarchy.git
53,067 bytes raw
1
/* General Typography */
2
.dialog .confirm-dialog-title,
3
.modal-dialog .confirm-dialog-title {
4
  font-weight: 800;
5
  font-size: 15ptpt;
6
}
7
8
.workspace-switch-osd, .media-keys-osd {
9
  font-weight: 700;
10
  font-size: 13ptpt;
11
}
12
13
.polkit-dialog-user-combo {
14
  font-weight: 700;
15
  font-size: 11ptpt;
16
}
17
18
.prompt-dialog-error-label, .prompt-dialog-info-label, .prompt-dialog-null-label {
19
  font-weight: 400;
20
  font-size: 9ptpt;
21
}
22
23
stage {
24
  color: #e9e9ed;
25
}
26
27
.label-shadow {
28
  color: rgba(0, 0, 0, 0);
29
}
30
31
.sound-button, .dialog .dialog-button,
32
.modal-dialog .dialog-button {
33
  min-height: 24px;
34
  padding: 5px 32px;
35
  transition-duration: 100ms;
36
  border-radius: 12px;
37
  color: rgba(233, 233, 237, 0.7);
38
  background-color: rgba(233, 233, 237, 0.04);
39
}
40
41
.sound-button:focus, .dialog .dialog-button:focus,
42
.modal-dialog .dialog-button:focus {
43
  color: #e9e9ed;
44
  background-color: rgba(233, 233, 237, 0.12);
45
  border-radius: 12px;
46
}
47
48
.sound-button:hover, .dialog .dialog-button:hover,
49
.modal-dialog .dialog-button:hover {
50
  color: #e9e9ed;
51
  background-color: rgba(233, 233, 237, 0.12);
52
  border-radius: 12px;
53
  color: #27a1b9;
54
}
55
56
.sound-button:hover:focus, .dialog .dialog-button:hover:focus,
57
.modal-dialog .dialog-button:hover:focus {
58
  color: #e9e9ed;
59
  background-color: rgba(233, 233, 237, 0.3);
60
  border-radius: 12px;
61
}
62
63
.sound-button:active, .dialog .dialog-button:active,
64
.modal-dialog .dialog-button:active {
65
  color: #e9e9ed;
66
  background-color: rgba(233, 233, 237, 0.3);
67
  border-radius: 12px;
68
}
69
70
.sound-button:insensitive, .dialog .dialog-button:insensitive,
71
.modal-dialog .dialog-button:insensitive {
72
  color: rgba(233, 233, 237, 0.5);
73
  background-color: rgba(233, 233, 237, 0.04);
74
  border-radius: 12px;
75
}
76
77
.polkit-dialog-user-combo, .dialog .dialog-button:destructive-action,
78
.modal-dialog .dialog-button:destructive-action, .dialog .dialog-button:default,
79
.modal-dialog .dialog-button:default, .notification-button, .notification-icon-button, .menu #notification .notification-button,
80
.menu #notification .notification-icon-button, .popup-menu #notification .notification-button,
81
.popup-menu #notification .notification-icon-button, #notification .notification-button,
82
#notification .notification-icon-button, .calendar-today-home-button,
83
.calendar-today-home-button-enabled {
84
  border-radius: 12px;
85
  color: rgba(233, 233, 237, 0.7);
86
  background-color: transparent;
87
}
88
89
.polkit-dialog-user-combo:hover, .dialog .dialog-button:hover:destructive-action,
90
.modal-dialog .dialog-button:hover:destructive-action, .dialog .dialog-button:hover:default,
91
.modal-dialog .dialog-button:hover:default, .notification-button:hover, .notification-icon-button:hover, #notification .notification-button:hover,
92
#notification .notification-icon-button:hover, .calendar-today-home-button:hover,
93
.calendar-today-home-button-enabled:hover {
94
  color: #e9e9ed;
95
  background-color: rgba(233, 233, 237, 0.12);
96
  border-radius: 12px;
97
}
98
99
.polkit-dialog-user-combo:active, .dialog .dialog-button:active:destructive-action,
100
.modal-dialog .dialog-button:active:destructive-action, .dialog .dialog-button:active:default,
101
.modal-dialog .dialog-button:active:default, .notification-button:active, .notification-icon-button:active, #notification .notification-button:active,
102
#notification .notification-icon-button:active, .calendar-today-home-button:active,
103
.calendar-today-home-button-enabled:active {
104
  color: #e9e9ed;
105
  background-color: rgba(233, 233, 237, 0.3);
106
  border-radius: 12px;
107
}
108
109
.polkit-dialog-user-combo:insensitive, .dialog .dialog-button:insensitive:destructive-action,
110
.modal-dialog .dialog-button:insensitive:destructive-action, .dialog .dialog-button:insensitive:default,
111
.modal-dialog .dialog-button:insensitive:default, .notification-button:insensitive, .notification-icon-button:insensitive, #notification .notification-button:insensitive,
112
#notification .notification-icon-button:insensitive, .calendar-today-home-button:insensitive,
113
.calendar-today-home-button-enabled:insensitive {
114
  color: rgba(233, 233, 237, 0.32);
115
  background-color: transparent;
116
  border-radius: 12px;
117
}
118
119
.dialog-button-box .modal-dialog-button,
120
.modal-dialog-button-box .modal-dialog-button {
121
  min-height: 24px;
122
  padding: 6px 30px;
123
  transition-duration: 100ms;
124
  border-radius: 12px;
125
  color: rgba(233, 233, 237, 0.7);
126
  background-color: rgba(233, 233, 237, 0.04);
127
}
128
129
.dialog-button-box .modal-dialog-button:hover,
130
.modal-dialog-button-box .modal-dialog-button:hover {
131
  color: #e9e9ed;
132
  background-color: rgba(233, 233, 237, 0.12);
133
}
134
135
.dialog-button-box .modal-dialog-button:focus,
136
.modal-dialog-button-box .modal-dialog-button:focus {
137
  color: #27a1b9;
138
}
139
140
.dialog-button-box .modal-dialog-button:active,
141
.modal-dialog-button-box .modal-dialog-button:active {
142
  color: #e9e9ed;
143
  background-color: rgba(233, 233, 237, 0.3);
144
}
145
146
.dialog-button-box .modal-dialog-button:insensitive,
147
.modal-dialog-button-box .modal-dialog-button:insensitive {
148
  color: rgba(233, 233, 237, 0.32);
149
  background-color: transparent;
150
}
151
152
#menu-search-entry, .prompt-dialog-password-entry, .notification StEntry, .menu #notification StEntry, .popup-menu #notification StEntry, #notification StEntry {
153
  padding: 3px 12px;
154
  min-height: 24px;
155
  caret-size: 1px;
156
  selection-background-color: #27a1b9;
157
  selected-color: #e9e9ed;
158
  transition-duration: 300ms;
159
  border-radius: 12px;
160
  color: #e9e9ed;
161
  border: 2px solid transparent;
162
  background-color: rgba(233, 233, 237, 0.04);
163
}
164
165
#menu-search-entry:focus, .prompt-dialog-password-entry:focus, .notification StEntry:focus, .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus, #notification StEntry:focus, #menu-search-entry:hover, .prompt-dialog-password-entry:hover, .notification StEntry:hover, .menu #notification StEntry:hover, .popup-menu #notification StEntry:hover, #notification StEntry:hover {
166
  color: #e9e9ed;
167
  background-color: rgba(233, 233, 237, 0.04);
168
  border: 2px solid #27a1b9;
169
}
170
171
#menu-search-entry:insensitive, .prompt-dialog-password-entry:insensitive, .notification StEntry:insensitive, .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #notification StEntry:insensitive {
172
  border: 2px solid transparent;
173
  background-color: rgba(233, 233, 237, 0.04);
174
  color: rgba(233, 233, 237, 0.5);
175
}
176
177
#menu-search-entry StIcon.capslock-warning, .prompt-dialog-password-entry StIcon.capslock-warning, .notification StEntry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #notification StEntry StIcon.capslock-warning {
178
  icon-size: 16px;
179
  warning-color: #8c6c3e;
180
  padding: 0 6px;
181
}
182
183
StScrollView.vfade {
184
  -st-vfade-offset: 0px;
185
}
186
187
StScrollView.hfade {
188
  -st-hfade-offset: 0px;
189
}
190
191
StScrollBar {
192
  padding: 8px;
193
}
194
195
StScrollView StScrollBar {
196
  min-width: 5px;
197
  min-height: 5px;
198
}
199
200
StScrollBar StBin#trough {
201
  background-color: rgba(50, 52, 73, 0.1);
202
  border-radius: 9999px;
203
}
204
205
StScrollBar StButton#vhandle,
206
StScrollBar StButton#hhandle {
207
  border-radius: 9999px;
208
  background-color: #6d6d76;
209
  border: 0px solid;
210
  margin: 0px;
211
}
212
213
StScrollBar StButton#vhandle:hover,
214
StScrollBar StButton#hhandle:hover {
215
  background-color: #585962;
216
}
217
218
StScrollBar StButton#vhandle:active,
219
StScrollBar StButton#hhandle:active {
220
  background-color: #27a1b9;
221
}
222
223
.separator {
224
  -gradient-height: 1px;
225
  -gradient-start: rgba(0, 0, 0, 0);
226
  -gradient-end: rgba(0, 0, 0, 0);
227
  -margin-horizontal: 1.5em;
228
  height: 1em;
229
}
230
231
.popup-slider-menu-item,
232
.slider {
233
  -slider-height: 4px;
234
  -slider-background-color: rgba(233, 233, 237, 0.12);
235
  -slider-border-color: transparent;
236
  -slider-active-background-color: #27a1b9;
237
  -slider-active-border-color: transparent;
238
  -slider-border-width: 0;
239
  -slider-handle-radius: 4px;
240
  height: 18px;
241
  min-width: 15em;
242
  border: 0 solid transparent;
243
  border-right-width: 1px;
244
  border-left-width: 5px;
245
  color: transparent;
246
}
247
248
.check-box CinnamonGenericContainer {
249
  spacing: 0.2em;
250
  min-height: 30px;
251
  padding-top: 2px;
252
}
253
254
.check-box StLabel {
255
  font-weight: normal;
256
}
257
258
.check-box StBin {
259
  width: 24px;
260
  height: 24px;
261
}
262
263
.check-box StBin, .check-box:focus StBin {
264
  background-image: url("assets/checkbox-off.svg");
265
}
266
267
.check-box:checked StBin, .check-box:focus:checked StBin {
268
  background-image: url("assets/checkbox-dark.svg");
269
}
270
271
.radiobutton CinnamonGenericContainer {
272
  spacing: 0.2em;
273
  min-height: 30px;
274
  padding-top: 2px;
275
}
276
277
.radiobutton StLabel {
278
  padding-top: 4px;
279
  font-size: 0.9em;
280
  box-shadow: none;
281
}
282
283
.radiobutton StBin {
284
  width: 24px;
285
  height: 24px;
286
}
287
288
.radiobutton StBin, .radiobutton:focus StBin {
289
  background-image: url("assets/radiobutton-off.svg");
290
}
291
292
.radiobutton:checked StBin, .radiobutton:focus:checked StBin {
293
  background-image: url("assets/radiobutton-dark.svg");
294
}
295
296
.toggle-switch {
297
  width: 46px;
298
  height: 24px;
299
  background-size: contain;
300
}
301
302
.toggle-switch, .popup-menu-item:active .toggle-switch {
303
  background-image: url("assets/toggle-off.svg");
304
}
305
306
.toggle-switch:checked, .popup-menu-item:active .toggle-switch:checked {
307
  background-image: url("assets/toggle-on-dark.svg");
308
}
309
310
.cinnamon-link {
311
  color: #4aafca;
312
  text-decoration: underline;
313
}
314
315
.cinnamon-link:hover {
316
  color: #71c0d6;
317
}
318
319
#Tooltip {
320
  border-radius: 9999px;
321
  padding: 6px 12px;
322
  background-color: rgba(20, 21, 29, 0.9);
323
  color: #e9e9ed;
324
  margin: 6px;
325
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
326
  font-size: 1em;
327
  font-weight: normal;
328
  text-align: center;
329
}
330
331
.menu,
332
.popup-menu,
333
.popup-combo-menu {
334
  padding: 0;
335
  color: #e9e9ed;
336
  border-radius: 12px;
337
  margin: 6px;
338
  box-shadow: none;
339
  /* @if $outline == 'true' {
340
        border: 2px solid $primary;
341
    } */
342
}
343
344
.menu-arrow,
345
.popup-menu-arrow {
346
  icon-size: 16px;
347
}
348
349
.menu .popup-sub-menu,
350
.popup-menu .popup-sub-menu,
351
.popup-combo-menu .popup-sub-menu {
352
  border-radius: 12px;
353
  background-gradient-direction: none;
354
  box-shadow: none;
355
  background-color: #3c4153;
356
  color: rgba(233, 233, 237, 0.7);
357
}
358
359
.menu .popup-sub-menu .popup-menu-item:active,
360
.popup-menu .popup-sub-menu .popup-menu-item:active,
361
.popup-combo-menu .popup-sub-menu .popup-menu-item:active {
362
  background-color: rgba(233, 233, 237, 0.12);
363
  color: #e9e9ed;
364
}
365
366
.menu .popup-sub-menu StScrollBar,
367
.popup-menu .popup-sub-menu StScrollBar,
368
.popup-combo-menu .popup-sub-menu StScrollBar {
369
  padding: 4px;
370
}
371
372
.menu .popup-sub-menu StScrollBar StBin#trough,
373
.menu .popup-sub-menu StScrollBar StBin#vhandle,
374
.popup-menu .popup-sub-menu StScrollBar StBin#trough,
375
.popup-menu .popup-sub-menu StScrollBar StBin#vhandle,
376
.popup-combo-menu .popup-sub-menu StScrollBar StBin#trough,
377
.popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle {
378
  border-width: 0;
379
}
380
381
.menu .popup-menu-content,
382
.popup-menu .popup-menu-content,
383
.popup-combo-menu .popup-menu-content {
384
  padding: 6px;
385
  border-radius: 12px;
386
  background-color: #292e42;
387
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
388
}
389
390
.menu .popup-menu-item,
391
.popup-menu .popup-menu-item,
392
.popup-combo-menu .popup-menu-item {
393
  padding: 6px 12px;
394
  spacing: 12px;
395
  border-radius: 12px;
396
}
397
398
.menu .popup-menu-item:hover, .menu .popup-menu-item:active,
399
.popup-menu .popup-menu-item:hover,
400
.popup-menu .popup-menu-item:active,
401
.popup-combo-menu .popup-menu-item:hover,
402
.popup-combo-menu .popup-menu-item:active {
403
  color: #e9e9ed;
404
  background-color: rgba(233, 233, 237, 0.12);
405
}
406
407
.menu .popup-menu-item:insensitive,
408
.popup-menu .popup-menu-item:insensitive,
409
.popup-combo-menu .popup-menu-item:insensitive {
410
  color: rgba(233, 233, 237, 0.5);
411
  background: none;
412
}
413
414
.menu .popup-inactive-menu-item,
415
.popup-menu .popup-inactive-menu-item,
416
.popup-combo-menu .popup-inactive-menu-item {
417
  color: rgba(233, 233, 237, 0.5);
418
}
419
420
.menu .popup-inactive-menu-item:insensitive,
421
.popup-menu .popup-inactive-menu-item:insensitive,
422
.popup-combo-menu .popup-inactive-menu-item:insensitive {
423
  color: rgba(233, 233, 237, 0.12);
424
}
425
426
.menu .popup-menu-item:active .popup-inactive-menu-item,
427
.popup-menu .popup-menu-item:active .popup-inactive-menu-item,
428
.popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item {
429
  color: rgba(233, 233, 237, 0.5);
430
}
431
432
.menu-icon,
433
.popup-menu-icon {
434
  icon-size: 16px;
435
}
436
437
.popup-menu-boxpointer {
438
  -arrow-border-radius: 12px;
439
  -arrow-background-color: rgba(0, 0, 0, 0);
440
  -arrow-border-width: 0;
441
  -arrow-border-color: rgba(0, 0, 0, 0);
442
  -arrow-base: 0;
443
  -arrow-rise: 0;
444
}
445
446
.popup-combo-menu {
447
  padding: 6px;
448
}
449
450
.popup-combobox-item {
451
  spacing: 1em;
452
}
453
454
.popup-separator-menu-item {
455
  -gradient-height: 0;
456
  -gradient-start: transparent;
457
  -gradient-end: transparent;
458
  -margin-horizontal: 1.5em;
459
  height: 0;
460
  margin: 0;
461
  padding: 0;
462
  border-color: rgba(233, 233, 237, 0.12);
463
  border-bottom-width: 0;
464
  border-bottom-style: solid;
465
  background-color: transparent;
466
}
467
468
.popup-alternating-menu-item:alternate {
469
  font-weight: normal;
470
}
471
472
.popup-device-menu-item {
473
  spacing: 0.5em;
474
}
475
476
.popup-subtitle-menu-item {
477
  font-weight: normal;
478
}
479
480
.nm-menu-item-icons {
481
  spacing: 0.5em;
482
}
483
484
#panel {
485
  font-weight: bold;
486
  height: 34px;
487
  width: 40px;
488
}
489
490
#panel:highlight {
491
  border-image: none;
492
  background-color: rgba(245, 42, 101, 0.5);
493
}
494
495
#panelLeft {
496
  spacing: 4px;
497
}
498
499
#panelLeft:dnd {
500
  background-gradient-direction: vertical;
501
  background-gradient-start: rgba(245, 42, 101, 0.35);
502
  background-gradient-end: rgba(245, 42, 101, 0.35);
503
}
504
505
#panelLeft:ltr {
506
  padding-right: 4px;
507
}
508
509
#panelLeft:rtl {
510
  padding-left: 4px;
511
}
512
513
#panelLeft.vertical {
514
  padding: 0;
515
}
516
517
#panelLeft.vertical:ltr {
518
  padding-right: 0px;
519
}
520
521
#panelLeft.vertical:rtl {
522
  padding-left: 0px;
523
}
524
525
#panelRight:dnd {
526
  background-gradient-direction: vertical;
527
  background-gradient-start: rgba(46, 125, 233, 0.35);
528
  background-gradient-end: rgba(46, 125, 233, 0.35);
529
}
530
531
#panelRight:ltr {
532
  padding-left: 6px;
533
  spacing: 0px;
534
}
535
536
#panelRight:rtl {
537
  padding-right: 6px;
538
  spacing: 0px;
539
}
540
541
#panelRight.vertical {
542
  padding: 0;
543
}
544
545
#panelRight.vertical:ltr {
546
  padding-right: 0px;
547
}
548
549
#panelRight.vertical:rtl {
550
  padding-left: 0px;
551
}
552
553
#panelCenter {
554
  spacing: 4px;
555
}
556
557
#panelCenter:dnd {
558
  background-gradient-direction: vertical;
559
  background-gradient-start: rgba(56, 112, 104, 0.35);
560
  background-gradient-end: rgba(56, 112, 104, 0.35);
561
}
562
563
.panel-top, .panel-bottom, .panel-left, .panel-right {
564
  color: rgba(233, 233, 237, 0.7);
565
  font-size: 1em;
566
  padding: 0px;
567
  background-color: rgba(26, 27, 38, 0.75);
568
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.24);
569
}
570
571
.panel-top .panel-button:hover,
572
.panel-top .panel-status-button:hover, .panel-bottom .panel-button:hover,
573
.panel-bottom .panel-status-button:hover, .panel-left .panel-button:hover,
574
.panel-left .panel-status-button:hover, .panel-right .panel-button:hover,
575
.panel-right .panel-status-button:hover {
576
  color: #e9e9ed;
577
  background-color: rgba(233, 233, 237, 0.04);
578
}
579
580
.panel-top .panel-button:active,
581
.panel-top .panel-status-button:active, .panel-bottom .panel-button:active,
582
.panel-bottom .panel-status-button:active, .panel-left .panel-button:active,
583
.panel-left .panel-status-button:active, .panel-right .panel-button:active,
584
.panel-right .panel-status-button:active {
585
  color: #e9e9ed;
586
  background-color: rgba(233, 233, 237, 0.12);
587
}
588
589
.panel-dummy {
590
  background-color: rgba(245, 42, 101, 0.5);
591
}
592
593
.panel-dummy:entered {
594
  background-color: rgba(245, 42, 101, 0.6);
595
}
596
597
.panel-status-button {
598
  border-width: 0;
599
  -natural-hpadding: 3px;
600
  -minimum-hpadding: 3px;
601
  font-weight: bold;
602
  height: 22px;
603
  color: rgba(233, 233, 237, 0.7);
604
}
605
606
.panel-button {
607
  -natural-hpadding: 6px;
608
  -minimum-hpadding: 2px;
609
  font-weight: bold;
610
  transition-duration: 100ms;
611
  color: rgba(233, 233, 237, 0.7);
612
}
613
614
.system-status-icon {
615
  icon-size: 16px;
616
  padding: 0 1px;
617
}
618
619
#overview {
620
  spacing: 12px;
621
}
622
623
.window-caption {
624
  background-color: rgba(20, 21, 29, 0.9);
625
  border: 1px solid rgba(20, 21, 29, 0.9);
626
  color: #e9e9ed;
627
  spacing: 25px;
628
  border-radius: 12px;
629
  font-size: 9pt;
630
  padding: 5px 8px;
631
  -cinnamon-caption-spacing: 4px;
632
}
633
634
.window-caption#selected {
635
  background-color: #27a1b9;
636
  color: #e9e9ed;
637
  border: 1px solid #27a1b9;
638
  spacing: 25px;
639
}
640
641
.expo-workspaces-name-entry,
642
.expo-workspaces-name-entry#selected {
643
  height: 15px;
644
  border-radius: 12px;
645
  font-size: 9pt;
646
  padding: 5px 8px;
647
  -cinnamon-caption-spacing: 4px;
648
  color: #e9e9ed;
649
  background-color: rgba(233, 233, 237, 0.04);
650
  border: 2px solid transparent;
651
}
652
653
.expo-workspaces-name-entry:focus,
654
.expo-workspaces-name-entry#selected:focus {
655
  border: 1px solid #27a1b9;
656
  background-color: #27a1b9;
657
  color: #e9e9ed;
658
  font-style: italic;
659
  transition-duration: 300;
660
  selection-background-color: #e9e9ed;
661
  selected-color: #27a1b9;
662
}
663
664
.expo-workspace-thumbnail-frame {
665
  border: 4px solid rgba(255, 255, 255, 0);
666
  background-color: rgba(255, 255, 255, 0);
667
  border-radius: 0;
668
}
669
670
.expo-workspace-thumbnail-frame#active {
671
  border: 4px solid #27a1b9;
672
  background-color: black;
673
  border-radius: 0;
674
}
675
676
.expo-background {
677
  background-color: #14151d;
678
}
679
680
.workspace-thumbnails {
681
  spacing: 26px;
682
}
683
684
.workspace-thumbnails-background, .workspace-thumbnails-background:rtl {
685
  padding: 8px;
686
}
687
688
.workspace-add-button {
689
  background-image: url("assets/add-workspace.svg");
690
  height: 200px;
691
  width: 35px;
692
  transition-duration: 100;
693
}
694
695
.workspace-add-button:hover {
696
  background-image: url("assets/add-workspace-hover.svg");
697
  transition-duration: 100;
698
}
699
700
.workspace-add-button:active {
701
  background-image: url("assets/add-workspace-active.svg");
702
  transition-duration: 100;
703
}
704
705
.workspace-overview-background-shade {
706
  background-color: rgba(0, 0, 0, 0.5);
707
}
708
709
.workspace-close-button,
710
.window-close {
711
  background-image: url("assets/close.svg");
712
  background-size: 26px;
713
  height: 26px;
714
  width: 26px;
715
  -cinnamon-close-overlap: 13px;
716
}
717
718
.workspace-close-button:hover,
719
.window-close:hover {
720
  background-image: url("assets/close-hover.svg");
721
  background-size: 26px;
722
  height: 26px;
723
  width: 26px;
724
}
725
726
.workspace-close-button:active,
727
.window-close:active {
728
  background-image: url("assets/close-active.svg");
729
  background-size: 26px;
730
  height: 26px;
731
  width: 26px;
732
}
733
734
.workspace-thumbnail-indicator {
735
  outline: 2px solid red;
736
  border: 1px solid green;
737
}
738
739
.window-close:rtl {
740
  -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
741
}
742
743
.window-close-area {
744
  background-image: url("assets/trash-icon.svg");
745
  height: 120px;
746
  width: 400px;
747
}
748
749
.about-content {
750
  width: 550px;
751
  height: 250px;
752
  spacing: 8px;
753
  padding-bottom: 10px;
754
}
755
756
.about-title {
757
  font-size: 2em;
758
  font-weight: bold;
759
}
760
761
.about-uuid {
762
  font-size: 10px;
763
  color: #888;
764
}
765
766
.about-icon {
767
  padding-right: 20px;
768
  padding-bottom: 14px;
769
}
770
771
.about-scrollBox {
772
  border: 1px solid rgba(233, 233, 237, 0.12);
773
  border-radius: 12px;
774
  background-color: #323449;
775
  padding: 4px;
776
  padding-right: 0;
777
  border-radius: 0;
778
}
779
780
.about-scrollBox-innerBox {
781
  padding: 1.2em;
782
  spacing: 1.2em;
783
}
784
785
.about-description {
786
  padding-top: 4px;
787
  padding-bottom: 16px;
788
}
789
790
.about-version {
791
  padding-left: 7px;
792
  font-size: 10px;
793
  color: #888;
794
}
795
796
#LookingGlassDialog {
797
  background-color: #323449;
798
  spacing: 6px;
799
  padding: 6px;
800
  margin: 32px;
801
  border-radius: 12px;
802
  color: #e9e9ed;
803
  box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12);
804
  border: none;
805
}
806
807
.calendar-main-box {
808
  margin: 0 0.8em;
809
}
810
811
.calendar {
812
  spacing-rows: 0px;
813
  spacing-columns: 0px;
814
}
815
816
.calendar-today-home-button,
817
.calendar-today-home-button-enabled {
818
  margin: 6px 0;
819
  padding: 6px;
820
}
821
822
.calendar-today-day-label {
823
  font-size: 1.75em;
824
  color: rgba(233, 233, 237, 0.7);
825
  font-weight: bold;
826
  text-align: center;
827
  padding-bottom: 0.1em;
828
}
829
830
.calendar-today-date-label {
831
  font-size: 1.1em;
832
  color: rgba(233, 233, 237, 0.5);
833
  font-weight: bold;
834
  text-align: center;
835
}
836
837
.calendar-month-label {
838
  color: #e9e9ed;
839
  font-weight: bold;
840
  padding-bottom: 8px;
841
  padding-top: 8px;
842
}
843
844
.calendar-change-month-back,
845
.calendar-change-month-forward {
846
  width: 2.4em;
847
  height: 2.4em;
848
  margin: 2px 0;
849
  padding: 0;
850
  border-radius: 9999px;
851
}
852
853
.calendar-change-month-back:focus, .calendar-change-month-back:hover,
854
.calendar-change-month-forward:focus,
855
.calendar-change-month-forward:hover {
856
  background-color: rgba(233, 233, 237, 0.1);
857
}
858
859
.calendar-change-month-back:active,
860
.calendar-change-month-forward:active {
861
  background-color: rgba(233, 233, 237, 0.25);
862
}
863
864
.calendar-change-month-back {
865
  background-image: url("assets/calendar-arrow-left.svg");
866
}
867
868
.calendar-change-month-back:rtl {
869
  background-image: url("assets/calendar-arrow-right.svg");
870
}
871
872
.calendar-change-month-forward {
873
  background-image: url("assets/calendar-arrow-right.svg");
874
}
875
876
.calendar-change-month-forward:rtl {
877
  background-image: url("assets/calendar-arrow-left.svg");
878
}
879
880
.datemenu-date-label {
881
  padding: 0.4em 1.75em;
882
  font-weight: normal;
883
  text-align: center;
884
  font-size: 14px;
885
  color: #e9e9ed;
886
  border-radius: 12px;
887
}
888
889
.calendar-day-base {
890
  text-align: center;
891
  width: 2.4em;
892
  height: 2.4em;
893
  padding: 0;
894
  margin: 2px;
895
  border-radius: 9999px;
896
}
897
898
.calendar-day-base:hover {
899
  background-color: rgba(233, 233, 237, 0.04);
900
}
901
902
.calendar-day-base:active {
903
  background-color: rgba(233, 233, 237, 0.12);
904
}
905
906
.calendar-day-heading {
907
  color: rgba(233, 233, 237, 0.7);
908
  margin-top: 1em;
909
}
910
911
.calendar-day {
912
  border-width: 0;
913
  color: rgba(233, 233, 237, 0.7);
914
}
915
916
.calendar-day-top {
917
  border-top-width: 0;
918
}
919
920
.calendar-day-left {
921
  border-left-width: 0;
922
}
923
924
.calendar-nonwork-day {
925
  color: #e9e9ed;
926
  background-color: transparent;
927
  font-weight: bold;
928
}
929
930
.calendar-today,
931
.calendar-today:active,
932
.calendar-today:focus,
933
.calendar-today:hover {
934
  font-weight: bold;
935
  color: #e9e9ed;
936
  background-color: #27a1b9;
937
  border-width: 0;
938
}
939
940
.calendar-other-month-day {
941
  color: rgba(233, 233, 237, 0.7);
942
  opacity: 1;
943
}
944
945
.calendar-week-number {
946
  width: 2.4em;
947
  height: 2.4em;
948
  margin: 0;
949
  color: rgba(233, 233, 237, 0.3);
950
  font-weight: bold;
951
  background-color: transparent;
952
  border-radius: 9999px;
953
}
954
955
.calendar-week-number StLabel {
956
  padding: 0;
957
  margin-top: 3px;
958
}
959
960
.calendar-events-main-box {
961
  height: 300px;
962
  margin: 8px 0.8em 0 0;
963
  padding: 8px;
964
  min-width: 350px;
965
  border: none;
966
  border-radius: 12px;
967
  background-gradient-direction: vertical;
968
  background-gradient-start: rgba(233, 233, 237, 0.04);
969
  background-gradient-end: rgba(233, 233, 237, 0.04);
970
  color: rgba(233, 233, 237, 0.7);
971
}
972
973
.calendar-events-no-events-button {
974
  margin: 6px 0;
975
  padding: 6px;
976
  border-radius: 12px;
977
}
978
979
.calendar-events-no-events-button:hover {
980
  background-gradient-direction: vertical;
981
  background-gradient-start: rgba(233, 233, 237, 0.04);
982
  background-gradient-end: rgba(233, 233, 237, 0.04);
983
  box-shadow: none;
984
}
985
986
.calendar-events-no-events-icon {
987
  color: rgba(233, 233, 237, 0.5);
988
}
989
990
.calendar-events-no-events-label {
991
  font-size: 1.1em;
992
  color: rgba(233, 233, 237, 0.5);
993
  font-weight: bold;
994
  text-align: center;
995
  margin-top: 9px;
996
}
997
998
.calendar-events-date-label {
999
  padding: 3px 0 12px 3px;
1000
  font-size: 1.1em;
1001
  color: rgba(233, 233, 237, 0.7);
1002
  font-weight: bold;
1003
  text-align: center;
1004
}
1005
1006
.calendar-events-event-container {
1007
  padding: 2px;
1008
}
1009
1010
.calendar-events-main-box .separator {
1011
  -margin-horizontal: 1em;
1012
  -gradient-height: 1px;
1013
  -gradient-start: rgba(233, 233, 237, 0.12);
1014
  -gradient-end: rgba(233, 233, 237, 0.12);
1015
}
1016
1017
.calendar-event-button {
1018
  margin: 6px 0 6px 0;
1019
  border-radius: 12px;
1020
}
1021
1022
.calendar-event-button:hover {
1023
  background-gradient-direction: vertical;
1024
  background-gradient-start: rgba(233, 233, 237, 0.04);
1025
  background-gradient-end: rgba(233, 233, 237, 0.04);
1026
  box-shadow: none;
1027
}
1028
1029
.calendar-event-color-strip {
1030
  width: 4px;
1031
  border-radius: 4px 0 0 4px;
1032
}
1033
1034
.calendar-event-row-content {
1035
  margin: 6px;
1036
}
1037
1038
.calendar-event-time-past {
1039
  color: rgba(233, 233, 237, 0.32);
1040
  font-weight: bold;
1041
  text-align: left;
1042
  margin-bottom: 0.6em;
1043
}
1044
1045
.calendar-event-time-present {
1046
  font-weight: bold;
1047
  text-align: left;
1048
  margin-bottom: 0.6em;
1049
}
1050
1051
.calendar-event-time-present:all-day {
1052
  color: rgba(56, 112, 104, 0.6);
1053
}
1054
1055
.calendar-event-time-future {
1056
  text-align: left;
1057
  margin-bottom: 0.6em;
1058
}
1059
1060
.calendar-event-countdown {
1061
  color: rgba(233, 233, 237, 0.5);
1062
  font-weight: bold;
1063
  text-align: right;
1064
  margin-bottom: 0.6em;
1065
}
1066
1067
.calendar-event-countdown:soon {
1068
  color: #e9e9ed;
1069
}
1070
1071
.calendar-event-countdown:imminent {
1072
  color: rgba(140, 108, 62, 0.6);
1073
}
1074
1075
.calendar-event-countdown:current {
1076
  color: rgba(56, 112, 104, 0.6);
1077
}
1078
1079
.calendar-event-summary {
1080
  color: rgba(233, 233, 237, 0.5);
1081
  text-align: left;
1082
  width: 200px;
1083
}
1084
1085
#notification {
1086
  border-radius: 12px;
1087
  padding: 12px;
1088
  spacing-rows: 9px;
1089
  spacing-columns: 9px;
1090
  margin-from-right-edge-of-screen: 18px;
1091
  width: 28em;
1092
  color: #e9e9ed;
1093
  background-color: rgba(50, 52, 73, 0.8);
1094
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
1095
  margin: 7px 12px 17px 12px;
1096
}
1097
1098
#notification .notification-button,
1099
#notification .notification-icon-button {
1100
  padding: 6px;
1101
}
1102
1103
.menu #notification, .popup-menu #notification {
1104
  border: none;
1105
  border-radius: 12px;
1106
  background-color: rgba(233, 233, 237, 0.05);
1107
  box-shadow: none;
1108
  margin: 0;
1109
}
1110
1111
.menu #notification:hover, .popup-menu #notification:hover {
1112
  background-color: rgba(233, 233, 237, 0.1);
1113
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
1114
}
1115
1116
.menu #notification, .menu #notification.multi-line-notification, .popup-menu #notification, .popup-menu #notification.multi-line-notification {
1117
  color: #e9e9ed;
1118
}
1119
1120
.menu #notification .notification-button,
1121
.menu #notification .notification-icon-button, .popup-menu #notification .notification-button,
1122
.popup-menu #notification .notification-icon-button {
1123
  padding: 6px;
1124
}
1125
1126
#notification.multi-line-notification {
1127
  padding-bottom: 12px;
1128
  color: #e9e9ed;
1129
}
1130
1131
#notification-scrollview {
1132
  max-height: 10em;
1133
}
1134
1135
#notification-scrollview > .top-shadow,
1136
#notification-scrollview > .bottom-shadow {
1137
  height: 1em;
1138
}
1139
1140
#notification-scrollview:ltr > StScrollBar {
1141
  padding-left: 6px;
1142
}
1143
1144
#notification-scrollview:rtl > StScrollBar {
1145
  padding-right: 6px;
1146
}
1147
1148
#notification-body {
1149
  spacing: 6px;
1150
}
1151
1152
#notification-actions {
1153
  spacing: 9px;
1154
}
1155
1156
.notification-with-image {
1157
  min-height: 159px;
1158
  color: #e9e9ed;
1159
}
1160
1161
.notification-button, .notification-icon-button {
1162
  padding: 6px;
1163
}
1164
1165
.notification-icon-button > StIcon {
1166
  icon-size: 36px;
1167
}
1168
1169
#altTabPopup {
1170
  padding: 8px;
1171
  spacing: 16px;
1172
}
1173
1174
.switcher-list {
1175
  color: #e9e9ed;
1176
  background-color: #292e42;
1177
  border: none;
1178
  border-radius: 12px;
1179
  padding: 20px;
1180
}
1181
1182
.switcher-list > StBoxLayout {
1183
  padding: 4px;
1184
}
1185
1186
.switcher-list-item-container {
1187
  spacing: 8px;
1188
}
1189
1190
.switcher-list .item-box {
1191
  padding: 8px;
1192
  border-radius: 12px;
1193
}
1194
1195
.switcher-list .item-box:outlined {
1196
  padding: 8px;
1197
  border: 1px solid #27a1b9;
1198
}
1199
1200
.switcher-list .item-box:selected {
1201
  color: #e9e9ed;
1202
  background-color: #27a1b9;
1203
  border: 0px solid #27a1b9;
1204
}
1205
1206
.switcher-list .thumbnail {
1207
  width: 256px;
1208
}
1209
1210
.switcher-list .thumbnail-box {
1211
  padding: 2px;
1212
  spacing: 4px;
1213
}
1214
1215
.switcher-list .separator {
1216
  width: 1px;
1217
  background: rgba(255, 255, 255, 0.2);
1218
}
1219
1220
.switcher-arrow {
1221
  border-color: rgba(0, 0, 0, 0);
1222
  color: #e9e9ed;
1223
}
1224
1225
.switcher-arrow:highlighted {
1226
  border-color: rgba(0, 0, 0, 0);
1227
  color: rgba(233, 233, 237, 0.7);
1228
}
1229
1230
.thumbnail-scroll-gradient-left {
1231
  background-color: rgba(0, 0, 0, 0);
1232
  border-radius: 24px;
1233
  border-radius-topright: 0px;
1234
  border-radius-bottomright: 0px;
1235
  width: 60px;
1236
}
1237
1238
.thumbnail-scroll-gradient-right {
1239
  background-color: rgba(0, 0, 0, 0);
1240
  border-radius: 24px;
1241
  border-radius-topleft: 0px;
1242
  border-radius-bottomleft: 0px;
1243
  width: 60px;
1244
}
1245
1246
.ripple-box {
1247
  width: 104px;
1248
  height: 104px;
1249
  background-image: url("assets/corner-ripple.svg");
1250
  background-size: contain;
1251
}
1252
1253
.lightbox {
1254
  background-color: rgba(0, 0, 0, 0.4);
1255
}
1256
1257
.flashspot {
1258
  background-color: #e9e9ed;
1259
}
1260
1261
.dialog,
1262
.modal-dialog {
1263
  color: #e9e9ed;
1264
  background-color: rgba(26, 27, 38, 0.95);
1265
  padding: 6px;
1266
  border-radius: 12px;
1267
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), 0 5px 18px rgba(0, 0, 0, 0.55);
1268
  /* border: 1px solid $divider; */
1269
}
1270
1271
.dialog > StBoxLayout:first-child,
1272
.modal-dialog > StBoxLayout:first-child {
1273
  padding: 20px 10px 10px 10px;
1274
}
1275
1276
.dialog-button-box,
1277
.modal-dialog-button-box {
1278
  spacing: 0;
1279
  margin: 0;
1280
  padding: 14px 10px;
1281
  background-color: transparent;
1282
  border: none;
1283
}
1284
1285
.dialog-button-box .modal-dialog-button,
1286
.modal-dialog-button-box .modal-dialog-button {
1287
  padding-top: 0;
1288
  padding-bottom: 0;
1289
  height: 30px;
1290
}
1291
1292
.dialog .dialog-content-box,
1293
.modal-dialog .dialog-content-box {
1294
  margin-top: 6px;
1295
  margin-bottom: 6px;
1296
  spacing: 6px;
1297
  max-width: 18em;
1298
}
1299
1300
.dialog .dialog-button:default:hover,
1301
.modal-dialog .dialog-button:default:hover {
1302
  background-color: #f75181 !important;
1303
  color: #e9e9ed !important;
1304
}
1305
1306
.dialog .dialog-button:destructive-action,
1307
.modal-dialog .dialog-button:destructive-action {
1308
  background-color: #f52a65;
1309
  color: #e9e9ed;
1310
}
1311
1312
.dialog .confirm-dialog-title,
1313
.modal-dialog .confirm-dialog-title {
1314
  text-align: center;
1315
}
1316
1317
.dialog .end-session-dialog,
1318
.modal-dialog .end-session-dialog {
1319
  min-width: 40em;
1320
}
1321
1322
.dialog .end-session-dialog .dialog-content-box,
1323
.modal-dialog .end-session-dialog .dialog-content-box {
1324
  spacing: 0;
1325
}
1326
1327
.dialog .end-session-dialog .dialog-list,
1328
.modal-dialog .end-session-dialog .dialog-list {
1329
  spacing: 0;
1330
}
1331
1332
.dialog .end-session-dialog .dialog-list .dialog-list-title,
1333
.modal-dialog .end-session-dialog .dialog-list .dialog-list-title {
1334
  color: #8c6c3e;
1335
  background-color: tranparentize(#8c6c3e, 0.9);
1336
  padding: 9px;
1337
  border-radius: 12px;
1338
  margin: 6px 0;
1339
}
1340
1341
.run-dialog {
1342
  padding: 6px 12px;
1343
  background-color: rgba(20, 21, 29, 0.9);
1344
  border-radius: 12px;
1345
  color: #e9e9ed;
1346
}
1347
1348
.run-dialog > * {
1349
  padding: 0;
1350
}
1351
1352
.run-dialog-label {
1353
  font-size: 0;
1354
  font-weight: bold;
1355
  color: #e9e9ed;
1356
  padding-bottom: 0;
1357
}
1358
1359
.run-dialog-error-label {
1360
  color: #f52a65;
1361
}
1362
1363
.run-dialog-error-box {
1364
  padding-top: 15px;
1365
  spacing: 5px;
1366
}
1367
1368
.run-dialog-completion-box {
1369
  padding-left: 15px;
1370
  font-size: 10px;
1371
}
1372
1373
.run-dialog-entry {
1374
  width: 21em;
1375
  padding: 3px 12px;
1376
  border-radius: 12px;
1377
  caret-color: #e9e9ed;
1378
  selected-color: #e9e9ed;
1379
  selection-background-color: #27a1b9;
1380
  color: #e9e9ed;
1381
  background-color: rgba(233, 233, 237, 0.04);
1382
  border: 2px solid transparent;
1383
}
1384
1385
.run-dialog-entry:focus {
1386
  color: #e9e9ed;
1387
  background-color: rgba(233, 233, 237, 0.04);
1388
  border: 2px solid #27a1b9;
1389
}
1390
1391
.run-dialog .modal-dialog-button-box {
1392
  border: none;
1393
  box-shadow: none;
1394
  background: none;
1395
  background-gradient-direction: none;
1396
}
1397
1398
.prompt-dialog {
1399
  width: 26em;
1400
}
1401
1402
.prompt-dialog .dialog-content-box {
1403
  spacing: 24px;
1404
  margin-bottom: 18px;
1405
}
1406
1407
.prompt-dialog-password-entry {
1408
  width: 20em;
1409
}
1410
1411
.prompt-dialog-password-layout {
1412
  spacing: 12px;
1413
}
1414
1415
.prompt-dialog-error-label, .prompt-dialog-info-label, .prompt-dialog-null-label {
1416
  text-align: center;
1417
}
1418
1419
.prompt-dialog-error-label {
1420
  color: #f52a65;
1421
}
1422
1423
.polkit-dialog-user-layout {
1424
  text-align: center;
1425
  spacing: 2px;
1426
}
1427
1428
.polkit-dialog-user-combo {
1429
  border-radius: 9px;
1430
  padding: 6px 36px;
1431
}
1432
1433
.polkit-dialog-user-combo:insensitive {
1434
  color: #e9e9ed;
1435
}
1436
1437
/* CinnamonMountOperation Dialogs */
1438
.cinnamon-mount-operation-icon {
1439
  icon-size: 48px;
1440
}
1441
1442
.mount-password-reask {
1443
  color: #8c6c3e;
1444
}
1445
1446
.show-processes-dialog,
1447
.mount-question-dialog {
1448
  spacing: 24px;
1449
}
1450
1451
.show-processes-dialog-subject,
1452
.mount-question-dialog-subject {
1453
  padding-top: 10px;
1454
  padding-left: 17px;
1455
  padding-bottom: 6px;
1456
}
1457
1458
.show-processes-dialog-subject:rtl,
1459
.mount-question-dialog-subject:rtl {
1460
  padding-left: 0px;
1461
  padding-right: 17px;
1462
}
1463
1464
.show-processes-dialog-description,
1465
.mount-question-dialog-description {
1466
  padding-left: 17px;
1467
  width: 28em;
1468
}
1469
1470
.show-processes-dialog-description:rtl,
1471
.mount-question-dialog-description:rtl {
1472
  padding-right: 17px;
1473
}
1474
1475
.show-processes-dialog-app-list {
1476
  max-height: 200px;
1477
  padding-top: 24px;
1478
  padding-left: 49px;
1479
  padding-right: 32px;
1480
}
1481
1482
.show-processes-dialog-app-list:rtl {
1483
  padding-right: 49px;
1484
  padding-left: 32px;
1485
}
1486
1487
.show-processes-dialog-app-list-item {
1488
  color: #ccc;
1489
}
1490
1491
.show-processes-dialog-app-list-item:hover {
1492
  color: #e9e9ed;
1493
}
1494
1495
.show-processes-dialog-app-list-item:ltr {
1496
  padding-right: 1em;
1497
}
1498
1499
.show-processes-dialog-app-list-item:rtl {
1500
  padding-left: 1em;
1501
}
1502
1503
.show-processes-dialog-app-list-item-icon:ltr {
1504
  padding-right: 17px;
1505
}
1506
1507
.show-processes-dialog-app-list-item-icon:rtl {
1508
  padding-left: 17px;
1509
}
1510
1511
.show-processes-dialog-app-list-item-name {
1512
  font-size: 1.1em;
1513
}
1514
1515
.magnifier-zoom-region {
1516
  border: 2px solid maroon;
1517
}
1518
1519
.magnifier-zoom-region .full-screen {
1520
  border-width: 0px;
1521
}
1522
1523
#keyboard {
1524
  background-color: rgba(20, 21, 29, 0.9);
1525
  border-width: 0;
1526
  border-top-width: 1px;
1527
  border-color: rgba(0, 0, 0, 0.4);
1528
}
1529
1530
.keyboard-layout {
1531
  spacing: 10px;
1532
  padding: 10px;
1533
}
1534
1535
.keyboard-row {
1536
  spacing: 15px;
1537
}
1538
1539
.keyboard-key {
1540
  min-height: 2em;
1541
  min-width: 2em;
1542
  font-size: 14pt;
1543
  font-weight: bold;
1544
  border-radius: 12px;
1545
  box-shadow: none;
1546
  color: rgba(233, 233, 237, 0.7);
1547
  background-color: rgba(233, 233, 237, 0.04);
1548
}
1549
1550
.keyboard-key:hover {
1551
  color: #e9e9ed;
1552
  background-color: rgba(233, 233, 237, 0.12);
1553
}
1554
1555
.keyboard-key:active, .keyboard-key:checked {
1556
  color: #e9e9ed;
1557
  background-color: rgba(233, 233, 237, 0.3);
1558
}
1559
1560
.keyboard-key:grayed {
1561
  color: rgba(233, 233, 237, 0.32);
1562
  background-color: transparent;
1563
}
1564
1565
.keyboard-subkeys {
1566
  color: #e9e9ed;
1567
  padding: 5px;
1568
  -arrow-border-radius: 12px;
1569
  -arrow-background-color: rgba(20, 21, 29, 0.9);
1570
  -arrow-border-width: 1px;
1571
  -arrow-border-color: rgba(0, 0, 0, 0.4);
1572
  -arrow-base: 20px;
1573
  -arrow-rise: 10px;
1574
  -boxpointer-gap: 5px;
1575
}
1576
1577
.menu-favorites-box {
1578
  margin: auto;
1579
  margin-bottom: 6px;
1580
  padding: 6px;
1581
  transition-duration: 300;
1582
  background-color: rgba(233, 233, 237, 0.05);
1583
  border: none;
1584
  border-radius: 12px;
1585
}
1586
1587
.menu-favorites-button {
1588
  padding: 9px;
1589
  border: none;
1590
  border-radius: 6px;
1591
}
1592
1593
.menu-favorites-button:hover {
1594
  background-color: rgba(233, 233, 237, 0.1);
1595
}
1596
1597
.menu-places-box {
1598
  margin: auto;
1599
  padding: 9px;
1600
  border: 1px solid rgba(0, 0, 0, 0);
1601
}
1602
1603
.menu-places-button {
1604
  padding: 9px;
1605
}
1606
1607
.menu-categories-box {
1608
  padding: 9px 30px;
1609
}
1610
1611
.menu-applications-inner-box, .menu-applications-outer-box {
1612
  padding: 9px 9px 0 9px;
1613
}
1614
1615
.menu-application-button {
1616
  padding: 6px;
1617
  border-radius: 12px;
1618
  border: none;
1619
}
1620
1621
.menu-application-button:highlighted {
1622
  font-weight: bold;
1623
}
1624
1625
.menu-application-button-selected {
1626
  color: #e9e9ed;
1627
  background-color: rgba(233, 233, 237, 0.12);
1628
  padding: 6px;
1629
  border-radius: 12px;
1630
  border: none;
1631
}
1632
1633
.menu-application-button-selected:highlighted {
1634
  font-weight: bold;
1635
}
1636
1637
.menu-application-button-label:ltr {
1638
  padding-left: 6px;
1639
}
1640
1641
.menu-application-button-label:rtl {
1642
  padding-right: 6px;
1643
}
1644
1645
.menu StScrollView.menu-application-button {
1646
  padding: 3px 0;
1647
  border-radius: 12px;
1648
  background-color: #3c4153;
1649
  color: #e9e9ed;
1650
}
1651
1652
.menu StScrollView.menu-application-button .popup-menu-item {
1653
  padding: 0;
1654
  spacing: 0;
1655
  margin: 0 3px;
1656
  border-radius: 12px;
1657
  color: #e9e9ed;
1658
}
1659
1660
.menu StScrollView.menu-application-button .popup-menu-item:ltr {
1661
  padding-left: 6px;
1662
}
1663
1664
.menu StScrollView.menu-application-button .popup-menu-item:rtl {
1665
  padding-right: 6px;
1666
}
1667
1668
.menu StScrollView.menu-application-button .popup-menu-item:active {
1669
  border-image: none;
1670
  background-color: rgba(233, 233, 237, 0.12);
1671
  color: #e9e9ed;
1672
}
1673
1674
.menu StScrollView.menu-application-button .popup-menu-item StIcon {
1675
  min-width: 22px;
1676
}
1677
1678
.menu StScrollView.menu-application-button .popup-menu-item StLabel:ltr {
1679
  padding: 6px 0 6px 6px;
1680
}
1681
1682
.menu StScrollView.menu-application-button .popup-menu-item StLabel:rtl {
1683
  padding: 6px 6px 6px 0;
1684
}
1685
1686
.menu-category-button {
1687
  padding: 6px;
1688
  border-radius: 12px;
1689
}
1690
1691
.menu-category-button-selected {
1692
  padding: 6px;
1693
}
1694
1695
.menu-category-button-hover, .menu-category-button-selected {
1696
  color: #e9e9ed;
1697
  background-color: rgba(233, 233, 237, 0.12);
1698
  border-radius: 12px;
1699
}
1700
1701
.menu-category-button-greyed {
1702
  padding: 6px;
1703
  color: rgba(233, 233, 237, 0.5);
1704
}
1705
1706
.menu-category-button-label:ltr {
1707
  padding-left: 6px;
1708
}
1709
1710
.menu-category-button-label:rtl {
1711
  padding-right: 6px;
1712
}
1713
1714
.menu-selected-app-box {
1715
  padding-right: 30px;
1716
  padding-left: 28px;
1717
  text-align: right;
1718
  height: 30px;
1719
}
1720
1721
.menu-selected-app-box:rtl {
1722
  padding-top: 10px;
1723
  height: 30px;
1724
}
1725
1726
.menu-selected-app-title {
1727
  font-weight: bold;
1728
}
1729
1730
.menu-selected-app-description {
1731
  max-width: 150px;
1732
  margin-bottom: 6px;
1733
}
1734
1735
.menu-search-box:ltr {
1736
  padding-left: 30px;
1737
}
1738
1739
.menu-search-box-rtl {
1740
  padding-right: 30px;
1741
}
1742
1743
#menu-search-entry {
1744
  width: 250px;
1745
  height: 15px;
1746
  font-weight: normal;
1747
  caret-color: #e9e9ed;
1748
  border-radius: 12px;
1749
}
1750
1751
.menu-search-entry-icon {
1752
  icon-size: 1em;
1753
  color: #e9e9ed;
1754
}
1755
1756
.media-keys-osd {
1757
  color: #e9e9ed;
1758
  background-color: rgba(26, 27, 38, 0.99);
1759
  border: 1px solid rgba(233, 233, 237, 0.11);
1760
  border-radius: 12px;
1761
  text-align: center;
1762
  padding: 24px;
1763
}
1764
1765
.media-keys-osd {
1766
  margin-bottom: 1em;
1767
  border-radius: 9999px;
1768
  font-weight: bold;
1769
  spacing: 12px;
1770
  padding: 12px 24px;
1771
}
1772
1773
.media-keys-osd > * {
1774
  spacing: 12px;
1775
}
1776
1777
.media-keys-osd StIcon {
1778
  icon-size: 32px;
1779
}
1780
1781
.media-keys-osd StLabel:ltr {
1782
  margin-right: 6px;
1783
}
1784
1785
.media-keys-osd StLabel:rtl {
1786
  margin-left: 6px;
1787
}
1788
1789
.media-keys-osd .level {
1790
  min-width: 160px;
1791
  -barlevel-height: 6px;
1792
  -barlevel-background-color: #323449;
1793
  -barlevel-active-background-color: #e9e9ed;
1794
  -barlevel-amplify-color: #8c6c3e;
1795
  -barlevel-amplify-separator-width: 3px;
1796
}
1797
1798
.media-keys-osd .level:ltr {
1799
  margin-right: 6px;
1800
}
1801
1802
.media-keys-osd .level:rtl {
1803
  margin-left: 6px;
1804
}
1805
1806
.media-keys-osd .level-bar {
1807
  border-radius: 12px;
1808
  background-color: #e9e9ed;
1809
}
1810
1811
.info-osd {
1812
  text-align: center;
1813
  font-weight: bold;
1814
  spacing: 1em;
1815
  padding: 16px;
1816
  color: rgba(233, 233, 237, 0.7);
1817
  background-color: rgba(26, 27, 38, 0.75);
1818
}
1819
1820
.osd-window {
1821
  text-align: center;
1822
  font-weight: bold;
1823
  spacing: 1em;
1824
  padding: 20px;
1825
  min-width: 64px;
1826
  min-height: 64px;
1827
  color: rgba(233, 233, 237, 0.7);
1828
  border-radius: 0;
1829
  background-color: rgba(26, 27, 38, 0.75);
1830
  border: none;
1831
}
1832
1833
.osd-window .osd-monitor-label {
1834
  font-size: 3em;
1835
}
1836
1837
.osd-window .level {
1838
  padding: 0;
1839
  height: 4px;
1840
  background-color: rgba(0, 0, 0, 0.35);
1841
  border-radius: 12px;
1842
  color: #27a1b9;
1843
}
1844
1845
.osd-window .level-bar {
1846
  border-radius: 12px;
1847
  background-color: #27a1b9;
1848
}
1849
1850
.workspace-switch-osd {
1851
  color: #27a1b9;
1852
  background-color: rgba(26, 27, 38, 0.99);
1853
  /* border: 1px solid transparentize($divider, 0.01); */
1854
  border-radius: 9px;
1855
  text-align: center;
1856
  padding: 24px;
1857
  min-width: 140px;
1858
  margin-bottom: 1em;
1859
  border-radius: 9999px;
1860
  font-weight: bold;
1861
  padding: 12px 36px 0 36px;
1862
}
1863
1864
.workspace-switch-osd-indicator-box {
1865
  spacing: 12px;
1866
}
1867
1868
.workspace-switch-osd-indicator {
1869
  background-color: rgba(233, 233, 237, 0.5);
1870
  padding: 2.6666666667px;
1871
  margin: 13.3333333333px;
1872
  border-radius: 32px;
1873
}
1874
1875
.workspace-switch-osd-indicator:active {
1876
  background-color: #27a1b9;
1877
  padding: 5.3333333333px;
1878
  margin: 10.6666666667px;
1879
}
1880
1881
.window-list-box {
1882
  spacing: 2px;
1883
}
1884
1885
.panel-bottom .window-list-box:ltr, .panel-top .window-list-box:ltr {
1886
  padding: 0 0 0 8px;
1887
}
1888
1889
.panel-bottom .window-list-box:rtl, .panel-top .window-list-box:rtl {
1890
  padding: 0 8px 0 0;
1891
}
1892
1893
.window-list-box.vertical {
1894
  padding: 6px 0 0 0;
1895
}
1896
1897
.window-list-box.vertical #appMenuIcon {
1898
  padding-top: 2px;
1899
}
1900
1901
.window-list-box:highlight {
1902
  background-color: rgba(245, 42, 101, 0.5);
1903
}
1904
1905
.window-list-item-label {
1906
  font-weight: normal;
1907
  width: 15em;
1908
  min-width: 5px;
1909
}
1910
1911
.window-list-item-box {
1912
  font-weight: normal;
1913
  background-image: none;
1914
  transition-duration: 100ms;
1915
  color: rgba(233, 233, 237, 0.9);
1916
  border-radius: 0;
1917
}
1918
1919
.panel-bottom .window-list-item-box StLabel {
1920
  padding-left: 6px;
1921
}
1922
1923
.panel-top .window-list-item-box StLabel {
1924
  padding-left: 6px;
1925
}
1926
1927
.panel-left .window-list-item-box StLabel {
1928
  padding-top: 6px;
1929
}
1930
1931
.panel-right .window-list-item-box StLabel {
1932
  padding-top: 6px;
1933
}
1934
1935
.panel-top .window-list-item-box {
1936
  border-top: 2px solid transparent;
1937
}
1938
1939
.panel-top .window-list-item-box StIcon,
1940
.panel-top .window-list-item-box StBin,
1941
.panel-top .window-list-item-box #appMenuIcon {
1942
  padding: 2px;
1943
  padding-top: 0;
1944
}
1945
1946
.panel-bottom .window-list-item-box {
1947
  border-bottom: 2px solid transparent;
1948
}
1949
1950
.panel-bottom .window-list-item-box StIcon,
1951
.panel-bottom .window-list-item-box StBin,
1952
.panel-bottom .window-list-item-box #appMenuIcon {
1953
  padding: 2px;
1954
  padding-bottom: 0;
1955
}
1956
1957
.panel-left .window-list-item-box {
1958
  border-left: 2px solid transparent;
1959
}
1960
1961
.panel-left .window-list-item-box StIcon,
1962
.panel-left .window-list-item-box StBin,
1963
.panel-left .window-list-item-box #appMenuIcon {
1964
  padding: 2px;
1965
  padding-left: 0;
1966
}
1967
1968
.panel-right .window-list-item-box {
1969
  border-right: 2px solid transparent;
1970
}
1971
1972
.panel-right .window-list-item-box StIcon,
1973
.panel-right .window-list-item-box StBin,
1974
.panel-right .window-list-item-box #appMenuIcon {
1975
  padding: 2px;
1976
  padding-right: 0;
1977
}
1978
1979
.window-list-item-box:hover {
1980
  color: rgba(233, 233, 237, 0.7);
1981
  background-gradient-direction: none;
1982
  background-color: rgba(233, 233, 237, 0.15);
1983
}
1984
1985
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:running {
1986
  color: rgba(233, 233, 237, 0.7);
1987
  background-gradient-direction: none;
1988
  background-color: rgba(233, 233, 237, 0.25);
1989
  border-color: rgba(233, 233, 237, 0.3);
1990
}
1991
1992
.window-list-item-box:active:hover, .window-list-item-box:checked:hover, .window-list-item-box:running:hover {
1993
  background-color: rgba(233, 233, 237, 0.3);
1994
}
1995
1996
.window-list-item-box:focus {
1997
  color: rgba(233, 233, 237, 0.7);
1998
  background-gradient-direction: none;
1999
  background-image: radial-gradient(5px 5px 45deg, circle cover, rgba(233, 233, 237, 0.7) 0%, rgba(233, 233, 237, 0.7) 100%);
2000
  border-color: #27a1b9;
2001
  background-color: rgba(233, 233, 237, 0.2);
2002
}
2003
2004
.window-list-item-box:focus:hover {
2005
  background-color: rgba(233, 233, 237, 0.3);
2006
}
2007
2008
.panel-top .window-list-item-box:focus {
2009
  background-position: top center;
2010
}
2011
2012
.panel-bottom .window-list-item-box:focus {
2013
  background-position: bottom center;
2014
}
2015
2016
.panel-left .window-list-item-box:focus {
2017
  background-position: left center;
2018
}
2019
2020
.panel-right .window-list-item-box:focus {
2021
  background-position: right center;
2022
}
2023
2024
.window-list-item-box.right, .window-list-item-box.left {
2025
  padding-left: 0px;
2026
  padding-right: 0px;
2027
}
2028
2029
.window-list-item-box .progress {
2030
  background-gradient-direction: vertical;
2031
  background-gradient-start: #387068;
2032
  background-gradient-end: #387068;
2033
  border-radius: 12px;
2034
  box-shadow: none;
2035
}
2036
2037
.window-list-item-demands-attention {
2038
  background-gradient-start: #8c6c3e;
2039
  background-gradient-end: #8c6c3e;
2040
}
2041
2042
.window-list-preview {
2043
  padding: 6px;
2044
  spacing: 6px;
2045
  border: none;
2046
  background-color: #323449;
2047
  border-radius: 12px;
2048
  color: #e9e9ed;
2049
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35), 0 3px 12px rgba(0, 0, 0, 0.16);
2050
}
2051
2052
.grouped-window-list-thumbnail-label {
2053
  padding-left: 4px;
2054
}
2055
2056
.grouped-window-list-thumbnail-alert {
2057
  background-color: rgba(245, 42, 101, 0.5);
2058
}
2059
2060
.grouped-window-list-thumbnail-menu {
2061
  padding: 6px;
2062
  margin: 6px;
2063
  background-color: #292e42;
2064
  border-radius: 12px;
2065
  background-clip: border-box;
2066
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
2067
}
2068
2069
.grouped-window-list-thumbnail-menu .item-box {
2070
  padding: 6px;
2071
  border-radius: 12px;
2072
  spacing: 6px;
2073
  margin: 1px;
2074
}
2075
2076
.grouped-window-list-thumbnail-menu .item-box:outlined {
2077
  background-color: rgba(233, 233, 237, 0.1);
2078
}
2079
2080
.grouped-window-list-thumbnail-menu .item-box:hover {
2081
  background-color: rgba(233, 233, 237, 0.15);
2082
}
2083
2084
.grouped-window-list-thumbnail-menu .thumbnail {
2085
  width: 256px;
2086
}
2087
2088
.grouped-window-list-thumbnail-menu .separator {
2089
  width: 1px;
2090
  background-color: rgba(233, 233, 237, 0.12);
2091
}
2092
2093
.grouped-window-list-number-label {
2094
  z-index: 120;
2095
  text-shadow: none;
2096
  color: #e9e9ed;
2097
  padding: 0;
2098
}
2099
2100
.grouped-window-list-button-label {
2101
  padding-left: 2px;
2102
}
2103
2104
.grouped-window-list-badge {
2105
  border-radius: 256px;
2106
  background-color: #27a1b9;
2107
}
2108
2109
.grouped-window-list-item-box {
2110
  font-weight: normal;
2111
  transition-duration: 100ms;
2112
  border: none;
2113
  margin: 0;
2114
  color: rgba(233, 233, 237, 0.6);
2115
  border-radius: 0;
2116
  spacing: 6px;
2117
  border-bottom: 2px solid transparent;
2118
}
2119
2120
.grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom {
2121
  padding: 0 2px;
2122
}
2123
2124
.grouped-window-list-item-box:hover {
2125
  color: rgba(233, 233, 237, 0.7);
2126
  background-gradient-direction: none;
2127
  background-color: rgba(233, 233, 237, 0.15);
2128
}
2129
2130
.grouped-window-list-item-box:active {
2131
  color: rgba(233, 233, 237, 0.7);
2132
  background-gradient-direction: none;
2133
  background-color: transparent;
2134
  border-color: rgba(233, 233, 237, 0.3);
2135
}
2136
2137
.grouped-window-list-item-box:active:hover {
2138
  background-color: rgba(233, 233, 237, 0.15);
2139
}
2140
2141
.grouped-window-list-item-box:focus {
2142
  color: rgba(233, 233, 237, 0.7);
2143
  background-gradient-direction: none;
2144
  background-color: rgba(233, 233, 237, 0.2);
2145
  border-color: #27a1b9;
2146
}
2147
2148
.grouped-window-list-item-box:focus:hover {
2149
  background-color: rgba(233, 233, 237, 0.3);
2150
}
2151
2152
.grouped-window-list-item-box .progress {
2153
  background-gradient-direction: vertical;
2154
  background-gradient-start: #387068;
2155
  background-gradient-end: #387068;
2156
  border-radius: 12px;
2157
  box-shadow: none;
2158
}
2159
2160
.grouped-window-list-item-demands-attention {
2161
  background-gradient-start: #8c6c3e;
2162
  background-gradient-end: #8c6c3e;
2163
}
2164
2165
.sound-button {
2166
  width: 22px;
2167
  height: 13px;
2168
  padding: 8px;
2169
}
2170
2171
.sound-button-container {
2172
  padding-right: 3px;
2173
  padding-left: 3px;
2174
}
2175
2176
.sound-button StIcon {
2177
  icon-size: 1.4em;
2178
}
2179
2180
.sound-track-infos {
2181
  padding: 5px;
2182
}
2183
2184
.sound-track-info {
2185
  padding-top: 2px;
2186
  padding-bottom: 2px;
2187
}
2188
2189
.sound-track-info StIcon {
2190
  icon-size: 16px;
2191
}
2192
2193
.sound-track-info StLabel {
2194
  padding-left: 5px;
2195
  padding-right: 5px;
2196
}
2197
2198
.sound-track-box {
2199
  padding-left: 15px;
2200
  padding-right: 15px;
2201
  max-width: 220px;
2202
}
2203
2204
.sound-seek-box {
2205
  padding-left: 15px;
2206
}
2207
2208
.sound-seek-box StLabel {
2209
  padding-top: 2px;
2210
}
2211
2212
.sound-seek-box StIcon {
2213
  icon-size: 16px;
2214
}
2215
2216
.sound-seek-slider {
2217
  width: 140px;
2218
}
2219
2220
.sound-volume-menu-item {
2221
  padding: 0.4em 1.75em;
2222
}
2223
2224
.sound-volume-menu-item StIcon {
2225
  icon-size: 1.14em;
2226
  padding-left: 8px;
2227
  padding-right: 8px;
2228
}
2229
2230
.sound-playback-control {
2231
  padding: 5px 10px 10px 10px;
2232
}
2233
2234
.sound-player {
2235
  padding: 0 0;
2236
  margin-top: 6px;
2237
  border-radius: 12px;
2238
  background-color: #3c4153;
2239
  color: #e9e9ed;
2240
}
2241
2242
.sound-player > StBoxLayout:first-child {
2243
  padding: 5px 10px 10px 10px;
2244
  spacing: 0.5em;
2245
}
2246
2247
.sound-player > StBoxLayout:first-child StButton:small {
2248
  width: 24px;
2249
  height: 24px;
2250
  border-radius: 9999px;
2251
}
2252
2253
.sound-player > StBoxLayout:first-child StButton:small:hover {
2254
  background-color: rgba(233, 233, 237, 0.12);
2255
}
2256
2257
.sound-player > StBoxLayout:first-child StButton:small:active {
2258
  background-color: rgba(233, 233, 237, 0.3);
2259
}
2260
2261
.sound-player > StBoxLayout:first-child StButton:small StIcon {
2262
  icon-size: 16px;
2263
}
2264
2265
.sound-player-generic-coverart {
2266
  background: rgba(0, 0, 0, 0.2);
2267
}
2268
2269
.sound-player-overlay {
2270
  width: 290px;
2271
  height: 80px;
2272
  padding: 12px 18px;
2273
  spacing: 6px;
2274
  background-color: rgba(0, 0, 0, 0.45);
2275
  border: none;
2276
  border-radius: 0 0 12px 12px;
2277
  color: #e9e9ed;
2278
  text-shadow: none;
2279
}
2280
2281
.sound-player-overlay StButton {
2282
  width: 16px;
2283
  height: 16px;
2284
  padding: 8px;
2285
  margin: 0 6px 6px;
2286
  color: #e9e9ed;
2287
  border-radius: 9999px;
2288
  border: none;
2289
  text-shadow: none;
2290
}
2291
2292
.sound-player-overlay StButton StIcon {
2293
  icon-size: 16px;
2294
}
2295
2296
.sound-player-overlay StButton:hover {
2297
  background-color: rgba(233, 233, 237, 0.12);
2298
}
2299
2300
.sound-player-overlay StButton:active {
2301
  background-color: rgba(233, 233, 237, 0.3);
2302
}
2303
2304
.sound-player-overlay StButton:insensitive {
2305
  opacty: 0.35;
2306
  color: rgba(233, 233, 237, 0.5);
2307
}
2308
2309
.sound-player-overlay StLabel {
2310
  padding: 0 6px;
2311
}
2312
2313
.sound-player-overlay StBoxLayout {
2314
  padding-top: 2px;
2315
}
2316
2317
.sound-player .slider {
2318
  height: 0.5em;
2319
  padding: 0;
2320
  border: 0px solid rgba(3, 3, 5, 0.9);
2321
  border-bottom: 1px;
2322
  -slider-height: 0.5em;
2323
  -slider-background-color: #101017;
2324
  -slider-border-color: rgba(0, 0, 0, 0);
2325
  -slider-active-background-color: #27a1b9;
2326
  -slider-active-border-color: rgba(0, 0, 0, 0);
2327
  -slider-border-width: 0px;
2328
  -slider-handle-radius: 0px;
2329
}
2330
2331
#workspaceSwitcher {
2332
  spacing: 0px;
2333
  padding: 3px;
2334
}
2335
2336
/* Controls the styling when using the "Simple buttons" option */
2337
.workspace-switcher {
2338
  padding-left: 3px;
2339
  padding-right: 3px;
2340
}
2341
2342
.workspace-button {
2343
  width: 20px;
2344
  height: 10px;
2345
  color: rgba(233, 233, 237, 0.7);
2346
  padding: 3px;
2347
  padding-top: 4px;
2348
  transition-duration: 300;
2349
}
2350
2351
.workspace-button:outlined, .workspace-button:outlined:hover {
2352
  color: #27a1b9;
2353
}
2354
2355
.workspace-button:hover {
2356
  color: #3dbdd6;
2357
}
2358
2359
/* Controls the style when using the "Visual representation" option */
2360
.workspace-graph {
2361
  padding: 3px;
2362
  spacing: 3px;
2363
}
2364
2365
.workspace-graph .workspace {
2366
  border: 1px solid rgba(0, 0, 0, 0.4);
2367
  background-gradient-direction: none;
2368
  background-color: rgba(0, 0, 0, 0.2);
2369
}
2370
2371
.workspace-graph .workspace:active {
2372
  border: 1px solid #27a1b9;
2373
  background-gradient-direction: none;
2374
}
2375
2376
.workspace-graph .workspace .windows {
2377
  -active-window-background: rgba(57, 59, 83, 0.75);
2378
  -active-window-border: rgba(0, 0, 0, 0.8);
2379
  -inactive-window-background: rgba(57, 59, 83, 0.75);
2380
  -inactive-window-border: rgba(0, 0, 0, 0.8);
2381
}
2382
2383
.workspace-graph .workspace:active .windows {
2384
  -active-window-background: rgba(67, 70, 99, 0.75);
2385
  -active-window-border: rgba(0, 0, 0, 0.8);
2386
  -inactive-window-background: rgba(36, 38, 53, 0.75);
2387
  -inactive-window-border: rgba(0, 0, 0, 0.8);
2388
}
2389
2390
#panel-launchers-box {
2391
  padding: 0 6px;
2392
}
2393
2394
#panel-launchers-box.vertical {
2395
  padding: 3px 0;
2396
}
2397
2398
.panel-launcher {
2399
  padding: 2px;
2400
  transition-duration: 200ms;
2401
  border-radius: 0;
2402
}
2403
2404
.panel-launcher:hover {
2405
  background-gradient-direction: none;
2406
  background-color: rgba(233, 233, 237, 0.1);
2407
}
2408
2409
.panel-launcher:active {
2410
  background-color: rgba(233, 233, 237, 0.2);
2411
}
2412
2413
.launcher {
2414
  padding: 2px;
2415
  spacing: 2px;
2416
  transition-duration: 0.2s;
2417
  border-radius: 0;
2418
}
2419
2420
.launcher:hover {
2421
  background-gradient-direction: none;
2422
  background-color: rgba(233, 233, 237, 0.1);
2423
}
2424
2425
.launcher:active {
2426
  background-color: rgba(233, 233, 237, 0.2);
2427
}
2428
2429
.launcher .icon-box {
2430
  padding: 2px;
2431
}
2432
2433
.applet-separator {
2434
  padding: 1px 3px;
2435
}
2436
2437
.applet-separator-line {
2438
  width: 1px;
2439
  background: rgba(233, 233, 237, 0.12);
2440
}
2441
2442
.applet-box {
2443
  padding: 0 6px;
2444
  color: rgba(233, 233, 237, 0.7);
2445
  text-shadow: none;
2446
  transition-duration: 100ms;
2447
  border-radius: 0;
2448
}
2449
2450
.applet-box.vertical {
2451
  padding: 6px 0;
2452
}
2453
2454
.applet-box:hover {
2455
  color: rgba(233, 233, 237, 0.7);
2456
  background-color: rgba(233, 233, 237, 0.04);
2457
}
2458
2459
.applet-box:checked, .applet-box:checked:hover {
2460
  color: rgba(233, 233, 237, 0.7);
2461
  background-color: rgba(233, 233, 237, 0.12);
2462
}
2463
2464
.applet-box:highlight {
2465
  background-image: none;
2466
  border-image: none;
2467
  background-color: rgba(245, 42, 101, 0.5);
2468
}
2469
2470
.applet-label {
2471
  font-weight: bold;
2472
  color: rgba(233, 233, 237, 0.7);
2473
}
2474
2475
.applet-box:checked .applet-label {
2476
  color: rgba(233, 233, 237, 0.7);
2477
  text-shadow: none;
2478
}
2479
2480
.applet-icon {
2481
  color: rgba(233, 233, 237, 0.7);
2482
  icon-size: 16px;
2483
}
2484
2485
.applet-box:checked .applet-icon {
2486
  color: rgba(233, 233, 237, 0.7);
2487
  text-shadow: none;
2488
}
2489
2490
.user-icon {
2491
  width: 32px;
2492
  height: 32px;
2493
  background-color: transparent;
2494
  border: none;
2495
  border-radius: 0;
2496
}
2497
2498
.user-label {
2499
  color: #e9e9ed;
2500
  font-size: 1em;
2501
  font-weight: bold;
2502
  margin: 0px;
2503
}
2504
2505
.desklet {
2506
  color: #e9e9ed;
2507
}
2508
2509
.desklet:highlight {
2510
  background-color: rgba(245, 42, 101, 0.5);
2511
}
2512
2513
.desklet-with-borders {
2514
  color: #e9e9ed;
2515
  background-color: rgba(20, 21, 29, 0.9);
2516
  padding: 12px;
2517
  padding-bottom: 16px;
2518
}
2519
2520
.desklet-with-borders:highlight {
2521
  background-color: rgba(245, 42, 101, 0.5);
2522
}
2523
2524
.desklet-with-borders-and-header {
2525
  color: #e9e9ed;
2526
  background-color: rgba(20, 21, 29, 0.9);
2527
  border-radius: 6px;
2528
  border-radius-topleft: 0;
2529
  border-radius-topright: 0;
2530
  padding: 12px;
2531
  padding-bottom: 17px;
2532
}
2533
2534
.desklet-with-borders-and-header:highlight {
2535
  background-color: rgba(245, 42, 101, 0.5);
2536
}
2537
2538
.desklet-header {
2539
  color: #e9e9ed;
2540
  background-color: rgba(20, 21, 29, 0.9);
2541
  border-radius: 0;
2542
  border-radius-topleft: 6px;
2543
  border-radius-topright: 6px;
2544
  font-size: 1em;
2545
  padding: 12px;
2546
  padding-bottom: 6px;
2547
}
2548
2549
.desklet-drag-placeholder {
2550
  border: 2px solid #27a1b9;
2551
  background-color: rgba(39, 161, 185, 0.3);
2552
}
2553
2554
.photoframe-box {
2555
  color: #e9e9ed;
2556
  background-color: rgba(20, 21, 29, 0.9);
2557
  padding: 12px;
2558
  padding-bottom: 16px;
2559
}
2560
2561
.workspace-osd {
2562
  text-shadow: black 5px 5px 5px;
2563
  font-weight: bold;
2564
  font-size: 48pt;
2565
}
2566
2567
.notification-applet-padding {
2568
  padding: 0.5em 1em;
2569
}
2570
2571
.notification-applet-container {
2572
  max-height: 9999px;
2573
}
2574
2575
.tile-preview,
2576
.tile-preview.snap,
2577
.tile-hud,
2578
.tile-hud.snap {
2579
  background-color: rgba(39, 161, 185, 0.3);
2580
  border: 1px solid #27a1b9;
2581
}
2582
2583
.xkcd-box {
2584
  padding: 6px;
2585
  border: 0px;
2586
  background-color: rgba(0, 0, 0, 0);
2587
  border-radius: 0px;
2588
}