summaryrefslogtreecommitdiff
path: root/extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/resources/skins/mvpcf/PlayerSkinMvpcf.css
blob: a9664ec5895c30e16907bba84c4784f895357e42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
/**
 * reference player skin
 */


/*.ui-state-default */
.mv-player a:link {color: #2060c1; text-decoration: underline;}
.mv-player a:visited {color: #2060c1; text-decoration: underline;}
/*a:visited {color: #75a5e4; text-decoration: underline;}*/ /*Not sure if you want this*/
.mv-player a:hover {color: #75a5e4; text-decoration: underline;}
.mv-player img, .mv-player img a, .mv-player img a:hover {border: 0;}


.mv-player .video {
	display: block;
	position: relative;
	font-size: 1px;
	height: 305px;
}
.mv-player .control-bar {
	overflow: hidden;
	height: 29px;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 2;
}
.mv-player .controlInnerSmall {
/*	width: 430px;*/
	height: 29px;
	float: left;
	display: inline;
}

.mv-player .lButton {
	cursor:pointer;
	float:left;
	list-style:none outside none;
	margin:2px;
	padding:4px 0;
	width: 24px;
	height:16px;
	position:relative;
}
.mv-player .rButton {
	cursor:pointer;
	float:right;
	list-style:none outside none;
	margin:2px;
	padding:4px 0;
	width: 23px;
	height:16px;
	position:relative;
}

.mv-player .volume_icon {
	float: right;
	display: inline;
	width: 22px;
	height: 29px;
	padding: 0 0 0 0;

}

.mv-player .vol_container{
	z-index:99;
	width:23px;
	height:75px;
	width:23px;
	position:absolute;
	left:0px;
	background: #CCC;
}
.mv-player .vol_container_below{
	top:30px;
}
.mv-player .vol_container_top{
	top:-77px;
}
.mv-player .vol_container .volume-slider{
	margin-top:5px;
	height:65px;
	width:10px;
	margin-left: auto ;
	margin-right: auto ;
}
.mv-player .vol_container .ui-slider-handle{
	cursor : pointer;
	width:10px;
	height:10px;
	position:absolute;
	left:-1px;
}

.mv-player .time-disp {
	line-height: 32px;
	height: 29px;
	overflow: visible;
	font-size: 10.2px;
	float: right;
	display: inline;
	border:none;
	padding-right:4px;
}

.mv-player .source-switch {
	border: medium none;
	display: inline;
	color: #eee;
	font: 11px arial, sans-serif;
	line-height: 20px;
	overflow: hidden;
	width: 70px;
	cursor: pointer;
	float: right;
	text-align: center;
	padding-top:6px;
}


.mv-player .play_head{
	float: left;
	display: inline;
	height: 10px;
	margin-left:8px;
	margin-top:10px;
	margin-right: 8px;
	position:relative;
}

.mv-player .play_head .ui-slider-handle{
	width:10px;
	height:15px;
	margin-left:-5px;
	margin-top: -0px;
	z-index: 2;
}

.mv-player .inOutSlider .ui-slider-handle{
	width:8px;
	cusror: move;
}

.mv-player .overlay-win textarea {
	background:none repeat scroll 0 0 transparent;
	border: 2px solid #333;
	color: #fff;
	font: 11px arial,sans-serif;
	height:15px;
	overflow:hidden;
	padding-left:2px;
	width:97%;
}

.mv-player .overlay-win div.ui-state-highlight {
	background:none repeat scroll 0 0 transparent;
	border-color:#554926;
	color:#FFE96E;
	float:left;
	padding:2px 5px;
}

.mv-player .videoOptionsComplete div.ui-state-highlight a {
	color:#eee;
	font-weight:bold;
}

.mv-player .overlay-win h2{
	font-size: 115%;
}

.mv-player .overlay-win{
	font-family : arial,sans-serif;
	font-size : 85%;
}
.mv-player .overlay-win a{
	text-decoration: none;
}

.mv-player .overlay-win ul{
	padding-left: 15px;
}

.mv-player a:hover {}

.mv-player .overlay-win ul li span { font-weight:bold; color:#fff;}

.mv-player .overlay-win h2 { font-size:16px;}
.mv-player .overlay-win h3 { font-size:14px;}

.active { font-size: 12px; }

.ui-slider-horizontal.volume-slider { width: 44px; height: 2px; top: 7px; }
.ui-slider-horizontal.volume-slider .ui-slider-handle { border-width: 1px; }