New backup 2025-10-10 17:00:01
This commit is contained in:
parent
19d24a33f6
commit
4292ae5fe1
11 changed files with 40 additions and 7 deletions
|
@ -14,7 +14,8 @@
|
|||
--nav-btn-height: 28px !important;
|
||||
|
||||
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
|
||||
background-color: [[[COLORHEX]]] !important;
|
||||
/* background-color: [[[COLORHEX]]] !important;*/
|
||||
background-color: transparent !important;
|
||||
--frame-bg: transparent !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -62,6 +62,11 @@ NOTE: You can use the userContent.css file without change preferences (about:con
|
|||
background-color: var(--pogmom-background-color) !important;
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix("about"){
|
||||
* {
|
||||
background-color: var(--pogmom-background-color) !important;
|
||||
}
|
||||
}
|
||||
@-moz-document domain(*.*) {
|
||||
html,
|
||||
body {
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
--nav-btn-height: 28px !important;
|
||||
|
||||
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
|
||||
background-color: #c29ac233 !important;
|
||||
/* background-color: #c29ac266 !important;*/
|
||||
background-color: transparent !important;
|
||||
--frame-bg: transparent !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,9 +13,12 @@
|
|||
}
|
||||
:root {
|
||||
--tabpanel-background-color: #11131766 !important;
|
||||
--toolbar-bgcolor: #c29ac233 !important;
|
||||
--toolbar-bgcolor: #c29ac266 !important;
|
||||
|
||||
}
|
||||
#sidebar-box {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
/*:root { --tabpanel-background-color: #11131700 !important; }*/
|
||||
/*:root { --tabpanel-background-color: rgba(17,19,23,1) !important; }*/
|
||||
|
||||
|
|
|
@ -62,6 +62,11 @@ NOTE: You can use the userContent.css file without change preferences (about:con
|
|||
background-color: var(--pogmom-background-color) !important;
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix("about"){
|
||||
* {
|
||||
background-color: var(--pogmom-background-color) !important;
|
||||
}
|
||||
}
|
||||
@-moz-document domain(*.*) {
|
||||
html,
|
||||
body {
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
--nav-btn-height: 28px !important;
|
||||
|
||||
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
|
||||
background-color: #d6aeae33 !important;
|
||||
/* background-color: #d6aeae33 !important;*/
|
||||
background-color: transparent !important;
|
||||
--frame-bg: transparent !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
--toolbar-bgcolor: #d6aeae33 !important;
|
||||
|
||||
}
|
||||
#sidebar-box {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
/*:root { --tabpanel-background-color: #11131700 !important; }*/
|
||||
/*:root { --tabpanel-background-color: rgba(17,19,23,1) !important; }*/
|
||||
|
||||
|
|
|
@ -62,6 +62,11 @@ NOTE: You can use the userContent.css file without change preferences (about:con
|
|||
background-color: var(--pogmom-background-color) !important;
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix("about"){
|
||||
* {
|
||||
background-color: var(--pogmom-background-color) !important;
|
||||
}
|
||||
}
|
||||
@-moz-document domain(*.*) {
|
||||
html,
|
||||
body {
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
--nav-btn-height: 28px !important;
|
||||
|
||||
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
|
||||
background-color: #4a5f7633 !important;
|
||||
/* background-color: #4a5f7672 !important;*/
|
||||
background-color: transparent !important;
|
||||
--frame-bg: transparent !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,13 @@
|
|||
display: none !important;
|
||||
}
|
||||
:root {
|
||||
--tabpanel-background-color: #111317cc !important;
|
||||
--toolbar-bgcolor: #4a5f7633 !important;
|
||||
--tabpanel-background-color: #1113177f !important;
|
||||
--toolbar-bgcolor: #4a5f7672 !important;
|
||||
|
||||
}
|
||||
#sidebar-box {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
/*:root { --tabpanel-background-color: #11131700 !important; }*/
|
||||
/*:root { --tabpanel-background-color: rgba(17,19,23,1) !important; }*/
|
||||
|
||||
|
|
|
@ -62,6 +62,11 @@ NOTE: You can use the userContent.css file without change preferences (about:con
|
|||
background-color: var(--pogmom-background-color) !important;
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix("about"){
|
||||
* {
|
||||
background-color: var(--pogmom-background-color) !important;
|
||||
}
|
||||
}
|
||||
@-moz-document domain(*.*) {
|
||||
html,
|
||||
body {
|
||||
|
|
Loading…
Add table
Reference in a new issue