diff --git a/404.html b/404.html index fd6cf27..e559658 100644 --- a/404.html +++ b/404.html @@ -62,7 +62,7 @@ background-color: #220707; } - pre, p, em, br, a { + p, em, br, a { z-index: 4; opacity: 0.9; diff --git a/archive.html b/archive.html index 0cb45ad..903b30e 100644 --- a/archive.html +++ b/archive.html @@ -55,7 +55,7 @@
-> A RPG gamemode with a explorable world, custom weapons, npc's with AI, and a main quest!
[?] Is currently not being worked on anymore.
..
diff --git a/assets/css/effects.css b/assets/css/effects.css index 8e448b7..a009b28 100644 --- a/assets/css/effects.css +++ b/assets/css/effects.css @@ -77,20 +77,33 @@ em { /* - rounded design - */ /* :root { - --br: 20px; + --br: 20px; } nav ul { - border: solid var(--main-color); - padding: .25em; + border: solid var(--main-color); + padding: 0.5em 0; } nav ul li a { - padding: .5em; + padding: 0.5em; } -summary, #welcome-title, a, .tabs, #pr-list li, img, .grid-row-box, nav ul, .pr-title, .post, .tag { - border-radius: var(--br); +summary, +#welcome-title, +a, +.tabs, +#pr-list li, +img, +.grid-row-box, +nav ul, +.pr-title, +.post, +.tag, +#theme-list p, +.tooltip, +.post-time-to-read { + border-radius: var(--br); } */ /* - additional glow - */ diff --git a/assets/css/style.css b/assets/css/style.css index f87b245..81b93af 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -49,6 +49,10 @@ body { font-family: 'Terminus', 'Courier New', monospace; } +.show-noscript { + display: none; +} + /* BACKGROUND AND OVERLAYS */ #rain-vid, #noise-overlay, @@ -163,7 +167,7 @@ a { a:hover { background-color: var(--main-color); cursor: pointer; - color: rgba(24, 45, 75, 0.616); + color: rgb(28, 38, 53); transition: box-shadow 0.1s, background-color 0s, color 0s; @@ -213,7 +217,7 @@ summary::marker { summary:hover { cursor: pointer; background-color: var(--main-color); - color: rgba(24, 45, 75, 0.616); + color: rgba(24, 45, 75, 0.8); } details[open] summary { @@ -309,8 +313,9 @@ nav ul li a { .tab-active { background-color: var(--main-color); - color: rgba(24, 45, 75, 0.616); + color: rgba(6, 21, 43, 0.664); text-decoration: none; + font-weight: bolder; } /* PRINT ANIMATION WHEN CHANGING TABS AND ON PAGE LOAD */ @@ -401,6 +406,43 @@ nav ul li a { margin-bottom: 0.5em; } +#theme-list p { + border: 1px solid rgba(var(--bg-color), 0.5); + height: 1.75em; +} + +#theme-list p a { + text-transform: uppercase; + text-decoration: none; + height: 100%; + display: flex; + justify-content: center; + align-items: center; + + background: radial-gradient( + ellipse at center, + transparent 0%, + rgba(var(--bg-color), 0.1) 30%, + rgba(var(--bg-color), 0.8) 120% + ); + background-size: 350% 350%; + background-position: center; + transition: background-size 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +#theme-list p a[class*='active'], +#theme-list p a:hover { + box-shadow: none; + color: var(--main-color); + outline: 1px inset var(--main-color); + + background-size: 100% 100%; +} + +#theme-list p a:hover { + filter: brightness(1.25) saturate(1.3); +} + /* PROJECTS TAB */ #pr-list { padding-left: 0; @@ -665,7 +707,7 @@ nav ul li a { } } -@media screen and (max-width: 1050px) { +@media screen and (max-width: 1150px) { #title { font-size: 2.3vw; margin-bottom: 2em; @@ -676,6 +718,9 @@ nav ul li a { .tabs { padding: 0.75em; } + .grid-row-box-shrink { + flex-shrink: 3; + } } @media screen and (min-width: 1600px) { @@ -688,6 +733,12 @@ nav ul li a { } } +@media screen and (min-width: 2060px) { + #grunge-overlay { + opacity: calc(var(--grunge-overlay-opacity) - 0.4); + } +} + @media (hover: none) { summary:hover { background-color: transparent; @@ -695,11 +746,10 @@ nav ul li a { } } -/* To comply with outlinenone.com */ -:focus { - outline: 2px solid var(--main-color); +:focus-visible { + outline: 1px solid white; color: var(--main-color); - background: rgba(var(--bg-color), 0.3); + background: rgba(var(--bg-color), 0.4); text-decoration: none; } diff --git a/index.html b/index.html index ff3bebb..54de7bd 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ - + @@ -50,6 +50,9 @@Sorry, you need to enable JavaScript to view the blog page.
${post.content}
-${post.content}
+