-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathuserContent.css
84 lines (69 loc) · 1.61 KB
/
userContent.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
:root{
--zen-colors-tertiary: transparent !important;
--zen-settings-secondary-background: transparent !important;
}
@-moz-document url(about:config){
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;
}