Initial commit.

Signed-off-by: Andreas Widen <aw@luflow.net>
This commit is contained in:
Andreas Widen 2026-07-27 17:57:03 +02:00
commit a4a5c7daa5
Signed by: hfsoulz
GPG key ID: 5B85F9B5F576A667
1389 changed files with 241399 additions and 0 deletions

71
static/css/page.css Normal file
View file

@ -0,0 +1,71 @@
/* luflow.net web site */
/* Public domain 2025. All rights waived */
h1,
h2,
h3,
h4,
h5 {
color: #4d4d4d;
line-height: 1.2em;
}
h1,
h2,
h3 {
margin-top: 32px;
margin-bottom: 32px;
}
h4,
h5 {
margin-top: 16px;
margin-bottom: 16px;
}
h2 {
font-size: 2.5em;
text-align: center;
line-height: 1.2em;
padding: 16px 0;
}
h3 {
font-size: 1.5em;
line-height: 1.2em;
}
/* Aim for ~12 words per line for good readability. */
.page.limit-width,
.page-post.limit-width {
max-width: 720px;
}
.page-post {
background-color: white;
padding: 50px 20px;
}
.page {
background-color: white;
padding: 50px 20px;
}
.page p {
margin-top: 16px;
margin-bottom: 16px;
}
.page a:link,
.page a:visited {
color: #0064ff;
text-decoration: none;
}
.page a:active,
.page a:focus,
.page a:hover {
border-style: none none dashed none;
border-width: thin;
color: #357edd;
}