David Chen | 8fe82a3 | 2016-08-24 10:55:41 +0000 | [diff] [blame] | 1 | * { |
2 | font-family: "Open Sans", sans-serif; | ||||
3 | } | ||||
4 | |||||
5 | h1, h2, h3, h4, h5, h6 { | ||||
6 | color: #444; | ||||
7 | font-weight: 400; | ||||
8 | } | ||||
9 | |||||
10 | p, li { | ||||
11 | font-size: 14px; | ||||
12 | color: #444; | ||||
13 | font-weight: 400; | ||||
14 | } | ||||
15 | |||||
16 | a { | ||||
17 | color: #49b; | ||||
18 | font-weight: 600; | ||||
19 | } | ||||
20 | |||||
21 | code { | ||||
22 | font-family: monospace; | ||||
23 | font-size: 13px; | ||||
24 | color: #000; | ||||
25 | } | ||||
26 | |||||
27 | pre { | ||||
28 | display: block; | ||||
29 | background-color: #f5f7f9; | ||||
30 | border: 1px solid #9ab; | ||||
31 | padding: 0.5em; | ||||
32 | } | ||||
33 | |||||
34 | table { | ||||
35 | border-spacing: 0px; | ||||
36 | border: 1px solid #9ab; | ||||
37 | } | ||||
38 | |||||
39 | th, td { | ||||
40 | border-left: 1px solid #9ab; | ||||
41 | } | ||||
42 | |||||
43 | th:first-child, td:first-child { | ||||
44 | border-left: none; | ||||
45 | } | ||||
46 | |||||
47 | th { | ||||
48 | padding: 0.5em; | ||||
49 | } | ||||
50 | |||||
51 | td { | ||||
52 | padding: 0.3em; | ||||
53 | } | ||||
54 | |||||
55 | tr:nth-child(odd) { | ||||
56 | background: #eee; | ||||
57 | } | ||||
58 | |||||
59 | tr:nth-child(even) { | ||||
60 | background: #fff; | ||||
61 | } |