Browse Source

name fix

pull/110/head^2
Marius 4 years ago
parent
commit
3c7e5f4a90
  1. 2
      CSS/themes/resilio-sync/dark.css
  2. 2
      CSS/themes/resilio-sync/hotline.css
  3. 2
      CSS/themes/resilio-sync/plex.css
  4. 5
      CSS/themes/resilio-sync/resilio-base.css
  5. 2
      CSS/themes/resilio-sync/space-gray.css

2
CSS/themes/resilio-sync/dark.css

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RESILIO-SYNC DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-base.css);
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css);
:root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

2
CSS/themes/resilio-sync/hotline.css

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RESILIO-SYNC HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-base.css);
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css);
:root {
--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;

2
CSS/themes/resilio-sync/plex.css

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RESILIO-SYNC PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-base.css);
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css);
: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;
--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;

5
CSS/themes/resilio-sync/resilio-sync-base.css → CSS/themes/resilio-sync/resilio-base.css

@ -524,7 +524,10 @@ ul.jqueryFileTree a:hover {
text-decoration: underline;
color: var(--text-hover);
}
#my-devices .my-devices .info-button:hover {
background-color: var(--button-color-hover);
color: var(--button-text);
}
/* BUTTONS */
.btn {
border-color: var(--button-color);

2
CSS/themes/resilio-sync/space-gray.css

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RESILIO-SYNC SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-base.css);
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css);
: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;
--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