Update CSS "Main" from version "11.6.0" to "11.7.0"

This commit is contained in:
inference 2024-03-04 19:02:27 +00:00
parent 57e7a9ce35
commit 4425fa5297
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS - Main */ /* Inferencium - Website - CSS - Main */
/* Version: 11.6.0 */ /* Version: 11.7.0 */
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
@ -231,7 +231,7 @@ nav.navbar {
overflow: auto; overflow: auto;
} }
nav.navbar div, .navbar div a, .navbar div a:visited { nav.navbar div, nav.navbar div a, nav.navbar div a:visited {
padding: 6px; padding: 6px;
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 22px; font-size: 22px;
@ -240,15 +240,27 @@ nav.navbar div, .navbar div a, .navbar div a:visited {
z-index: 100; z-index: 100;
} }
.title { nav.navbar div.title a, nav.navbar div.title a:visited {
padding: 8px; padding: 8px;
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 28px; font-size: 28px;
color: #000000;
} }
.title a:visited { nav.navbar div.logo a img, nav.navbar div.logo a img {
color: #000000; width: 110px;
height: 110px;
}
nav.navbar div.sitemap a, nav.navbar div.sitemap a:visited {
position: absolute;
bottom: 120px;
left: 90px;
font-size: 14px;
}
div.sitemap-small {
display: none;
} }
@ -262,32 +274,40 @@ strong {
@media (max-width: 600px) { @media (max-width: 600px) {
body { body {
padding-top: 80px; padding-top: 60px;
margin: 15px; margin: 15px;
position: relative; position: relative;
overflow-x: scroll; overflow-x: scroll;
} }
nav.navbar { nav.navbar {
display: flex;
align-items: center;
padding-top: 6px;
padding-bottom: 6px;
white-space: nowrap;
width: 100vw; width: 100vw;
height: 35px; height: 35px;
font-size: 10px; overflow-y: hidden;
line-height: 0%;
padding-top: 8px;
padding-bottom: 8px;
overflow: auto;
white-space: nowrap;
} }
nav.navbar div { nav.navbar div.logo a img {
font-size: min(max(7vw, 20px), 30px); width: 30px;
display: inline-block; height: 30px;
} }
nav.navbar img, nav.navbar .title { nav.navbar .title {
display: none; display: none;
} }
nav.navbar div.sitemap {
display: none;
}
nav.navbar div a {
font-size: 20px;
}
h2 { h2 {
text-align: center; text-align: center;
} }
@ -308,15 +328,24 @@ strong {
text-align: center; text-align: center;
} }
.update_date { div.sitemap-small, div.sitemap-small a {
display: block;
padding-top: 20px;
margin-right: auto;
margin-left: auto;
width: 50%;
text-align: center; text-align: center;
font-size: 12px;
} }
img.avatar { img.avatar {
display: block; display: block;
width: 30%; width: 30%;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
} }
.update_date {
text-align: center;
}
} }