]> luflow.net public git repositories - flow-web.git/blob - static/css/page.css
Initial commit.
[flow-web.git] / static / css / page.css
1 /* luflow.net web site */
2 /* Public domain 2025. All rights waived */
3
4 h1,
5 h2,
6 h3,
7 h4,
8 h5 {
9 color: #4d4d4d;
10 line-height: 1.2em;
11 }
12
13 h1,
14 h2,
15 h3 {
16 margin-top: 32px;
17 margin-bottom: 32px;
18 }
19
20 h4,
21 h5 {
22 margin-top: 16px;
23 margin-bottom: 16px;
24 }
25
26 h2 {
27 font-size: 2.5em;
28 text-align: center;
29 line-height: 1.2em;
30 padding: 16px 0;
31 }
32
33 h3 {
34 font-size: 1.5em;
35 line-height: 1.2em;
36 }
37
38 /* Aim for ~12 words per line for good readability. */
39 .page.limit-width,
40 .page-post.limit-width {
41 max-width: 720px;
42 }
43
44 .page-post {
45 background-color: white;
46 padding: 50px 20px;
47 }
48
49 .page {
50 background-color: white;
51 padding: 50px 20px;
52 }
53
54 .page p {
55 margin-top: 16px;
56 margin-bottom: 16px;
57 }
58
59 .page a:link,
60 .page a:visited {
61 color: #0064ff;
62 text-decoration: none;
63 }
64
65 .page a:active,
66 .page a:focus,
67 .page a:hover {
68 border-style: none none dashed none;
69 border-width: thin;
70 color: #357edd;
71 }