diff options
| author | Bobby <[email protected]> | 2023-05-19 17:31:30 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-19 17:31:30 -0400 |
| commit | 7916ab8332935eae49de5b07ba16949bd1bcdfa2 (patch) | |
| tree | bc2b07ff3166e14556178d85b3878730d834f400 /static/css | |
| parent | b532de2f3b0ad75cb3eda787fb49b64e8c4ee032 (diff) | |
| download | thatcomputerscientist-7916ab8332935eae49de5b07ba16949bd1bcdfa2.tar.xz thatcomputerscientist-7916ab8332935eae49de5b07ba16949bd1bcdfa2.zip | |
Font and Sidebar updates + some cleanup
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/home.css | 2 | ||||
| -rw-r--r-- | static/css/sidebar.css | 28 | ||||
| -rw-r--r-- | static/css/styles.css | 19 |
3 files changed, 35 insertions, 14 deletions
diff --git a/static/css/home.css b/static/css/home.css index 156fb323..6f31b5b7 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -79,7 +79,7 @@ marquee { border: 15px solid transparent; padding: 15px; - border-image: url('https://image.slidesdocs.com/responsive-images/docs/pop-art-bubble-dialog-in-shades-of-pink-and-purple-page-border-background-word-template_1ed12b1322__1131_1600.jpg') 45 round; + border-image: url('../images/backgrounds/announcements_border.png') 45 round; width: 480px; height: 180px; position: relative; diff --git a/static/css/sidebar.css b/static/css/sidebar.css index f9d35919..12917902 100644 --- a/static/css/sidebar.css +++ b/static/css/sidebar.css @@ -85,3 +85,31 @@ left: 110px; top: 45px; } + +#navigation-area h2, +#archives-area h2, +#categories-area h2, +#admin-area h2, +#fun-stuff h2 { + background: #311b4f; + padding: 10px 15px; + text-align: left; + margin: 0; + border-top-left-radius: 8px; + border-top-right-radius: 8px; + border-bottom: none; + font-size: 13px; + text-transform: capitalize; +} + +#navigation-area ul, +#archives-area ul, +#categories-area ul, +#admin-area ul, +#fun-stuff ul { + background: #f4f1e90f; + padding: 10px; + border-bottom-left-radius: 8px; + border-bottom-right-radius: 8px; +} + diff --git a/static/css/styles.css b/static/css/styles.css index 4f2a9269..608996dc 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1,26 +1,18 @@ @import url(search.css); @import url(sidebar.css); +@import url('https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,400;0,700;1,400;1,700&display=swap'); body { width: 100%; background: black; font-size: 11px; - font-family: Verdana, Helvetica, Arial, Sans-Serif; + font-family: 'Mali', sans-serif; margin: 0px auto 0px; padding: 0px; color: #dddddd; box-sizing: border-box; } -/* Cursor Styles */ -/* body { - cursor: url("../images/backgrounds/cursor_default.png"), auto; -} - -a { - cursor: url("../images/backgrounds/cursor_link.png"), pointer; -} */ - #bg-video { position: fixed; right: 0; @@ -348,7 +340,7 @@ blockquote { #article-body, #editor-container { - font-size: 13px; + font-size: 11px; text-align: justify; } @@ -356,7 +348,8 @@ blockquote { #editor-container img { height: 300px; float: left; - padding: 0px 13px 0px 0px; + margin: 11px; + margin-left: 0; } #article-body h2, @@ -366,6 +359,6 @@ blockquote { text-transform: uppercase; padding-bottom: 0px; border-bottom: none; - margin: 13px 0px; + margin: 11px 0px; font-size: 14px; }
\ No newline at end of file |
