Update CSS from version 10.2.1.41 to 10.3.0.45

This commit is contained in:
inference 2023-09-02 15:44:51 +01:00
parent 2e9960cd72
commit bcced57750
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

136
inf.css
View File

@ -3,7 +3,7 @@
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
/* Version: 10.2.1.41 */
/* Version: 10.3.0.45 */
/* Body */
@ -14,25 +14,7 @@ body {
font-family: Roboto, sans-serif;
font-size: 20px;
line-height: 130%;
background-color: #262626;
}
.body-link {
font-family: Roboto, sans-serif;
font-size: 17px;
text-decoration: none;
}
.body-link:link {
color: #5dade2;
}
.body-link:visited {
color: #bb8fce;
}
.body-link:hover {
text-decoration: underline;
background-color: #121212;
}
@ -42,8 +24,8 @@ section {
}
/* Heading 1 */
h1, .h1 {
/* Headings */
h1 {
font-family: Roboto, sans-serif;
font-size: 24px;
text-align: center;
@ -52,45 +34,35 @@ h1, .h1 {
padding-bottom: 40px;
}
/* Heading 2 */
h2, .h2 {
h2 {
font-family: Roboto, sans-serif;
font-size: 22px;
line-height: 130%;
color: #ffffff;
}
/* Heading 3 */
h3, .h3 {
h3 {
font-family: Roboto, sans-serif;
font-size: 20px;
line-height: 130%;
color: #ffffff;
}
/* Heading 4 */
h4, .h4 {
h4 {
font-family: Roboto, sans-serif;
font-size: 18px;
line-height: 130%;
color: #ffffff;
}
/* Heading 5 */
h5, .h5 {
h5 {
font-family: Roboto, sans-serif;
font-size: 16px;
line-height: 130%;
color: #ffffff;
}
/* Heading 6 */
h6, .h6 {
h6 {
font-family: Roboto, sans-serif;
font-size: 16px;
line-height: 130%;
@ -105,12 +77,14 @@ p {
color: #ffffff;
}
/* Blockquote */
blockquote {
font-size: 16px;
color: #ffffff;
}
/* Code */
code {
font-size: 15px;
@ -123,19 +97,68 @@ code {
}
/* Link */
/* Links */
a {
font-family: Roboto, sans-serif;
color: #000000;
font-size: 17px;
color: #5dade2;
text-decoration: none;
}
a:visited {
color: #bb8fce;
}
a:hover {
text-decoration: underline;
}
h1 a, h1 a:visited {
font-family: Roboto, sans-serif;
font-size: 24px;
text-align: center;
line-height: 130%;
color: #ffffff;
padding-bottom: 40px;
}
h2 a, h2 a:visited {
font-family: Roboto, sans-serif;
font-size: 22px;
line-height: 130%;
color: #ffffff;
}
h3 a, h3 a:visited {
font-family: Roboto, sans-serif;
font-size: 20px;
line-height: 130%;
color: #ffffff;
}
h4 a, h4 a:visited {
font-family: Roboto, sans-serif;
font-size: 18px;
line-height: 130%;
color: #ffffff;
}
h5 a, h5 a:visited {
font-family: Roboto, sans-serif;
font-size: 16px;
line-height: 130%;
color: #ffffff;
}
h6 a, h6 a:visited {
font-family: Roboto, sans-serif;
font-size: 16px;
line-height: 130%;
color: #ffffff;
}
/* Lists */
ul {
list-style: none;
}
li {
font-family: Roboto, sans-serif;
font-size: 17px;
@ -143,7 +166,6 @@ li {
}
ul li::before {
content: "\25AA";
margin-left: -1em;
display: inline-block;
width: 1em;
@ -164,7 +186,7 @@ table, th, td {
overflow-x: auto;
}
.table-title {
th {
font-family: Roboto, sans-serif;
font-size: 17px;
color: #ffffff;
@ -172,13 +194,17 @@ table, th, td {
text-align: center;
}
.table-main {
td {
font-family: Roboto, sans-serif;
font-size: 17px;
color: #ffffff;
text-align: center;
}
.td-desc {
text-align: left;
}
/* Sidebar */
.sidebar {
@ -194,22 +220,24 @@ table, th, td {
overflow: auto;
}
.sidebar div {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 22px;
display: block;
z-index: 100;
.logo-small {
transform: translate(0px, 13px);
}
.title {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 28px;
color: #000000;
}
.logo-small {
transform: translate(0px, 13px);
.sidebar div, .sidebar div a, .sidebar div a:visited {
padding: 6px;
font-family: Roboto, sans-serif;
font-size: 22px;
color: #000000;
display: block;
z-index: 100;
}