New backup 2026-01-05 13:17:52
This commit is contained in:
parent
20e14cfede
commit
4ccefed455
19 changed files with 438 additions and 38 deletions
|
|
@ -168,8 +168,8 @@ RunPrefix=
|
||||||
SetEditor=false
|
SetEditor=false
|
||||||
|
|
||||||
[MainWindow]
|
[MainWindow]
|
||||||
1920x1200 screen: Height=716
|
1920x1200 screen: Height=1119
|
||||||
1920x1200 screen: Width=922
|
1920x1200 screen: Width=941
|
||||||
2 screens: Height=1119
|
2 screens: Height=1119
|
||||||
2 screens: Width=490
|
2 screens: Width=490
|
||||||
2048x1280 screen: Height=1199
|
2048x1280 screen: Height=1199
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,6 @@
|
||||||
[$Version]
|
[$Version]
|
||||||
update_info=filepicker.upd:filepicker-remove-old-previews-entry
|
update_info=filepicker.upd:filepicker-remove-old-previews-entry
|
||||||
|
|
||||||
[UiSettings]
|
|
||||||
ColorScheme=*
|
|
||||||
|
|
||||||
[Colors:View]
|
[Colors:View]
|
||||||
BackgroundNormal=215,175,175,0
|
BackgroundNormal=215,175,175,0
|
||||||
|
|
||||||
|
|
@ -40,3 +37,6 @@ Dialog Size=600,480
|
||||||
[PreviewSettings]
|
[PreviewSettings]
|
||||||
EnableRemoteFolderThumbnail=true
|
EnableRemoteFolderThumbnail=true
|
||||||
MaximumRemoteSize=3221225472
|
MaximumRemoteSize=3221225472
|
||||||
|
|
||||||
|
[UiSettings]
|
||||||
|
ColorScheme=*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[{
|
[{
|
||||||
"home_directory":"$HOME/Documents/Housing/SCA",
|
"home_directory":"$HOME/Documents/School/College/LaneCC/2026-01_Winter/",
|
||||||
"browser_profile":"SCA",
|
"browser_profile":"School",
|
||||||
"browser_newtab_url":"https://eugenesca.com"
|
"browser_newtab_url":"https://classes.lanecc.edu"
|
||||||
}]
|
}]
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Betterfox *
|
* Betterfox *
|
||||||
* "Ad meliora" *
|
* "Ad meliora" *
|
||||||
* version: 144 *
|
* version: 146 *
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
* url: https://github.com/yokoffing/Betterfox *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
user_pref("gfx.content.skia-font-cache-size", 32);
|
user_pref("gfx.content.skia-font-cache-size", 32);
|
||||||
|
|
||||||
/** GFX ***/
|
/** GFX ***/
|
||||||
|
user_pref("gfx.webrender.layer-compositor", true);
|
||||||
user_pref("gfx.canvas.accelerated.cache-items", 32768);
|
user_pref("gfx.canvas.accelerated.cache-items", 32768);
|
||||||
user_pref("gfx.canvas.accelerated.cache-size", 4096);
|
user_pref("gfx.canvas.accelerated.cache-size", 4096);
|
||||||
user_pref("webgl.max-size", 16384);
|
user_pref("webgl.max-size", 16384);
|
||||||
|
|
@ -61,21 +62,19 @@ user_pref("network.dns.disablePrefetchFromHTTPS", true);
|
||||||
user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
||||||
user_pref("browser.places.speculativeConnect.enabled", false);
|
user_pref("browser.places.speculativeConnect.enabled", false);
|
||||||
user_pref("network.prefetch-next", false);
|
user_pref("network.prefetch-next", false);
|
||||||
user_pref("network.predictor.enabled", false);
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: SECUREFOX *
|
* SECTION: SECUREFOX *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
/** TRACKING PROTECTION ***/
|
/** TRACKING PROTECTION ***/
|
||||||
user_pref("browser.contentblocking.category", "strict");
|
user_pref("browser.contentblocking.category", "strict");
|
||||||
user_pref("privacy.trackingprotection.allow_list.baseline.enabled", true);
|
|
||||||
user_pref("browser.download.start_downloads_in_tmp_dir", true);
|
user_pref("browser.download.start_downloads_in_tmp_dir", true);
|
||||||
user_pref("browser.helperApps.deleteTempFileOnExit", true);
|
|
||||||
user_pref("browser.uitour.enabled", false);
|
user_pref("browser.uitour.enabled", false);
|
||||||
user_pref("privacy.globalprivacycontrol.enabled", true);
|
user_pref("privacy.globalprivacycontrol.enabled", true);
|
||||||
|
|
||||||
/** OCSP & CERTS / HPKP ***/
|
/** OCSP & CERTS / HPKP ***/
|
||||||
user_pref("security.OCSP.enabled", 0);
|
user_pref("security.OCSP.enabled", 0);
|
||||||
|
user_pref("privacy.antitracking.isolateContentScriptResources", true);
|
||||||
user_pref("security.csp.reporting.enabled", false);
|
user_pref("security.csp.reporting.enabled", false);
|
||||||
|
|
||||||
/** SSL / TLS ***/
|
/** SSL / TLS ***/
|
||||||
|
|
@ -101,16 +100,16 @@ user_pref("browser.urlbar.groupLabels.enabled", false);
|
||||||
user_pref("browser.formfill.enable", false);
|
user_pref("browser.formfill.enable", false);
|
||||||
user_pref("network.IDN_show_punycode", true);
|
user_pref("network.IDN_show_punycode", true);
|
||||||
|
|
||||||
|
/** HTTPS-ONLY MODE ***/
|
||||||
|
user_pref("dom.security.https_only_mode", true);
|
||||||
|
user_pref("dom.security.https_only_mode_error_page_user_suggestions", true);
|
||||||
|
|
||||||
/** PASSWORDS ***/
|
/** PASSWORDS ***/
|
||||||
user_pref("signon.formlessCapture.enabled", false);
|
user_pref("signon.formlessCapture.enabled", false);
|
||||||
user_pref("signon.privateBrowsingCapture.enabled", false);
|
user_pref("signon.privateBrowsingCapture.enabled", false);
|
||||||
user_pref("network.auth.subresource-http-auth-allow", 1);
|
user_pref("network.auth.subresource-http-auth-allow", 1);
|
||||||
user_pref("editor.truncate_user_pastes", false);
|
user_pref("editor.truncate_user_pastes", false);
|
||||||
|
|
||||||
/** MIXED CONTENT + CROSS-SITE ***/
|
|
||||||
user_pref("security.mixed_content.block_display_content", true);
|
|
||||||
user_pref("pdfjs.enableScripting", false);
|
|
||||||
|
|
||||||
/** EXTENSIONS ***/
|
/** EXTENSIONS ***/
|
||||||
user_pref("extensions.enabledScopes", 5);
|
user_pref("extensions.enabledScopes", 5);
|
||||||
|
|
||||||
|
|
@ -120,6 +119,9 @@ user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
|
||||||
/** CONTAINERS ***/
|
/** CONTAINERS ***/
|
||||||
user_pref("privacy.userContext.ui.enabled", true);
|
user_pref("privacy.userContext.ui.enabled", true);
|
||||||
|
|
||||||
|
/** VARIOUS ***/
|
||||||
|
user_pref("pdfjs.enableScripting", false);
|
||||||
|
|
||||||
/** SAFE BROWSING ***/
|
/** SAFE BROWSING ***/
|
||||||
user_pref("browser.safebrowsing.downloads.remote.enabled", false);
|
user_pref("browser.safebrowsing.downloads.remote.enabled", false);
|
||||||
|
|
||||||
|
|
@ -163,7 +165,6 @@ user_pref("browser.tabs.crashReporting.sendReport", false);
|
||||||
* SECTION: PESKYFOX *
|
* SECTION: PESKYFOX *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
/** MOZILLA UI ***/
|
/** MOZILLA UI ***/
|
||||||
user_pref("browser.privatebrowsing.vpnpromourl", "");
|
|
||||||
user_pref("extensions.getAddons.showPane", false);
|
user_pref("extensions.getAddons.showPane", false);
|
||||||
user_pref("extensions.htmlaboutaddons.recommendations.enabled", false);
|
user_pref("extensions.htmlaboutaddons.recommendations.enabled", false);
|
||||||
user_pref("browser.discovery.enabled", false);
|
user_pref("browser.discovery.enabled", false);
|
||||||
|
|
@ -172,6 +173,7 @@ user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", fa
|
||||||
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
|
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
|
||||||
user_pref("browser.preferences.moreFromMozilla", false);
|
user_pref("browser.preferences.moreFromMozilla", false);
|
||||||
user_pref("browser.aboutConfig.showWarning", false);
|
user_pref("browser.aboutConfig.showWarning", false);
|
||||||
|
user_pref("browser.startup.homepage_override.mstone", "ignore");
|
||||||
user_pref("browser.aboutwelcome.enabled", false);
|
user_pref("browser.aboutwelcome.enabled", false);
|
||||||
user_pref("browser.profiles.enabled", true);
|
user_pref("browser.profiles.enabled", true);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@
|
||||||
"r": "116",
|
"r": "116",
|
||||||
"g": "97",
|
"g": "97",
|
||||||
"b": "99",
|
"b": "99",
|
||||||
"a": "0.6"
|
"a": "0.65"
|
||||||
},
|
},
|
||||||
"background_color": {
|
"background_color": {
|
||||||
"r": "17",
|
"r": "17",
|
||||||
"g": "19",
|
"g": "19",
|
||||||
"b": "23",
|
"b": "23",
|
||||||
"a": "0.4"
|
"a": "0.55"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
1
de/home/.librewolf/config/profiles/school/user.js
Normal file
1
de/home/.librewolf/config/profiles/school/user.js
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
user_pref("privacy.resistFingerprinting.exemptedDomains", "*.pogmom.me,*.pog.mom,*.lanecc.edu,mail.google.com");
|
||||||
14
de/home/.librewolf/config/profiles/school/vars.json
Normal file
14
de/home/.librewolf/config/profiles/school/vars.json
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"color": {
|
||||||
|
"r": "216",
|
||||||
|
"g": "175",
|
||||||
|
"b": "95",
|
||||||
|
"a": "0.2"
|
||||||
|
},
|
||||||
|
"background_color": {
|
||||||
|
"r": "17",
|
||||||
|
"g": "19",
|
||||||
|
"b": "23",
|
||||||
|
"a": "0.4"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -3,12 +3,12 @@
|
||||||
"r": "74",
|
"r": "74",
|
||||||
"g": "95",
|
"g": "95",
|
||||||
"b": "118",
|
"b": "118",
|
||||||
"a": "0.45"
|
"a": "0.55"
|
||||||
},
|
},
|
||||||
"background_color": {
|
"background_color": {
|
||||||
"r": "17",
|
"r": "17",
|
||||||
"g": "19",
|
"g": "19",
|
||||||
"b": "23",
|
"b": "23",
|
||||||
"a": "0.5"
|
"a": "0.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,11 +12,11 @@
|
||||||
--tabs-height: 30px !important;
|
--tabs-height: 30px !important;
|
||||||
--nav-btn-width: 30px !important;
|
--nav-btn-width: 30px !important;
|
||||||
--nav-btn-height: 28px !important;
|
--nav-btn-height: 28px !important;
|
||||||
--active-el-bg: #74616399 !important;
|
--active-el-bg: #746163a5 !important;
|
||||||
--tabs-border-radius: 8px !important;
|
--tabs-border-radius: 8px !important;
|
||||||
|
|
||||||
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
|
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
|
||||||
/* background-color: #74616399 !important;*/
|
/* background-color: #746163a5 !important;*/
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
--frame-bg: transparent !important;
|
--frame-bg: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
:root {
|
:root {
|
||||||
--tabpanel-background-color: #11131766 !important;
|
--tabpanel-background-color: #1113178c !important;
|
||||||
--toolbar-bgcolor: #74616399 !important;
|
--toolbar-bgcolor: #746163a5 !important;
|
||||||
--toolbar-field-background-color: transparent !important;
|
--toolbar-field-background-color: transparent !important;
|
||||||
--urlbar-box-bgcolor: transparent !important;
|
--urlbar-box-bgcolor: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
}
|
}
|
||||||
#sidebar-box {
|
#sidebar-box {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
/* background-color: #11131766 !important;*/
|
/* background-color: #1113178c !important;*/
|
||||||
margin: 10px !important;
|
margin: 10px !important;
|
||||||
margin-right: 0px !important;
|
margin-right: 0px !important;
|
||||||
border-radius: 10px !important;
|
border-radius: 10px !important;
|
||||||
|
|
|
||||||
|
|
@ -19,13 +19,18 @@ Name=Penelope
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=penelope
|
Path=penelope
|
||||||
Default=1
|
Default=1
|
||||||
StoreID=0585997e
|
StoreID=a61d59be
|
||||||
ShowSelector=0
|
ShowSelector=0
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
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
|
||||||
|
|
@ -35,8 +40,3 @@ Name=School
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=school
|
Path=school
|
||||||
|
|
||||||
[Profile4]
|
|
||||||
Name=testing
|
|
||||||
IsRelative=1
|
|
||||||
Path=4z689ygf.testing
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../config/chrome
|
|
||||||
201
de/home/.librewolf/school/chrome/sidebery.css
Normal file
201
de/home/.librewolf/school/chrome/sidebery.css
Normal file
|
|
@ -0,0 +1,201 @@
|
||||||
|
/* SPDX-License-Identifier: MPL-2.0 */
|
||||||
|
/* SPDX-FileCopyrightText: 2024 awwpotato */
|
||||||
|
@-moz-document regexp("^moz-extension://.*?/sidebar/sidebar.html")
|
||||||
|
{
|
||||||
|
:root,
|
||||||
|
.root,
|
||||||
|
#root {
|
||||||
|
--general-border-radius: var(--uc-button-radius) !important;
|
||||||
|
--tabs-margin: 1.5px !important;
|
||||||
|
--tabs-pinned-height: 30px !important;
|
||||||
|
--tabs-pinned-width: 30px !important;
|
||||||
|
--tabs-height: 30px !important;
|
||||||
|
--nav-btn-width: 30px !important;
|
||||||
|
--nav-btn-height: 28px !important;
|
||||||
|
--active-el-bg: #d8af5f33 !important;
|
||||||
|
--tabs-border-radius: 8px !important;
|
||||||
|
|
||||||
|
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
|
||||||
|
/* background-color: #d8af5f33 !important;*/
|
||||||
|
background-color: transparent !important;
|
||||||
|
--frame-bg: transparent !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 40px) {
|
||||||
|
.TabsPanel {
|
||||||
|
--tabs-indent: 0px !important;
|
||||||
|
}
|
||||||
|
.bookmarks-tree {
|
||||||
|
--bookmarks-indent: 0px !important;
|
||||||
|
}
|
||||||
|
.Tab:not([data-active="true"]) .close {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.NavigationBar
|
||||||
|
.main-items
|
||||||
|
.nav-item[data-index="-1"]:not([data-active="true"]),
|
||||||
|
.NavigationBar:not(:has(.nav-item:not([data-index="-1"]))) .static-btns {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
@media (max-width: 66px) {
|
||||||
|
.NavigationBar .static-btns {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.NavigationBar .main-items .nav-item[data-index="-1"] {
|
||||||
|
opacity: 1 !important;
|
||||||
|
z-index: 1 !important;
|
||||||
|
transform: scale(1, 1) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.central-box {
|
||||||
|
margin-top: var(--tabs-margin) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.TabsPanel .new-tab-btns {
|
||||||
|
padding: 0 var(--tabs-margin) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#new-tab-btn {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.NavigationBar {
|
||||||
|
border-radius: 6px !important;
|
||||||
|
margin: 0.3px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#nav_bar {
|
||||||
|
background-color: transparent !important;
|
||||||
|
padding: var(--tabs-margin) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media not -moz-pref( "uc.tweak.sidebery.top-navbar") {
|
||||||
|
.top-horizontal-box {
|
||||||
|
order: 100 !important;
|
||||||
|
margin-bottom: var(--tabs-margin) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.NavigationBar.-top .hidden-panels-popup {
|
||||||
|
position: absolute !important;
|
||||||
|
margin-top: -1000px !important;
|
||||||
|
top: auto !important;
|
||||||
|
bottom: 36px !important;
|
||||||
|
}
|
||||||
|
.NavigationBar.-top .hidden-panels-popup-layer::before {
|
||||||
|
display: none !important;
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
} @media -moz-pref( "uc.tweak.sidebery.top-navbar") {
|
||||||
|
.top-horizontal-box {
|
||||||
|
margin-top: var(--tabs-margin) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media -moz-pref( "uc.tweak.sidebery.big-pinned") {
|
||||||
|
.PinnedTabsBar {
|
||||||
|
display: grid !important;
|
||||||
|
grid-gap: calc(3 * var(--tabs-margin)) !important;
|
||||||
|
grid-template-rows: 3rem;
|
||||||
|
grid-auto-rows: 3rem;
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(min(100%, 3rem), 1fr));
|
||||||
|
}
|
||||||
|
|
||||||
|
.Tab[data-pin="true"] {
|
||||||
|
width: 100% !important;
|
||||||
|
height: 100% !important;
|
||||||
|
&:not([data-active="true"]) .body {
|
||||||
|
background-color: color-mix(
|
||||||
|
in oklab,
|
||||||
|
var(--tabs-activated-bg) 25%,
|
||||||
|
transparent
|
||||||
|
) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* tab audio indicator */
|
||||||
|
.Tab .audio {
|
||||||
|
top: 2px !important;
|
||||||
|
left: 2px !important;
|
||||||
|
height: 12px !important;
|
||||||
|
width: 12px !important;
|
||||||
|
}
|
||||||
|
.Tab .child-count {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
.Tab[data-audible="true"] .t-box .title,
|
||||||
|
.Tab[data-muted="true"] .t-box .title,
|
||||||
|
.Tab[data-paused="true"] .t-box .title {
|
||||||
|
transform: translateX(0px) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* replace new tab panel and new tab button with plus */
|
||||||
|
.NavigationBar #add_tp.nav-item .icon,
|
||||||
|
.new-tab-btn > svg {
|
||||||
|
fill: transparent;
|
||||||
|
/* background-color: var(--nav-btn-fg);*/
|
||||||
|
background-color: transparent;
|
||||||
|
mask: url("chrome://global/skin/icons/plus.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-item .audio,
|
||||||
|
.nav-item .bookmarks-badge-icon {
|
||||||
|
/* background-color: var(--frame-bg) !important;*/
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* new tab button */
|
||||||
|
.TabsPanel .new-tab-btns {
|
||||||
|
height: calc(var(--tabs-height) + var(--tabs-margin)) !important;
|
||||||
|
width: calc(100% - var(--tabs-margin) * 2) !important;
|
||||||
|
padding: 0px !important;
|
||||||
|
padding-bottom: var(--tabs-margin) !important;
|
||||||
|
margin: 0 var(--tabs-margin);
|
||||||
|
border-radius: var(--tabs-border-radius);
|
||||||
|
|
||||||
|
position: relative !important;
|
||||||
|
overflow: clip !important;
|
||||||
|
|
||||||
|
& .new-tab-btn {
|
||||||
|
width: 100% !important;
|
||||||
|
height: 100% !important;
|
||||||
|
|
||||||
|
justify-content: flex-start !important;
|
||||||
|
flex-wrap: nowrap !important;
|
||||||
|
overflow: clip !important;
|
||||||
|
min-width: unset !important;
|
||||||
|
position: relative !important;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
content: "New Tab";
|
||||||
|
position: relative;
|
||||||
|
margin-left: calc(
|
||||||
|
var(--tabs-inner-gap) + var(--tabs-inner-gap) + 2px + 16px
|
||||||
|
) !important;
|
||||||
|
width: calc(
|
||||||
|
100% - (var(--tabs-inner-gap) + var(--tabs-inner-gap) + 2px + 16px)
|
||||||
|
) !important;
|
||||||
|
|
||||||
|
font: var(--tabs-font);
|
||||||
|
color: var(--tabs-normal-fg);
|
||||||
|
white-space: nowrap;
|
||||||
|
display: block !important;
|
||||||
|
box-sizing: border-box;
|
||||||
|
text-align: start;
|
||||||
|
overflow: hidden;
|
||||||
|
transition: transform var(--d-fast);
|
||||||
|
mask: linear-gradient(-90deg, transparent, #000 8px, #000);
|
||||||
|
margin-right: 2px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
& svg {
|
||||||
|
margin: 0 var(--tabs-inner-gap) 0 calc(var(--tabs-inner-gap) + 2px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
73
de/home/.librewolf/school/chrome/userChrome.css
Normal file
73
de/home/.librewolf/school/chrome/userChrome.css
Normal file
|
|
@ -0,0 +1,73 @@
|
||||||
|
#TabsToolbar {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
#navigator-toolbox {
|
||||||
|
border-bottom: none !important;
|
||||||
|
}
|
||||||
|
#sidebar-splitter {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
/* #sidebar-header is hidden by default, change "none" to "inherit" to restore it. */
|
||||||
|
#sidebar-header {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
:root {
|
||||||
|
--tabpanel-background-color: #11131766 !important;
|
||||||
|
--toolbar-bgcolor: #d8af5f33 !important;
|
||||||
|
--toolbar-field-background-color: transparent !important;
|
||||||
|
--urlbar-box-bgcolor: transparent !important;
|
||||||
|
}
|
||||||
|
/*#tabbrowser-tabpanels {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
flex-grow: 0;
|
||||||
|
}*/
|
||||||
|
/*.browserStack > browser {*/
|
||||||
|
/*.deck-selected {
|
||||||
|
border: 5px solid red;
|
||||||
|
}*/
|
||||||
|
.urlbar-input-container {
|
||||||
|
text-align: center !important;
|
||||||
|
}
|
||||||
|
#tabbrowser-tabpanels {
|
||||||
|
margin: 10px !important;
|
||||||
|
margin-left: 10px !important;
|
||||||
|
border-radius: 12px !important;
|
||||||
|
* { border-radius: 12px !important; }
|
||||||
|
}
|
||||||
|
#urlbar-searchmode-switcher {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
#sidebar-box {
|
||||||
|
background-color: transparent !important;
|
||||||
|
/* background-color: #11131766 !important;*/
|
||||||
|
margin: 10px !important;
|
||||||
|
margin-right: 0px !important;
|
||||||
|
border-radius: 10px !important;
|
||||||
|
* { border-radius: 10px !important; }
|
||||||
|
}
|
||||||
|
/*:root { --tabpanel-background-color: #11131700 !important; }*/
|
||||||
|
/*:root { --tabpanel-background-color: rgba(17,19,23,1) !important; }*/
|
||||||
|
|
||||||
|
/*************************************************************************************************************************************************************************************************************************************************************
|
||||||
|
|
||||||
|
"userChrome.css" is a custom CSS file that can be used to specify CSS style rules for Floorp's interface (NOT internal site) using "chrome" privileges.
|
||||||
|
For instance, if you want to hide the tab bar, you can use the following CSS rule:
|
||||||
|
|
||||||
|
**************************************
|
||||||
|
#TabsToolbar { *
|
||||||
|
display: none !important; *
|
||||||
|
} *
|
||||||
|
**************************************
|
||||||
|
|
||||||
|
NOTE: You can use the userChrome.css file without change preferences (about:config)
|
||||||
|
|
||||||
|
Quote: https://userChrome.org | https://github.com/topics/userchrome
|
||||||
|
|
||||||
|
************************************************************************************************************************************************************************************************************************************************************/
|
||||||
|
|
||||||
|
@charset "UTF-8";
|
||||||
|
@-moz-document url(chrome://browser/content/browser.xhtml) {
|
||||||
|
/* Please write your custom CSS under this line*/
|
||||||
|
|
||||||
|
}
|
||||||
109
de/home/.librewolf/school/chrome/userContent.css
Normal file
109
de/home/.librewolf/school/chrome/userContent.css
Normal file
|
|
@ -0,0 +1,109 @@
|
||||||
|
@import url("sidebery.css");
|
||||||
|
/*************************************************************************************************************************************************************************************************************************************************************
|
||||||
|
|
||||||
|
"userContent.css" is a custom CSS file that can be used to specify CSS style rules for Firefox's intenal site using "chrome" privileges.
|
||||||
|
For instance, if you want to apply CSS at "about:newtab" and "about:home", you can use the following CSS rule:
|
||||||
|
|
||||||
|
***********************************************************************
|
||||||
|
@-moz-document url-prefix("about:newtab"), url-prefix("about:home") { *
|
||||||
|
|
||||||
|
background-color: green;
|
||||||
|
|
||||||
|
*
|
||||||
|
* Write your css * *
|
||||||
|
*
|
||||||
|
} *
|
||||||
|
***********************************************************************
|
||||||
|
|
||||||
|
NOTE: You can use the userContent.css file without change preferences (about:config)
|
||||||
|
|
||||||
|
************************************************************************************************************************************************************************************************************************************************************/
|
||||||
|
|
||||||
|
@charset "UTF-8";
|
||||||
|
/* Please write your custom CSS under this line*/
|
||||||
|
:root {
|
||||||
|
/* --pogmom-background-color: rgba({{{bg-red}}},{{{bg-green}}},{{{bg-blue}}},{{{bg-alpha}}});*/
|
||||||
|
/* */
|
||||||
|
--pogmom-background-color: transparent;
|
||||||
|
/* --darkreader-background-ffffff: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-bg--color-main-background-blur: var(--pogmom-background-color) !important;*/
|
||||||
|
/* html,body {
|
||||||
|
[class*="header"],[class*="wrap"] {
|
||||||
|
background-color: var(--pogmom-background-color) !important;*/
|
||||||
|
/* --background-color: var(--pogmom-background-color) !important;
|
||||||
|
--image-background: none;
|
||||||
|
--darkreader-bg--bgColor-default: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-neutral-background: var(--pogmom-background-color) !important;
|
||||||
|
--in-content-page-background: #00000000 !important;
|
||||||
|
--in-content-box-background: #00000088 !important;
|
||||||
|
--darkreader-bg--theme-bg-home: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-bg--theme-bg-home-custom: var(--pogmom-background-color) !important;
|
||||||
|
--color-background-plain: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-bg--bgColor-canvas-default: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-background-ffffff: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-bg--main-bg-color: var(--pogmom-background-color) !important;*/
|
||||||
|
/*background-color: transparent !important;*/
|
||||||
|
/* }*/
|
||||||
|
/* --background-color: var(--pogmom-background-color) !important;
|
||||||
|
--image-background: none;
|
||||||
|
--darkreader-bg--bgColor-default: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-neutral-background: var(--pogmom-background-color) !important;
|
||||||
|
--in-content-page-background: #00000000 !important;
|
||||||
|
--in-content-box-background: #00000088 !important;
|
||||||
|
--darkreader-bg--theme-bg-home: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-bg--theme-bg-home-custom: var(--pogmom-background-color) !important;
|
||||||
|
--color-background-plain: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-bg--bgColor-canvas-default: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-background-ffffff: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-bg--main-bg-color: var(--pogmom-background-color) !important;*/
|
||||||
|
/* background-color: transparent !important;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
/* html,
|
||||||
|
body {
|
||||||
|
--darkreader-background-ffffff: var(--pogmom-background-color) !important;
|
||||||
|
background-color: var(--pogmom-background-color) !important;
|
||||||
|
}*/
|
||||||
|
/* html,
|
||||||
|
body {
|
||||||
|
--image-background: none;
|
||||||
|
--darkreader-bg--theme-bg-home-custom: var(--pogmom-background-color) !important;
|
||||||
|
--darkreader-bg--theme-bg-home: var(--pogmom-background-color) !important;
|
||||||
|
--color-background-plain: var(--pogmom-background-color) !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;
|
||||||
|
--darkreader-bg--main-bg-color: var(--pogmom-background-color) !important;
|
||||||
|
}*/
|
||||||
|
@-moz-document domain(cloud.pogmom.me) {
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
background-image: none !important;
|
||||||
|
--image-background: none;
|
||||||
|
background-color: var(--pogmom-background-color) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-document domain(pogmom.me) {
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
background-image: none !important;
|
||||||
|
--image-background: none;
|
||||||
|
background-color: var(--pogmom-background-color) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-document url-prefix("about"){
|
||||||
|
* {
|
||||||
|
background-color: var(--pogmom-background-color) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-document domain(*.*) {
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
background-image: none !important;
|
||||||
|
background-color: var(--pogmom-background-color) !important;
|
||||||
|
* {
|
||||||
|
background: var(--pogmom-background-color) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -12,11 +12,11 @@
|
||||||
--tabs-height: 30px !important;
|
--tabs-height: 30px !important;
|
||||||
--nav-btn-width: 30px !important;
|
--nav-btn-width: 30px !important;
|
||||||
--nav-btn-height: 28px !important;
|
--nav-btn-height: 28px !important;
|
||||||
--active-el-bg: #4a5f7672 !important;
|
--active-el-bg: #4a5f768c !important;
|
||||||
--tabs-border-radius: 8px !important;
|
--tabs-border-radius: 8px !important;
|
||||||
|
|
||||||
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
|
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
|
||||||
/* background-color: #4a5f7672 !important;*/
|
/* background-color: #4a5f768c !important;*/
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
--frame-bg: transparent !important;
|
--frame-bg: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
:root {
|
:root {
|
||||||
--tabpanel-background-color: #1113177f !important;
|
--tabpanel-background-color: #11131799 !important;
|
||||||
--toolbar-bgcolor: #4a5f7672 !important;
|
--toolbar-bgcolor: #4a5f768c !important;
|
||||||
--toolbar-field-background-color: transparent !important;
|
--toolbar-field-background-color: transparent !important;
|
||||||
--urlbar-box-bgcolor: transparent !important;
|
--urlbar-box-bgcolor: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
}
|
}
|
||||||
#sidebar-box {
|
#sidebar-box {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
/* background-color: #1113177f !important;*/
|
/* background-color: #11131799 !important;*/
|
||||||
margin: 10px !important;
|
margin: 10px !important;
|
||||||
margin-right: 0px !important;
|
margin-right: 0px !important;
|
||||||
border-radius: 10px !important;
|
border-radius: 10px !important;
|
||||||
|
|
|
||||||
|
|
@ -59,3 +59,4 @@
|
||||||
.local/bin/nf-list
|
.local/bin/nf-list
|
||||||
.var/app/dev.vencord.Vesktop/config/vesktop/themes/Translucence.theme.css
|
.var/app/dev.vencord.Vesktop/config/vesktop/themes/Translucence.theme.css
|
||||||
.var/app/dev.vencord.Vesktop/config/vesktop/themes/source.css
|
.var/app/dev.vencord.Vesktop/config/vesktop/themes/source.css
|
||||||
|
.local/share/dbus-1/services
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue