Mercurial Hosting > freedit
annotate src/site.css @ 38:19269d18b949
sceditor work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 05 Aug 2022 00:04:58 -0600 |
parents | c8d47981c74f |
children | 0c1b820fff34 |
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 |
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
42 input[type="file"] { |
34 | 43 display: none; |
33
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
44 } |
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 label[clickable] { |
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
47 cursor: pointer; |
4fdc4ec0050b
upload with uploadcare
Franklin Schmidt <fschmidt@gmail.com>
parents:
25
diff
changeset
|
48 } |