Files: c2bf836f7a466f336a9335100afcbe4df76f27ce / styles / light / base.mcss
873 bytesRaw
1 | html, body { |
2 | background: #f5f5f5 |
3 | margin: 0 |
4 | font: caption |
5 | overflow: hidden |
6 | height: 100% |
7 | font-size: 12px |
8 | -webkit-user-select: none |
9 | color: #2b2b2b |
10 | } |
11 | |
12 | body { |
13 | display: flex |
14 | flex-direction: column |
15 | line-height: 1.2 |
16 | } |
17 | |
18 | h1 { |
19 | font-size: 200% |
20 | margin: 4px 0 |
21 | font-weight: normal |
22 | flex: 1 |
23 | } |
24 | |
25 | input { |
26 | [type='text'] { |
27 | font-size: 80% |
28 | display: inline-block |
29 | padding: 2px 4px |
30 | height: 18px |
31 | border: 1px solid #A9A9A9 |
32 | background: #333 |
33 | color: #FFF |
34 | padding-right: 12px |
35 | border-radius: 0 |
36 | } |
37 | } |
38 | |
39 | ::-webkit-file-upload-button { |
40 | font-family: inherit |
41 | } |
42 | |
43 | a { |
44 | color: #286bc3 |
45 | text-decoration: none |
46 | |
47 | code { |
48 | color: #8EC1FC |
49 | } |
50 | |
51 | :hover { |
52 | text-decoration: underline |
53 | } |
54 | } |
55 | |
56 | * + h1 { |
57 | margin-top: 16px |
58 | } |
59 | |
60 | * { |
61 | box-sizing:border-box |
62 | } |
63 | |
64 | input, textarea, keygen, select, button { |
65 | font-family: '.SFNSText-Regular', sans-serif |
66 | } |
67 |
Built with git-ssb-web