Browse Source

fixed error on hydra

pull/16/head
gilbN 6 years ago
parent
commit
69c4177526
  1. 2
      CSS/themes/nzbhydra2/aquamarine.css
  2. 2
      CSS/themes/nzbhydra2/dark.css
  3. 2
      CSS/themes/nzbhydra2/hotline.css
  4. 2
      CSS/themes/nzbhydra2/plex.css
  5. 2
      CSS/themes/nzbhydra2/space-gray.css

2
CSS/themes/nzbhydra2/aquamarine.css

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 AQUAMARINE THEME */ /* NZBHYDRA2 AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra2-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

2
CSS/themes/nzbhydra2/dark.css

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 DARK THEME */ /* NZBHYDRA2 DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra2-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;

2
CSS/themes/nzbhydra2/hotline.css

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 HOTLINE THEME */ /* NZBHYDRA2 HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra2-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;

2
CSS/themes/nzbhydra2/plex.css

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 PLEX THEME */ /* NZBHYDRA2 PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra2-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;

2
CSS/themes/nzbhydra2/space-gray.css

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 SPACE GRAY THEME */ /* NZBHYDRA2 SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra2-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
:root { :root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;

Loading…
Cancel
Save