]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/mediaelement/wp-mediaelement.css
WordPress 4.0
[autoinstalls/wordpress.git] / wp-includes / js / mediaelement / wp-mediaelement.css
index ec8e37bc985fb0f33f3c01c4dddf0f9525ade0b1..36cf8e8c125c17fba1c677c1bdeadd768452f32a 100644 (file)
@@ -1,17 +1,47 @@
+.mejs-container {
+       clear: both;
+}
+
 .mejs-container * {
        font-family: Helvetica, Arial;
 }
 
-.mejs-container, .mejs-embed, .mejs-embed body {
-       background: #000;
+.mejs-container,
+.mejs-embed,
+.mejs-embed body,
+.mejs-container .mejs-controls {
+       background: #222;
 }
 
-.mejs-controls .mejs-time-rail .mejs-time-loaded {
-       background: #21759b;
+.mejs-controls .mejs-time-rail .mejs-time-loaded,
+.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
+       background: #fff;
 }
 
 .mejs-controls .mejs-time-rail .mejs-time-current {
-       background: #d54e21;
+       background: #0074a2;
+}
+
+.mejs-controls .mejs-time-rail .mejs-time-total,
+.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
+       background: rgba(255, 255, 255, .33);
+}
+
+.mejs-controls .mejs-time-rail span,
+.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
+.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
+       border-radius: 0;
+}
+
+.mejs-overlay-loading {
+       background: transparent;
+}
+
+/* Override theme styles that may conflict with controls. */
+.mejs-controls button:hover {
+       border: none;
+       -webkit-box-shadow: none;
+       box-shadow: none;
 }
 
 .me-cannotplay {
        max-width: 400px;
 }
 
+.audio-details .embed-media-settings {
+       overflow: visible;
+}
+
 .media-embed-details .embed-media-settings .setting span {
        max-width: 400px;
        width: auto;
        margin: 0 0 10px;
 }
 
+.wp-video {
+       max-width: 100%;
+       height: auto;
+}
+
+video.wp-video-shortcode,
+.wp-video-shortcode video {
+       max-width: 100%;
+       display: inline-block;
+}
+
 .video-details .wp-video-holder {
        width: 100%;
        max-width: 640px;
        line-height: 1.5;
 }
 
+.wp-admin .wp-playlist {
+       margin: 0 0 18px;
+}
+
 .wp-playlist video {
        display: inline-block;
        max-width: 100%;
 
 .wp-audio-playlist .me-cannotplay span {
        padding: 5px 15px;
-}
\ No newline at end of file
+}