|
48 | 48 | .huge
|
49 | 49 | font-size: 3em
|
50 | 50 |
|
| 51 | +@import 'https://fonts.googleapis.com/css?family=Open+Sans:700,400' |
| 52 | + |
| 53 | +html |
| 54 | + -webkit-font-smoothing: antialiased |
| 55 | + -moz-osx-font-smoothing: grayscale |
| 56 | + |
| 57 | + |
| 58 | +h1 |
| 59 | + font-family: "Open Sans", sans-serif |
| 60 | + font-size: 28px |
| 61 | + font-weight: 700 |
| 62 | + line-height: 1.20 |
| 63 | + opacity: 1.00 |
| 64 | + margin-top: 0px |
| 65 | + margin-bottom: 10px |
| 66 | + letter-spacing: -0.72px |
| 67 | + word-spacing: 0.00px |
| 68 | + text-transform: none |
| 69 | + |
| 70 | + |
| 71 | +h2 |
| 72 | + font-family: "Open Sans", sans-serif |
| 73 | + font-size: 24px |
| 74 | + font-weight: 700 |
| 75 | + line-height: 1.20 |
| 76 | + opacity: 1.00 |
| 77 | + margin-top: 30px |
| 78 | + margin-bottom: 5px |
| 79 | + letter-spacing: -0.72px |
| 80 | + word-spacing: 0.00px |
| 81 | + text-transform: none |
| 82 | + |
| 83 | + |
| 84 | +h3 |
| 85 | + font-family: "Open Sans", sans-serif |
| 86 | + font-size: 20px |
| 87 | + font-weight: 400 |
| 88 | + line-height: 1.20 |
| 89 | + opacity: 1.00 |
| 90 | + margin-top: 30px |
| 91 | + margin-bottom: 5px |
| 92 | + letter-spacing: 0.00px |
| 93 | + word-spacing: 0.00px |
| 94 | + text-transform: none |
| 95 | + |
| 96 | + |
| 97 | +p |
| 98 | + font-family: "Open Sans", sans-serif |
| 99 | + font-size: 18px |
| 100 | + font-weight: 400 |
| 101 | + line-height: 1.60 |
| 102 | + opacity: 0.70 |
| 103 | + margin-top: 0px |
| 104 | + margin-bottom: 25px |
| 105 | + letter-spacing: -0.30px |
| 106 | + word-spacing: -0.10px |
| 107 | + text-transform: none |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
51 | 113 | /*!
|
52 | 114 | body,
|
53 | 115 | button,
|
54 | 116 | input,
|
55 | 117 | select,
|
56 | 118 | optgroup,
|
57 |
| - textarea { |
58 |
| - color: #404040; |
59 |
| - font-family: sans-serif; |
60 |
| - font-size: 16px; |
61 |
| - font-size: 1rem; |
62 |
| - line-height: 1.5; |
63 |
| - } |
64 |
| -
|
65 |
| - h1, h2, h3, h4, h5, h6 { |
66 |
| - clear: both; |
67 |
| - } |
68 |
| -
|
69 |
| - p { |
70 |
| - margin-bottom: 1.5em; |
71 |
| - } |
72 |
| -
|
73 |
| - dfn, cite, em, i { |
74 |
| - font-style: italic; |
75 |
| - } |
76 |
| -
|
77 |
| - blockquote { |
78 |
| - margin: 0 1.5em; |
79 |
| - } |
80 |
| -
|
81 |
| - address { |
82 |
| - margin: 0 0 1.5em; |
83 |
| - } |
84 |
| -
|
85 |
| - pre { |
86 |
| - background: #eee; |
87 |
| - font-family: "Courier 10 Pitch", Courier, monospace; |
88 |
| - font-size: 15px; |
89 |
| - font-size: 0.9375rem; |
90 |
| - line-height: 1.6; |
91 |
| - margin-bottom: 1.6em; |
92 |
| - max-width: 100%; |
93 |
| - overflow: auto; |
94 |
| - padding: 1.6em; |
95 |
| - } |
96 |
| -
|
97 |
| - code, kbd, tt, var { |
98 |
| - font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; |
99 |
| - font-size: 15px; |
100 |
| - font-size: 0.9375rem; |
101 |
| - } |
102 |
| -
|
103 |
| - abbr, acronym { |
104 |
| - border-bottom: 1px dotted #666; |
105 |
| - cursor: help; |
106 |
| - } |
107 |
| -
|
108 |
| - mark, ins { |
109 |
| - background: #fff9c0; |
110 |
| - text-decoration: none; |
111 |
| - } |
112 |
| -
|
113 |
| - big { |
114 |
| - font-size: 125%; |
115 |
| - } |
| 119 | + textarea |
| 120 | + color: #404040 |
| 121 | + font-family: sans-serif |
| 122 | + font-size: 16px |
| 123 | + font-size: 1rem |
| 124 | + line-height: 1.5 |
| 125 | +
|
| 126 | +
|
| 127 | + h1, h2, h3, h4, h5, h6 |
| 128 | + clear: both |
| 129 | +
|
| 130 | +
|
| 131 | + p |
| 132 | + margin-bottom: 1.5em |
| 133 | +
|
| 134 | +
|
| 135 | + dfn, cite, em, i |
| 136 | + font-style: italic |
| 137 | +
|
| 138 | +
|
| 139 | + blockquote |
| 140 | + margin: 0 1.5em |
| 141 | +
|
| 142 | +
|
| 143 | + address |
| 144 | + margin: 0 0 1.5em |
| 145 | +
|
| 146 | +
|
| 147 | + pre |
| 148 | + background: #eee |
| 149 | + font-family: "Courier 10 Pitch", Courier, monospace |
| 150 | + font-size: 15px |
| 151 | + font-size: 0.9375rem |
| 152 | + line-height: 1.6 |
| 153 | + margin-bottom: 1.6em |
| 154 | + max-width: 100% |
| 155 | + overflow: auto |
| 156 | + padding: 1.6em |
| 157 | +
|
| 158 | +
|
| 159 | + code, kbd, tt, var |
| 160 | + font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace |
| 161 | + font-size: 15px |
| 162 | + font-size: 0.9375rem |
| 163 | +
|
| 164 | +
|
| 165 | + abbr, acronym |
| 166 | + border-bottom: 1px dotted #666 |
| 167 | + cursor: help |
| 168 | +
|
| 169 | +
|
| 170 | + mark, ins |
| 171 | + background: #fff9c0 |
| 172 | + text-decoration: none |
| 173 | +
|
| 174 | +
|
| 175 | + big |
| 176 | + font-size: 125% |
| 177 | +
|
116 | 178 |
|
117 | 179 |
|
118 | 180 | /*!
|
|
0 commit comments