-
Notifications
You must be signed in to change notification settings - Fork 1
/
userChrome.css
511 lines (417 loc) · 15 KB
/
userChrome.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
/*==============================================================================================*
+-----+-----+-----+-----+-----+-----+-----+
| █▀▀ | ▄▀█ | █▀▀ | █▀▀ | ▄▀█ | █▀▄ | █▀▀ |
| █▄▄ | █▀█ | ▄▄█ | █▄▄ | █▀█ | █▄▀ | ██▄ |
+-----+-----+-----+-----+-----+-----+-----+
Description: Minimalist, Simple, Keyboard Centered and based on SimpleFox. 🦊
What you get is a really simple responsive one-line layout using the new Proton UI.
> SimpleFox: https://github.com/migueravila/SimpleFox
Author: Andreas Grafen
(https://andreas.grafen.info)
Repository: https://github.com/andreasgrafen/ag.proton
Thank you Nick, Abdallah and Benyamin for all the great suggestions for improvements! ♡
Nick: https://github.com/nicksundermeyer)
Abdallah: https://github.com/HeiWiper)
Benyamin: https://github.com/benyaminl)
If you're looking for a **mouse-friendly** clone please check out Waterfall.
https://github.com/crambaud/waterfall
*==============================================================================================*/
/*---+---+---+---+---+---+
| C | O | N | F | I | G |
+---+---+---+---+---+---*/
/* Feel free to tweak the following
* config settingsto your own liking. */
/*---+---+---+---+---+---+---+
| C | O | L | O | U | R | S |
+---+---+---+---+---+---+---*/
/* Comment this block out if you want to keep the default theme colour. */
/* This will also work with custom colours from color.firefox.com. */
@media (prefers-color-scheme: dark) {
:root {
--window-colour: #151515;
--secondary-colour: #1f1f1f;
--inverted-colour: #e8e3e3;
/* Containter Tab Colours */
--uc-identity-color-blue: #7ed6df;
--uc-identity-color-turquoise: #55e6c1;
--uc-identity-color-green: #b8e994;
--uc-identity-color-yellow: #f7d794;
--uc-identity-color-orange: #f19066;
--uc-identity-color-red: #fc5c65;
--uc-identity-color-pink: #f78fb3;
--uc-identity-color-purple: #786fa6;
--uc-identity-color-blue-muted: #7ed6df99;
--uc-identity-color-turquoise-muted: #55e6c199;
--uc-identity-color-green-muted: #b8e99499;
--uc-identity-color-yellow-muted: #f7d794cc;
--uc-identity-color-orange-muted: #f19066ff;
--uc-identity-color-red-muted: #fc5c65ff;
--uc-identity-color-pink-muted: #f78fb399;
--uc-identity-color-purple-muted: #786fa6ff;
}
}
@media (prefers-color-scheme: light) {
:root {
--window-colour: #e8e3e3;
--secondary-colour: #e8e3e3;
--inverted-colour: #1e2021;
/* Containter Tab Colours */
--uc-identity-color-blue: #8da3bd;
--uc-identity-color-turquoise: #8aa6a2;
--uc-identity-color-green: #8c977d;
--uc-identity-color-yellow: #d9bc8c;
--uc-identity-color-orange: #d9bc8c;
--uc-identity-color-red: #b66467;
--uc-identity-color-pink: #a988b0;
--uc-identity-color-purple: #a988b0;
--uc-identity-color-blue-muted: #8da3bdff;
--uc-identity-color-turquoise-muted: #8aa6a2ff;
--uc-identity-color-green-muted: #8c977dff;
--uc-identity-color-yellow-muted: #d9bc8cff;
--uc-identity-color-orange-muted: #d9bc8cff;
--uc-identity-color-red-muted: #b66467ff;
--uc-identity-color-pink-muted: #a988b0ff;
--uc-identity-color-purple-muted: #a988b0ff;
}
}
:root {
/* URL colour in URL bar suggestions */
--urlbar-popup-url-color: var(--uc-identity-color-purple) !important;
/*---+---+---+---+---+---+---+
| V | I | S | U | A | L | S |
+---+---+---+---+---+---+---*/
/* global border radius */
--uc-border-radius: 0;
/* dynamic url bar width settings */
--uc-urlbar-width: clamp(200px, 40vw, 500px);
/* dynamic tab width settings */
--uc-active-tab-width: clamp(100px, 20vw, 300px);
--uc-inactive-tab-width: clamp(50px, 15vw, 200px);
/* if active always shows the tab close button */
--show-tab-close-button: none; /* DEFAULT: -moz-inline-box; */
/* if active only shows the tab close button on hover*/
--show-tab-close-button-hover: none; /* DEFAULT: -moz-inline-box; */
/* adds left and right margin to the container-tabs indicator */
--container-tabs-indicator-margin: 10px;
}
/*---+---+---+---+---+---+---+
| B | U | T | T | O | N | S |
+---+---+---+---+---+---+---*/
#back-button,
#forward-button {
display: none !important;
}
/* bookmark icon */
#star-button {
display: none !important;
}
/* zoom indicator */
#urlbar-zoom-button {
display: none !important;
}
/* Make button small as Possible, hidden out of sight */
#PanelUI-button {
margin-top: -5px;
margin-bottom: 44px;
}
#PanelUI-menu-button {
padding: 0px !important;
max-height: 1px;
list-style-image: none !important;
}
#PanelUI-menu-button .toolbarbutton-icon {
width: 1px !important;
}
#PanelUI-menu-button .toolbarbutton-badge-stack {
padding: 0px !important;
}
#reader-mode-button {
display: none !important;
}
/* tracking protection shield icon */
#tracking-protection-icon-container {
display: none !important;
}
/* #identity-box { display: none !important } /* hides encryption AND permission items */
#identity-permission-box {
display: none !important;
} /* only hides permission items */
/* e.g. playing indicator (secondary - not icon) */
.tab-secondary-label {
display: none !important;
}
#pageActionButton {
display: none !important;
}
#page-action-buttons {
display: none !important;
}
#urlbar-go-button {
display: none !important;
}
/*=============================================================================================*/
/*---+---+---+---+---+---+
| L | A | Y | O | U | T |
+---+---+---+---+---+---*/
/* No need to change anything below this comment.
* Just tweak it if you want to tweak the overall layout. c: */
:root {
--uc-theme-colour: var(--window-colour, var(--toolbar-bgcolor));
--uc-hover-colour: var(--secondary-colour, rgba(0, 0, 0, 0.2));
--uc-inverted-colour: var(--inverted-colour, var(--toolbar-color));
--button-bgcolor: var(--uc-theme-colour) !important;
--button-hover-bgcolor: var(--uc-hover-colour) !important;
--button-active-bgcolor: var(--uc-hover-colour) !important;
--toolbarbutton-border-radius: var(--uc-border-radius) !important;
--tab-border-radius: var(--uc-border-radius) !important;
--lwt-text-color: var(--uc-inverted-colour) !important;
--lwt-tab-text: var(--uc-inverted-colour) !important;
--arrowpanel-border-radius: var(--uc-border-radius) !important;
--tab-block-margin: 2px !important;
}
window,
#main-window,
#toolbar-menubar,
#TabsToolbar,
#PersonalToolbar,
#navigator-toolbox,
#sidebar-box,
#nav-bar {
-moz-appearance: none !important;
border: none !important;
box-shadow: none !important;
background: var(--uc-theme-colour) !important;
}
/* grey out ccons inside the toolbar to make it
* more aligned with the Black & White colour look */
#PersonalToolbar toolbarbutton:not(:hover),
#bookmarks-toolbar-button:not(:hover) {
filter: grayscale(1) !important;
}
/* remove window control buttons */
.titlebar-buttonbox-container {
display: none !important;
}
/* remove "padding" left and right from tabs */
.titlebar-spacer {
display: none !important;
}
/* remove gap after pinned tabs */
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs])
> #tabbrowser-arrowscrollbox
> .tabbrowser-tab[first-visible-unpinned-tab] {
margin-inline-start: 0 !important;
}
/* remove tab shadow */
.tabbrowser-tab > .tab-stack > .tab-background {
box-shadow: none !important;
}
/* tab background */
.tabbrowser-tab > .tab-stack > .tab-background {
background: var(--uc-theme-colour) !important;
}
/* active tab background */
.tabbrowser-tab[selected] > .tab-stack > .tab-background {
background: var(--uc-hover-colour) !important;
}
/* multi tab selection */
#tabbrowser-tabs:not([noshadowfortests])
.tabbrowser-tab:is([visuallyselected='true'], [multiselected])
> .tab-stack
> .tab-background:-moz-lwtheme {
background: var(--uc-hover-colour) !important;
}
/* tab close button options */
.tabbrowser-tab:not([pinned]) .tab-close-button {
display: var(--show-tab-close-button) !important;
}
.tabbrowser-tab:not([pinned]):hover .tab-close-button {
display: var(--show-tab-close-button-hover) !important;
}
/* adaptive tab width */
.tabbrowser-tab[selected][fadein]:not([pinned]) {
max-width: var(--uc-active-tab-width) !important;
}
.tabbrowser-tab[fadein]:not([selected]):not([pinned]) {
max-width: var(--uc-inactive-tab-width) !important;
}
/* container tabs indicator */
.tabbrowser-tab[usercontextid]
> .tab-stack
> .tab-background
> .tab-context-line {
margin: -1px var(--container-tabs-indicator-margin) 0
var(--container-tabs-indicator-margin) !important;
height: 1px !important;
border-radius: var(--tab-border-radius) !important;
box-shadow: 0 1px 10px 1px var(--uc-identity-gradient-color) !important;
}
/* show favicon when media is playing but tab is hovered */
.tab-icon-image:not([pinned]) {
opacity: 1 !important;
}
/* Makes the speaker icon to always appear if the tab is playing (not only on hover) */
.tab-icon-overlay:not([crashed]),
.tab-icon-overlay[pinned][crashed][selected] {
top: 5px !important;
z-index: 1 !important;
padding: 1.5px !important;
inset-inline-end: -8px !important;
width: 16px !important;
height: 16px !important;
border-radius: 10px !important;
}
/* style and position speaker icon */
.tab-icon-overlay:not([sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) {
stroke: transparent !important;
background: transparent !important;
opacity: 1 !important;
fill-opacity: 0.8 !important;
color: currentColor !important;
stroke: var(--uc-theme-colour) !important;
background-color: var(--uc-theme-colour) !important;
}
/* change the colours of the speaker icon on active tab to match tab colours */
.tabbrowser-tab[selected]
.tab-icon-overlay:not([sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) {
stroke: var(--uc-hover-colour) !important;
background-color: var(--uc-hover-colour) !important;
}
.tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) {
margin-inline-end: 9.5px !important;
}
.tabbrowser-tab:not([image])
.tab-icon-overlay:not([pinned], [sharing], [crashed]) {
top: 0 !important;
padding: 0 !important;
margin-inline-end: 5.5px !important;
inset-inline-end: 0 !important;
}
.tab-icon-overlay:not([crashed])[soundplaying]:hover,
.tab-icon-overlay:not([crashed])[muted]:hover,
.tab-icon-overlay:not([crashed])[activemedia-blocked]:hover {
color: currentColor !important;
stroke: var(--uc-inverted-colour) !important;
background-color: var(--uc-inverted-colour) !important;
fill-opacity: 0.95 !important;
}
.tabbrowser-tab[selected] .tab-icon-overlay:not([crashed])[soundplaying]:hover,
.tabbrowser-tab[selected] .tab-icon-overlay:not([crashed])[muted]:hover,
.tabbrowser-tab[selected]
.tab-icon-overlay:not([crashed])[activemedia-blocked]:hover {
color: currentColor !important;
stroke: var(--uc-inverted-colour) !important;
background-color: var(--uc-inverted-colour) !important;
fill-opacity: 0.95 !important;
}
/* speaker icon colour fix */
#TabsToolbar .tab-icon-overlay:not([crashed])[soundplaying],
#TabsToolbar .tab-icon-overlay:not([crashed])[muted],
#TabsToolbar .tab-icon-overlay:not([crashed])[activemedia-blocked] {
color: var(--uc-inverted-colour) !important;
}
/* speaker icon colour fix on hover */
#TabsToolbar .tab-icon-overlay:not([crashed])[soundplaying]:hover,
#TabsToolbar .tab-icon-overlay:not([crashed])[muted]:hover,
#TabsToolbar .tab-icon-overlay:not([crashed])[activemedia-blocked]:hover {
color: var(--uc-theme-colour) !important;
}
#nav-bar {
border: none !important;
box-shadow: none !important;
background: transparent !important;
}
/* remove border below whole nav */
#navigator-toolbox {
border-bottom: none !important;
}
#urlbar,
#urlbar * {
outline: none !important;
box-shadow: none !important;
}
#urlbar-background {
border: var(--uc-hover-colour) !important;
}
#urlbar[focused='true'] > #urlbar-background,
#urlbar:not([open]) > #urlbar-background {
background: transparent !important;
}
#urlbar[open] > #urlbar-background {
background: var(--uc-theme-colour) !important;
}
.urlbarView-row:hover > .urlbarView-row-inner,
.urlbarView-row[selected] > .urlbarView-row-inner {
background: var(--uc-hover-colour) !important;
}
#statuspanel {
position: absolute !important;
bottom: 12px !important;
left: 12px !important;
}
#statuspanel #statuspanel-label {
border: none !important;
border-radius: var(--uc-border-radius) !important;
background: var(--uc-theme-colour) !important;
}
/* transition to oneline */
@media (min-width: 1000px) {
/* move tabs bar over */
#TabsToolbar {
margin-left: var(--uc-urlbar-width) !important;
}
/* move entire nav bar */
#nav-bar {
margin: calc((var(--urlbar-min-height) * -1) - 8px)
calc(100vw - var(--uc-urlbar-width)) 0 0 !important;
}
} /* end media query */
/* Container Tabs */
.identity-color-blue {
--identity-tab-color: var(--uc-identity-color-blue) !important;
--identity-icon-color: var(--uc-identity-color-blue) !important;
--uc-identity-gradient-color: var(--uc-identity-color-blue-muted) !important;
}
.identity-color-turquoise {
--identity-tab-color: var(--uc-identity-color-turquoise) !important;
--identity-icon-color: var(--uc-identity-color-turquoise) !important;
--uc-identity-gradient-color: var(
--uc-identity-color-turquoise-muted
) !important;
}
.identity-color-green {
--identity-tab-color: var(--uc-identity-color-green) !important;
--identity-icon-color: var(--uc-identity-color-green) !important;
--uc-identity-gradient-color: var(--uc-identity-color-green-muted) !important;
}
.identity-color-yellow {
--identity-tab-color: var(--uc-identity-color-yellow) !important;
--identity-icon-color: var(--uc-identity-color-yellow) !important;
--uc-identity-gradient-color: var(
--uc-identity-color-yellow-muted
) !important;
}
.identity-color-orange {
--identity-tab-color: var(--uc-identity-color-orange) !important;
--identity-icon-color: var(--uc-identity-color-orange) !important;
--uc-identity-gradient-color: var(
--uc-identity-color-orange-muted
) !important;
}
.identity-color-red {
--identity-tab-color: var(--uc-identity-color-red) !important;
--identity-icon-color: var(--uc-identity-color-red) !important;
--uc-identity-gradient-color: var(--uc-identity-color-red-muted) !important;
}
.identity-color-pink {
--identity-tab-color: var(--uc-identity-color-pink) !important;
--identity-icon-color: var(--uc-identity-color-pink) !important;
--uc-identity-gradient-color: var(--uc-identity-color-pink-muted) !important;
}
.identity-color-purple {
--identity-tab-color: var(--uc-identity-color-purple) !important;
--identity-icon-color: var(--uc-identity-color-purple) !important;
--uc-identity-gradient-color: var(
--uc-identity-color-purple-muted
) !important;
}