diff options
author | marlonivo <email@marlonivo.xyz> | 2024-08-09 04:45:37 +0000 |
---|---|---|
committer | marlonivo <email@marlonivo.xyz> | 2024-08-09 04:45:37 +0000 |
commit | 6142106b615db17313606a82e7c28b7f64131a19 (patch) | |
tree | 5f93d3046ec7f64a6144b5b31e8fc0b5e3e33679 /chrome/userContent.css | |
parent | 30f9b7c04137885d90d13e8d7ab5091f2dd33f63 (diff) |
update
Diffstat (limited to 'chrome/userContent.css')
-rw-r--r-- | chrome/userContent.css | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/chrome/userContent.css b/chrome/userContent.css new file mode 100644 index 0000000..8097720 --- /dev/null +++ b/chrome/userContent.css @@ -0,0 +1,52 @@ +/* ------------------- Firefox Background Image -------------------*/ + +@-moz-document url("about:home"), url("about:blank") { + body { + background: #f9a url("/home/artix/.mozilla/firefox/3qd5xcv8.default-release/chrome/img/unifox.jpg") no-repeat center center fixed !important; + background-size: cover !important; + } + .logo { + display: inline-block; + height: 82px; + width: 82px; + background: url("/home/artix/.mozilla/firefox/3qd5xcv8.default-release/chrome/img/unifox.png") no-repeat center center; + background-size: auto; + background-size: 82px; + } + + .wordmark { + background: url("/home/artix/.mozilla/firefox/3qd5xcv8.default-release/chrome/img/unifox-wordmark.svg") no-repeat center center; + background-size: contain; + -moz-context-properties: fill; + display: inline-block; + fill: light-dark(#20123A, #fbfbfe); + height: 82px; + margin-inline-start: 16px; + width: 134px; + } + } + +@-moz-document url("about:newtab"), url("about:privatebrowsing") { + .click-target-container *, .top-sites-list * { + text-shadow: 2px 2px 2px #222 !important; + } + body::before { + content: ""; + z-index: -1; + position: fixed; + top: 0; + left: 0; + background: #f9a no-repeat url("/home/artix/.mozilla/firefox/3qd5xcv8.default-release/chrome/img/unifox.jpg") center; + background-size: cover; + width: 100vw; + height: 100vh; + } +} + +/* ------------------- Firefox Global Styling ------------------- */ + + + + + + |