-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserContent.css
More file actions
117 lines (96 loc) · 2.45 KB
/
userContent.css
File metadata and controls
117 lines (96 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
/* @import "pdfjs.css"; */
:root{
--zen-colors-tertiary: transparent !important;
--zen-settings-secondary-background: transparent !important;
}
#preferences-root{
background-color: transparent !important;
}
.sticky-container{
width: calc(var(--page-main-content-width) + var(--main-margin-start) + var(--main-margin-start)) !important;
border-radius: 0 0 1em 1em !important;
}
html:has([data-l10n-id]){
background-color: transparent !important;
}
.KEYJUMP_hint{
border-radius: 100px !important;
background-color: #49FCBB !important;
color: #000 !important;
font-family: 'Product Sans', Sans !important;
font-weight: bold !important;
box-shadow: #0008 0 0 10px !important;
border: #0008 1px solid !important;
transition: all 0.3s ease-in-out !important;
}
@-moz-document url(about:config), url(about:support){
html, #toolbar{
background-color: transparent !important;
}
tr, table{
background-color: transparent !important;
border: none !important;
}
tr{
outline: solid 1px #88888822 !important;
}
}
groupbox{
/* background: var(--zen-colors-tertiary) !important; */
/* background: var(--zen-colors-border-contrast) !important; */
border: none;
}
@-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) {
body, .App{
background-color: #00000000 !important;
}
.top-sites-list, .personalizeButtonWrapper{
opacity: 0 !important;
transition: opacity 0.3s ease-in-out;
&:hover{
opacity: 1 !important;
}
}
.App > div:nth-child(2), .wallpaper{
display: none !important;
}
/* no private hint */
.info-border > .info{
display: none !important;
}
/* rounded search */
#search-handoff-button{
border-radius: 2em !important;
}
/* no zen text */
.wordmark{
display: none !important;
}
}
@-moz-document url(addons.mozilla.org) {
/* transparency */
html, body, nav, header{
background-color: transparent !important;
background: none !important;
border: none !important;
box-shadow: none !important;
}
/* darkreader */
:root{
--darkreader-background-ffffff: transparent !important;
}
/* no footer */
footer{
display: none !important;
}
}
/* transparency */
/* .pdfViewer, body:has(.pdfViewer){
background-color: transparent !important;
background: none !important;
border: none !important;
box-shadow: none !important;
} */
body:has(#viewer.pdfViewer, #json-scrolling-panel){
background-color: transparent !important;
}