]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/mediaelement/wp-mediaelement.css
WordPress 4.1
[autoinstalls/wordpress.git] / wp-includes / js / mediaelement / wp-mediaelement.css
index 36cf8e8c125c17fba1c677c1bdeadd768452f32a..e724a150215c5429c88029c73f7301c5150d863a 100644 (file)
        background: #222;
 }
 
+.mejs-controls a.mejs-horizontal-volume-slider {
+       display: table;
+}
+
 .mejs-controls .mejs-time-rail .mejs-time-loaded,
 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
        background: #fff;
        border-radius: 0;
 }
 
+.mejs-controls .mejs-offscreen {
+       clip: rect(1px, 1px, 1px, 1px);
+       position: absolute;
+}
+
+.mejs-controls a:focus > .mejs-offscreen {
+       background-color: #f1f1f1;
+       border-radius: 3px;
+       box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
+       clip: auto;
+       color: #21759b;
+       display: block;
+       font-size: 14px;
+       font-weight: bold;
+       height: auto;
+       line-height: normal;
+       padding: 15px 23px 14px;
+       position: absolute;
+       left: 0;
+       top: 15px;
+       text-decoration: none;
+       text-transform: none;
+       width: auto;
+}
+
 .mejs-overlay-loading {
        background: transparent;
 }
        height: auto;
 }
 
+.wp_attachment_holder .wp-video {
+       margin-top: 18px;
+}
+
 video.wp-video-shortcode,
 .wp-video-shortcode video {
        max-width: 100%;
@@ -218,11 +251,11 @@ video.wp-video-shortcode,
        border-bottom: 0;
 }
 
-.wp-playlist-light .wp-playlist-item {
+.wp-playlist-light .wp-playlist-caption {
        color: #333;
 }
 
-.wp-playlist-dark .wp-playlist-item {
+.wp-playlist-dark .wp-playlist-caption {
        color: #dedede;
 }