gnome-shell-light-compact.css
ASCII text
1
/* This stylesheet is generated, DO NOT EDIT */
2
/* Copyright 2009, 2015 Red Hat, Inc.
3
*
4
* Portions adapted from Mx's data/style/default.css
5
* Copyright 2009 Intel Corporation
6
*
7
* This program is free software; you can redistribute it and/or modify it
8
* under the terms and conditions of the GNU Lesser General Public License,
9
* version 2.1, as published by the Free Software Foundation.
10
*
11
* This program is distributed in the hope it will be useful, but WITHOUT ANY
12
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
14
* more details.
15
*
16
* You should have received a copy of the GNU Lesser General Public License
17
* along with this program; if not, write to the Free Software Foundation,
18
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
19
*/
20
/* GLOBALS */
21
stage {
22
font-family: "M+ 1c", Roboto, Cantarell, Sans-Serif;
23
font-size: 10.5pt;
24
font-weight: 400;
25
color: rgba(0, 0, 0, 0.87);
26
}
27
28
/* WIDGETS */
29
/* Buttons */
30
.button {
31
min-height: 32px;
32
min-width: 48px;
33
padding: 0 8px;
34
border-width: 0;
35
border-radius: 4px;
36
font-size: 10.5pt;
37
font-weight: 500;
38
color: #1A73E8;
39
background-color: transparent;
40
border-color: transparent;
41
box-shadow: 0 0 transparent;
42
text-shadow: none;
43
icon-shadow: none;
44
transition-duration: 100ms;
45
}
46
47
.button:hover {
48
color: #1A73E8;
49
background-color: rgba(26, 115, 232, 0.08);
50
border-color: transparent;
51
box-shadow: 0 0 transparent;
52
text-shadow: none;
53
icon-shadow: none;
54
}
55
56
.button:active {
57
color: #1A73E8;
58
background-color: rgba(26, 115, 232, 0.2);
59
border-color: transparent;
60
box-shadow: 0 0 transparent;
61
text-shadow: none;
62
icon-shadow: none;
63
transition-duration: 200ms;
64
}
65
66
.button:insensitive {
67
color: rgba(0, 0, 0, 0.26);
68
background-color: transparent;
69
border-color: transparent;
70
box-shadow: 0 0 transparent;
71
text-shadow: none;
72
icon-shadow: none;
73
}
74
75
.button:focus {
76
color: #1A73E8;
77
background-color: rgba(26, 115, 232, 0.12);
78
text-shadow: none;
79
icon-shadow: none;
80
box-shadow: 0 0 transparent;
81
}
82
83
.modal-dialog-linked-button {
84
min-height: 32px;
85
min-width: 48px;
86
margin: 4px;
87
padding: 0 8px;
88
margin-right: 0;
89
border-right-width: 0;
90
border-radius: 4px;
91
font-size: 10.5pt;
92
font-weight: 500;
93
color: #1A73E8;
94
background-color: transparent;
95
border-color: transparent;
96
box-shadow: 0 0 transparent;
97
text-shadow: none;
98
icon-shadow: none;
99
transition-duration: 100ms;
100
}
101
102
.modal-dialog-linked-button:hover {
103
color: #1A73E8;
104
background-color: rgba(26, 115, 232, 0.08);
105
border-color: transparent;
106
box-shadow: 0 0 transparent;
107
text-shadow: none;
108
icon-shadow: none;
109
}
110
111
.modal-dialog-linked-button:active {
112
color: #1A73E8;
113
background-color: rgba(26, 115, 232, 0.2);
114
border-color: transparent;
115
box-shadow: 0 0 transparent;
116
text-shadow: none;
117
icon-shadow: none;
118
transition-duration: 200ms;
119
}
120
121
.modal-dialog-linked-button:insensitive {
122
color: rgba(0, 0, 0, 0.26);
123
background-color: transparent;
124
border-color: transparent;
125
box-shadow: 0 0 transparent;
126
text-shadow: none;
127
icon-shadow: none;
128
}
129
130
.modal-dialog-linked-button:focus {
131
color: #1A73E8;
132
background-color: rgba(26, 115, 232, 0.12);
133
text-shadow: none;
134
icon-shadow: none;
135
box-shadow: 0 0 transparent;
136
}
137
138
.modal-dialog-linked-button:first-child {
139
border-radius: 4px;
140
}
141
142
.modal-dialog-linked-button:last-child {
143
margin-right: 4px;
144
border-right-width: 0px;
145
border-radius: 4px;
146
}
147
148
.modal-dialog-linked-button:first-child:last-child {
149
margin-right: 4px;
150
border-right-width: 0px;
151
border-radius: 4px;
152
}
153
154
/* Entries */
155
StEntry {
156
min-height: 32px;
157
padding: 0 8px;
158
border-radius: 4px 4px 0 0;
159
border-width: 0;
160
color: rgba(0, 0, 0, 0.87);
161
selection-background-color: rgba(26, 115, 232, 0.24);
162
selected-color: rgba(0, 0, 0, 0.87);
163
font-size: 11.25pt;
164
font-weight: 400;
165
transition-duration: 100ms;
166
background-color: rgba(0, 0, 0, 0.04);
167
border-color: transparent;
168
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.26);
169
}
170
171
StEntry:hover {
172
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.87);
173
}
174
175
StEntry:focus {
176
border-color: transparent;
177
box-shadow: inset 0 -2px #1A73E8;
178
}
179
180
StEntry:insensitive {
181
color: rgba(0, 0, 0, 0.38);
182
border-color: transparent;
183
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12);
184
}
185
186
StEntry StIcon.capslock-warning {
187
icon-size: 16px;
188
warning-color: #F4B400;
189
padding: 0 0;
190
}
191
192
/* Scrollbars */
193
StScrollView.vfade {
194
-st-vfade-offset: 32px;
195
}
196
197
StScrollView.hfade {
198
-st-hfade-offset: 32px;
199
}
200
201
StScrollBar {
202
padding: 0;
203
}
204
205
StScrollView StScrollBar {
206
min-width: 16px;
207
min-height: 16px;
208
}
209
210
StScrollBar StBin#trough {
211
margin: 4px;
212
border-radius: 100px;
213
background-color: rgba(0, 0, 0, 0.12);
214
}
215
216
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
217
transition-duration: 100ms;
218
border-radius: 100px;
219
background-color: rgba(0, 0, 0, 0.38);
220
margin: 4px;
221
}
222
223
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
224
background-color: rgba(0, 0, 0, 0.6);
225
}
226
227
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
228
background-color: rgba(0, 0, 0, 0.87);
229
}
230
231
#overview StScrollBar StBin#trough, #screenShieldNotifications StScrollBar StBin#trough {
232
background-color: rgba(255, 255, 255, 0.12);
233
}
234
235
#overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#hhandle, #screenShieldNotifications StScrollBar StButton#hhandle {
236
background-color: rgba(255, 255, 255, 0.5);
237
}
238
239
#overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#hhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover {
240
background-color: rgba(255, 255, 255, 0.7);
241
}
242
243
#overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#hhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active {
244
background-color: white;
245
}
246
247
/* Slider */
248
.slider {
249
height: 20px;
250
color: #1A73E8;
251
-slider-height: 2px;
252
-slider-background-color: rgba(0, 0, 0, 0.26);
253
-slider-border-color: transparent;
254
-slider-active-background-color: #1A73E8;
255
-slider-active-border-color: transparent;
256
-slider-border-width: 0;
257
-slider-handle-radius: 6px;
258
}
259
260
/* Check Boxes */
261
.check-box * {
262
min-height: 16px;
263
padding: 8px 0;
264
}
265
266
.check-box StBoxLayout {
267
spacing: 8px;
268
}
269
270
.check-box StBin {
271
transition-duration: 100ms;
272
width: 24px;
273
height: 24px;
274
padding: 4px;
275
border-radius: 100px;
276
background-image: url("assets/checkbox-off.svg");
277
}
278
279
.check-box:focus StBin {
280
background-image: url("assets/checkbox-off.svg");
281
}
282
283
.check-box:hover StBin {
284
background-color: rgba(0, 0, 0, 0.08);
285
}
286
287
.check-box:active StBin {
288
transition-duration: 200ms;
289
background-color: rgba(0, 0, 0, 0.2);
290
}
291
292
.check-box:checked StBin {
293
background-image: url("assets/checkbox.svg");
294
}
295
296
.check-box:focus:checked StBin {
297
background-image: url("assets/checkbox.svg");
298
}
299
300
.check-box:hover:checked StBin {
301
background-color: rgba(26, 115, 232, 0.08);
302
}
303
304
.check-box:active:checked StBin {
305
background-color: rgba(26, 115, 232, 0.2);
306
}
307
308
/* Switches */
309
.toggle-switch {
310
width: 40px;
311
height: 20px;
312
background-size: contain;
313
}
314
315
.toggle-switch-us {
316
background-image: url("assets/toggle-off.svg");
317
}
318
319
.toggle-switch-us:checked {
320
background-image: url("assets/toggle-on.svg");
321
}
322
323
.toggle-switch-intl {
324
background-image: url("assets/toggle-off.svg");
325
}
326
327
.toggle-switch-intl:checked {
328
background-image: url("assets/toggle-on.svg");
329
}
330
331
/* links */
332
.shell-link {
333
transition-duration: 100ms;
334
border-radius: 4px;
335
color: #1A73E8;
336
}
337
338
.shell-link:hover {
339
color: #1A73E8;
340
background-color: rgba(26, 115, 232, 0.08);
341
}
342
343
.shell-link:active {
344
transition-duration: 200ms;
345
color: #1A73E8;
346
background-color: rgba(26, 115, 232, 0.2);
347
}
348
349
/* Modal Dialogs */
350
.headline {
351
font-size: 15pt;
352
font-weight: 500;
353
}
354
355
.lightbox {
356
background-color: black;
357
}
358
359
.flashspot {
360
background-color: white;
361
}
362
363
.modal-dialog {
364
border-radius: 4px;
365
color: rgba(0, 0, 0, 0.87);
366
background-color: #FFFFFF;
367
border: none;
368
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
369
}
370
371
.modal-dialog .modal-dialog-content-box {
372
padding: 24px;
373
}
374
375
.modal-dialog .run-dialog-entry {
376
width: 20em;
377
margin-bottom: 0;
378
}
379
380
.modal-dialog .run-dialog-error-box {
381
padding-top: 16px;
382
spacing: 6px;
383
}
384
385
.modal-dialog .run-dialog-button-box {
386
padding-top: 1em;
387
}
388
389
.modal-dialog .run-dialog-label {
390
font-size: 1em;
391
font-weight: normal;
392
color: rgba(0, 0, 0, 0.6);
393
padding-bottom: .4em;
394
}
395
396
.mount-dialog-subject,
397
.end-session-dialog-subject {
398
font-size: 15pt;
399
font-weight: 500;
400
}
401
402
/* Message Dialog */
403
.message-dialog-main-layout {
404
padding: 12px 20px 0;
405
spacing: 12px;
406
}
407
408
.message-dialog-content {
409
max-width: 28em;
410
spacing: 20px;
411
}
412
413
.message-dialog-icon {
414
min-width: 48px;
415
icon-size: 48px;
416
}
417
418
.message-dialog-title {
419
font-weight: bold;
420
}
421
422
.message-dialog-subtitle {
423
color: rgba(0, 0, 0, 0.6);
424
font-weight: normal;
425
}
426
427
/* End Session Dialog */
428
.end-session-dialog {
429
spacing: 42px;
430
border: none;
431
}
432
433
.end-session-dialog-list {
434
padding-top: 20px;
435
}
436
437
.end-session-dialog-layout {
438
padding-left: 17px;
439
}
440
441
.end-session-dialog-layout:rtl {
442
padding-right: 17px;
443
}
444
445
.end-session-dialog-description {
446
width: 28em;
447
padding-bottom: 10px;
448
}
449
450
.end-session-dialog-description:rtl {
451
text-align: right;
452
}
453
454
.end-session-dialog-warning {
455
width: 28em;
456
color: #F4B400;
457
padding-top: 6px;
458
}
459
460
.end-session-dialog-warning:rtl {
461
text-align: right;
462
}
463
464
.end-session-dialog-logout-icon {
465
border-radius: 5px;
466
width: 48px;
467
height: 48px;
468
background-size: contain;
469
}
470
471
.end-session-dialog-shutdown-icon {
472
color: rgba(0, 0, 0, 0.38);
473
width: 48px;
474
height: 48px;
475
}
476
477
.end-session-dialog-inhibitor-layout {
478
spacing: 16px;
479
max-height: 200px;
480
padding-right: 65px;
481
padding-left: 65px;
482
}
483
484
.end-session-dialog-session-list,
485
.end-session-dialog-app-list {
486
spacing: 1em;
487
}
488
489
.end-session-dialog-list-header {
490
font-weight: bold;
491
}
492
493
.end-session-dialog-list-header:rtl {
494
text-align: right;
495
}
496
497
.end-session-dialog-app-list-item,
498
.end-session-dialog-session-list-item {
499
spacing: 1em;
500
}
501
502
.end-session-dialog-app-list-item-name,
503
.end-session-dialog-session-list-item-name {
504
font-weight: bold;
505
}
506
507
.end-session-dialog-app-list-item-description {
508
color: rgba(0, 0, 0, 0.6);
509
font-size: 1em;
510
}
511
512
/* ShellMountOperation Dialogs */
513
.shell-mount-operation-icon {
514
icon-size: 48px;
515
}
516
517
.mount-dialog {
518
spacing: 24px;
519
}
520
521
.mount-dialog .message-dialog-title {
522
padding-top: 10px;
523
padding-left: 17px;
524
padding-bottom: 6px;
525
max-width: 34em;
526
}
527
528
.mount-dialog .message-dialog-title:rtl {
529
padding-left: 0px;
530
padding-right: 17px;
531
}
532
533
.mount-dialog .message-dialog-body {
534
padding-left: 17px;
535
width: 28em;
536
}
537
538
.mount-dialog .message-dialog-body:rtl {
539
padding-left: 0px;
540
padding-right: 17px;
541
}
542
543
.mount-dialog-app-list {
544
max-height: 200px;
545
padding-top: 24px;
546
padding-left: 49px;
547
padding-right: 32px;
548
}
549
550
.mount-dialog-app-list:rtl {
551
padding-right: 49px;
552
padding-left: 32px;
553
}
554
555
.mount-dialog-app-list-item {
556
color: rgba(0, 0, 0, 0.87);
557
}
558
559
.mount-dialog-app-list-item:hover {
560
color: rgba(0, 0, 0, 0.87);
561
}
562
563
.mount-dialog-app-list-item:ltr {
564
padding-right: 1em;
565
}
566
567
.mount-dialog-app-list-item:rtl {
568
padding-left: 1em;
569
}
570
571
.mount-dialog-app-list-item-icon:ltr {
572
padding-right: 17px;
573
}
574
575
.mount-dialog-app-list-item-icon:rtl {
576
padding-left: 17px;
577
}
578
579
.mount-dialog-app-list-item-name {
580
font-size: 1em;
581
}
582
583
/* Password or Authentication Dialog */
584
.prompt-dialog {
585
width: 34em;
586
border: none;
587
}
588
589
.prompt-dialog .message-dialog-main-layout {
590
spacing: 24px;
591
padding: 10px;
592
}
593
594
.prompt-dialog .message-dialog-content {
595
spacing: 16px;
596
}
597
598
.prompt-dialog .message-dialog-title {
599
font-size: 15pt;
600
font-weight: 500;
601
color: rgba(0, 0, 0, 0.87);
602
}
603
604
.prompt-dialog-description:rtl {
605
text-align: right;
606
}
607
608
.prompt-dialog-password-box {
609
spacing: 1em;
610
padding-bottom: 1em;
611
}
612
613
.prompt-dialog-error-label {
614
font-size: 1em;
615
color: #D93025;
616
padding-bottom: 8px;
617
}
618
619
.prompt-dialog-info-label {
620
font-size: 1em;
621
padding-bottom: 8px;
622
}
623
624
.hidden {
625
color: rgba(0, 0, 0, 0);
626
}
627
628
.prompt-dialog-null-label {
629
font-size: 1em;
630
padding-bottom: 8px;
631
}
632
633
/* Polkit Dialog */
634
.polkit-dialog-user-layout {
635
padding-left: 10px;
636
spacing: 10px;
637
}
638
639
.polkit-dialog-user-layout:rtl {
640
padding-left: 0px;
641
padding-right: 10px;
642
}
643
644
.polkit-dialog-user-root-label {
645
color: #F4B400;
646
}
647
648
.polkit-dialog-user-icon {
649
border-radius: 5px;
650
background-size: contain;
651
width: 48px;
652
height: 48px;
653
}
654
655
/* Audio selection dialog */
656
.audio-device-selection-dialog {
657
spacing: 30px;
658
}
659
660
.audio-selection-content {
661
spacing: 20px;
662
padding: 24px;
663
}
664
665
.audio-selection-title {
666
font-weight: bold;
667
text-align: center;
668
}
669
670
.audio-selection-box {
671
spacing: 20px;
672
}
673
674
.audio-selection-device {
675
border: none;
676
border-radius: 4px;
677
}
678
679
.audio-selection-device:focus {
680
background-color: rgba(0, 0, 0, 0.12);
681
}
682
683
.audio-selection-device:hover {
684
background-color: rgba(0, 0, 0, 0.08);
685
}
686
687
.audio-selection-device:active {
688
background-color: rgba(0, 0, 0, 0.2);
689
}
690
691
.audio-selection-device-box {
692
padding: 20px;
693
spacing: 20px;
694
}
695
696
.audio-selection-device-icon {
697
icon-size: 64px;
698
}
699
700
/* Access Dialog */
701
.access-dialog {
702
spacing: 30px;
703
}
704
705
/* Geolocation Dialog */
706
.geolocation-dialog {
707
spacing: 30px;
708
}
709
710
/* Extension Dialog */
711
.extension-dialog .message-dialog-main-layout {
712
spacing: 24px;
713
padding: 10px;
714
}
715
716
.extension-dialog .message-dialog-title {
717
color: rgba(0, 0, 0, 0.6);
718
}
719
720
/* Inhibit-Shortcuts Dialog */
721
.inhibit-shortcuts-dialog {
722
spacing: 30px;
723
}
724
725
/* Network Agent Dialog */
726
.network-dialog-secret-table {
727
spacing-rows: 15px;
728
spacing-columns: 1em;
729
}
730
731
.keyring-dialog-control-table {
732
spacing-rows: 15px;
733
spacing-columns: 1em;
734
}
735
736
/* Popovers/Menus */
737
.popup-menu {
738
min-width: 200px;
739
}
740
741
.popup-menu .popup-sub-menu {
742
background-color: rgba(0, 0, 0, 0.04);
743
box-shadow: 0 0 transparent;
744
}
745
746
.popup-menu .popup-menu-content {
747
padding: 8px 0;
748
}
749
750
.popup-menu .popup-menu-item {
751
spacing: 8px;
752
transition-duration: 100ms;
753
}
754
755
.popup-menu .popup-menu-item:ltr {
756
padding: 0.4em 24px 0.4em 0;
757
}
758
759
.popup-menu .popup-menu-item:rtl {
760
padding: 0.4em 0 0.4em 24px;
761
}
762
763
.popup-menu .popup-menu-item:checked {
764
background-color: rgba(26, 115, 232, 0.24);
765
box-shadow: 0 0 transparent;
766
font-weight: normal;
767
}
768
769
.popup-menu .popup-menu-item:checked.selected {
770
background-color: rgba(26, 115, 232, 0.4);
771
}
772
773
.popup-menu .popup-menu-item:checked:active {
774
background-color: rgba(26, 115, 232, 0.6);
775
}
776
777
.popup-menu .popup-menu-item.selected {
778
background-color: rgba(0, 0, 0, 0.08);
779
color: rgba(0, 0, 0, 0.87);
780
transition-duration: 0ms;
781
}
782
783
.popup-menu .popup-menu-item:active {
784
background-color: rgba(0, 0, 0, 0.2);
785
color: rgba(0, 0, 0, 0.87);
786
transition-duration: 200ms;
787
}
788
789
.popup-menu .popup-menu-item.selected:active {
790
color: rgba(0, 0, 0, 0.87);
791
}
792
793
.popup-menu .popup-menu-item:insensitive {
794
color: rgba(0, 0, 0, 0.38);
795
}
796
797
.popup-menu .popup-inactive-menu-item {
798
color: rgba(0, 0, 0, 0.87);
799
}
800
801
.popup-menu .popup-inactive-menu-item:insensitive {
802
color: rgba(0, 0, 0, 0.38);
803
}
804
805
.popup-menu.panel-menu {
806
-boxpointer-gap: 4px;
807
margin-bottom: 1.75em;
808
}
809
810
.popup-menu-ornament {
811
text-align: right;
812
width: 16px;
813
height: 16px;
814
}
815
816
.popup-menu-boxpointer,
817
.candidate-popup-boxpointer {
818
-arrow-border-radius: 20px;
819
-arrow-background-color: transparent;
820
-arrow-border-width: 0;
821
-arrow-border-color: transparent;
822
-arrow-base: 0;
823
-arrow-rise: 0;
824
-arrow-box-shadow: none;
825
margin: 5px 8px 8px;
826
background-color: #FFFFFF;
827
border-radius: 4px;
828
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
829
}
830
831
.popup-separator-menu-item {
832
height: 1px;
833
margin: 8px 40px;
834
background-color: rgba(0, 0, 0, 0.12);
835
border-color: transparent;
836
border-bottom-width: 0;
837
border-bottom-style: none;
838
}
839
840
.background-menu {
841
-boxpointer-gap: 4px;
842
-arrow-rise: 0;
843
}
844
845
/* fallback menu
846
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
847
app menu inside the main app window itself rather than the top bar
848
*/
849
/* OSD */
850
.osd-window {
851
text-align: center;
852
font-weight: bold;
853
spacing: 1em;
854
margin: 32px;
855
min-width: 64px;
856
min-height: 64px;
857
}
858
859
.osd-window .osd-monitor-label {
860
font-size: 48px;
861
font-weight: 400;
862
}
863
864
.osd-window .level {
865
height: 8px;
866
border-radius: 0;
867
background-color: rgba(0, 0, 0, 0.12);
868
color: rgba(0, 0, 0, 0.87);
869
}
870
871
.osd-window .level-bar {
872
background-color: #1A73E8;
873
border-radius: 0;
874
}
875
876
/* Pad OSD */
877
.pad-osd-window {
878
padding: 32px;
879
background-color: rgba(0, 0, 0, 0.6);
880
}
881
882
.pad-osd-window .pad-osd-title-box {
883
spacing: 12px;
884
}
885
886
.pad-osd-window .pad-osd-title-menu-box {
887
spacing: 6px;
888
}
889
890
.combo-box-label {
891
width: 15em;
892
}
893
894
/* App Switcher */
895
.switcher-popup {
896
padding: 8px;
897
spacing: 16px;
898
}
899
900
.switcher-list-item-container {
901
spacing: 8px;
902
}
903
904
.switcher-list .item-box {
905
transition-duration: 100ms;
906
padding: 8px;
907
border-radius: 4px;
908
}
909
910
.switcher-list .item-box:outlined {
911
padding: 8px;
912
border: none;
913
background-color: rgba(0, 0, 0, 0.12);
914
color: rgba(0, 0, 0, 0.87);
915
}
916
917
.switcher-list .item-box:selected {
918
background-color: rgba(26, 115, 232, 0.24);
919
color: rgba(0, 0, 0, 0.87);
920
}
921
922
.switcher-list .thumbnail-box {
923
padding: 2px;
924
spacing: 4px;
925
}
926
927
.switcher-list .thumbnail {
928
width: 256px;
929
}
930
931
.switcher-list .separator {
932
width: 1px;
933
background: rgba(0, 0, 0, 0.12);
934
}
935
936
.switcher-arrow {
937
transition-duration: 100ms;
938
border-color: rgba(0, 0, 0, 0);
939
color: rgba(0, 0, 0, 0.6);
940
}
941
942
.switcher-arrow:highlighted {
943
color: rgba(0, 0, 0, 0.87);
944
}
945
946
.input-source-switcher-symbol {
947
font-size: 48px;
948
font-weight: 400;
949
width: 96px;
950
height: 96px;
951
}
952
953
/* Window Cycler */
954
.cycler-highlight {
955
border: 4px solid #1A73E8;
956
}
957
958
/* Workspace Switcher */
959
.workspace-switcher-group {
960
padding: 8px;
961
}
962
963
.workspace-switcher {
964
background: transparent;
965
border: 0px;
966
border-radius: 0px;
967
padding: 0px;
968
spacing: 8px;
969
}
970
971
.ws-switcher-active-up, .ws-switcher-active-down {
972
height: 48px;
973
background-color: #1A73E8;
974
color: white;
975
background-size: 32px;
976
border-radius: 4px;
977
}
978
979
.ws-switcher-box {
980
height: 48px;
981
border: none;
982
background: rgba(0, 0, 0, 0.12);
983
border-radius: 4px;
984
}
985
986
.osd-window,
987
.resize-popup,
988
.switcher-list, .workspace-switcher-container {
989
color: rgba(0, 0, 0, 0.87);
990
background-color: #FFFFFF;
991
border: none;
992
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
993
border-radius: 4px;
994
padding: 12px;
995
}
996
997
/* Tiled window previews */
998
.tile-preview {
999
background-color: rgba(138, 180, 248, 0.3);
1000
border: 1px solid #8AB4F8;
1001
}
1002
1003
.tile-preview-left.on-primary {
1004
border-radius: 0;
1005
}
1006
1007
.tile-preview-right.on-primary {
1008
border-radius: 0;
1009
}
1010
1011
.tile-preview-left.tile-preview-right.on-primary {
1012
border-radius: 0;
1013
}
1014
1015
/* TOP BAR */
1016
#panel {
1017
background-color: rgba(0, 0, 0, 0.6);
1018
/* transition from solid to transparent */
1019
transition-duration: 250ms;
1020
font-weight: bold;
1021
height: 28px;
1022
}
1023
1024
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
1025
background-color: transparent;
1026
}
1027
1028
#panel #panelLeft, #panel #panelCenter {
1029
spacing: 0;
1030
}
1031
1032
#panel .panel-corner {
1033
-panel-corner-radius: 0;
1034
-panel-corner-background-color: rgba(0, 0, 0, 0.6);
1035
-panel-corner-border-width: 2px;
1036
-panel-corner-border-color: transparent;
1037
}
1038
1039
#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus {
1040
-panel-corner-border-color: white;
1041
}
1042
1043
#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen {
1044
-panel-corner-radius: 0;
1045
-panel-corner-background-color: transparent;
1046
-panel-corner-border-color: transparent;
1047
}
1048
1049
#panel .panel-button {
1050
-natural-hpadding: 8px;
1051
-minimum-hpadding: 4px;
1052
font-weight: bold;
1053
color: rgba(255, 255, 255, 0.7);
1054
text-shadow: none;
1055
transition-duration: 100ms;
1056
}
1057
1058
#panel .panel-button .app-menu-icon {
1059
-st-icon-style: symbolic;
1060
margin-left: 4px;
1061
margin-right: 4px;
1062
}
1063
1064
#panel .panel-button .system-status-icon,
1065
#panel .panel-button .app-menu-icon > StIcon,
1066
#panel .panel-button .popup-menu-arrow {
1067
icon-shadow: none;
1068
}
1069
1070
#panel .panel-button:hover {
1071
color: white;
1072
text-shadow: none;
1073
}
1074
1075
#panel .panel-button:hover .system-status-icon,
1076
#panel .panel-button:hover .app-menu-icon > StIcon,
1077
#panel .panel-button:hover .popup-menu-arrow {
1078
icon-shadow: none;
1079
}
1080
1081
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
1082
background-color: rgba(0, 0, 0, 0.01);
1083
box-shadow: inset 0 -2px 0px white;
1084
color: white;
1085
}
1086
1087
#panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon {
1088
icon-shadow: none;
1089
}
1090
1091
#panel .panel-button .system-status-icon {
1092
icon-size: 1.14286em;
1093
padding: 0 4px;
1094
}
1095
1096
.unlock-screen #panel .panel-button,
1097
.login-screen #panel .panel-button,
1098
.lock-screen #panel .panel-button {
1099
color: rgba(255, 255, 255, 0.7);
1100
}
1101
1102
.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active,
1103
.login-screen #panel .panel-button:focus,
1104
.login-screen #panel .panel-button:hover,
1105
.login-screen #panel .panel-button:active,
1106
.lock-screen #panel .panel-button:focus,
1107
.lock-screen #panel .panel-button:hover,
1108
.lock-screen #panel .panel-button:active {
1109
color: white;
1110
}
1111
1112
#panel .panel-status-indicators-box,
1113
#panel .panel-status-menu-box {
1114
spacing: 2px;
1115
}
1116
1117
#panel .power-status.panel-status-indicators-box {
1118
spacing: 0;
1119
}
1120
1121
#panel .screencast-indicator {
1122
color: #F4B400;
1123
}
1124
1125
#panel.solid {
1126
background-color: rgba(0, 0, 0, 0.6);
1127
/* transition from transparent to solid */
1128
transition-duration: 250ms;
1129
background-gradient-direction: none;
1130
text-shadow: none;
1131
}
1132
1133
#panel.solid:overview {
1134
background-color: transparent;
1135
}
1136
1137
#panel.solid .panel-corner {
1138
-panel-corner-background-color: rgba(0, 0, 0, 0.6);
1139
}
1140
1141
#panel.solid .panel-button {
1142
color: rgba(255, 255, 255, 0.7);
1143
text-shadow: none;
1144
}
1145
1146
#panel.solid .panel-button:hover, #panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked {
1147
color: white;
1148
}
1149
1150
#panel.solid .system-status-icon,
1151
#panel.solid .app-menu-icon > StIcon,
1152
#panel.solid .popup-menu-arrow {
1153
icon-shadow: none;
1154
}
1155
1156
#calendarArea {
1157
padding: 8px 16px;
1158
}
1159
1160
.calendar {
1161
margin-bottom: 0;
1162
}
1163
1164
.calendar,
1165
.datemenu-today-button,
1166
.datemenu-displays-box,
1167
.message-list-sections {
1168
margin: 0 8px;
1169
}
1170
1171
.datemenu-calendar-column {
1172
spacing: 8px;
1173
}
1174
1175
.datemenu-displays-section {
1176
padding-bottom: 0;
1177
}
1178
1179
.datemenu-displays-box {
1180
spacing: 8px;
1181
}
1182
1183
.datemenu-calendar-column {
1184
border: 0 solid rgba(0, 0, 0, 0.12);
1185
}
1186
1187
.datemenu-calendar-column:ltr {
1188
border-left-width: 0;
1189
}
1190
1191
.datemenu-calendar-column:rtl {
1192
border-right-width: 0;
1193
}
1194
1195
.datemenu-today-button,
1196
.world-clocks-button,
1197
.weather-button,
1198
.events-section-title {
1199
min-height: 20px;
1200
padding: 4px 8px;
1201
border-radius: 4px;
1202
}
1203
1204
.datemenu-today-button {
1205
min-height: 48px;
1206
}
1207
1208
.message-list-section-list:ltr {
1209
padding-left: 0;
1210
}
1211
1212
.message-list-section-list:rtl {
1213
padding-right: 0;
1214
}
1215
1216
.datemenu-today-button,
1217
.world-clocks-button,
1218
.weather-button,
1219
.events-section-title {
1220
transition-duration: 100ms;
1221
}
1222
1223
.datemenu-today-button:hover, .datemenu-today-button:focus,
1224
.world-clocks-button:hover,
1225
.world-clocks-button:focus,
1226
.weather-button:hover,
1227
.weather-button:focus,
1228
.events-section-title:hover,
1229
.events-section-title:focus {
1230
color: rgba(0, 0, 0, 0.87);
1231
background-color: rgba(0, 0, 0, 0.08);
1232
}
1233
1234
.datemenu-today-button:active,
1235
.world-clocks-button:active,
1236
.weather-button:active,
1237
.events-section-title:active {
1238
transition-duration: 200ms;
1239
color: rgba(0, 0, 0, 0.87);
1240
background-color: rgba(0, 0, 0, 0.2);
1241
}
1242
1243
.datemenu-today-button .date-label {
1244
font-size: 18pt;
1245
font-weight: 400;
1246
}
1247
1248
.world-clocks-header,
1249
.weather-header,
1250
.events-section-title {
1251
color: rgba(0, 0, 0, 0.6);
1252
font-weight: bold;
1253
}
1254
1255
.world-clocks-grid {
1256
spacing-rows: 0.4em;
1257
}
1258
1259
.weather-box {
1260
spacing: 0.4em;
1261
}
1262
1263
.calendar-month-label {
1264
transition-duration: 100ms;
1265
height: 16px;
1266
margin: 2px;
1267
padding: 6px 16px;
1268
border-radius: 4px;
1269
color: rgba(0, 0, 0, 0.87);
1270
font-weight: bold;
1271
text-align: center;
1272
}
1273
1274
.calendar-month-label:focus {
1275
background-color: rgba(0, 0, 0, 0.12);
1276
}
1277
1278
.pager-button {
1279
transition-duration: 100ms;
1280
width: 28px;
1281
height: 28px;
1282
margin: 2px;
1283
border-radius: 100px;
1284
background-color: transparent;
1285
color: rgba(0, 0, 0, 0.87);
1286
}
1287
1288
.pager-button:hover, .pager-button:focus {
1289
background-color: rgba(0, 0, 0, 0.08);
1290
}
1291
1292
.pager-button:active {
1293
background-color: rgba(0, 0, 0, 0.2);
1294
transition-duration: 200ms;
1295
}
1296
1297
.calendar-change-month-back {
1298
background-image: url("assets/calendar-arrow-left.svg");
1299
}
1300
1301
.calendar-change-month-back:rtl {
1302
background-image: url("assets/calendar-arrow-right.svg");
1303
}
1304
1305
.calendar-change-month-forward {
1306
background-image: url("assets/calendar-arrow-right.svg");
1307
}
1308
1309
.calendar-change-month-forward:rtl {
1310
background-image: url("assets/calendar-arrow-left.svg");
1311
}
1312
1313
.calendar-day-base {
1314
transition-duration: 100ms;
1315
font-size: 9pt;
1316
font-weight: 400;
1317
text-align: center;
1318
width: 28px;
1319
height: 28px;
1320
padding: 0;
1321
margin: 2px;
1322
border-radius: 100px;
1323
}
1324
1325
.calendar-day-base:hover, .calendar-day-base:focus {
1326
background-color: rgba(0, 0, 0, 0.08);
1327
}
1328
1329
.calendar-day-base:active {
1330
transition-duration: 200ms;
1331
color: inherit;
1332
background-color: rgba(0, 0, 0, 0.2);
1333
border-color: transparent;
1334
}
1335
1336
.calendar-day-base:selected {
1337
color: rgba(0, 0, 0, 0.87);
1338
background-color: rgba(26, 115, 232, 0.24);
1339
border-color: transparent;
1340
}
1341
1342
.calendar-day-base.calendar-day-heading {
1343
width: 28px;
1344
height: 21px;
1345
margin-top: 2px;
1346
padding: 7px 0 0;
1347
border-radius: 100px;
1348
background-color: transparent;
1349
color: rgba(0, 0, 0, 0.38);
1350
font-size: 9pt;
1351
font-weight: 400;
1352
font-weight: bold;
1353
text-align: center;
1354
}
1355
1356
.calendar-day {
1357
border-width: 0;
1358
}
1359
1360
.calendar-day-top {
1361
border-top-width: 0;
1362
}
1363
1364
.calendar-day-left {
1365
border-left-width: 0;
1366
}
1367
1368
.calendar-nonwork-day {
1369
color: rgba(0, 0, 0, 0.87);
1370
}
1371
1372
.calendar-today {
1373
font-weight: bold !important;
1374
border: none;
1375
}
1376
1377
.calendar-day-with-events {
1378
color: #1A73E8;
1379
font-weight: normal;
1380
text-decoration: underline;
1381
background-image: none;
1382
}
1383
1384
.calendar-other-month-day {
1385
color: rgba(0, 0, 0, 0.26);
1386
}
1387
1388
.calendar-week-number {
1389
width: 28px;
1390
height: 21px;
1391
margin: 2px;
1392
padding: 7px 0 0;
1393
border-radius: 100px;
1394
background-color: transparent;
1395
color: rgba(0, 0, 0, 0.38);
1396
font-size: inherit;
1397
font-weight: bold;
1398
text-align: center;
1399
}
1400
1401
/* Message list */
1402
.message-list {
1403
width: 420px;
1404
}
1405
1406
.message-list-clear-button.button {
1407
background-color: transparent;
1408
margin: 8px 8px 0;
1409
}
1410
1411
.message-list-clear-button.button:focus {
1412
background-color: rgba(26, 115, 232, 0.12);
1413
}
1414
1415
.message-list-clear-button.button:hover {
1416
background-color: rgba(26, 115, 232, 0.08);
1417
}
1418
1419
.message-list-clear-button.button:active {
1420
background-color: rgba(26, 115, 232, 0.2);
1421
}
1422
1423
.message-list-sections {
1424
spacing: 8px;
1425
}
1426
1427
.message-list-section,
1428
.message-list-section-list {
1429
spacing: 8px;
1430
}
1431
1432
.message {
1433
transition-duration: 100ms;
1434
min-height: 56px;
1435
background-color: transparent;
1436
border-radius: 4px;
1437
}
1438
1439
.message:hover, .message:focus {
1440
background-color: rgba(0, 0, 0, 0.08);
1441
}
1442
1443
.message:active {
1444
transition-duration: 200ms;
1445
background-color: rgba(0, 0, 0, 0.2);
1446
}
1447
1448
.message-icon-bin {
1449
padding: 8px 0px 8px 8px;
1450
}
1451
1452
.message-icon-bin:rtl {
1453
padding: 8px 8px 8px 0px;
1454
}
1455
1456
.message-icon-bin > StIcon {
1457
color: rgba(0, 0, 0, 0.87);
1458
icon-size: 1.14286em;
1459
-st-icon-style: requested;
1460
margin: 4px 0px 4px 4px;
1461
}
1462
1463
.message-icon-bin > StIcon:rtl {
1464
margin: 4px 4px 4px 0px;
1465
}
1466
1467
.message-secondary-bin {
1468
padding: 0 8px;
1469
}
1470
1471
.message-secondary-bin > .event-time {
1472
min-height: 22px;
1473
padding-top: 2px;
1474
color: rgba(0, 0, 0, 0.6);
1475
font-size: 1em;
1476
/* HACK: the label should be baseline-aligned with a 1em label,
1477
fake this with some bottom padding */
1478
padding-bottom: 0;
1479
}
1480
1481
.message-secondary-bin > StIcon {
1482
icon-size: 1.14286em;
1483
}
1484
1485
.message-title {
1486
min-height: 22px;
1487
padding-top: 2px;
1488
color: rgba(0, 0, 0, 0.87);
1489
font-weight: bold;
1490
font-size: 1em;
1491
}
1492
1493
.message-content {
1494
min-height: 40px;
1495
padding: 8px;
1496
color: rgba(0, 0, 0, 0.6);
1497
font-size: 1em;
1498
}
1499
1500
.message-content * > StIcon {
1501
transition-duration: 100ms;
1502
icon-size: 16px;
1503
border-radius: 16px;
1504
padding: 4px;
1505
color: rgba(0, 0, 0, 0.6);
1506
}
1507
1508
/* FIXME: how do you do this in sass? */
1509
.message-content *:hover > StIcon,
1510
.message-content *:focus > StIcon {
1511
color: rgba(0, 0, 0, 0.87);
1512
background-color: rgba(0, 0, 0, 0.08);
1513
}
1514
1515
.message-content *:active > StIcon {
1516
transition-duration: 200ms;
1517
color: rgba(0, 0, 0, 0.87);
1518
background-color: rgba(0, 0, 0, 0.2);
1519
}
1520
1521
.message-media-control {
1522
transition-duration: 100ms;
1523
margin: 16px 0;
1524
padding: 8px;
1525
border-radius: 100px;
1526
color: rgba(0, 0, 0, 0.6);
1527
}
1528
1529
.message-media-control:hover, .message-media-control:focus {
1530
color: rgba(0, 0, 0, 0.87);
1531
background-color: rgba(0, 0, 0, 0.08);
1532
}
1533
1534
.message-media-control:active {
1535
color: rgba(0, 0, 0, 0.87);
1536
background-color: rgba(0, 0, 0, 0.2);
1537
transition-duration: 200ms;
1538
}
1539
1540
.message-media-control:insensitive {
1541
color: rgba(0, 0, 0, 0.26);
1542
}
1543
1544
.message-media-control:last-child:ltr {
1545
margin-right: 16px;
1546
padding-right: 8px;
1547
}
1548
1549
.message-media-control:last-child:rtl {
1550
margin-left: 16px;
1551
padding-left: 8px;
1552
}
1553
1554
.media-message-cover-icon {
1555
icon-size: 32px !important;
1556
margin: 8px 0px 8px 4px !important;
1557
}
1558
1559
.media-message-cover-icon:rtl {
1560
margin: 8px 4px 8px 0px !important;
1561
}
1562
1563
.media-message-cover-icon.fallback {
1564
icon-size: 16px !important;
1565
padding: 8px;
1566
border: none;
1567
border-radius: 4px;
1568
background-color: rgba(0, 0, 0, 0.12);
1569
color: rgba(0, 0, 0, 0.38);
1570
}
1571
1572
.system-switch-user-submenu-icon.user-icon {
1573
icon-size: 20px;
1574
padding: 0 2px;
1575
}
1576
1577
.system-switch-user-submenu-icon.default-icon {
1578
icon-size: 16px;
1579
padding: 0 4px;
1580
}
1581
1582
#appMenu {
1583
spinner-image: url("process-working.svg");
1584
spacing: 4px;
1585
}
1586
1587
#appMenu .label-shadow {
1588
color: transparent;
1589
}
1590
1591
.aggregate-menu {
1592
min-width: 280px;
1593
}
1594
1595
.aggregate-menu .popup-menu-icon {
1596
padding: 0 4px;
1597
}
1598
1599
.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr {
1600
/* 8px spacing + 2*4px padding */
1601
padding-left: 16px;
1602
margin-left: 1.14286em;
1603
}
1604
1605
.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl {
1606
/* 8px spacing + 2*4px padding */
1607
padding-right: 16px;
1608
margin-right: 1.14286em;
1609
}
1610
1611
.system-menu-action {
1612
color: rgba(0, 0, 0, 0.6);
1613
border-radius: 100px;
1614
/* wish we could do 50% */
1615
padding: 12px;
1616
border: none;
1617
transition-duration: 100ms;
1618
}
1619
1620
.system-menu-action:hover, .system-menu-action:focus {
1621
background-color: rgba(0, 0, 0, 0.08);
1622
color: rgba(0, 0, 0, 0.87);
1623
border: none;
1624
padding: 12px;
1625
}
1626
1627
.system-menu-action:active {
1628
background-color: rgba(0, 0, 0, 0.2);
1629
color: rgba(0, 0, 0, 0.87);
1630
transition-duration: 200ms;
1631
}
1632
1633
.system-menu-action > StIcon {
1634
icon-size: 16px;
1635
}
1636
1637
.ripple-box {
1638
width: 48px;
1639
height: 48px;
1640
border-radius: 0 0 48px 0;
1641
background-color: rgba(255, 255, 255, 0.3);
1642
background-image: none;
1643
background-size: auto;
1644
}
1645
1646
.ripple-box:rtl {
1647
border-radius: 0 0 0 48px;
1648
background-image: none;
1649
}
1650
1651
.popup-menu-arrow {
1652
width: 16px;
1653
height: 16px;
1654
}
1655
1656
.popup-menu-icon {
1657
icon-size: 1.14286em;
1658
}
1659
1660
.window-close {
1661
height: 32px;
1662
width: 32px;
1663
-shell-close-overlap: 16px;
1664
-st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1665
background-image: url("assets/window-close.svg");
1666
background-size: 32px;
1667
}
1668
1669
.window-close:hover {
1670
-st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1671
background-image: url("assets/window-close.svg");
1672
}
1673
1674
.window-close:active {
1675
background-image: url("assets/window-close-active.svg");
1676
}
1677
1678
.window-close:rtl {
1679
-st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1680
}
1681
1682
.window-close:rtl:hover {
1683
-st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1684
}
1685
1686
/* NETWORK DIALOGS */
1687
.nm-dialog {
1688
max-height: 34em;
1689
min-height: 31em;
1690
min-width: 32em;
1691
}
1692
1693
.nm-dialog-content {
1694
spacing: 20px;
1695
padding: 24px;
1696
}
1697
1698
.nm-dialog-header-hbox {
1699
spacing: 10px;
1700
}
1701
1702
.nm-dialog-airplane-box {
1703
spacing: 12px;
1704
}
1705
1706
.nm-dialog-airplane-headline {
1707
font-weight: bold;
1708
text-align: center;
1709
}
1710
1711
.nm-dialog-airplane-text {
1712
color: rgba(0, 0, 0, 0.87);
1713
}
1714
1715
.nm-dialog-header-icon {
1716
icon-size: 32px;
1717
}
1718
1719
.nm-dialog-scroll-view {
1720
border: none;
1721
}
1722
1723
.nm-dialog-header {
1724
font-size: 15pt;
1725
font-weight: 500;
1726
}
1727
1728
.nm-dialog-item {
1729
transition-duration: 100ms;
1730
font-size: 1em;
1731
border-bottom: none;
1732
border-radius: 4px;
1733
padding: 12px;
1734
spacing: 20px;
1735
}
1736
1737
.nm-dialog-item:hover, .nm-dialog-item:focus {
1738
background-color: rgba(0, 0, 0, 0.08);
1739
}
1740
1741
.nm-dialog-item:active {
1742
transition-duration: 200ms;
1743
background-color: rgba(0, 0, 0, 0.2);
1744
}
1745
1746
.nm-dialog-item:selected {
1747
background-color: rgba(26, 115, 232, 0.24);
1748
color: rgba(0, 0, 0, 0.87);
1749
}
1750
1751
.nm-dialog-icons {
1752
spacing: .5em;
1753
}
1754
1755
.nm-dialog-icon {
1756
icon-size: 16px;
1757
}
1758
1759
.no-networks-label {
1760
color: rgba(0, 0, 0, 0.38);
1761
}
1762
1763
.no-networks-box {
1764
spacing: 12px;
1765
}
1766
1767
/* OVERVIEW */
1768
#overview {
1769
spacing: 24px;
1770
}
1771
1772
.overview-controls {
1773
padding-bottom: 32px;
1774
}
1775
1776
.window-picker {
1777
-horizontal-spacing: 16px;
1778
-vertical-spacing: 16px;
1779
padding: 0 16px 32px;
1780
}
1781
1782
.window-picker.external-monitor {
1783
padding: 16px;
1784
}
1785
1786
.window-clone-border {
1787
border: 4px solid rgba(255, 255, 255, 0.3);
1788
border-radius: 4px;
1789
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
1790
}
1791
1792
.window-caption {
1793
spacing: 25px;
1794
color: white;
1795
background-color: rgba(0, 0, 0, 0.6);
1796
border-radius: 4px;
1797
padding: 4px 8px;
1798
}
1799
1800
.search-entry {
1801
width: 304px;
1802
padding: 0 8px;
1803
border-radius: 4px 4px 0 0;
1804
color: rgba(255, 255, 255, 0.5);
1805
selection-background-color: rgba(255, 255, 255, 0.3);
1806
selected-color: white;
1807
transition-duration: 100ms;
1808
background-color: rgba(255, 255, 255, 0.04);
1809
border-color: transparent;
1810
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
1811
}
1812
1813
.search-entry:hover {
1814
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
1815
}
1816
1817
.search-entry:focus {
1818
border-color: transparent;
1819
box-shadow: inset 0 -2px white;
1820
padding: 0 8px;
1821
border-width: 0;
1822
color: white;
1823
}
1824
1825
.search-entry .search-entry-icon {
1826
icon-size: 16px;
1827
padding: 0 0;
1828
color: rgba(255, 255, 255, 0.7);
1829
}
1830
1831
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
1832
color: white;
1833
}
1834
1835
#searchResultsBin {
1836
max-width: 1000px;
1837
}
1838
1839
#searchResultsContent {
1840
padding-left: 20px;
1841
padding-right: 20px;
1842
spacing: 16px;
1843
}
1844
1845
.search-section {
1846
spacing: 16px;
1847
}
1848
1849
.search-section-content {
1850
spacing: 32px;
1851
}
1852
1853
.list-search-results {
1854
spacing: 3px;
1855
}
1856
1857
.search-section-separator {
1858
height: 1px;
1859
background-color: rgba(255, 255, 255, 0.12);
1860
}
1861
1862
.list-search-result-content {
1863
spacing: 30px;
1864
}
1865
1866
.list-search-result-title {
1867
font-size: 11.25pt;
1868
font-weight: 400;
1869
color: white;
1870
spacing: 12px;
1871
}
1872
1873
.list-search-result-description {
1874
color: rgba(255, 255, 255, 0.7);
1875
}
1876
1877
.list-search-provider-details {
1878
width: 150px;
1879
color: rgba(255, 255, 255, 0.7);
1880
margin-top: 0.24em;
1881
}
1882
1883
.list-search-provider-content {
1884
spacing: 20px;
1885
}
1886
1887
.search-provider-icon {
1888
padding: 15px;
1889
}
1890
1891
/* DASHBOARD */
1892
#dash {
1893
transition-duration: 250ms;
1894
font-size: 1em;
1895
color: white;
1896
background-color: rgba(255, 255, 255, 0.1);
1897
padding: 3px 0;
1898
border: none;
1899
border-left: 0px;
1900
border-radius: 0px 4px 4px 0px;
1901
}
1902
1903
#dash:rtl {
1904
border-radius: 4px 0 0 4px;
1905
}
1906
1907
#dash .placeholder {
1908
background-image: url("assets/dash-placeholder.svg");
1909
background-size: contain;
1910
height: 24px;
1911
}
1912
1913
#dash .empty-dash-drop-target {
1914
width: 24px;
1915
height: 24px;
1916
}
1917
1918
.dash-item-container > StWidget {
1919
padding: 3px 6px;
1920
}
1921
1922
.dash-label {
1923
border-radius: 4px;
1924
padding: 7px 8px;
1925
color: rgba(0, 0, 0, 0.87);
1926
background-color: #FFFFFF;
1927
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1928
text-align: center;
1929
-x-offset: 8px;
1930
}
1931
1932
/* App Vault/Grid */
1933
.icon-grid {
1934
spacing: 30px;
1935
-shell-grid-horizontal-item-size: 136px;
1936
-shell-grid-vertical-item-size: 136px;
1937
}
1938
1939
.icon-grid .overview-icon {
1940
icon-size: 96px;
1941
}
1942
1943
.system-action-icon {
1944
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
1945
background-color: #212121;
1946
color: #FFFFFF;
1947
border-radius: 99px;
1948
icon-size: 48px;
1949
}
1950
1951
.app-view-controls {
1952
width: 320px;
1953
padding-bottom: 32px;
1954
}
1955
1956
.app-view-control {
1957
padding: 0 8px;
1958
font-weight: bold;
1959
color: rgba(255, 255, 255, 0.7);
1960
}
1961
1962
.app-view-control:hover {
1963
color: white;
1964
background-color: rgba(255, 255, 255, 0.08) !important;
1965
}
1966
1967
.app-view-control:active {
1968
color: white;
1969
background-color: rgba(255, 255, 255, 0.2) !important;
1970
}
1971
1972
.app-view-control:checked {
1973
color: white;
1974
background-color: rgba(0, 0, 0, 0.01) !important;
1975
box-shadow: inset 0 2px 0 white;
1976
}
1977
1978
.app-view-control:first-child {
1979
border-right-width: 0;
1980
border-radius: 4px;
1981
}
1982
1983
.app-view-control:first-child:checked {
1984
border-radius: 0;
1985
}
1986
1987
.app-view-control:last-child {
1988
border-radius: 4px;
1989
}
1990
1991
.app-view-control:last-child:checked {
1992
border-radius: 0;
1993
}
1994
1995
.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
1996
.list-search-result:focus,
1997
.list-search-result:selected,
1998
.list-search-result:hover {
1999
background-color: rgba(255, 255, 255, 0.08);
2000
transition-duration: 0ms;
2001
}
2002
2003
.search-provider-icon:active, .search-provider-icon:checked,
2004
.list-search-result:active,
2005
.list-search-result:checked {
2006
background-color: rgba(255, 255, 255, 0.2);
2007
transition-duration: 200ms;
2008
}
2009
2010
.app-well-app:hover .overview-icon,
2011
.app-well-app:focus .overview-icon,
2012
.app-well-app:selected .overview-icon,
2013
.app-well-app.app-folder:hover .overview-icon,
2014
.app-well-app.app-folder:focus .overview-icon,
2015
.app-well-app.app-folder:selected .overview-icon,
2016
.show-apps:hover .overview-icon,
2017
.show-apps:focus .overview-icon,
2018
.show-apps:selected .overview-icon,
2019
.grid-search-result:hover .overview-icon,
2020
.grid-search-result:focus .overview-icon,
2021
.grid-search-result:selected .overview-icon {
2022
background-color: rgba(255, 255, 255, 0.08);
2023
transition-duration: 0ms;
2024
border-image: none;
2025
background-image: none;
2026
}
2027
2028
.app-well-app:active .overview-icon,
2029
.app-well-app:checked .overview-icon,
2030
.app-well-app.app-folder:active .overview-icon,
2031
.app-well-app.app-folder:checked .overview-icon,
2032
.show-apps:active .overview-icon,
2033
.show-apps:checked .overview-icon,
2034
.grid-search-result:active .overview-icon,
2035
.grid-search-result:checked .overview-icon {
2036
background-color: rgba(255, 255, 255, 0.2);
2037
box-shadow: 0 0 transparent;
2038
transition-duration: 200ms;
2039
}
2040
2041
.app-well-app-running-dot {
2042
width: 32px;
2043
height: 2px;
2044
background-color: white;
2045
margin-bottom: 0;
2046
}
2047
2048
.search-provider-icon,
2049
.list-search-result, .app-well-app .overview-icon,
2050
.app-well-app.app-folder .overview-icon,
2051
.show-apps .overview-icon,
2052
.grid-search-result .overview-icon {
2053
color: white;
2054
border-radius: 4px;
2055
padding: 6px;
2056
border: none;
2057
transition-duration: 100ms;
2058
text-align: center;
2059
}
2060
2061
.app-well-app.app-folder > .overview-icon {
2062
background-color: rgba(255, 255, 255, 0.1);
2063
}
2064
2065
.show-apps .show-apps-icon {
2066
color: rgba(255, 255, 255, 0.7);
2067
}
2068
2069
.show-apps:hover .show-apps-icon,
2070
.show-apps:active .show-apps-icon,
2071
.show-apps:checked .show-apps-icon,
2072
.show-apps:focus .show-apps-icon {
2073
color: white;
2074
transition-duration: 100ms;
2075
}
2076
2077
.app-folder-popup {
2078
-arrow-border-radius: 4px;
2079
-arrow-background-color: rgba(255, 255, 255, 0.1);
2080
-arrow-base: 24px;
2081
-arrow-rise: 12px;
2082
}
2083
2084
.app-folder-popup-bin {
2085
padding: 5px;
2086
}
2087
2088
.app-folder-icon {
2089
padding: 5px;
2090
spacing-rows: 5px;
2091
spacing-columns: 5px;
2092
}
2093
2094
.page-indicator {
2095
padding: 15px 20px;
2096
}
2097
2098
.page-indicator .page-indicator-icon {
2099
width: 12px;
2100
height: 12px;
2101
border-radius: 12px;
2102
background-image: none;
2103
background-color: rgba(255, 255, 255, 0.3);
2104
transition-duration: 100ms;
2105
}
2106
2107
.page-indicator:hover .page-indicator-icon {
2108
background-image: none;
2109
background-color: rgba(255, 255, 255, 0.5);
2110
}
2111
2112
.page-indicator:active .page-indicator-icon {
2113
background-image: none;
2114
background-color: rgba(255, 255, 255, 0.7);
2115
}
2116
2117
.page-indicator:checked .page-indicator-icon {
2118
background-image: none;
2119
background-color: white;
2120
transition-duration: 0ms;
2121
}
2122
2123
.page-indicator:checked:active {
2124
background-image: none;
2125
}
2126
2127
.app-well-app > .overview-icon.overview-icon-with-label,
2128
.grid-search-result .overview-icon.overview-icon-with-label {
2129
padding: 10px 8px 5px 8px;
2130
spacing: 4px;
2131
}
2132
2133
.workspace-thumbnails {
2134
visible-width: 32px;
2135
spacing: 12px;
2136
padding: 12px;
2137
border-radius: 4px 0 0 4px;
2138
}
2139
2140
.workspace-thumbnails:rtl {
2141
border-radius: 0 4px 4px 0;
2142
}
2143
2144
.workspace-thumbnails .placeholder {
2145
background-image: url("assets/dash-placeholder.svg");
2146
background-size: contain;
2147
height: 24px;
2148
}
2149
2150
.workspace-thumbnail-indicator {
2151
border: 0 solid white;
2152
border-left-width: 2px;
2153
padding: 6px 10px;
2154
border-radius: 0;
2155
}
2156
2157
.search-display > StBoxLayout,
2158
.all-apps,
2159
.frequent-apps > StBoxLayout {
2160
padding: 0px 88px 10px 88px;
2161
}
2162
2163
.workspace-thumbnails {
2164
transition-duration: 250ms;
2165
color: white;
2166
background-color: rgba(255, 255, 255, 0.1);
2167
border: none;
2168
}
2169
2170
.search-statustext, .no-frequent-applications-label {
2171
font-size: 48px;
2172
font-weight: 400;
2173
color: rgba(255, 255, 255, 0.5);
2174
}
2175
2176
/* NOTIFICATIONS & MESSAGE TRAY */
2177
.url-highlighter {
2178
link-color: #1A73E8;
2179
}
2180
2181
.notification-banner {
2182
font-size: 1em;
2183
width: 34em;
2184
min-height: 56px;
2185
margin: 5px;
2186
border-radius: 4px;
2187
color: rgba(0, 0, 0, 0.87);
2188
background-color: #FFFFFF;
2189
border: none;
2190
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2191
}
2192
2193
.notification-banner:hover {
2194
background-color: #FFFFFF;
2195
}
2196
2197
.notification-banner:focus {
2198
background-color: #FFFFFF;
2199
}
2200
2201
.notification-banner .notification-icon {
2202
padding: 5px;
2203
}
2204
2205
.notification-banner .notification-content {
2206
padding: 5px;
2207
spacing: 5px;
2208
}
2209
2210
.notification-banner .secondary-icon {
2211
icon-size: 1.14286em;
2212
}
2213
2214
.notification-banner .notification-actions {
2215
background-color: transparent;
2216
padding-top: 0;
2217
padding: 4px;
2218
spacing: 4px;
2219
}
2220
2221
.notification-banner .notification-button {
2222
transition-duration: 100ms;
2223
min-height: 32px;
2224
padding: 0 8px;
2225
border-radius: 4px;
2226
background-color: transparent;
2227
color: #1A73E8;
2228
font-weight: 500;
2229
}
2230
2231
.notification-banner .notification-button:first-child {
2232
border-radius: 4px;
2233
}
2234
2235
.notification-banner .notification-button:last-child {
2236
border-radius: 4px;
2237
}
2238
2239
.notification-banner .notification-button:focus {
2240
background-color: rgba(26, 115, 232, 0.12);
2241
}
2242
2243
.notification-banner .notification-button:hover {
2244
background-color: rgba(26, 115, 232, 0.08);
2245
}
2246
2247
.notification-banner .notification-button:active {
2248
transition-duration: 200ms;
2249
background-color: rgba(26, 115, 232, 0.2);
2250
}
2251
2252
.summary-source-counter {
2253
font-size: 1em;
2254
font-weight: bold;
2255
height: 1.6em;
2256
width: 1.6em;
2257
-shell-counter-overlap-x: 3px;
2258
-shell-counter-overlap-y: 3px;
2259
background-color: #1A73E8;
2260
color: white;
2261
border: 2px solid white;
2262
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
2263
border-radius: 0.9em;
2264
}
2265
2266
.secondary-icon {
2267
icon-size: 1.14286em;
2268
}
2269
2270
.chat-body {
2271
spacing: 5px;
2272
}
2273
2274
.chat-response {
2275
margin: 5px;
2276
}
2277
2278
.chat-log-message {
2279
color: rgba(0, 0, 0, 0.87);
2280
}
2281
2282
.chat-new-group {
2283
padding-top: 1em;
2284
}
2285
2286
.chat-received {
2287
padding-left: 4px;
2288
}
2289
2290
.chat-received:rtl {
2291
padding-left: 0px;
2292
padding-right: 4px;
2293
}
2294
2295
.chat-sent {
2296
padding-left: 18pt;
2297
color: rgba(0, 0, 0, 0.6);
2298
}
2299
2300
.chat-sent:rtl {
2301
padding-left: 0;
2302
padding-right: 18pt;
2303
}
2304
2305
.chat-meta-message {
2306
padding-left: 4px;
2307
font-size: 9pt;
2308
font-weight: 400;
2309
color: rgba(0, 0, 0, 0.6);
2310
}
2311
2312
.chat-meta-message:rtl {
2313
padding-left: 0;
2314
padding-right: 4px;
2315
}
2316
2317
.hotplug-transient-box {
2318
spacing: 6px;
2319
padding: 2px 72px 2px 12px;
2320
}
2321
2322
.hotplug-notification-item {
2323
padding: 2px 10px;
2324
}
2325
2326
.hotplug-notification-item:focus {
2327
padding: 1px 71px 1px 11px;
2328
}
2329
2330
.hotplug-notification-item-icon {
2331
icon-size: 24px;
2332
padding: 2px 5px;
2333
}
2334
2335
.hotplug-resident-box {
2336
spacing: 8px;
2337
}
2338
2339
.hotplug-resident-mount {
2340
transition-duration: 100ms;
2341
spacing: 8px;
2342
border-radius: 4px;
2343
}
2344
2345
.hotplug-resident-mount:hover {
2346
background-color: rgba(0, 0, 0, 0.08);
2347
}
2348
2349
.hotplug-resident-mount:active {
2350
transition-duration: 200ms;
2351
background-color: rgba(0, 0, 0, 0.2);
2352
}
2353
2354
.hotplug-resident-mount-label {
2355
color: inherit;
2356
padding-left: 6px;
2357
}
2358
2359
.hotplug-resident-mount-icon {
2360
icon-size: 24px;
2361
padding-left: 6px;
2362
}
2363
2364
.hotplug-resident-eject-icon {
2365
icon-size: 16px;
2366
}
2367
2368
.hotplug-resident-eject-button {
2369
padding: 7px;
2370
border-radius: 4px;
2371
color: rgba(0, 0, 0, 0.87);
2372
}
2373
2374
/* Eeeky things */
2375
.magnifier-zoom-region {
2376
border: 2px solid #1A73E8;
2377
}
2378
2379
.magnifier-zoom-region.full-screen {
2380
border-width: 0;
2381
}
2382
2383
/* On-screen Keyboard */
2384
.word-suggestions {
2385
font-size: 11.25pt;
2386
font-weight: 400;
2387
spacing: 12px;
2388
min-height: 20pt;
2389
}
2390
2391
#keyboard {
2392
background-color: rgba(0, 0, 0, 0.3);
2393
}
2394
2395
.key-container {
2396
padding: 4px;
2397
spacing: 4px;
2398
}
2399
2400
.keyboard-key {
2401
min-height: 1.2em;
2402
min-width: 1.2em;
2403
font-size: 2em;
2404
font-weight: 500;
2405
border-radius: 4px;
2406
border: none;
2407
color: rgba(0, 0, 0, 0.87);
2408
background-color: #FFFFFF;
2409
border-color: transparent;
2410
box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2411
text-shadow: none;
2412
icon-shadow: none;
2413
transition-duration: 100ms;
2414
}
2415
2416
.keyboard-key:focus {
2417
color: rgba(0, 0, 0, 0.87);
2418
text-shadow: none;
2419
icon-shadow: none;
2420
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2421
}
2422
2423
.keyboard-key:hover, .keyboard-key:checked {
2424
color: rgba(0, 0, 0, 0.87);
2425
background-color: #FFFFFF;
2426
border-color: transparent;
2427
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2428
text-shadow: none;
2429
icon-shadow: none;
2430
}
2431
2432
.keyboard-key:active {
2433
color: rgba(0, 0, 0, 0.87);
2434
background-color: rgba(205, 205, 205, 0.9688);
2435
border-color: transparent;
2436
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2437
text-shadow: none;
2438
icon-shadow: none;
2439
transition-duration: 200ms;
2440
}
2441
2442
.keyboard-key:grayed {
2443
background-color: rgba(0, 0, 0, 0.3);
2444
color: white;
2445
border-color: rgba(0, 0, 0, 0.3);
2446
}
2447
2448
.keyboard-key.default-key {
2449
border-color: transparent;
2450
background-color: #FFFFFF;
2451
background-size: 24px;
2452
}
2453
2454
.keyboard-key.default-key:active {
2455
background-color: rgba(214, 214, 214, 0.974);
2456
}
2457
2458
.keyboard-key.enter-key {
2459
border-color: transparent;
2460
background-color: #1A73E8;
2461
background-image: url("assets/key-enter.svg");
2462
}
2463
2464
.keyboard-key.enter-key:active {
2465
background-color: #488fed;
2466
}
2467
2468
.keyboard-key.shift-key-lowercase {
2469
background-image: url("assets/key-shift.svg");
2470
}
2471
2472
.keyboard-key.shift-key-uppercase {
2473
background-image: url("assets/key-shift-uppercase.svg");
2474
}
2475
2476
.keyboard-key.shift-key-uppercase:latched {
2477
background-image: url("assets/key-shift-latched-uppercase.svg");
2478
}
2479
2480
.keyboard-key.hide-key {
2481
background-image: url("assets/key-hide.svg");
2482
}
2483
2484
.keyboard-key.layout-key {
2485
background-image: url("assets/key-layout.svg");
2486
}
2487
2488
.keyboard-subkeys {
2489
color: inherit;
2490
padding: 5px;
2491
-arrow-border-radius: 0;
2492
-arrow-background-color: transparent;
2493
-arrow-border-width: 0;
2494
-arrow-border-color: transparent;
2495
-arrow-base: 0;
2496
-arrow-rise: 0;
2497
-boxpointer-gap: 5px;
2498
background-color: #FFFFFF;
2499
border-radius: 4px;
2500
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2501
}
2502
2503
.candidate-popup-content {
2504
padding: 8px;
2505
spacing: 0;
2506
}
2507
2508
.candidate-index {
2509
padding: 0 4px 0 0;
2510
color: rgba(0, 0, 0, 0.6);
2511
}
2512
2513
.candidate-box {
2514
transition-duration: 100ms;
2515
min-height: 28px;
2516
padding: 0 8px;
2517
border-radius: 4px;
2518
}
2519
2520
.candidate-box:hover {
2521
background-color: rgba(0, 0, 0, 0.08);
2522
color: rgba(0, 0, 0, 0.87);
2523
transition-duration: 0ms;
2524
}
2525
2526
.candidate-box:active {
2527
background-color: rgba(0, 0, 0, 0.2);
2528
color: rgba(0, 0, 0, 0.87);
2529
transition-duration: 200ms;
2530
}
2531
2532
.candidate-box:selected {
2533
background-color: rgba(26, 115, 232, 0.24);
2534
color: rgba(0, 0, 0, 0.87);
2535
transition-duration: 0ms;
2536
}
2537
2538
.candidate-page-button-box {
2539
height: 28px;
2540
}
2541
2542
.vertical .candidate-page-button-box {
2543
padding-top: 0;
2544
}
2545
2546
.horizontal .candidate-page-button-box {
2547
padding-left: 0;
2548
}
2549
2550
.candidate-page-button {
2551
min-width: 28px;
2552
min-height: 28px;
2553
padding: 0;
2554
}
2555
2556
.candidate-page-button-previous {
2557
border-radius: 4px;
2558
border-right-width: 0;
2559
}
2560
2561
.candidate-page-button-next {
2562
border-radius: 4px;
2563
}
2564
2565
.candidate-page-button-icon {
2566
icon-size: 1.14286em;
2567
}
2568
2569
/* Auth Dialogs & Screen Shield */
2570
.framed-user-icon {
2571
background-size: contain;
2572
border: none;
2573
color: white;
2574
border-radius: 4px;
2575
}
2576
2577
.framed-user-icon:hover {
2578
border-color: white;
2579
color: white;
2580
}
2581
2582
.login-dialog-banner-view {
2583
padding-top: 24px;
2584
max-width: 23em;
2585
}
2586
2587
.login-dialog {
2588
border: none;
2589
background-color: transparent;
2590
}
2591
2592
.login-dialog StEntry {
2593
color: white;
2594
selection-background-color: rgba(255, 255, 255, 0.3);
2595
selected-color: white;
2596
transition-duration: 100ms;
2597
background-color: rgba(255, 255, 255, 0.04);
2598
border-color: transparent;
2599
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
2600
}
2601
2602
.login-dialog StEntry:focus {
2603
border-color: transparent;
2604
box-shadow: inset 0 -2px white;
2605
}
2606
2607
.login-dialog StEntry:insensitive {
2608
color: rgba(0, 0, 0, 0.38);
2609
border-color: transparent;
2610
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
2611
color: rgba(255, 255, 255, 0.5);
2612
}
2613
2614
.login-dialog .modal-dialog-button-box {
2615
spacing: 3px;
2616
}
2617
2618
.login-dialog .modal-dialog-button {
2619
min-width: 48px;
2620
padding: 0 8px;
2621
color: rgba(255, 255, 255, 0.7);
2622
background-color: transparent;
2623
border-color: transparent;
2624
box-shadow: 0 0 transparent;
2625
text-shadow: none;
2626
icon-shadow: none;
2627
transition-duration: 100ms;
2628
}
2629
2630
.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus {
2631
color: white;
2632
background-color: rgba(255, 255, 255, 0.08);
2633
border-color: transparent;
2634
box-shadow: 0 0 transparent;
2635
text-shadow: none;
2636
icon-shadow: none;
2637
}
2638
2639
.login-dialog .modal-dialog-button:active {
2640
color: white;
2641
background-color: rgba(255, 255, 255, 0.2);
2642
border-color: transparent;
2643
box-shadow: 0 0 transparent;
2644
text-shadow: none;
2645
icon-shadow: none;
2646
transition-duration: 200ms;
2647
}
2648
2649
.login-dialog .modal-dialog-button:insensitive {
2650
color: rgba(255, 255, 255, 0.3);
2651
background-color: transparent;
2652
border-color: transparent;
2653
box-shadow: 0 0 transparent;
2654
text-shadow: none;
2655
icon-shadow: none;
2656
}
2657
2658
.login-dialog .modal-dialog-button:default {
2659
min-width: 32px;
2660
padding: 0 16px;
2661
color: white;
2662
background-color: #1A73E8;
2663
border-color: transparent;
2664
box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2665
text-shadow: none;
2666
icon-shadow: none;
2667
transition-duration: 100ms;
2668
}
2669
2670
.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus {
2671
color: white;
2672
background-color: #1A73E8;
2673
border-color: transparent;
2674
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2675
text-shadow: none;
2676
icon-shadow: none;
2677
}
2678
2679
.login-dialog .modal-dialog-button:default:active {
2680
color: white;
2681
background-color: #5195ee;
2682
border-color: transparent;
2683
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2684
text-shadow: none;
2685
icon-shadow: none;
2686
transition-duration: 200ms;
2687
}
2688
2689
.login-dialog .modal-dialog-button:default:insensitive {
2690
color: rgba(255, 255, 255, 0.5);
2691
background-color: rgba(255, 255, 255, 0.04);
2692
border-color: transparent;
2693
box-shadow: 0 0 transparent;
2694
text-shadow: none;
2695
icon-shadow: none;
2696
}
2697
2698
.login-dialog-logo-bin {
2699
padding: 24px 0px;
2700
}
2701
2702
.login-dialog-banner {
2703
color: rgba(255, 255, 255, 0.7);
2704
}
2705
2706
.login-dialog-button-box {
2707
spacing: 5px;
2708
}
2709
2710
.login-dialog-message-warning {
2711
color: #F4B400;
2712
}
2713
2714
.login-dialog-message-hint {
2715
padding-top: 0;
2716
padding-bottom: 20px;
2717
}
2718
2719
.login-dialog-user-selection-box {
2720
padding: 100px 0px;
2721
}
2722
2723
.login-dialog-not-listed-label {
2724
padding-left: 2px;
2725
}
2726
2727
.login-dialog-not-listed-button:focus .login-dialog-not-listed-label,
2728
.login-dialog-not-listed-button:hover .login-dialog-not-listed-label {
2729
color: white;
2730
}
2731
2732
.login-dialog-not-listed-label {
2733
transition-duration: 100ms;
2734
font-size: 1em;
2735
font-weight: bold;
2736
color: rgba(255, 255, 255, 0.7);
2737
padding-top: 1em;
2738
border-radius: 4px;
2739
}
2740
2741
.login-dialog-not-listed-label:hover {
2742
background-color: rgba(255, 255, 255, 0.08);
2743
color: white;
2744
}
2745
2746
.login-dialog-not-listed-label:focus {
2747
background-color: rgba(255, 255, 255, 0.12);
2748
}
2749
2750
.login-dialog-not-listed-label:active {
2751
transition-duration: 200ms;
2752
background-color: rgba(255, 255, 255, 0.2);
2753
color: white;
2754
}
2755
2756
.login-dialog-user-list-view {
2757
-st-vfade-offset: 1em;
2758
}
2759
2760
.login-dialog-user-list {
2761
spacing: 12px;
2762
padding: .2em;
2763
width: 23em;
2764
}
2765
2766
.login-dialog-user-list:expanded .login-dialog-user-list-item:selected {
2767
background-color: rgba(255, 255, 255, 0.12);
2768
color: white;
2769
}
2770
2771
.login-dialog-user-list:expanded .login-dialog-user-list-item:hover {
2772
background-color: rgba(255, 255, 255, 0.08);
2773
color: white;
2774
}
2775
2776
.login-dialog-user-list:expanded .login-dialog-user-list-item:active {
2777
background-color: rgba(255, 255, 255, 0.2);
2778
color: white;
2779
}
2780
2781
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
2782
border-right: 2px solid white;
2783
}
2784
2785
.login-dialog-user-list-item {
2786
transition-duration: 100ms;
2787
border-radius: 4px;
2788
padding: 4px 4px 0;
2789
color: rgba(255, 255, 255, 0.7);
2790
}
2791
2792
.login-dialog-user-list-item:ltr {
2793
padding-right: 1em;
2794
}
2795
2796
.login-dialog-user-list-item:rtl {
2797
padding-left: 1em;
2798
}
2799
2800
.login-dialog-user-list-item:hover {
2801
background-color: rgba(255, 255, 255, 0.08);
2802
color: white;
2803
}
2804
2805
.login-dialog-user-list-item:active {
2806
transition-duration: 200ms;
2807
background-color: rgba(255, 255, 255, 0.2);
2808
color: white;
2809
}
2810
2811
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
2812
height: 2px;
2813
margin: 2px 0 0 0;
2814
background-color: white;
2815
}
2816
2817
.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator {
2818
background-color: white;
2819
}
2820
2821
.login-dialog-username,
2822
.user-widget-label {
2823
color: white;
2824
font-size: 15pt;
2825
font-weight: 500;
2826
text-align: left;
2827
padding-left: 15px;
2828
}
2829
2830
.user-widget-label:ltr {
2831
padding-left: 18px;
2832
}
2833
2834
.user-widget-label:rtl {
2835
padding-right: 18px;
2836
}
2837
2838
.login-dialog-prompt-layout {
2839
padding-top: 24px;
2840
padding-bottom: 12px;
2841
spacing: 8px;
2842
width: 23em;
2843
}
2844
2845
.login-dialog-prompt-label {
2846
color: rgba(255, 255, 255, 0.7);
2847
font-size: 1em;
2848
padding-top: 1em;
2849
}
2850
2851
.login-dialog-session-list-button StIcon {
2852
icon-size: 1.25em;
2853
}
2854
2855
.login-dialog-session-list-button {
2856
color: rgba(255, 255, 255, 0.7);
2857
}
2858
2859
.login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus {
2860
color: white;
2861
}
2862
2863
.login-dialog-session-list-button:active {
2864
color: white;
2865
}
2866
2867
.screen-shield-arrows {
2868
padding-bottom: 3em;
2869
}
2870
2871
.screen-shield-arrows Gjs_Arrow {
2872
color: white;
2873
width: 80px;
2874
height: 48px;
2875
-arrow-thickness: 12px;
2876
-arrow-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2877
}
2878
2879
.screen-shield-clock {
2880
color: white;
2881
text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2882
font-weight: normal;
2883
text-align: center;
2884
padding-bottom: 1.5em;
2885
}
2886
2887
.screen-shield-clock-time {
2888
font-size: 96px;
2889
font-weight: 300;
2890
text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2891
}
2892
2893
.screen-shield-clock-date {
2894
font-size: 34px;
2895
font-weight: 400;
2896
}
2897
2898
.screen-shield-notifications-container {
2899
spacing: 6px;
2900
width: 30em;
2901
background-color: transparent;
2902
max-height: 500px;
2903
}
2904
2905
.screen-shield-notifications-container .summary-notification-stack-scrollview {
2906
padding-top: 0;
2907
padding-bottom: 0;
2908
}
2909
2910
.screen-shield-notifications-container .notification,
2911
.screen-shield-notifications-container .screen-shield-notification-source {
2912
padding: 8px;
2913
border: none;
2914
background-color: rgba(0, 0, 0, 0.3);
2915
color: white;
2916
border-radius: 4px;
2917
}
2918
2919
.screen-shield-notifications-container .notification {
2920
margin-right: 16px;
2921
}
2922
2923
.screen-shield-notification-label {
2924
min-height: 22px;
2925
padding: 2px 0px 0px 16px;
2926
font-weight: bold;
2927
}
2928
2929
.screen-shield-notification-count-text {
2930
min-height: 22px;
2931
padding: 2px 0px 0px 16px;
2932
color: rgba(255, 255, 255, 0.7);
2933
}
2934
2935
#panel.lock-screen {
2936
background-color: rgba(0, 0, 0, 0.3);
2937
}
2938
2939
.screen-shield-background {
2940
background: black;
2941
box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44);
2942
}
2943
2944
#lockDialogGroup {
2945
background: #212121;
2946
background-size: cover;
2947
color: rgba(255, 255, 255, 0.7);
2948
}
2949
2950
#LookingGlassDialog {
2951
background-color: #FFFFFF;
2952
spacing: 4px;
2953
padding: 0;
2954
border: none;
2955
border-radius: 4px;
2956
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
2957
}
2958
2959
#LookingGlassDialog > #Toolbar {
2960
padding: 0 8px;
2961
border: none;
2962
border-radius: 0;
2963
background-color: rgba(255, 255, 255, 0.01);
2964
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
2965
}
2966
2967
#LookingGlassDialog .labels {
2968
spacing: 0;
2969
}
2970
2971
#LookingGlassDialog .notebook-tab {
2972
-natural-hpadding: 12px;
2973
-minimum-hpadding: 6px;
2974
font-weight: bold;
2975
color: rgba(0, 0, 0, 0.6);
2976
transition-duration: 100ms;
2977
padding-left: 16px;
2978
padding-right: 16px;
2979
min-height: 32px;
2980
padding: 0 32px;
2981
}
2982
2983
#LookingGlassDialog .notebook-tab:hover {
2984
background-color: rgba(0, 0, 0, 0.08);
2985
color: rgba(0, 0, 0, 0.87);
2986
text-shadow: none;
2987
}
2988
2989
#LookingGlassDialog .notebook-tab:active {
2990
background-color: rgba(0, 0, 0, 0.2);
2991
color: rgba(0, 0, 0, 0.87);
2992
transition-duration: 200ms;
2993
}
2994
2995
#LookingGlassDialog .notebook-tab:selected {
2996
border-bottom-width: 0;
2997
border-color: transparent;
2998
background-color: rgba(255, 255, 255, 0.01);
2999
box-shadow: inset 0 -2px 0px #1A73E8;
3000
color: rgba(0, 0, 0, 0.87);
3001
text-shadow: none;
3002
}
3003
3004
#LookingGlassDialog StBoxLayout#EvalBox {
3005
padding: 4px;
3006
spacing: 4px;
3007
}
3008
3009
#LookingGlassDialog StBoxLayout#ResultsArea {
3010
spacing: 4px;
3011
}
3012
3013
.lg-dialog StEntry {
3014
selection-background-color: rgba(26, 115, 232, 0.24);
3015
selected-color: rgba(0, 0, 0, 0.87);
3016
}
3017
3018
.lg-dialog .shell-link {
3019
color: #1A73E8;
3020
}
3021
3022
.lg-dialog .shell-link:hover {
3023
color: #1A73E8;
3024
}
3025
3026
.lg-completions-text {
3027
font-size: 1em;
3028
font-style: italic;
3029
}
3030
3031
.lg-obj-inspector-title {
3032
spacing: 4px;
3033
}
3034
3035
.lg-obj-inspector-button {
3036
min-height: 32px;
3037
min-width: 48px;
3038
padding: 0 8px;
3039
border: none;
3040
border-radius: 4px;
3041
font-size: 10.5pt;
3042
font-weight: 500;
3043
color: #1A73E8;
3044
background-color: transparent;
3045
border-color: transparent;
3046
box-shadow: 0 0 transparent;
3047
text-shadow: none;
3048
icon-shadow: none;
3049
transition-duration: 100ms;
3050
}
3051
3052
.lg-obj-inspector-button:hover {
3053
color: #1A73E8;
3054
background-color: rgba(26, 115, 232, 0.08);
3055
border-color: transparent;
3056
box-shadow: 0 0 transparent;
3057
text-shadow: none;
3058
icon-shadow: none;
3059
}
3060
3061
.lg-obj-inspector-button:active {
3062
color: #1A73E8;
3063
background-color: rgba(26, 115, 232, 0.2);
3064
border-color: transparent;
3065
box-shadow: 0 0 transparent;
3066
text-shadow: none;
3067
icon-shadow: none;
3068
transition-duration: 200ms;
3069
}
3070
3071
.lg-obj-inspector-button:insensitive {
3072
color: rgba(0, 0, 0, 0.26);
3073
background-color: transparent;
3074
border-color: transparent;
3075
box-shadow: 0 0 transparent;
3076
text-shadow: none;
3077
icon-shadow: none;
3078
}
3079
3080
.lg-obj-inspector-button:focus {
3081
color: #1A73E8;
3082
background-color: rgba(26, 115, 232, 0.12);
3083
text-shadow: none;
3084
icon-shadow: none;
3085
box-shadow: 0 0 transparent;
3086
}
3087
3088
.lg-obj-inspector-button:hover {
3089
border: none;
3090
}
3091
3092
#lookingGlassExtensions {
3093
padding: 4px;
3094
}
3095
3096
.lg-extensions-list {
3097
padding: 4px;
3098
spacing: 6px;
3099
}
3100
3101
.lg-extension {
3102
border: none;
3103
border-radius: 4px;
3104
padding: 4px;
3105
}
3106
3107
.lg-extension-name {
3108
font-size: 18pt;
3109
font-weight: 400;
3110
}
3111
3112
.lg-extension-meta {
3113
spacing: 6px;
3114
}
3115
3116
#LookingGlassPropertyInspector {
3117
background: #FFFFFF;
3118
border: none;
3119
border-radius: 4px;
3120
padding: 6px;
3121
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
3122
}
3123
3124
/* Dash to Dock */
3125
#dashtodockContainer #dash {
3126
background-color: rgba(0, 0, 0, 0.6);
3127
}
3128
3129
#dashtodockContainer:overview #dash {
3130
background-color: rgba(255, 255, 255, 0.1);
3131
}
3132
3133
#dashtodockContainer.extended:overview #dash {
3134
background-color: transparent;
3135
}
3136
3137
#dashtodockContainer.left #dash,
3138
#dashtodockContainer.right #dash {
3139
padding: 3px 0;
3140
}
3141
3142
#dashtodockContainer.top #dash,
3143
#dashtodockContainer.bottom #dash {
3144
padding: 0 3px;
3145
}
3146
3147
#dashtodockContainer.extended #dash {
3148
padding: 0;
3149
border-radius: 0;
3150
}
3151
3152
#dashtodockContainer.left .dash-item-container > StWidget,
3153
#dashtodockContainer.right .dash-item-container > StWidget,
3154
#dashtodockContainer.extended.left .dash-item-container > StWidget,
3155
#dashtodockContainer.extended.right .dash-item-container > StWidget {
3156
padding: 3px 6px;
3157
}
3158
3159
#dashtodockContainer.extended.left .dash-item-container:first-child > StWidget,
3160
#dashtodockContainer.extended.right .dash-item-container:first-child > StWidget {
3161
padding: 6px 6px 3px 6px;
3162
}
3163
3164
#dashtodockContainer.extended.left .dash-item-container:last-child > StWidget,
3165
#dashtodockContainer.extended.right .dash-item-container:last-child > StWidget {
3166
padding: 3px 6px 6px 6px;
3167
}
3168
3169
#dashtodockContainer.top .dash-item-container > StWidget,
3170
#dashtodockContainer.bottom .dash-item-container > StWidget,
3171
#dashtodockContainer.extended.top .dash-item-container > StWidget,
3172
#dashtodockContainer.extended.bottom .dash-item-container > StWidget {
3173
padding: 6px 3px;
3174
}
3175
3176
#dashtodockContainer.extended.top .dash-item-container:first-child > StWidget,
3177
#dashtodockContainer.extended.bottom .dash-item-container:first-child > StWidget {
3178
padding: 6px 3px 6px 6px;
3179
}
3180
3181
#dashtodockContainer.extended.top .dash-item-container:last-child > StWidget,
3182
#dashtodockContainer.extended.bottom .dash-item-container:last-child > StWidget {
3183
padding: 6px 6px 6px 3px;
3184
}
3185
3186
#dashtodockContainer .focused .overview-icon {
3187
background-color: rgba(0, 0, 0, 0.12);
3188
}
3189
3190
#dashtodockContainer .default.focused .overview-icon {
3191
background-color: transparent;
3192
}
3193
3194
#dashtodockContainer .app-well-app-running-dot {
3195
background-color: transparent;
3196
}
3197
3198
#dashtodockContainer .default {
3199
background-size: cover;
3200
}
3201
3202
#dashtodockContainer.left .default.running1 {
3203
background-image: url("assets/dash/left-running1.svg");
3204
}
3205
3206
#dashtodockContainer.left .default.running1.focused {
3207
background-image: url("assets/dash/left-running1-focused.svg");
3208
}
3209
3210
#dashtodockContainer.left .default.running2 {
3211
background-image: url("assets/dash/left-running2.svg");
3212
}
3213
3214
#dashtodockContainer.left .default.running2.focused {
3215
background-image: url("assets/dash/left-running2-focused.svg");
3216
}
3217
3218
#dashtodockContainer.left .default.running3 {
3219
background-image: url("assets/dash/left-running3.svg");
3220
}
3221
3222
#dashtodockContainer.left .default.running3.focused {
3223
background-image: url("assets/dash/left-running3-focused.svg");
3224
}
3225
3226
#dashtodockContainer.left .default.running4 {
3227
background-image: url("assets/dash/left-running4.svg");
3228
}
3229
3230
#dashtodockContainer.left .default.running4.focused {
3231
background-image: url("assets/dash/left-running4-focused.svg");
3232
}
3233
3234
#dashtodockContainer.right .default.running1 {
3235
background-image: url("assets/dash/right-running1.svg");
3236
}
3237
3238
#dashtodockContainer.right .default.running1.focused {
3239
background-image: url("assets/dash/right-running1-focused.svg");
3240
}
3241
3242
#dashtodockContainer.right .default.running2 {
3243
background-image: url("assets/dash/right-running2.svg");
3244
}
3245
3246
#dashtodockContainer.right .default.running2.focused {
3247
background-image: url("assets/dash/right-running2-focused.svg");
3248
}
3249
3250
#dashtodockContainer.right .default.running3 {
3251
background-image: url("assets/dash/right-running3.svg");
3252
}
3253
3254
#dashtodockContainer.right .default.running3.focused {
3255
background-image: url("assets/dash/right-running3-focused.svg");
3256
}
3257
3258
#dashtodockContainer.right .default.running4 {
3259
background-image: url("assets/dash/right-running4.svg");
3260
}
3261
3262
#dashtodockContainer.right .default.running4.focused {
3263
background-image: url("assets/dash/right-running4-focused.svg");
3264
}
3265
3266
#dashtodockContainer.top .default.running1 {
3267
background-image: url("assets/dash/top-running1.svg");
3268
}
3269
3270
#dashtodockContainer.top .default.running1.focused {
3271
background-image: url("assets/dash/top-running1-focused.svg");
3272
}
3273
3274
#dashtodockContainer.top .default.running2 {
3275
background-image: url("assets/dash/top-running2.svg");
3276
}
3277
3278
#dashtodockContainer.top .default.running2.focused {
3279
background-image: url("assets/dash/top-running2-focused.svg");
3280
}
3281
3282
#dashtodockContainer.top .default.running3 {
3283
background-image: url("assets/dash/top-running3.svg");
3284
}
3285
3286
#dashtodockContainer.top .default.running3.focused {
3287
background-image: url("assets/dash/top-running3-focused.svg");
3288
}
3289
3290
#dashtodockContainer.top .default.running4 {
3291
background-image: url("assets/dash/top-running4.svg");
3292
}
3293
3294
#dashtodockContainer.top .default.running4.focused {
3295
background-image: url("assets/dash/top-running4-focused.svg");
3296
}
3297
3298
#dashtodockContainer.bottom .default.running1 {
3299
background-image: url("assets/dash/bottom-running1.svg");
3300
}
3301
3302
#dashtodockContainer.bottom .default.running1.focused {
3303
background-image: url("assets/dash/bottom-running1-focused.svg");
3304
}
3305
3306
#dashtodockContainer.bottom .default.running2 {
3307
background-image: url("assets/dash/bottom-running2.svg");
3308
}
3309
3310
#dashtodockContainer.bottom .default.running2.focused {
3311
background-image: url("assets/dash/bottom-running2-focused.svg");
3312
}
3313
3314
#dashtodockContainer.bottom .default.running3 {
3315
background-image: url("assets/dash/bottom-running3.svg");
3316
}
3317
3318
#dashtodockContainer.bottom .default.running3.focused {
3319
background-image: url("assets/dash/bottom-running3-focused.svg");
3320
}
3321
3322
#dashtodockContainer.bottom .default.running4 {
3323
background-image: url("assets/dash/bottom-running4.svg");
3324
}
3325
3326
#dashtodockContainer.bottom .default.running4.focused {
3327
background-image: url("assets/dash/bottom-running4-focused.svg");
3328
}
3329
3330
/* Simple Dock */
3331
#dash:desktop {
3332
background-color: rgba(0, 0, 0, 0.6);
3333
}
3334
3335
/* GPaste */
3336
.popup-menu .search-entry {
3337
color: rgba(0, 0, 0, 0.87);
3338
selection-background-color: rgba(26, 115, 232, 0.24);
3339
selected-color: rgba(0, 0, 0, 0.87);
3340
transition-duration: 100ms;
3341
background-color: rgba(0, 0, 0, 0.04);
3342
border-color: transparent;
3343
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.26);
3344
}
3345
3346
.popup-menu .search-entry:hover {
3347
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.87);
3348
}
3349
3350
.popup-menu .search-entry:focus {
3351
border-color: transparent;
3352
box-shadow: inset 0 -2px #1A73E8;
3353
color: rgba(0, 0, 0, 0.87);
3354
}
3355
3356
.popup-menu .search-entry .search-entry-icon {
3357
color: rgba(0, 0, 0, 0.6);
3358
}
3359
3360
.popup-menu .search-entry:hover .search-entry-icon, .popup-menu .search-entry:focus .search-entry-icon {
3361
color: rgba(0, 0, 0, 0.87);
3362
}
3363