Update CSS to version 9.2.0.29.
This commit is contained in:
parent
cc6e407dc9
commit
40877ebf9f
84
inf.css
84
inf.css
@ -3,7 +3,37 @@
|
||||
/* Copyright 2022-2023 Jake Winters */
|
||||
/* 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 */
|
||||
@ -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 */
|
||||
p {
|
||||
font-family: Roboto, sans-serif;
|
||||
@ -205,6 +205,13 @@ strong {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
padding-top: 80px;
|
||||
margin: 15px;
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: 100vw;
|
||||
height: 40px;
|
||||
@ -224,10 +231,6 @@ strong {
|
||||
display: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-align: center;
|
||||
}
|
||||
@ -248,14 +251,11 @@ strong {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.update_date {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body {
|
||||
padding-top: 80px;
|
||||
margin: 15px;
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user