Mercurial Hosting > luan
annotate website/src/site.css @ 1699:e6750146faa1
no restart on backup
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Tue, 28 Jun 2022 16:13:37 +0300 |
parents | 2968e43cdd44 |
children | 2fbca5c84422 |
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%; | |
1660 | 26 margin-bottom: 2em; |
1651 | 27 } |
28 | |
562
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
29 [small] { |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
30 font-size: small; |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
31 } |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
32 |
1654 | 33 ul[links] { |
34 margin-top: 32px; | |
35 list-style-type: none; | |
36 padding-left: 0; | |
37 } | |
38 ul[links] li { | |
1655 | 39 margin: 12px 0; |
1323 | 40 } |
41 | |
1653 | 42 div[toc] ul { |
43 list-style-type: none; | |
44 } | |
45 div[toc] > ul { | |
46 padding-left: 0; | |
562
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
47 } |
1653 | 48 div[toc] > ul > li { |
49 margin-bottom: 16px; | |
50 } | |
51 div[heading] { | |
52 display: flex; | |
53 justify-content: space-between; | |
54 margin-top: 36px; | |
55 } | |
56 div[heading] > * { | |
562
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
57 margin: 0; |
7cc9d4a53d3b
remove SimplyHTML from documentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
58 } |
1653 | 59 div[heading] > a { |
60 font-size: 14px; | |
642
c4216a583de4
add links to functions in manual
Franklin Schmidt <fschmidt@gmail.com>
parents:
565
diff
changeset
|
61 } |
565
22bfd8a2eaee
do Table documentation;
Franklin Schmidt <fschmidt@gmail.com>
parents:
562
diff
changeset
|
62 |
22bfd8a2eaee
do Table documentation;
Franklin Schmidt <fschmidt@gmail.com>
parents:
562
diff
changeset
|
63 h4 code { |
22bfd8a2eaee
do Table documentation;
Franklin Schmidt <fschmidt@gmail.com>
parents:
562
diff
changeset
|
64 font-size: 1.4em; |
22bfd8a2eaee
do Table documentation;
Franklin Schmidt <fschmidt@gmail.com>
parents:
562
diff
changeset
|
65 } |
1579 | 66 |
67 div[footer] { | |
68 margin-top: 32px; | |
69 font-size: small; | |
70 } | |
71 div[footer] img { | |
72 height: 1em; | |
73 vertical-align: top; | |
74 } |