Mercurial Hosting > freedit
annotate src/site.css @ 61:389e5d8e5f8a default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 06 Dec 2022 13:37:25 -0700 |
parents | 260abd8f8565 |
children |
rev | line source |
---|---|
0 | 1 * { |
2 box-sizing: border-box; | |
3 } | |
1 | 4 |
5 | 5 body { |
6 font-family: Sans-Serif; | |
7 margin: 0; | |
18 | 8 background-color: #F8F8F8; |
5 | 9 } |
10 | |
1 | 11 a { |
12 text-decoration: none; | |
13 } | |
14 a:hover { | |
15 text-decoration: underline; | |
16 } | |
5 | 17 |
25
66fd3784e60e
back to textarea for bbcode
Franklin Schmidt <fschmidt@gmail.com>
parents:
20
diff
changeset
|
18 textarea { |
66fd3784e60e
back to textarea for bbcode
Franklin Schmidt <fschmidt@gmail.com>
parents:
20
diff
changeset
|
19 font: inherit; |
19 | 20 padding: 7px; |
25
66fd3784e60e
back to textarea for bbcode
Franklin Schmidt <fschmidt@gmail.com>
parents:
20
diff
changeset
|
21 border-color: #DDDDDD; |
19 | 22 } |
18 | 23 |
5 | 24 div[header], div[footer] { |
25 font-size: 14px; | |
26 background-color: #ddd; | |
27 padding: 8px 3%; | |
28 display: flex; | |
29 justify-content: space-between; | |
30 } | |
31 | |
32 [content] { | |
33 margin-left: 3%; | |
34 margin-right: 3%; | |
35 margin-bottom: 2em; | |
36 } | |
16 | 37 |
38 [hidden] { | |
39 display: none; | |
40 } | |
33
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
41 |
54 | 42 input[type="checkbox"], |
43 input[type="submit"], | |
33
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
44 label[clickable] { |
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
45 cursor: pointer; |
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
46 } |
54 | 47 |
48 [error] { | |
49 color: red; | |
50 } |