Update CSS from version 9.2.3.32 to 10.0.0.36.

This commit is contained in:
inference 2023-05-28 15:30:51 +01:00
parent 687d1d6fce
commit 70112c6b65
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

15
inf.css
View File

@ -1,9 +1,9 @@
/* Inferencium - Website - CSS */ /* Inferencium - Website - CSS */
/* Copyright 2022-2023 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* SPDX-License-Identifier: BSD-3-Clause */
/* Version: 9.2.3.32 */ /* Version: 10.0.0.36 */
/* Body */ /* Body */
@ -13,7 +13,7 @@ body {
margin-right: min(150px, 12vw); margin-right: min(150px, 12vw);
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 20px; font-size: 20px;
line-height: 120%; line-height: 130%;
background-color: #262626; background-color: #262626;
} }
@ -41,6 +41,7 @@ h1, .h1 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 26px; font-size: 26px;
text-align: center; text-align: center;
line-height: 130%;
color: #ffffff; color: #ffffff;
} }
@ -49,6 +50,7 @@ h1, .h1 {
h2, .h2 { h2, .h2 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 22px; font-size: 22px;
line-height: 130%;
color: #ffffff; color: #ffffff;
} }
@ -57,6 +59,7 @@ h2, .h2 {
h3, .h3 { h3, .h3 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 20px; font-size: 20px;
line-height: 130%;
color: #ffffff; color: #ffffff;
} }
@ -65,6 +68,7 @@ h3, .h3 {
h4, .h4 { h4, .h4 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 18px; font-size: 18px;
line-height: 130%;
color: #ffffff; color: #ffffff;
} }
@ -73,6 +77,7 @@ h4, .h4 {
h5, .h5 { h5, .h5 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 16px; font-size: 16px;
line-height: 130%;
color: #ffffff; color: #ffffff;
} }
@ -81,6 +86,7 @@ h5, .h5 {
h6, .h6 { h6, .h6 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 16px; font-size: 16px;
line-height: 130%;
color: #ffffff; color: #ffffff;
} }
@ -173,6 +179,7 @@ table, th, td {
background-color: #909090; background-color: #909090;
text-align: center; text-align: center;
z-index: 99; z-index: 99;
overflow: auto;
} }
.sidebar div { .sidebar div {