commit c9b15745850601525b67fb7db086f59b8f98e53a
parent c3331bd7dc09700e5121e2fdba0b57d58a069dc1
Author: Andrew Laack <andrew@laack.co>
Date: Sun, 20 Sep 2026 00:55:08 -0500
Some styling stuff + added video resources
Diffstat:
3 files changed, 37 insertions(+), 13 deletions(-)
diff --git a/posts/site/style.css b/posts/site/style.css
@@ -1,13 +1,23 @@
+ video {
+ width: 100%;
+ }
.spacer{
height: 50px;
}
+ th {
+ font-weight: bold;
+ border: 1px solid #dddddd;
+ padding: 5px 20px;
+ border: 1px solid #dddddd;
+
+ }
+
pre {
- width: 52rem;
- font-size: 0.85rem;
+ font-family: 'LMRoman10', monospace;
+ font-size: 1rem;
padding: 0.75rem;
- overflow: auto;
- background-color: #dddddd;
+ background-color: #eeeeee;
}
.pgp-container {
text-align: center;
@@ -19,19 +29,18 @@
margin-left: auto;
margin-right: auto;
}
-
.pgp-key {
white-space: pre-wrap;
word-wrap: break-word;
}
body {
- font-family:'Lucida Console', monospace;
+ font-family: 'LMRoman10', sans-serif;
font-size: 18px;
color: #111;
background-color: white;
max-width: 1280px;
margin: 0 auto;
- padding: 0 50px;
+ padding: 25px 50px;
box-sizing: border-box;
}
.landing {
@@ -46,7 +55,7 @@
.svg-container { width: 100%; max-width: 400px; display: inline-block; }
.separator { letter-spacing: -9px; }
hr { border: none; height: 2px; background-color: lightgrey; width: 100%; margin: 30px auto; }
- table { border-collapse: collapse; text-align: center; width: 100%; }
+ table { border-collapse: collapse; text-align: left; }
td {
padding: 5px 20px;
border: 1px solid #dddddd;
@@ -59,12 +68,27 @@
.faqtable dd { margin-left: 0; margin-bottom: 2em; }
h1 {
- font-family:'Lucida Console', monospace;
- font-size: 2.25rem;
- margin-bottom: 20px;
+ font-family:'LMRoman10',sans-serif;
+ font-size: 2.00rem;
+ margin-top: 0px;
+ margin-bottom: 10px;
text-align: left;
}
+h3 {
+ font-family:'LMRoman10',sans-serif;
+ font-size: 1.5rem;
+}
+
+
+
+h2 {
+ font-family:'LMRoman10',sans-serif;
+ margin-bottom: 10px;
+ font-size: 1.75rem;
+ margin-top: 0px;
+ text-align: left;
+}
/* Styling for the navigation container */
.navigation {
display: flex;
@@ -72,7 +96,7 @@ h1 {
align-items: center;
gap: 15px;
font-size: 1.25rem;
- font-family:'Lucida Console', monospace;
+ font-family:'LMRoman10', sans-serif;
}
/* Styling for the links */
diff --git a/posts/site/videos/prim.mkv b/posts/site/videos/prim.mkv
Binary files differ.
diff --git a/scripts/my_style.theme b/scripts/my_style.theme
@@ -1,6 +1,6 @@
{
"text-color": "#1f1c1b",
- "background-color": "#f5f5f5",
+ "background-color": "#ffffff",
"line-number-color": "#a0a0a0",
"line-number-background-color": "#ffffff",
"text-styles": {