]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyfourteen/css/editor-style.css
Wordpress 4.5.3
[autoinstalls/wordpress.git] / wp-content / themes / twentyfourteen / css / editor-style.css
index e99813cae06bce444be02b5f05508195eb695e62..6bd5ac0f413a4308f342b7ff71ac4b08ea5c3de8 100644 (file)
@@ -336,7 +336,8 @@ blockquote.alignright p {
  * ----------------------------------------------------------------------------
  */
 
-.mceItemTable {
+.mceItemTable,
+.mce-item-table {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-width: 1px 0 0 1px;
        border-collapse: separate;
@@ -348,7 +349,9 @@ blockquote.alignright p {
 }
 
 .mceItemTable th,
-.mceItemTable caption {
+.mceItemTable caption,
+.mce-item-table th,
+.mce-item-table caption {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-width: 0 1px 1px 0;
        font-weight: 700;
@@ -358,7 +361,8 @@ blockquote.alignright p {
        vertical-align: baseline;
 }
 
-.mceItemTable td {
+.mceItemTable td,
+.mce-item-table td {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-width: 0 1px 1px 0;
        font-family: Lato, sans-serif;
@@ -375,7 +379,7 @@ blockquote.alignright p {
 
 img {
        height: auto;
-       max-width: 474px;
+       max-width: 100%;
        vertical-align: middle;
 }
 
@@ -384,7 +388,7 @@ img {
        border: none;
        color: #767676;
        margin: 0 0 24px 0;
-       max-width: 474px;
+       max-width: 100%;
        padding: 0;
        text-align: left;
 }
@@ -420,7 +424,7 @@ img {
 }
 
 .wp-caption.aligncenter {
-       margin: 7px 0;
+       margin: 7px auto;
 }
 
 .wp-caption-dt {
@@ -617,6 +621,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