Mercurial Hosting > luan
annotate website/src/site.css @ 1653:418b610e887b
docs work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 31 Mar 2022 22:12:40 -0600 |
parents | d5779a264a4a |
children | 3f28ea044a32 |
rev | line source |
---|---|
1651 | 1 * { |
2 box-sizing: border-box; | |
3 } | |
562
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
4 |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
5 body { |
1323 | 6 font-family: sans-serif; |
1651 | 7 margin: 0; |
562
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
8 } |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
9 |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
10 a[href] { |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
11 text-decoration: inherit; |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
12 } |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
13 a[href]:hover { |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
14 text-decoration: underline; |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
15 } |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
16 |
1651 | 17 div[header] { |
18 font-size: 14px; | |
19 background-color: #ddd; | |
20 padding: 8px 3%; | |
21 } | |
22 | |
23 [content] { | |
24 margin-left: 3%; | |
25 margin-right: 3%; | |
26 } | |
27 | |
562
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
28 [small] { |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
29 font-size: small; |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
30 } |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
31 |
1323 | 32 div[link] { |
33 margin: 0.5em 0; | |
34 } | |
35 | |
1653 | 36 div[toc] ul { |
37 list-style-type: none; | |
38 } | |
39 div[toc] > ul { | |
40 padding-left: 0; | |
562
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
41 } |
1653 | 42 div[toc] > ul > li { |
43 margin-bottom: 16px; | |
44 } | |
45 div[heading] { | |
46 display: flex; | |
47 justify-content: space-between; | |
48 margin-top: 36px; | |
49 } | |
50 div[heading] > * { | |
562
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
51 margin: 0; |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
52 } |
1653 | 53 div[heading] > a { |
54 font-size: 14px; | |
642
c4216a583de4
add links to functions in manual
Franklin Schmidt <fschmidt@gmail.com>
parents:
565
diff
changeset
|
55 } |
565
22bfd8a2eaee
do Table documentation;
Franklin Schmidt <fschmidt@gmail.com>
parents:
562
diff
changeset
|
56 |
22bfd8a2eaee
do Table documentation;
Franklin Schmidt <fschmidt@gmail.com>
parents:
562
diff
changeset
|
57 h4 code { |
22bfd8a2eaee
do Table documentation;
Franklin Schmidt <fschmidt@gmail.com>
parents:
562
diff
changeset
|
58 font-size: 1.4em; |
22bfd8a2eaee
do Table documentation;
Franklin Schmidt <fschmidt@gmail.com>
parents:
562
diff
changeset
|
59 } |
1579 | 60 |
61 div[footer] { | |
62 margin-top: 32px; | |
63 font-size: small; | |
64 } | |
65 div[footer] img { | |
66 height: 1em; | |
67 vertical-align: top; | |
68 } |