From 3ec1f71de3ef7259d0eaff0245055b1416f9ae4e Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 22 Mar 2023 14:20:50 +0000 Subject: [PATCH] Add section comments to clarify section purposes. --- inf.css | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/inf.css b/inf.css index f91660b..5d74f3a 100644 --- a/inf.css +++ b/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 {