From f5ef9d42ebe7b2be932b35db7c5d801e9cfeb2c1 Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 10 Mar 2025 21:22:04 +0530 Subject: refactor code; add genre colors; rename video player class --- static/css/shared/core.css | 17 ++++++++++++++++- static/css/shared/directory.css | 0 static/css/shared/kawaiibeats.css | 0 static/css/shared/login-area.css | 0 4 files changed, 16 insertions(+), 1 deletion(-) mode change 100755 => 100644 static/css/shared/core.css mode change 100755 => 100644 static/css/shared/directory.css mode change 100755 => 100644 static/css/shared/kawaiibeats.css mode change 100755 => 100644 static/css/shared/login-area.css (limited to 'static/css/shared') diff --git a/static/css/shared/core.css b/static/css/shared/core.css old mode 100755 new mode 100644 index de275aa1..0a87f989 --- 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; @@ -213,6 +222,12 @@ img { margin: 24px 0px; } +.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); diff --git a/static/css/shared/directory.css b/static/css/shared/directory.css old mode 100755 new mode 100644 diff --git a/static/css/shared/kawaiibeats.css b/static/css/shared/kawaiibeats.css old mode 100755 new mode 100644 diff --git a/static/css/shared/login-area.css b/static/css/shared/login-area.css old mode 100755 new mode 100644 -- cgit v1.2.3