diff options
Diffstat (limited to 'static/css/shared/core.css')
| -rw-r--r--[-rwxr-xr-x] | static/css/shared/core.css | 17 |
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; |
