forked from njaber/moodle-mod_mplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
89 lines (77 loc) · 1.62 KB
/
Copy pathstyles.css
File metadata and controls
89 lines (77 loc) · 1.62 KB
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
.fp-playlist-info {
font-weight:bolder;
color:white;
}
div.flowplayer video,
div.flowplayer canvas,
div.flowplayer audio {
width:100%;
}
div.flowplayer {
width:100%;
}
div.mod-mplayer.progressbar{
height:24px;
margin-bottom:10px;
}
.dots div.mod-mplayer.progressbar-outer{
max-width:700px;
}
div.mplayer-jw-completion-container {
padding-top: 40px;
}
div.mplayer-completion {
height:24px;
border:solid 1px #e0e0e0;
border-radius:3px;
display:inline-block;
}
div.mod-mplayer-progressbar-outer{
height:22px;
border:2px solid #606060;
border-radius:4px;
text-align:left;
}
div.mod-mplayer-progressbar-inner{
height:20px;
min-height:20px;
border:1px solid #606060;
border-radius:4px;
background-image:url();
background-color:#00A000;
background-position:0% 50%;
}
div.mod-mplayer-progressbar-inner2{
height:20px;
min-height:20px;
border:1px solid #606060;
border-radius:4px;
background-image:url();
background-color:#00E000;
background-position:0% 50%;
position:relative;
top:-22px;
}
.fp-cue-in-panel,
.fp-cue-resume-panel {
font-size:2.0em !important;
text-align:center;
padding:30px !important;
background-color:rgba(255,255,255,0.7);
display:none;
width:90% !important;
height:300px !important;
position:absolute;
line-height:40px;
z-index:10000;
margin: 50px !important;
-webkit-transition:opacity .5s;
-moz-transition:opacity .5s;
transition:opacity .5s;
}
.jwplayer {
top:20px;
}
#page-mod-mplayer-mod .fitemtitle label {
white-space: normal !important;
}