Update CSS to version 9.2.0.29.

This commit is contained in:
inference 2023-04-05 07:53:04 +01:00
parent 75b5f25fcd
commit d5c431bd52
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

84
inf.css
View File

@ -3,7 +3,37 @@
/* Copyright 2022-2023 Jake Winters */ /* Copyright 2022-2023 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */
/* Version: 9.1.0.26 */ /* Version: 9.2.0.29 */
/* Body */
body {
padding-top: 40px;
margin-left: min(400px, 45vw);
margin-right: min(150px, 12vw);
font-family: Roboto, sans-serif;
font-size: 20px;
line-height: 120%;
background-color: #262626;
}
.body-link {
font-family: Roboto, sans-serif;
font-size: 18px;
text-decoration: none;
}
.body-link:link {
color: #5dade2;
}
.body-link:visited {
color: #bb8fce;
}
.body-link:hover {
text-decoration: underline;
}
/* Heading 1 */ /* Heading 1 */
@ -55,36 +85,6 @@ h6, .h6 {
} }
/* Body */
body {
padding-top: 40px;
margin-left: min(400px, 45vw);
margin-right: min(150px, 12vw);
font-family: Roboto, sans-serif;
font-size: 20px;
line-height: 120%;
background-color: #262626;
}
.body-link {
font-family: Roboto, sans-serif;
font-size: 18px;
text-decoration: none;
}
.body-link:link {
color: #5dade2;
}
.body-link:visited {
color: #bb8fce;
}
.body-link:hover {
text-decoration: underline;
}
/* Paragraph */ /* Paragraph */
p { p {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
@ -204,6 +204,13 @@ strong {
html { html {
overflow-x: hidden; overflow-x: hidden;
} }
body {
padding-top: 80px;
margin: 15px;
position: relative;
overflow-x: hidden;
}
.sidebar { .sidebar {
width: 100vw; width: 100vw;
@ -224,10 +231,6 @@ strong {
display: none; display: none;
} }
h1 {
text-align: center;
}
h2 { h2 {
text-align: center; text-align: center;
} }
@ -247,15 +250,12 @@ strong {
h6 { h6 {
text-align: center; text-align: center;
} }
table {
overflow-x: auto;
}
.update_date { .update_date {
text-align: center; text-align: center;
} }
body {
padding-top: 80px;
margin: 15px;
position: relative;
overflow-x: hidden;
}
} }