New backup 2025-08-24 12:15:02
This commit is contained in:
parent
bc1b2742d9
commit
ca39d2f420
2 changed files with 42 additions and 24 deletions
|
@ -22,36 +22,54 @@ NOTE: You can use the userContent.css file without change preferences (about:con
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/* Please write your custom CSS under this line*/
|
/* Please write your custom CSS under this line*/
|
||||||
:root {
|
:root {
|
||||||
|
--pogmom-background-color: rgba(0,0,0,0);
|
||||||
--in-content-page-background: #00000000 !important;
|
--in-content-page-background: #00000000 !important;
|
||||||
--in-content-box-background: #00000088 !important;
|
--in-content-box-background: #00000088 !important;
|
||||||
--darkreader-bg-theme-bg-home: rgba(0, 0, 0, 0) !important;
|
--darkreader-bg--theme-bg-home: var(--pogmom-background-color) !important;
|
||||||
--color-background-plain: rgba(0, 0, 0, 0) !important;
|
--darkreader-bg--theme-bg-home-custom: var(--pogmom-background-color) !important;
|
||||||
--darkreader-bg--bgColor-default: rgba(0, 0, 0, 0) !important;
|
--color-background-plain: var(--pogmom-background-color) !important;
|
||||||
--darkreader-bg--bgColor-canvas-default: rgba(0, 0, 0, 0) !important;
|
--background-color: var(--pogmom-background-color) !important;
|
||||||
--darkreader-background-ffffff: rgba(0, 0, 0, 0) !important;
|
--image-background: none !important;
|
||||||
|
--darkreader-bg--bgColor-default: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-bg--bgColor-canvas-default: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-background-ffffff: var(--pogmom-background-color) !important;
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
--color-background-plain: rgba(0, 0, 0, 0) !important;
|
--darkreader-bg--theme-bg-home-custom: var(--pogmom-background-color) !important;
|
||||||
--darkreader-bg--bgColor-default: rgba(0, 0, 0, 0) !important;
|
--darkreader-bg--theme-bg-home: var(--pogmom-background-color) !important;
|
||||||
--darkreader-bg--bgColor-canvas-default: rgba(0, 0, 0, 0) !important;
|
--color-background-plain: var(--pogmom-background-color) !important;
|
||||||
--darkreader-background-ffffff: rgba(0, 0, 0, 0) !important;
|
--darkreader-bg--bgColor-default: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-bg--bgColor-canvas-default: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-background-ffffff: var(--pogmom-background-color) !important;
|
||||||
/* background: rgba(0, 0, 0, 0.5) !important;*/
|
/* background: rgba(0, 0, 0, 0.5) !important;*/
|
||||||
}
|
}
|
||||||
/* * {
|
/* * {
|
||||||
background: rgba(0, 0, 0, 0) !important;
|
background: var(--pogmom-background-color) !important;
|
||||||
--darkreader-neutral-background: rgba(0, 0, 0, 0) !important;
|
--darkreader-neutral-background: var(--pogmom-background-color) !important;
|
||||||
--darkreader-bg--bgColor-default: rgba(0, 0, 0, 0) !important;
|
--darkreader-bg--bgColor-default: var(--pogmom-background-color) !important;
|
||||||
--color-background-plain: rgba(0, 0, 0, 0) !important;
|
--color-background-plain: var(--pogmom-background-color) !important;
|
||||||
--darkreader-bg--bgColor-canvas-default: rgba(0, 0, 0, 0) !important;
|
--darkreader-bg--bgColor-canvas-default: var(--pogmom-background-color) !important;
|
||||||
}*/
|
}*/
|
||||||
/* --darkreader-background-ffffff: rgba(0, 0, 0, 0) !important;
|
/* --darkreader-background-ffffff: var(--pogmom-background-color) !important;
|
||||||
background: rgba(0, 0, 0, 0) !important;*/
|
background: var(--pogmom-background-color) !important;*/
|
||||||
/* @-moz-document domain(*.pogmom.me),*/
|
@-moz-document domain(cloud.pogmom.me) {
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
background-image: none !important;
|
||||||
|
background-color: var(--pogmom-background-color) !important;
|
||||||
|
* {
|
||||||
|
background-image: none !important;
|
||||||
|
background: var(--pogmom-background-color) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@-moz-document domain(*.*) {
|
@-moz-document domain(*.*) {
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
|
background-image: none !important;
|
||||||
|
background-color: var(--pogmom-background-color) !important;
|
||||||
* {
|
* {
|
||||||
background: rgba(0, 0, 0, 0) !important;
|
background: var(--pogmom-background-color) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -59,7 +77,7 @@ NOTE: You can use the userContent.css file without change preferences (about:con
|
||||||
/*@-moz-document domain(cloud.pogmom.me) {
|
/*@-moz-document domain(cloud.pogmom.me) {
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
background-color: rgba(0, 0, 0, 0) !important;
|
background-color: var(--pogmom-background-color) !important;
|
||||||
color: #888888 !important;
|
color: #888888 !important;
|
||||||
background-color: #191919 !important;
|
background-color: #191919 !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,11 +24,6 @@ ShowSelector=1
|
||||||
StartWithLastProfile=1
|
StartWithLastProfile=1
|
||||||
Version=2
|
Version=2
|
||||||
|
|
||||||
[Profile4]
|
|
||||||
Name=testing
|
|
||||||
IsRelative=1
|
|
||||||
Path=4z689ygf.testing
|
|
||||||
|
|
||||||
[Install6C4726F70D182CF7]
|
[Install6C4726F70D182CF7]
|
||||||
Default=penelope
|
Default=penelope
|
||||||
Locked=1
|
Locked=1
|
||||||
|
@ -38,3 +33,8 @@ Name=School
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=school
|
Path=school
|
||||||
|
|
||||||
|
[Profile4]
|
||||||
|
Name=testing
|
||||||
|
IsRelative=1
|
||||||
|
Path=4z689ygf.testing
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue