source: main/trunk/model-sites-dev/respooled/collect/popup-video-respooled/style/media-player.css@ 29863

Last change on this file since 29863 was 29863, checked in by davidb, 9 years ago

First cut at respooled site/collection

File size: 1.3 KB
Line 
1
2body { font-family:'verdana'; }
3
4h1 {
5 font-size:16px;
6 color:#333;
7}
8
9#media-player {
10 float:left;
11 padding:1em 1em .5em;
12 background-color:#333;
13}
14
15video {
16/*
17 border:1px solid #2e52a4;
18*/
19/*
20 width:305px;
21 height:160px;
22*/
23 background:#000;
24}
25
26button {
27 text-indent:-9999px;
28 width:16px;
29 height:16px;
30 border:none;
31 cursor:pointer;
32 background:transparent url('images/buttons.png') no-repeat 0 0;
33}
34
35.pause { background-position:-19px 0; }
36.stop { background-position:-38px 0; }
37.volume-plus { background-position:-57px 0; }
38.volume-minus { background-position:-76px 0; }
39.mute { background-position:-95px 0; }
40.unmute { background-position:-114px 0; }
41.replay { background-position:-133px 0; }
42
43#progress-bar {
44 color:#fff;
45 font-size:12px;
46 /* width:172px; */
47 height:26px;
48 border:none;
49/*
50 margin-right:5px;
51*/
52
53 background:#434343;
54 padding: 0;
55 margin: 0;
56 border: 0;
57}
58#progress::-moz-progress-bar { background:#2e52a4; }
59
60#media-play-list {
61 float:left;
62 clear:both;
63 color:#aaa;
64 width:100%;
65 margin-top:10px;
66 border-top:1px solid #2e52a4;
67}
68#media-play-list h2 { font-size:12px; }
69#play-list {
70 padding:0;
71 font-size:12px;
72 list-style-type:none;
73}
74#play-list li {
75 cursor:pointer;
76 padding-left:15px;
77 background:transparent url('images/item.png') no-repeat 0 4px;
78}
79
80
81
82
Note: See TracBrowser for help on using the repository browser.