Browse Source

deploy: 1b3b560135

live_develop
GilbN 3 years ago
parent
commit
8104d523f6
  1. 2
      css/base/bitwarden/aquamarine.css
  2. 34
      css/base/bitwarden/bitwarden-base.css
  3. 2
      css/base/bitwarden/blackberry-abyss.css
  4. 2
      css/base/bitwarden/blackberry-amethyst.css
  5. 2
      css/base/bitwarden/blackberry-carol.css
  6. 2
      css/base/bitwarden/blackberry-dreamscape.css
  7. 2
      css/base/bitwarden/blackberry-flamingo.css
  8. 2
      css/base/bitwarden/blackberry-hearth.css
  9. 2
      css/base/bitwarden/blackberry-martian.css
  10. 2
      css/base/bitwarden/blackberry-pumpkin.css
  11. 2
      css/base/bitwarden/blackberry-royal.css
  12. 2
      css/base/bitwarden/blackberry-shadow.css
  13. 2
      css/base/bitwarden/blackberry-solar.css
  14. 2
      css/base/bitwarden/blackberry-vanta.css
  15. 2
      css/base/bitwarden/dark.css
  16. 2
      css/base/bitwarden/dracula.css
  17. 2
      css/base/bitwarden/hotline-old.css
  18. 2
      css/base/bitwarden/hotline.css
  19. 2
      css/base/bitwarden/hotpink.css
  20. 2
      css/base/bitwarden/mind.css
  21. 2
      css/base/bitwarden/nord.css
  22. 2
      css/base/bitwarden/onedark.css
  23. 2
      css/base/bitwarden/organizr.css
  24. 2
      css/base/bitwarden/overseerr.css
  25. 2
      css/base/bitwarden/pine-shadow.css
  26. 2
      css/base/bitwarden/plex.css
  27. 2
      css/base/bitwarden/power.css
  28. 2
      css/base/bitwarden/reality.css
  29. 2
      css/base/bitwarden/soul.css
  30. 2
      css/base/bitwarden/space-gray.css
  31. 2
      css/base/bitwarden/space.css
  32. 2
      css/base/bitwarden/time.css
  33. 2
      themes.json

2
css/base/bitwarden/aquamarine.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/theme-options/aquamarine.css?sha=9f566db4c37537f2eacca0461406e5efd5881cd7");

34
css/base/bitwarden/bitwarden-base.css

