Mercurial Hosting > freedit
annotate src/site.css @ 42:0c1b820fff34
use push
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 08 Nov 2022 14:02:28 -0700 |
parents | c8d47981c74f |
children | 289718f121e4 |
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; |
42 | 22 box-sizing: content-box; |
19 | 23 } |
18 | 24 |
5 | 25 div[header], div[footer] { |
26 font-size: 14px; | |
27 background-color: #ddd; | |
28 padding: 8px 3%; | |
29 display: flex; | |
30 justify-content: space-between; | |
31 } | |
32 | |
33 [content] { | |
34 margin-left: 3%; | |
35 margin-right: 3%; | |
36 margin-bottom: 2em; | |
37 } | |
16 | 38 |
39 [hidden] { | |
40 display: none; | |
41 } | |
33
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
42 |
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
43 input[type="file"] { |
34 | 44 display: none; |
33
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
45 } |
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
46 |
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
47 label[clickable] { |
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
48 cursor: pointer; |
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
49 } |