Update CSS from version 9.2.3.32 to 10.0.0.36.
This commit is contained in:
parent
687d1d6fce
commit
70112c6b65
15
inf.css
15
inf.css
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user