diff options
| author | Bobby <[email protected]> | 2025-03-10 21:22:04 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-03-10 21:22:04 +0530 |
| commit | f5ef9d42ebe7b2be932b35db7c5d801e9cfeb2c1 (patch) | |
| tree | ed065e5e65500fe8f804cb4ac003caa3623817b5 /static/css/shared | |
| parent | a9c4481356e54317584a4f92d7329364f8ad99e3 (diff) | |
| download | thatcomputerscientist-f5ef9d42ebe7b2be932b35db7c5d801e9cfeb2c1.tar.xz thatcomputerscientist-f5ef9d42ebe7b2be932b35db7c5d801e9cfeb2c1.zip | |
refactor code; add genre colors; rename video player class
Diffstat (limited to 'static/css/shared')
| -rw-r--r--[-rwxr-xr-x] | static/css/shared/core.css | 17 | ||||
| -rw-r--r--[-rwxr-xr-x] | static/css/shared/directory.css | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | static/css/shared/kawaiibeats.css | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | static/css/shared/login-area.css | 0 |
4 files changed, 16 insertions, 1 deletions
diff --git a/static/css/shared/core.css b/static/css/shared/core.css index de275aa1..0a87f989 100755..100644 --- a/static/css/shared/core.css +++ b/static/css/shared/core.css @@ -132,10 +132,19 @@ img { width: 100%; height: 100%; background-color: #000; - opacity: 0.8; + opacity: 0.7; z-index: -99; } +#spaceship { + position: fixed; + width: 500px; + z-index: 1; + bottom: -200px; + left: -500px; + filter: brightness(0.8); +} + /* Layout Structure */ #body-wrapper { position: relative; @@ -214,6 +223,12 @@ img { } .navigation-title { + width: 100%; + border-top-left-radius: 8px; + border-top-right-radius: 8px; +} + +.navigation-title { font-family: 'SweetFairy', sans-serif; filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white) drop-shadow(0px 1px 1px #623795) drop-shadow(0px 1px 1px #623795); color: #623795; diff --git a/static/css/shared/directory.css b/static/css/shared/directory.css index 94941560..94941560 100755..100644 --- a/static/css/shared/directory.css +++ b/static/css/shared/directory.css diff --git a/static/css/shared/kawaiibeats.css b/static/css/shared/kawaiibeats.css index 68e5ee8e..68e5ee8e 100755..100644 --- a/static/css/shared/kawaiibeats.css +++ b/static/css/shared/kawaiibeats.css diff --git a/static/css/shared/login-area.css b/static/css/shared/login-area.css index 3ea863fb..3ea863fb 100755..100644 --- a/static/css/shared/login-area.css +++ b/static/css/shared/login-area.css |
