]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyfourteen/css/editor-style.css
WordPress 4.0
[autoinstalls/wordpress.git] / wp-content / themes / twentyfourteen / css / editor-style.css
index e99813cae06bce444be02b5f05508195eb695e62..1d66b73c593820d2bedc92b38111620719e64a6d 100644 (file)
@@ -420,7 +420,7 @@ img {
 }
 
 .wp-caption.aligncenter {
-       margin: 7px 0;
+       margin: 7px auto;
 }
 
 .wp-caption-dt {
@@ -617,6 +617,79 @@ img {
        background: transparent;
 }
 
+.mejs-overlay-button {
+       background-color: #fff;
+       background-image: none;
+       border-radius: 2px;
+       box-shadow: 1px 1px 1px rgba(0,0,0,.8);
+       color: #000;
+       height: 36px;
+       margin-left: -24px;
+       width: 48px;
+}
+
+.mejs-overlay-button:before {
+       -webkit-font-smoothing: antialiased;
+       content: '\f452';
+       display: inline-block;
+       font: normal 32px/1.125 Genericons;
+       position: absolute;
+       top: 1px;
+       left: 10px;
+}
+
+.mejs-controls .mejs-button button:focus {
+       outline: none;
+}
+
+.mejs-controls .mejs-button button {
+       -webkit-font-smoothing: antialiased;
+       background: none;
+       color: #fff;
+       display: inline-block;
+       font: normal 16px/1 Genericons;
+}
+
+.mejs-playpause-button.mejs-play button:before {
+       content: '\f452';
+}
+
+.mejs-playpause-button.mejs-pause button:before {
+       content: '\f448';
+}
+
+.mejs-volume-button.mejs-mute button:before {
+       content: '\f109';
+       font-size: 20px;
+       position: absolute;
+       top: -2px;
+       left: 0;
+}
+
+.mejs-volume-button.mejs-unmute button:before {
+       content: '\f109';
+       left: 0;
+       position: absolute;
+       top: 0;
+}
+
+.mejs-fullscreen-button button:before {
+       content: '\f474';
+}
+
+.mejs-fullscreen-button.mejs-unfullscreen button:before {
+       content: '\f406';
+}
+
+.mejs-overlay:hover .mejs-overlay-button {
+       background-color: #24890d;
+       color: #fff;
+}
+
+.mejs-controls .mejs-button button:hover {
+       color: #41a62a;
+}
+
 
 /**
  * 10.0 RTL