Mercurial > dottes
comparison web/css/dottes.css @ 530:b163d8d3f4a7 build-default-223
Remove font-size directives.
The font sizing is not consistent in Chrome - i.e. reload the page and
the size can shrink - so go back to default sizes for now.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sat, 12 Dec 2015 22:33:41 +0000 |
parents | ae0836b5f4dd |
children | 60749c792cde |
comparison
equal
deleted
inserted
replaced
529:63388509239e | 530:b163d8d3f4a7 |
---|---|
4 | 4 |
5 body { | 5 body { |
6 background-color: #9900cc; | 6 background-color: #9900cc; |
7 background-image: url('../img/purple-fabric-background.jpg'); | 7 background-image: url('../img/purple-fabric-background.jpg'); |
8 color: #000000; | 8 color: #000000; |
9 font-size: 14px; | |
10 font-size: 1.4rem; | |
11 height: auto; | 9 height: auto; |
12 padding-top: 0px; | 10 padding-top: 0px; |
13 padding-bottom: 20px; | 11 padding-bottom: 20px; |
14 font-family: 'Open Sans', sans-serif; | 12 font-family: 'Open Sans', sans-serif; |
15 } | 13 } |
16 | 14 |
17 h1 { | 15 h1 { |
18 background: white; | 16 background: white; |
19 text-align: center; | 17 text-align: center; |
20 font-size: 17px; | |
21 font-size: 1.7rem; | |
22 font-weight: bold; | 18 font-weight: bold; |
23 } | 19 } |
24 | 20 |
25 p | 21 p |
26 { | 22 { |
57 | 53 |
58 div.banner h1 | 54 div.banner h1 |
59 { | 55 { |
60 display: none; | 56 display: none; |
61 text-align: left; | 57 text-align: left; |
62 font-size: 50px; | |
63 font-size: 5.0rem; | |
64 font-weight: bold; | 58 font-weight: bold; |
65 color: #ffffff; | 59 color: #ffffff; |
66 font-family: 'Pirata One', sans-serif; | 60 font-family: 'Pirata One', sans-serif; |
67 padding: 10px; | 61 padding: 10px; |
68 } | 62 } |
154 display: table-cell; | 148 display: table-cell; |
155 } | 149 } |
156 | 150 |
157 div.dottes-tune-header-middle h1 | 151 div.dottes-tune-header-middle h1 |
158 { | 152 { |
159 font-size: 25px; | |
160 font-size: 2.5rem; | |
161 font-weight: bold; | 153 font-weight: bold; |
162 text-align: center; | 154 text-align: center; |
163 margin: 0px; | 155 margin: 0px; |
164 } | 156 } |
165 | 157 |
166 div.dottes-tune-header-middle h2 | 158 div.dottes-tune-header-middle h2 |
167 { | 159 { |
168 font-size: 15px; | |
169 font-size: 1.5rem; | |
170 font-weight: normal; | 160 font-weight: normal; |
171 text-align: center; | 161 text-align: center; |
172 margin: 0px; | 162 margin: 0px; |
173 } | 163 } |
174 | 164 |
210 width: 25%; | 200 width: 25%; |
211 } | 201 } |
212 | 202 |
213 a.dottes-tune-link | 203 a.dottes-tune-link |
214 { | 204 { |
215 font-size: 20px; | |
216 font-size: 2.0rem; | |
217 position: relative; | 205 position: relative; |
218 top: 12px; | 206 top: 12px; |
219 } | 207 } |
220 | 208 |
221 a.dottes-tune-icon-link | 209 a.dottes-tune-icon-link |