@ -51,6 +51,7 @@ app-org-vault-groupings .card li.active>div a:first-of-type,
html[class*="theme_"] a {
color: var(--link-color-hover) !important;
}
html[class*="theme_"] #totpImage {
background: lightgray;
}
@ -120,6 +121,10 @@ html[class*="theme_"] .card-body:not(.bg-light>.card-body) {
color: var(--text);
}
html[class*="theme_"] a.text-body {
color: var(--text-hover)
}
app-vault-groupings .card li.active>a:first-of-type,
app-vault-groupings .card li.active>div a:first-of-type,
app-vault-groupings .card li.active>div>.fa {
@ -127,13 +132,14 @@ app-vault-groupings .card li.active>div>.fa {
}
body>app-root>app-user-layout>app-tools>div>div>div.col-9>app-password-generator>div.card.card-password.bg-light.my-4,
body > app-root > app-user-layout > app-tools > div > div > div.col-9 > app-password-generator > div.card.card-password.bg-light.my-4 > div {
body>app-root>app-user-layout>app-tools>div>div>div.col-9>app-password-generator>div.card.card-password.bg-light.my-4>div {
background-color: rgb(0 0 0 / 15%) !important;
}
html[class*="theme_"] .password-number {
color: rgb(var(--accent-color));
}
html[class*="theme_"] .password-letter {
color: white;
}
@ -150,6 +156,7 @@ html[class*="theme_"] .modal-header {
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
}
html[class*="theme_"] .modal-body {
background: var(--modal-bg-color);
background-repeat: repeat, no-repeat;
@ -160,6 +167,7 @@ html[class*="theme_"] .modal-body {
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
}
html[class*="theme_"] .modal-footer {
border-top: 1px solid rgba(255, 255, 255, 0.1);
background: var(--modal-footer-color);
@ -228,7 +236,8 @@ html[class*="theme_"] .modal-footer {
}
/* FORMS */
html[class*="theme_"] label.form-check-label, html[class*="theme_"] .form-control-file {
html[class*="theme_"] label.form-check-label,
html[class*="theme_"] .form-control-file {
color: var(--text);
}
@ -269,7 +278,8 @@ select:focus {
box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
} */
html[class*="theme_"] .dropdown-menu, html[class*="theme_"] .dropdown-item {
html[class*="theme_"] .dropdown-menu,
html[class*="theme_"] .dropdown-item {
background: #1f1f1f;
color: #fff;
}
@ -299,7 +309,17 @@ a.text-danger:focus {
/* SETTINGS */
html[class*="theme_"] .page-header, html[class*="theme_"] .secondary-header {
html[class*="theme_"] .page-header,
html[class*="theme_"] .secondary-header {
border-bottom: 1px solid rgb(255 255 255 / 30%);
}
html[class*="theme_"] .page-header,
html[class*="theme_"] .secondary-header {
border-bottom: 1px solid rgb(255 255 255 / 30%);
}
html[class*="theme_"] .footer {
border-bottom: 1px solid rgb(255 255 255 / 30%);
}
@ -450,6 +470,11 @@ html[class*="theme_"] .btn-outline-secondary:active {
opacity: .8;
}
html[class*="theme_"] .badge-info {
background-color: var(--button-color);
color: var(--label-text-color);
}
/* Org */
.org-nav {
background: var(--main-bg-color);
@ -587,6 +612,7 @@ input:focus:-ms-input-placeholder {
--bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--text-hover);
}
html[class*="theme_"] .table td {
color: var(--text);
}

2
css/base/bitwarden/blackberry-abyss.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-abyss.css?sha=5e806cb7efad3e1ac97e985f71d7a631a1b7f02b");

2
css/base/bitwarden/blackberry-amethyst.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-amethyst.css?sha=bfb208569a57c23e562781bcbcc25c05779421de");

2
css/base/bitwarden/blackberry-carol.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-carol.css?sha=39e2106043161e407b4e509e8d8323121fef6950");

2
css/base/bitwarden/blackberry-dreamscape.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-dreamscape.css?sha=0ad15b8d2215b7528e27f3bd65f1cb0c42453be0");

2
css/base/bitwarden/blackberry-flamingo.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-flamingo.css?sha=4ddeb117541753969da70820d8205aef771e37b4");

2
css/base/bitwarden/blackberry-hearth.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-hearth.css?sha=979626f867e9a9a91664f2b6da66d478040dc8fb");

2
css/base/bitwarden/blackberry-martian.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-martian.css?sha=f6fcaa104ff119d049fb72cebe2e6e620db1aa04");

2
css/base/bitwarden/blackberry-pumpkin.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-pumpkin.css?sha=0ba03cc3999c36f3ef7c0eae7f381cdcbdfd7f33");

2
css/base/bitwarden/blackberry-royal.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-royal.css?sha=4bb56762e9469e831edf005100b9bd04849ad55c");

2
css/base/bitwarden/blackberry-shadow.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-shadow.css?sha=f8e59fbf4720063a949e1be5cb16ebef094dc724");

2
css/base/bitwarden/blackberry-solar.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-solar.css?sha=429071cc7b6204555899a4942d47446f54cc19c5");

2
css/base/bitwarden/blackberry-vanta.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-vanta.css?sha=45a001fcfcf1fae8d40216146f38595fcfc76738");

2
css/base/bitwarden/dark.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/theme-options/dark.css?sha=dc21605e303d094fed0564a15fb983d81bcd33dd");

2
css/base/bitwarden/dracula.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/theme-options/dracula.css?sha=5abf85508d87243007cf5f4fda34a60340583466");

2
css/base/bitwarden/hotline-old.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/hotline-old.css?sha=73fce8f3f316c64b864e8b0502de0005f3883df4");

2
css/base/bitwarden/hotline.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/theme-options/hotline.css?sha=e027feaeea0f623144af4c45b61e332a0757f5fb");

2
css/base/bitwarden/hotpink.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/theme-options/hotpink.css?sha=2f3974c084d053521362bae34d415f3614dba2e2");

2
css/base/bitwarden/mind.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/mind.css?sha=fb9b9d13dcaae0d46499acbbae405bbc23ae37cb");

2
css/base/bitwarden/nord.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/theme-options/nord.css?sha=353cb0383f78b2afa4de7784d536d637f3c3666d");

2
css/base/bitwarden/onedark.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/onedark.css?sha=cbccbf4366ab59bd2b9253c221b1f093c2e85118");

2
css/base/bitwarden/organizr.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/theme-options/organizr.css?sha=aa8d9d5c1b897b8f6d27ff274b073595b3d45741");

2
css/base/bitwarden/overseerr.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/theme-options/overseerr.css?sha=7e3a8e3ca21dd82641113cf53f071a89252c7235");

2
css/base/bitwarden/pine-shadow.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/pine-shadow.css?sha=036469076b14e6d2336d2c88a6f43e28d88ea4dd");

2
css/base/bitwarden/plex.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/theme-options/plex.css?sha=6059a0bddd6ce8c60be5cd95b302a00654e92dfa");

2
css/base/bitwarden/power.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/power.css?sha=b5e32f47b689d875d059da53f047527531aa0b68");

2
css/base/bitwarden/reality.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/reality.css?sha=8eadacd5602439f8430ccad8dba4e2465d87629f");

2
css/base/bitwarden/soul.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/soul.css?sha=2ce22d7b1fd2867393fd066ea97ed3adbf15764f");

2
css/base/bitwarden/space-gray.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/theme-options/space-gray.css?sha=566e5616a8e48be2d0670d3f4d1ce106d2616ea2");

2
css/base/bitwarden/space.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/space.css?sha=59325481dd9ca66fba178e67cd83311abbc72b91");

2
css/base/bitwarden/time.css

@ -1,2 +1,2 @@
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d");
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf");
@import url("https://develop.theme-park.dev/css/community-theme-options/time.css?sha=80ade11270c72eca1a32c2c47f8bbf2c75308681");

2
themes.json

@ -185,7 +185,7 @@
},
"bitwarden": {
"addons": {},
"base_css": "https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"
"base_css": "https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=073c73f895b44a0ab871e495cc8fd2c3e7595cdf"
},
"calibreweb": {
"addons": {},

Loading…
Cancel
Save