aboutsummaryrefslogtreecommitdiff
path: root/static/css/shared/core.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-03-10 21:22:04 +0530
committerBobby <[email protected]>2025-03-10 21:22:04 +0530
commitf5ef9d42ebe7b2be932b35db7c5d801e9cfeb2c1 (patch)
treeed065e5e65500fe8f804cb4ac003caa3623817b5 /static/css/shared/core.css
parenta9c4481356e54317584a4f92d7329364f8ad99e3 (diff)
downloadthatcomputerscientist-f5ef9d42ebe7b2be932b35db7c5d801e9cfeb2c1.tar.xz
thatcomputerscientist-f5ef9d42ebe7b2be932b35db7c5d801e9cfeb2c1.zip
refactor code; add genre colors; rename video player class
Diffstat (limited to 'static/css/shared/core.css')
-rw-r--r--[-rwxr-xr-x]static/css/shared/core.css17
1 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;