diff options
| author | Bobby <[email protected]> | 2024-12-15 14:28:53 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-12-15 14:28:53 -0500 |
| commit | 9f9025fe2f70ac500c01473a9659e2ecd1d11774 (patch) | |
| tree | d4e2092afdd26b892cd2ff0445bdfa0e9a4c6713 /static | |
| parent | 05b5afe86134d4807acb8b06485a44e390822127 (diff) | |
| download | thatcomputerscientist-9f9025fe2f70ac500c01473a9659e2ecd1d11774.tar.xz thatcomputerscientist-9f9025fe2f70ac500c01473a9659e2ecd1d11774.zip | |
migrated the blog
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/core/home.css | 59 | ||||
| -rw-r--r-- | static/css/shared/core.css | 13 | ||||
| -rw-r--r-- | static/images/core/gifs/right_hand.gif (renamed from static/images/site/icons/right_hand.gif) | bin | 730 -> 730 bytes |
3 files changed, 18 insertions, 54 deletions
diff --git a/static/css/core/home.css b/static/css/core/home.css index a9647a7c..04cd9acc 100644 --- a/static/css/core/home.css +++ b/static/css/core/home.css @@ -114,7 +114,8 @@ } .anime-image { - width: 100%; + width: 180px; + height: 256px; overflow: hidden; } @@ -152,56 +153,6 @@ .anime:hover { transform: translateY(-2px); transition: transform 0.2s ease; - box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1); -} - -/* -#announcements { - background: url('../images/backgrounds/announcements.png') no-repeat; - background-size: 730px 300px; - position: relative; - margin-top: 15px; - width: 730px; - height: 300px; -} - -#update-gif { - height: 14px; - display: block; - position: relative; - left: 118px; - top: 11px; -} - -marquee { - border: 15px solid transparent; - padding: 15px; - border-image: url('../images/backgrounds/announcements_border.png') 45 round; - width: 480px; - height: 180px; - position: relative; - left: 120px; - top: 23px; - background-color: rgba(0, 0, 0, 0.2); -} - -marquee::after { - position: absolute; - top: -4px; - bottom: -4px; - left: -4px; - right: -4px; - content: ''; - z-index: -1; - border-radius: 16px; -} - -marquee>ul { - text-align: justify; -} - - - -#adfs { - width: 720px; -} */
\ No newline at end of file + text-decoration: none; + color: currentColor; +}
\ No newline at end of file diff --git a/static/css/shared/core.css b/static/css/shared/core.css index be48abf1..e2eafaaa 100644 --- a/static/css/shared/core.css +++ b/static/css/shared/core.css @@ -201,6 +201,19 @@ img { text-align: center; } +.visitor-text { + font-size: 16px; + margin: 12px 0px; +} + +.visitor-count-item { + padding: 4px; + border-radius: 4px; + font-size: 16px; + font-weight: bold; + background: linear-gradient(0deg, #8663e570 60%, #8663e595 60%); +} + /* Navigation Links */ .navigation-links { margin: 24px 0px; diff --git a/static/images/site/icons/right_hand.gif b/static/images/core/gifs/right_hand.gif Binary files differindex 8a14acf4..8a14acf4 100644 --- a/static/images/site/icons/right_hand.gif +++ b/static/images/core/gifs/right_hand.gif |
