diff options
| author | Bobby <[email protected]> | 2024-12-12 13:49:07 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-12-12 13:49:07 -0500 |
| commit | 281b7301c8d97051e28608789ce07a5d505e476c (patch) | |
| tree | 64b4239d46e5b1125a7fb697202a1146018acb1e /static/css/shared/left-sidebar.css | |
| parent | c0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c (diff) | |
| download | thatcomputerscientist-281b7301c8d97051e28608789ce07a5d505e476c.tar.xz thatcomputerscientist-281b7301c8d97051e28608789ce07a5d505e476c.zip | |
more changes to home page
Diffstat (limited to 'static/css/shared/left-sidebar.css')
| -rw-r--r-- | static/css/shared/left-sidebar.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/static/css/shared/left-sidebar.css b/static/css/shared/left-sidebar.css new file mode 100644 index 00000000..a962b239 --- /dev/null +++ b/static/css/shared/left-sidebar.css @@ -0,0 +1,50 @@ +@font-face { + font-family: 'SweetFairy'; + src: url('../../fonts/SWEETFAIRY.otf') format('opentype'); + font-weight: bold; + font-style: normal; +} + +/* Navigation Links */ +.navigation-links { + margin: 24px 0px; +} + +.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; +} + +.navigation-title-container { + background-color: #311B4F; + padding: 10px; + border-top-left-radius: 8px; + border-top-right-radius: 8px; +} + +html[lang='en'] .navigation-title { + font-size: 18px; +} + +html[lang='ja'] .navigation-title { + font-size: 14px; +} + +.navigation-item { + display: flex; + align-items: center; + margin: 4px 0px; +} + +.navigation-items-container { + background-color: #f4f1e90f; + padding: 10px; + border-bottom-left-radius: 8px; + border-bottom-right-radius: 8px; +} + +.navigation-item img { + width: 20px; + margin-right: 8px; +}
\ No newline at end of file |
