]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/editor.css
WordPress 4.7.2-scripts
[autoinstalls/wordpress.git] / wp-includes / css / editor.css
index c2a036bb5817d418f4c973b3a54577e0423af2dc..e04317ec89cbdcc896a106ef33a0c30465dde475 100644 (file)
        font-family: inherit;
 }
 
+.mce-container .mce-monospace,
+.mce-widget .mce-monospace {
+       font-family: Consolas, Monaco, monospace;
+       font-size: 13px;
+       line-height: 150%;
+}
+
 /* TinyMCE windows */
 #mce-modal-block,
 #mce-modal-block.mce-fade {
@@ -140,7 +147,7 @@ div.mce-tab:focus {
        margin: 8px 0;
        white-space: normal;
        font-size: 14px;
-       font-weight: normal;
+       font-weight: 400;
 }
 
 .mce-window .wp-editor-help table {
@@ -180,14 +187,14 @@ div.mce-tab:focus {
 }
 
 .mce-window .wp-editor-help th {
-       font-weight: bold;
+       font-weight: 600;
        padding-bottom: 0;
 }
 
 .mce-window .wp-editor-help kbd {
        font-family: monospace;
        padding: 2px 7px 3px;
-       font-weight: bold;
+       font-weight: 600;
        margin: 0;
        background: #eaeaea;
        background: rgba(0,0,0,0.08);
@@ -392,6 +399,11 @@ div.mce-path {
        cursor: pointer;
 }
 
+.mce-btn .mce-txt {
+       direction: inherit;
+       text-align: inherit;
+}
+
 .mce-toolbar .mce-btn-group .mce-btn,
 .qt-dfw {
        border: 1px solid transparent;
@@ -576,6 +588,7 @@ div.mce-path {
 .mce-menu .mce-menu-item-normal.mce-active,
 .mce-menu .mce-menu-item-preview.mce-active {
        background: #0073aa; /* See color scheme. */
+       color: #fff;
 }
 
 .mce-menu .mce-menu-item-preview.mce-active {
@@ -638,6 +651,16 @@ div.mce-menu .mce-menu-item-sep,
        margin-left: -2px;
 }
 
+/* Keyboard shortcuts position */
+.mce-menu.mce-menu-align .mce-menu-item-normal {
+       position: relative;
+}
+
+.mce-menu.mce-menu-align .mce-menu-shortcut {
+       bottom: 0.6em;
+       font-size: 0.9em;
+}
+
 /* Buttons in modals */
 .mce-primary button,
 .mce-primary button i {
@@ -835,10 +858,15 @@ div.mce-menu .mce-menu-item-sep,
        border-left-color: #23282d;
 }
 
+div.mce-notification {
+       left: 10% !important;
+       right: 10%;
+}
+
 .mce-notification button.mce-close {
        right: 6px;
        top: 3px;
-       font-weight: normal;
+       font-weight: 400;
        color: #555d66;
 }
 
@@ -1109,7 +1137,8 @@ i.mce-i-wp_code:before {
        background: #ebebeb;
        color: #666;
        cursor: pointer;
-       font: 13px/19px "Open Sans", sans-serif;
+       font-size: 13px;
+       line-height: 19px;
        height: 20px;
        margin: 5px 0 0 5px;
        padding: 3px 8px 4px;
@@ -1141,7 +1170,7 @@ i.mce-i-wp_code:before {
 }
 
 .js .tmce-active .wp-editor-area {
-       color: white;
+       color: #fff;
 }
 
 .tmce-active .quicktags-toolbar {
@@ -1241,7 +1270,7 @@ i.mce-i-wp_code:before {
 }
 
 .quicktags-toolbar input[value="b"] {
-       font-weight: bold;
+       font-weight: 600;
 }
 
 .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,
@@ -1298,7 +1327,7 @@ i.mce-i-wp_code:before {
 
 @media screen and ( min-width: 782px ) {
        .wp-core-ui .quicktags-toolbar input.button.button-small {
-               /* .button-small is normaly 11px, but a bit too small for these buttons. */
+               /* .button-small is normally 11px, but a bit too small for these buttons. */
                font-size: 12px;
                height: 26px;
                line-height: 24px;
@@ -1600,7 +1629,7 @@ i.mce-i-wp_code:before {
 }
 
 #wp-link li.selected .item-title {
-       font-weight: bold;
+       font-weight: 600;
 }
 
 #wp-link li:last-child {
@@ -1756,6 +1785,10 @@ div.wp-link-preview a {
        cursor: pointer;
 }
 
+div.wp-link-preview a.wplink-url-error {
+       color: #dc3232;
+}
+
 div.wp-link-input {
        float: left;
        margin: 2px;