|
@ -25,9 +25,9 @@ |
|
|
Replace `--main-bg-color` with a wallpaper you have uploaded to Organizr |
|
|
Replace `--main-bg-color` with a wallpaper you have uploaded to Organizr |
|
|
|
|
|
|
|
|
```css |
|
|
```css |
|
|
@import "https://gilbn.github.io/theme.park/CSS/addons/organizr/glass/glass-base.css"; |
|
|
@import "https://theme-park.dev/CSS/addons/organizr/glass/glass-base.css"; |
|
|
:root { |
|
|
:root { |
|
|
--main-bg-color: url(https://gilbn.github.io/theme.park/CSS/addons/organizr/glass/example.jpg) center center/cover no-repeat fixed; |
|
|
--main-bg-color: url(https://theme-park.dev/CSS/addons/organizr/glass/example.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; |
|
|
|
|
|
|
|
|
--link-color: #fff; |
|
|
--link-color: #fff; |
|
@ -90,12 +90,12 @@ Here are the other theme colors if you want to use that instead: |
|
|
If you just want the login and lockscreen css, just add this in custom CSS: |
|
|
If you just want the login and lockscreen css, just add this in custom CSS: |
|
|
|
|
|
|
|
|
```css |
|
|
```css |
|
|
@import "https://gilbn.github.io/theme.park/CSS/addons/organizr/glass/glass-login.css"; |
|
|
@import "https://theme-park.dev/CSS/addons/organizr/glass/glass-login.css"; |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
You can change the blur background color by adding the variables above. The default is dark. |
|
|
You can change the blur background color by adding the variables above. The default is dark. |
|
|
```css |
|
|
```css |
|
|
@import "https://gilbn.github.io/theme.park/CSS/addons/organizr/glass/glass-login.css"; |
|
|
@import "https://theme-park.dev/CSS/addons/organizr/glass/glass-login.css"; |
|
|
:root { |
|
|
:root { |
|
|
--div-background-color-10: rgba(255, 255, 255, 0.10); |
|
|
--div-background-color-10: rgba(255, 255, 255, 0.10); |
|
|
--div-background-color-15: rgba(255, 255, 255, 0.15); |
|
|
--div-background-color-15: rgba(255, 255, 255, 0.15); |
|
|