OLD | NEW |
1 @font-face | 1 @font-face |
2 { | 2 { |
3 font-family: "Source Sans Pro"; | 3 font-family: "Source Sans Pro"; |
4 src: url(fonts/SourceSansPro-Light.woff); | 4 src: url(fonts/SourceSansPro-Light.woff); |
5 /* local("Ø") forces using no local font called Source Sans Pro */ | 5 /* local("Ø") forces using no local font called Source Sans Pro */ |
6 src: local("Ø"), url(fonts/SourceSansPro-Light.woff) format("woff"); | 6 src: local("Ø"), url(fonts/SourceSansPro-Light.woff) format("woff"); |
7 font-weight: 300; | 7 font-weight: 300; |
8 font-style: normal; | 8 font-style: normal; |
9 } | 9 } |
10 | 10 |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 display: block; | 209 display: block; |
210 padding-bottom: 17px; | 210 padding-bottom: 17px; |
211 margin: 0px; | 211 margin: 0px; |
212 } | 212 } |
213 | 213 |
214 #content #badges | 214 #content #badges |
215 { | 215 { |
216 margin-bottom: 14px; | 216 margin-bottom: 14px; |
217 } | 217 } |
218 | 218 |
219 #badges a | 219 #badges a, #social-media a |
220 { | 220 { |
221 text-decoration: none; | 221 text-decoration: none; |
222 } | 222 } |
223 | 223 |
224 #playstore img | 224 #playstore img |
225 { | 225 { |
226 width: 43%; | 226 width: 43%; |
227 max-width: 172px; | 227 max-width: 172px; |
228 } | 228 } |
229 | 229 |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 } | 316 } |
317 | 317 |
318 footer a | 318 footer a |
319 { | 319 { |
320 font-weight: 600; | 320 font-weight: 600; |
321 color: #333333; | 321 color: #333333; |
322 } | 322 } |
323 | 323 |
324 #language | 324 #language |
325 { | 325 { |
326 display: block; | 326 vertical-align: middle; |
327 margin-bottom: 34px; | 327 margin-right: 10px; |
| 328 } |
| 329 |
| 330 html[dir="rtl"] #language |
| 331 { |
| 332 margin-left: 10px; |
| 333 margin-right: 0px; |
| 334 } |
| 335 |
| 336 #social-media |
| 337 { |
| 338 display: inline-block; |
| 339 vertical-align: middle; |
| 340 margin: 10px 0px; |
| 341 } |
| 342 |
| 343 #social-media a |
| 344 { |
| 345 margin: 0px 3px; |
328 } | 346 } |
329 | 347 |
330 #modal | 348 #modal |
331 { | 349 { |
332 padding: 17px 34px; | 350 padding: 17px 34px; |
333 margin: auto; | 351 margin: auto; |
334 background-color: #ffffff; | 352 background-color: #ffffff; |
335 position: fixed; | 353 position: fixed; |
336 top: 200px; | 354 top: 200px; |
337 left: 0px; | 355 left: 0px; |
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 | 589 |
572 #content | 590 #content |
573 { | 591 { |
574 padding: 34px 0px 68px 0px; | 592 padding: 34px 0px 68px 0px; |
575 } | 593 } |
576 | 594 |
577 #footnotes | 595 #footnotes |
578 { | 596 { |
579 margin-top: 34px; | 597 margin-top: 34px; |
580 } | 598 } |
581 | |
582 footer | |
583 { | |
584 line-height: 24px; | |
585 } | |
586 } | 599 } |
OLD | NEW |