~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-includes/js/mediaelement/wp-mediaelement.css

  • Committer: Nick Moffitt
  • Date: 2015-01-15 11:04:26 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: nick.moffitt@canonical.com-20150115110426-5stm1p14cfnxrtme
New Upstream Version 4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        background: #222;
14
14
}
15
15
 
 
16
.mejs-controls a.mejs-horizontal-volume-slider {
 
17
        display: table;
 
18
}
 
19
 
16
20
.mejs-controls .mejs-time-rail .mejs-time-loaded,
17
21
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
18
22
        background: #fff;
33
37
        border-radius: 0;
34
38
}
35
39
 
 
40
.mejs-controls .mejs-offscreen {
 
41
        clip: rect(1px, 1px, 1px, 1px);
 
42
        position: absolute;
 
43
}
 
44
 
 
45
.mejs-controls a:focus > .mejs-offscreen {
 
46
        background-color: #f1f1f1;
 
47
        border-radius: 3px;
 
48
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 
49
        clip: auto;
 
50
        color: #21759b;
 
51
        display: block;
 
52
        font-size: 14px;
 
53
        font-weight: bold;
 
54
        height: auto;
 
55
        line-height: normal;
 
56
        padding: 15px 23px 14px;
 
57
        position: absolute;
 
58
        left: 0;
 
59
        top: 15px;
 
60
        text-decoration: none;
 
61
        text-transform: none;
 
62
        width: auto;
 
63
}
 
64
 
36
65
.mejs-overlay-loading {
37
66
        background: transparent;
38
67
}
97
126
        height: auto;
98
127
}
99
128
 
 
129
.wp_attachment_holder .wp-video {
 
130
        margin-top: 18px;
 
131
}
 
132
 
100
133
video.wp-video-shortcode,
101
134
.wp-video-shortcode video {
102
135
        max-width: 100%;
218
251
        border-bottom: 0;
219
252
}
220
253
 
221
 
.wp-playlist-light .wp-playlist-item {
 
254
.wp-playlist-light .wp-playlist-caption {
222
255
        color: #333;
223
256
}
224
257
 
225
 
.wp-playlist-dark .wp-playlist-item {
 
258
.wp-playlist-dark .wp-playlist-caption {
226
259
        color: #dedede;
227
260
}
228
261