]> luflow.net public git repositories - flow-web.git/blob - static/css/elements.css
Initial commit.
[flow-web.git] / static / css / elements.css
1 /* luflow.net web site */
2 /* Public domain 2025. All rights waived */
3
4 blockquote {
5 color: #565656;
6 font-style: italic;
7 }
8
9 body {
10 font-family: sans-serif;
11 font-size: 16px;
12 margin: 0px;
13 }
14
15 code {
16 color: maroon;
17 font-size: 0.8em;
18 }
19
20 code,
21 pre {
22 font-family: monospace;
23 }
24
25 html {
26 background-color: #333;
27 }
28
29 main {
30 background-color: white;
31 }
32
33 pre {
34 background-color: #f6f6f6;
35 border-style: solid;
36 border-color: #d4cbb6;
37 border-radius: 0.3em;
38 border-width: thin;
39 overflow: auto;
40 padding: 1.2em;
41 }
42
43 pre,
44 pre code {
45 color: inherit;
46 font-size: 0.9em;
47 }
48
49 table {
50 border-collapse: collapse;
51 width: 100%;
52 }
53
54 table,
55 td,
56 th {
57 border-color: gray;
58 border-style: solid;
59 border-width: thin;
60 }
61
62 td,
63 th {
64 padding: 5px 10px;
65 }
66
67 td {
68 font-size: 0.9em;
69 }
70
71 th {
72 background-color: #f5f5f5;
73 }