summaryrefslogtreecommitdiff
path: root/extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/resources/skins/EmbedPlayer.css
blob: 9699c2e9a67b4b86391cae519b2457344242e64b (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
.ui-dialog-content .mediaContainer { margin: 0 auto; }
.mwPlayerContainer, video { width: 100%; height: 100%; }
.mwPlayerContainer { position: relative; height: 100%; background: #000; }
.videoHolder {
	position: absolute;
	top: 0px;
	left:0px;
	right:0px;
	bottom:0px;
	overflow: hidden;
}
.mwPlayerContainer.fullscreen {
	position: absolute !important;
	width: 100% !important;
	height: 100%! important;
	z-index: 9999;
	min-height: 100%;
	top: 0;
	left: 0;
	margin: 0;
}

.mwEmbedPlayer { width: 100%; height: 100%; overflow: hidden; position: absolute; top: 0; left: 0; }


.player_select_list {
	color:white;
	font-size:10pt;
/*	display:none;*/
}
.player_select_list a:visited {
	color:white;
}
.mv_playhead {
	position:absolute;
	top:0;
	left:0;
	width:17px;
	height:21px;
	/*http://art.gnome.org/themes/gtk2*/
}

.mv_status {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	float:left;
}
.set_ogg_player_pref{
	text-align:left;
}

.large_play_button {
	display:block;
	width: 130px;
	height: 96px;
	margin: auto;
/*	margin: -202px 0 0 154px;*/
	position: absolute;
	z-index: 3;
	cursor: pointer;
}

/* jquery.ui overrides */

.ui-icon_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;	
}
.ui-icon_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: 0.2em;
	right: auto;
	top: 50%;
	margin-top: -8px;
	zoom: 1;
}
.ui-icon_link span.ui-text {	
	position: absolute;
	left: 0.2em;
	right: auto;	
	margin-top: -3px;
	zoom: 1;
}

.ui-progressbar-value{
	background-image: none;
}

.kplayer .ui-widget-overlay {
	background: black; opacity: .40; filter: Alpha(Opacity=40);
}

.kplayer .ui-widget-content input {
	padding: 5px;
}
.kplayer .ui-widget-content a {
	color: #222;
}

ul.ui-provider-selection {
	list-style-type: none;
	margin: 0 0 0.6em 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

ul.ui-provider-selection li {
	border-left: 1px solid black;
	float: left;
	line-height: 1.1em;
	margin: 0 0.5em 0 -0.5em;
	padding: 0 0.5em;
	color: blue;
	list-style-image:none;	
	cursor:pointer;	
}

ul.ui-provider-selection li .ui-selected {
	color: black;
	font-weight: bold;
}

ul.ui-provider-selection li a.ui-active {
	color: black;
	font-weight: bold;
}

ul.ui-provider-selection li a {
	color: blue;
	text-decoration: none;	
}
.fg-menu .ui-icon{
	position:relative;
	top:-1px;
}

.ui-dialog-buttonpane a{
	float: right;
	margin-right: 10px;
}


/* Custom */
.mv-player .overlay-win { background: transparent; border: 0; } /* Custom */
.mv-player .overlay-content { padding: 10px; }
.mv-player .overlay-content h3 { display: block; font-size: 16px; font-weight: bold; color: #fff; font-family: arial; }
.mv-player .overlay-win h2 { font-size: 18px; margin-top: 0; }
.mv-player .overlay-content div { font-size: 12px; color: #fff; font-weight: bold; }
.mv-player .overlay-content div a { color: #00a8ff }
.mv-player .overlay-content div a:hover { color: #3abcff }
.mv-player .overlay-content ul { list-style: none; margin: 0 0 10px 0; padding: 0; }
.mv-player .vol_container {
	background: #272727;
	opacity: .80;
	filter:Alpha(Opacity=80);
	position:absolute;
	left:0px;
}
.mv-player .ui-icon ui-icon-closethick { border: 1px solid #606060; background: #222;font-weight: normal; color: #EEE; }
.mv-player .overlay-win textarea { background: #e4e4e4; height: 35px; padding: 6px; color: #666; border: 0; }
.mv-player .overlay-content .copycode { padding: 8px 12px; font-weight: bold; float: right; cursor: pointer; }
.control-bar .ui-icon_link { border: 0; }
.control-bar .ui-state-hover { border: 0; }