wget -p http://open.bbc.co.uk/rad/demos/html5/rdtv/episode2/index.html
[HTML5TV.git] / www / video.css
1 div#videoContainer {
2 font-family: Arial, Helvetica, sans-serif;
3 height: 360px;
4 margin: 0 10px 0px 0;
5 position: relative;
6 width: 640px;
7 }
8
9 video {
10 margin: 0 0 20px 0;
11 position: absolute;
12 width: 640px;
13 }
14
15 img#videoMockup {
16 position: absolute;
17 }
18
19 div#subtitle {
20 bottom: 24px;
21 color: white;
22 font-size: 100%;
23 font-weight: bold;
24 height: 22px;
25 line-height: 1em;
26 margin: 0  0 0 0;
27 padding: 1px 10px 5px 10px ;
28 position: absolute;
29 text-align: center;
30 width: 620px;
31 }
32
33 p#videoElementWarning {
34 background: #400;
35 border: 4px dashed red;
36 color: red;
37 font-weight: bold;
38 margin: 150px 0 0 50px;
39 padding: 8px;
40 opacity: 0.5;
41 position: absolute;
42 text-align: center;
43 top: 0;
44 z-index: 200;
45 width: 520px;
46 }
47
48 * html div#timeDisplay, * html div#subtitle, * html div#subtitleDiv {
49 display: none;
50 }
51