1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-09 04:32:36 +01:00

moved organizr-base-old.css to addons folder, closes #281

This commit is contained in:
GilbN 2021-11-02 00:27:30 +01:00
parent 46a941419c
commit ba4060ee14
2 changed files with 1368 additions and 2 deletions

View File

@ -1,8 +1,8 @@
/* Set the Organizr theme to either Aquamarine or Hotline */ /* Set the Organizr theme to either Aquamarine or Hotline */
/* Import the glass-base.css and root variables in the Custom Theme CSS box like below */ /* Import the glass-base.css and root variables in the Custom Theme CSS box like below */
/* /*
@import "https://theme-park.dev/CSS/themes/organizr/organizr-base-old.css" @import "https://theme-park.dev/css/addons/organizr/glass/organizr-base-old.css"
@import "https://theme-park.dev/CSS/addons/organizr/glass-base.css"; @import "https://theme-park.dev/css/addons/organizr/glass/glass-base.css";
:root { :root {
--main-bg-color: url(https://domain.com/your/hosted/wallpaper.jpg) center center/cover no-repeat fixed; --main-bg-color: url(https://domain.com/your/hosted/wallpaper.jpg) center center/cover no-repeat fixed;
--mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

File diff suppressed because it is too large Load Diff