Mercurial Hosting > luan
annotate website/src/site.css @ 1762:7d2297155ee3
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 19 May 2023 18:08:46 -0600 |
parents | 2fbca5c84422 |
children | f44dcb3fedf7 |
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%; | |
1747 | 21 display: flex; |
22 justify-content: space-between; | |
1651 | 23 } |
24 | |
25 [content] { | |
26 margin-left: 3%; | |
27 margin-right: 3%; | |
1660 | 28 margin-bottom: 2em; |
1651 | 29 } |
30 | |
562
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
31 [small] { |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
32 font-size: small; |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
33 } |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
34 |
1654 | 35 ul[links] { |
36 margin-top: 32px; | |
37 list-style-type: none; | |
38 padding-left: 0; | |
39 } | |
40 ul[links] li { | |
1655 | 41 margin: 12px 0; |
1323 | 42 } |
43 | |
1653 | 44 div[toc] ul { |
45 list-style-type: none; | |
46 } | |
47 div[toc] > ul { | |
48 padding-left: 0; | |
562
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
49 } |
1653 | 50 div[toc] > ul > li { |
51 margin-bottom: 16px; | |
52 } | |
53 div[heading] { | |
54 display: flex; | |
55 justify-content: space-between; | |
56 margin-top: 36px; | |
57 } | |
58 div[heading] > * { | |
562
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
59 margin: 0; |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
60 } |
1653 | 61 div[heading] > a { |
62 font-size: 14px; | |
642
c4216a583de4
add links to functions in manual
Franklin Schmidt <fschmidt@gmail.com>
parents:
565
diff
changeset
|
63 } |
565
22bfd8a2eaee
do Table documentation;
Franklin Schmidt <fschmidt@gmail.com>
parents:
562
diff
changeset
|
64 |
22bfd8a2eaee
do Table documentation;
Franklin Schmidt <fschmidt@gmail.com>
parents:
562
diff
changeset
|
65 h4 code { |
22bfd8a2eaee
do Table documentation;
Franklin Schmidt <fschmidt@gmail.com>
parents:
562
diff
changeset
|
66 font-size: 1.4em; |
22bfd8a2eaee
do Table documentation;
Franklin Schmidt <fschmidt@gmail.com>
parents:
562
diff
changeset
|
67 } |
1579 | 68 |
69 div[footer] { | |
70 margin-top: 32px; | |
71 font-size: small; | |
72 } | |
73 div[footer] img { | |
74 height: 1em; | |
75 vertical-align: top; | |
76 } |