Update CSS from version 10.2.1.41 to 10.3.0.45

This commit is contained in:
inference 2023-09-02 20:19:50 +01:00
parent 8578a74f4a
commit 93bf1100d2
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

136
inf.css
View File

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