Add section comments to clarify section purposes.
This commit is contained in:
parent
553733241b
commit
70ea7a7d19
31
inf.css
31
inf.css
@ -3,9 +3,10 @@
|
||||
/* Copyright 2022-2023 Jake Winters */
|
||||
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
||||
|
||||
/* Version: 8.0.0.20 */
|
||||
/* Version: 8.0.1.21 */
|
||||
|
||||
|
||||
/* Heading 1 */
|
||||
h1, .h1 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 26px;
|
||||
@ -13,36 +14,48 @@ h1, .h1 {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
/* Heading 2 */
|
||||
h2, .h2 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 22px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
/* Heading 3 */
|
||||
h3, .h3 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 20px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
/* Heading 4 */
|
||||
h4, .h4 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 18px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
/* Heading 5 */
|
||||
h5, .h5 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
/* Heading 6 */
|
||||
h6, .h6 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
/* Body */
|
||||
body {
|
||||
padding-top: 40px;
|
||||
margin-left: min(400px, 45vw);
|
||||
@ -71,12 +84,16 @@ body {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
/* Paragraph */
|
||||
p {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 18px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
/* Code */
|
||||
code {
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
@ -87,12 +104,16 @@ code {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
|
||||
/* Link */
|
||||
a {
|
||||
font-family: Roboto, sans-serif;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
/* Lists */
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
@ -112,6 +133,8 @@ ul li::before {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
/* Tables */
|
||||
table, th, td {
|
||||
border: 2px solid;
|
||||
border-collapse: collapse;
|
||||
@ -137,6 +160,8 @@ table, th, td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
/* Sidebar */
|
||||
.sidebar {
|
||||
height: 100%;
|
||||
width: 250px;
|
||||
@ -165,10 +190,14 @@ table, th, td {
|
||||
transform: translate(0px, 13px);
|
||||
}
|
||||
|
||||
|
||||
/* Emphasis */
|
||||
strong {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
/* Media */
|
||||
@media (max-width: 600px) {
|
||||
|
||||
.sidebar {
|
||||
|
Loading…
x
Reference in New Issue
Block a user