flow-web/static/css/page.css
Andreas Widen a4a5c7daa5
Initial commit.
Signed-off-by: Andreas Widen <aw@luflow.net>
2026-07-27 17:57:03 +02:00

71 lines
948 B
CSS

/* 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;
}