Mercurial > ff-herdict-preso
annotate css/ff-herdict-preso.css @ 10:b8b3aaf44c1c
Oops, fixed a bug preventing MuseoSans from being used.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 10 Feb 2010 12:29:29 -0800 |
parents | 7b67d3e40479 |
children | 9c2325f7bcb1 |
rev | line source |
---|---|
0 | 1 @font-face { |
2 font-family: "MuseoSans"; | |
10
b8b3aaf44c1c
Oops, fixed a bug preventing MuseoSans from being used.
Atul Varma <varmaa@toolness.com>
parents:
7
diff
changeset
|
3 src: url(../fonts/MuseoSans_500.otf) format("opentype"); |
0 | 4 } |
5 | |
6 body { | |
7 background: white; | |
8 font-family: "MuseoSans", Helvetica, Sans-Serif; | |
9 text-align: center; | |
10 } | |
11 | |
12 h1 { | |
13 font-size: 24pt; | |
14 } | |
15 | |
7
7b67d3e40479
Refactored content and DOM structure, refactored code into a syncVisualsWithAudio() function.
Atul Varma <varmaa@toolness.com>
parents:
2
diff
changeset
|
16 #subtitles { |
2 | 17 display: none; |
18 } | |
19 | |
0 | 20 #slides { |
21 height: 400px; | |
22 width: 660px; | |
23 margin: 0 auto; | |
24 display: table; | |
25 position: static; | |
26 } | |
27 | |
7
7b67d3e40479
Refactored content and DOM structure, refactored code into a syncVisualsWithAudio() function.
Atul Varma <varmaa@toolness.com>
parents:
2
diff
changeset
|
28 #slides div { |
0 | 29 font-size: 24pt; |
30 display: none; | |
31 vertical-align: middle; | |
32 } | |
33 | |
34 #slides .visible { | |
35 display: table-cell; | |
36 } | |
37 | |
7
7b67d3e40479
Refactored content and DOM structure, refactored code into a syncVisualsWithAudio() function.
Atul Varma <varmaa@toolness.com>
parents:
2
diff
changeset
|
38 #slides div em { |
0 | 39 font-style: normal; |
40 font-weight: bold; | |
41 } | |
42 | |
43 audio { | |
44 width: 660px; | |
45 } | |
46 | |
47 img { | |
48 border: none; | |
49 } | |
50 | |
51 a { | |
52 white-space: nowrap; | |
53 color: black; | |
54 } | |
55 | |
56 img[src="images/fallows-article.png"] { | |
57 height: 380px; | |
58 } | |
59 | |
60 img[src="images/cubicles.jpg"] { | |
61 height: 380px; | |
62 } | |
63 | |
64 img[src="images/china-flag.png"] { | |
65 height: 380px; | |
66 } | |
67 | |
68 img[src="images/herdict-map-2.png"] { | |
69 height: 380px; | |
70 } | |
71 | |
72 img[src="images/mockup-firewall.png"] { | |
73 height: 380px; | |
74 } | |
75 | |
76 img[src="images/mockup-china.png"] { | |
77 height: 380px; | |
78 } | |
79 | |
80 img[src="images/mockup-everyone.png"] { | |
81 height: 380px; | |
82 } |