-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathuserContent.css
More file actions
114 lines (100 loc) · 3.3 KB
/
userContent.css
File metadata and controls
114 lines (100 loc) · 3.3 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
@-moz-document domain(github.com) {
:root {
--bgColor-default: transparent !important;
}
.TimelineItem::before {
/* the line going through all timeline items in issues/prs */
background: none !important;
}
}
@-moz-document domain(news.ycombinator.com) {
html, body, table {
background-color: transparent !important;
}
}
@-moz-document domain(doc.rust-lang.org) {
:root[data-theme="ayu"] {
--table-alt-row-background-color: #191f2680 !important;
html, body, .sidebar { background-color: transparent !important; }
.nav-container { backdrop-filter: opacity(50%) !important; }
}
}
@-moz-document domain(docs.rs) {
:root[data-theme="ayu"] {
--table-alt-row-background-color: #191f2680 !important;
html, body, .sidebar { background-color: transparent !important; }
.nav-container { backdrop-filter: opacity(50%) !important; }
}
}
@-moz-document domain(docs.embassy.dev) {
:root[data-theme="ayu"] {
--table-alt-row-background-color: #191f2680 !important;
html, body, .sidebar { background-color: transparent !important; }
.nav-container { backdrop-filter: opacity(50%) !important; }
}
}
@-moz-document domain(rustdocs.comforest.software) {
:root[data-theme="ayu"] {
--table-alt-row-background-color: #191f2680 !important;
html, body, .sidebar { background-color: transparent !important; }
.nav-container { backdrop-filter: opacity(50%) !important; }
}
}
@-moz-document domain(localhost) {
:root[data-theme="ayu"] {
--table-alt-row-background-color: #191f2680 !important;
html, body, .sidebar { background-color: transparent !important; }
.nav-container { backdrop-filter: opacity(50%) !important; }
}
}
@-moz-document domain(chatgpt.com) {
:root {
--bg-primary: transparent !important;
--main-surface-background: transparent !important;
--main-surface-primary: transparent !important;
--sidebar-surface-primary: transparent !important;
--bg-elevated-secondary: transparent !important;
}
[dir="ltr"] .horzScrollShadows {
background: transparent !important;
}
body > picture {
display: none !important;
}
}
@-moz-document domain(youtube.com) {
html[dark], [dark] {
background-color: transparent !important;
--yt-spec-base-background: transparent !important;
}
#frosted-glass.with-chipbar.ytd-app {
background-color: transparent !important;
}
@media (width: 1398px) and (max-height: 1299px) {
ytd-watch-flexy[full-bleed-player] #full-bleed-container.ytd-watch-flexy {
max-height: calc(100vh) !important;
z-index: 999999 !important;
}
.ytp-contextmenu {
z-index: 9999999 !important;
}
#page-manager.ytd-app {
margin-top: 0 !important;
}
}
}
@-moz-document domain(fbk.red) {
:root {
--background: transparent !important;
}
}
@-moz-document domain(git.comforest.software) {
.item[href$="/settings/units"] {
display: none !important;
}
html {
--color-body: transparent !important;
--color-nav-bg: transparent !important;
--color-secondary-nav-bg: transparent !important;
}
}