Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more. see #25858. props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen. Built from https://develop.svn.wordpress.org/trunk@26072 git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
||||
TinyMCE and Quicklinks toolbars
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
@@ -48,6 +49,59 @@
|
||||
color: #555;
|
||||
}
|
||||
|
||||
/* These are part of TinyMCE, used in TinyMCE Advanced, but not WordPress. These are not MP6-ified. */
|
||||
/*
|
||||
.wp_themeSkin span.mce_sup,
|
||||
.wp_themeSkin span.mce_sub,
|
||||
.wp_themeSkin span.mce_media,
|
||||
.wp_themeSkin span.mce_styleprops,
|
||||
.wp_themeSkin span.mce_search,
|
||||
.wp_themeSkin span.mce_emotions,
|
||||
.wp_themeSkin span.mce_print,
|
||||
.wp_themeSkin span.mce_attribs,
|
||||
.wp_themeSkin span.mce_hr,
|
||||
.wp_themeSkin span.mce_cut,
|
||||
.wp_themeSkin span.mce_copy,
|
||||
.wp_themeSkin span.mce_paste,
|
||||
.wp_themeSkin span.mce_cite,
|
||||
.wp_themeSkin span.mce_visualchars,
|
||||
.wp_themeSkin span.mce_advhr,
|
||||
.wp_themeSkin span.mce_insertdate,
|
||||
.wp_themeSkin span.mce_anchor,
|
||||
.wp_themeSkin span.mce_visualaid,
|
||||
.wp_themeSkin span.mce_cleanup,
|
||||
.wp_themeSkin span.mce_table,
|
||||
.wp_themeSkin span.mce_row_props,
|
||||
.wp_themeSkin span.mce_cell_props,
|
||||
.wp_themeSkin span.mce_row_before,
|
||||
.wp_themeSkin span.mce_row_after,
|
||||
.wp_themeSkin span.mce_delete_row,
|
||||
.wp_themeSkin span.mce_col_before,
|
||||
.wp_themeSkin span.mce_col_after,
|
||||
.wp_themeSkin span.mce_delete_col,
|
||||
.wp_themeSkin span.mce_split_cells,
|
||||
.wp_themeSkin span.mce_merge_cells,
|
||||
.wp_themeSkin span.mce_delete_table,
|
||||
.wp_themeSkin span.mce_ins,
|
||||
.wp_themeSkin span.mce_abbr,
|
||||
.wp_themeSkin span.mce_acronym,
|
||||
.wp_themeSkin span.mce_del,
|
||||
.wp_themeSkin span.mce_replace,
|
||||
.wp_themeSkin span.mce_code,
|
||||
.wp_themeSkin span.mce_nonbreaking,
|
||||
.wp_themeSkin span.mce_inserttime,
|
||||
.wp_themeSkin span.mce_insertlayer,
|
||||
.wp_themeSkin span.mce_moveforward,
|
||||
.wp_themeSkin span.mce_movebackward,
|
||||
.wp_themeSkin span.mce_absolute
|
||||
{
|
||||
-moz-transition: none;
|
||||
-webkit-transition: none;
|
||||
transition: none;
|
||||
background: url("../js/tinymce/themes/advanced/img/icons.gif") no-repeat 20px 20px;
|
||||
}*/
|
||||
|
||||
|
||||
/* Containers */
|
||||
.wp_themeSkin table {}
|
||||
|
||||
@@ -97,16 +151,16 @@
|
||||
}
|
||||
|
||||
.wp_themeSkin .mceStatusbar {
|
||||
background: #fff;
|
||||
border-top: 1px solid #eee;
|
||||
color: #000;
|
||||
display: block;
|
||||
font-family: sans-serif;
|
||||
font-size: 12px;
|
||||
height: 20px;
|
||||
line-height: 16px;
|
||||
padding: 0 0 0 8px;
|
||||
overflow: visible;
|
||||
height: 20px;
|
||||
border-top: 1px solid #dfdfdf;
|
||||
color: #000;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.rtl .wp_themeSkin .mceStatusbar {
|
||||
@@ -169,8 +223,16 @@
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.wp_themeSkin .mceIcon {
|
||||
background: url("../js/tinymce/themes/advanced/img/icons.gif") no-repeat 20px 20px;
|
||||
a .mceIcon, .mceAction {
|
||||
text-align: center;
|
||||
font: normal 20px/1 'dashicons' !important;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.mceAction {
|
||||
line-height:16px;
|
||||
}
|
||||
|
||||
/* Button */
|
||||
@@ -354,44 +416,6 @@
|
||||
border-top-right-radius: 2px;
|
||||
}
|
||||
|
||||
.wp_themeSkin span.mce_undo,
|
||||
.wp_themeSkin span.mce_redo,
|
||||
.wp_themeSkin span.mce_bullist,
|
||||
.wp_themeSkin span.mce_numlist,
|
||||
.wp_themeSkin span.mce_blockquote,
|
||||
.wp_themeSkin span.mce_charmap,
|
||||
.wp_themeSkin span.mce_bold,
|
||||
.wp_themeSkin span.mce_italic,
|
||||
.wp_themeSkin span.mce_underline,
|
||||
.wp_themeSkin span.mce_justifyleft,
|
||||
.wp_themeSkin span.mce_justifyright,
|
||||
.wp_themeSkin span.mce_justifycenter,
|
||||
.wp_themeSkin span.mce_justifyfull,
|
||||
.wp_themeSkin span.mce_indent,
|
||||
.wp_themeSkin span.mce_outdent,
|
||||
.wp_themeSkin span.mce_link,
|
||||
.wp_themeSkin span.mce_unlink,
|
||||
.wp_themeSkin span.mce_help,
|
||||
.wp_themeSkin span.mce_removeformat,
|
||||
.wp_themeSkin span.mce_fullscreen,
|
||||
.wp_themeSkin span.mce_wp_fullscreen,
|
||||
.wp_themeSkin span.mce_media,
|
||||
.wp_themeSkin span.mce_pastetext,
|
||||
.wp_themeSkin span.mce_pasteword,
|
||||
.wp_themeSkin span.mce_wp_help,
|
||||
.wp_themeSkin span.mce_wp_adv,
|
||||
.wp_themeSkin span.mce_wp_more,
|
||||
.wp_themeSkin span.mce_strikethrough,
|
||||
.wp_themeSkin span.mce_spellchecker,
|
||||
.wp_themeSkin span.mce_forecolor,
|
||||
.wp_themeSkin .mce_forecolorpicker,
|
||||
.wp_themeSkin .mceSplitButton .mce_spellchecker span.mce_spellchecker,
|
||||
.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor,
|
||||
.wp_themeSkin .mceSplitButton span.mce_numlist,
|
||||
.wp_themeSkin .mceSplitButton span.mce_bullist {
|
||||
background-image: url('../images/wpicons.png?ver=20120720');
|
||||
}
|
||||
|
||||
/* ColorSplitButton */
|
||||
.wp_themeSkin div.mceColorSplitMenu table {
|
||||
background-color: #ebebeb;
|
||||
@@ -418,7 +442,7 @@
|
||||
width: 100%;
|
||||
height: auto;
|
||||
text-align: center;
|
||||
font-family: Tahoma,Verdana,Arial,Helvetica;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-size: 11px;
|
||||
line-height: 20px;
|
||||
border-color: #fff;
|
||||
@@ -474,7 +498,7 @@
|
||||
.wp_themeSkin .mceMenu .mceText {
|
||||
position: relative;
|
||||
display: block;
|
||||
font-family: Tahoma,Verdana,Arial,Helvetica;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
cursor: default;
|
||||
margin: 0;
|
||||
padding: 0 25px;
|
||||
@@ -591,17 +615,17 @@
|
||||
|
||||
.wp_themeSkin .mce_h2 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.wp_themeSkin .mce_h3 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.wp_themeSkin .mce_h4 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.wp_themeSkin .mce_h5 span.mceText {
|
||||
@@ -614,6 +638,111 @@
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
span.mce_bold:before {
|
||||
content:'\f200';
|
||||
}
|
||||
span.mce_italic:before {
|
||||
content:'\f201';
|
||||
}
|
||||
|
||||
span.mce_bullist:before {
|
||||
content:'\f203';
|
||||
}
|
||||
|
||||
span.mce_numlist:before {
|
||||
content:'\f204';
|
||||
}
|
||||
|
||||
span.mce_blockquote:before {
|
||||
content:'\f205';
|
||||
}
|
||||
span.mce_justifyleft:before {
|
||||
content:'\f206';
|
||||
}
|
||||
span.mce_justifycenter:before {
|
||||
content:'\f207';
|
||||
}
|
||||
span.mce_justifyright:before {
|
||||
content:'\f208';
|
||||
}
|
||||
span.mce_link:before {
|
||||
content:'\f103';
|
||||
}
|
||||
span.mce_unlink:before {
|
||||
content:'\f225';
|
||||
}
|
||||
span.mce_wp_more:before {
|
||||
content:'\f209';
|
||||
}
|
||||
span.mce_strikethrough:before {
|
||||
content:'\f224';
|
||||
}
|
||||
|
||||
span.mce_spellchecker {
|
||||
font-size:20px;
|
||||
background:none !important;
|
||||
margin-top: 2px;
|
||||
}
|
||||
span.mce_spellchecker:before {
|
||||
content:'\f210';
|
||||
}
|
||||
span.mce_fullscreen:before,
|
||||
span.mce_wp_fullscreen:before {
|
||||
content:'\f211';
|
||||
}
|
||||
|
||||
span.mce_wp_adv:before {
|
||||
content:'\f212';
|
||||
}
|
||||
span.mce_underline:before {
|
||||
content:'\f213';
|
||||
}
|
||||
|
||||
span.mce_justifyfull:before {
|
||||
content:'\f214';
|
||||
}
|
||||
|
||||
span.mce_forecolor {
|
||||
background:none !important;
|
||||
}
|
||||
span.mce_forecolor:before {
|
||||
content:'\f215';
|
||||
}
|
||||
span.mce_pastetext:before {
|
||||
content:'\f217';
|
||||
}
|
||||
span.mce_pasteword:before {
|
||||
content:'\f216';
|
||||
}
|
||||
span.mce_removeformat:before {
|
||||
content:'\f218';
|
||||
}
|
||||
span.mce_charmap:before {
|
||||
content:'\f220';
|
||||
}
|
||||
span.mce_outdent:before {
|
||||
content:'\f221';
|
||||
}
|
||||
span.mce_indent:before {
|
||||
content:'\f222';
|
||||
}
|
||||
span.mce_undo:before {
|
||||
content:'\f171';
|
||||
}
|
||||
span.mce_redo:before {
|
||||
content:'\f172';
|
||||
}
|
||||
span.mce_wp_help:before {
|
||||
content:'\f223';
|
||||
}
|
||||
span.mce_image:before {
|
||||
content: '\f104';
|
||||
}
|
||||
span.mce_ltr:before {
|
||||
content: '\f320';
|
||||
}
|
||||
|
||||
|
||||
/* Theme */
|
||||
.wp_themeSkin span.mce_undo {background-position:-500px -20px}
|
||||
.wp_themeSkin .mceButtonEnabled:hover span.mce_undo,
|
||||
@@ -944,6 +1073,9 @@
|
||||
|
||||
#mceModalBlocker {
|
||||
background: #000;
|
||||
opacity: 0.7;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
|
||||
filter: alpha(opacity=70);
|
||||
}
|
||||
|
||||
/* WP specific */
|
||||
@@ -951,8 +1083,20 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#wp-content-editor-tools {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#wp-content-editor-container {
|
||||
clear: both;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.wp-editor-area {
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
font-size: 13px;
|
||||
padding: 10px;
|
||||
margin: 1px 0 0;
|
||||
line-height: 150%;
|
||||
@@ -966,24 +1110,13 @@
|
||||
}
|
||||
|
||||
.wp-editor-tools {
|
||||
height: 30px;
|
||||
padding: 0 10px 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.rtl .wp-editor-tools {
|
||||
padding: 0 0 0 10px;
|
||||
}
|
||||
|
||||
.wp-editor-container {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
border-color: #ccc #ccc #dfdfdf;
|
||||
}
|
||||
|
||||
.wp-editor-container textarea.wp-editor-area {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
@@ -993,31 +1126,20 @@
|
||||
|
||||
.quicktags-toolbar,
|
||||
.wp_themeSkin tr.mceFirst td.mceToolbar {
|
||||
border-bottom: 1px solid #d1d1d1;
|
||||
background: #eee;
|
||||
background-image: -webkit-gradient(linear, left bottom, left top, from(#e5e5e5), to(#f4f4f4));
|
||||
background-image: -webkit-linear-gradient(bottom, #e5e5e5, #f4f4f4);
|
||||
background-image: -moz-linear-gradient(bottom, #e5e5e5, #f4f4f4);
|
||||
background-image: -o-linear-gradient(bottom, #e5e5e5, #f4f4f4);
|
||||
background-image: linear-gradient(to top, #e5e5e5, #f4f4f4);
|
||||
border-bottom: 1px solid #dedede;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.wp-switch-editor {
|
||||
height: 18px;
|
||||
font: 13px/18px Arial,Helvetica,sans-serif normal;
|
||||
margin: 5px 5px 0 0;
|
||||
padding: 4px 5px 2px;
|
||||
float: right;
|
||||
background: #ebebeb;
|
||||
border: 1px solid #dedede;
|
||||
color: #777;
|
||||
cursor: pointer;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
background-color: #f1f1f1;
|
||||
border-color: #dfdfdf #dfdfdf #ccc;
|
||||
color: #999;
|
||||
float: right;
|
||||
font: 13px/19px "Open Sans", sans-serif;
|
||||
height: 19px;
|
||||
margin: 5px 0 0 5px;
|
||||
padding: 3px 8px 4px;
|
||||
}
|
||||
|
||||
html[dir="rtl"] .wp-switch-editor {
|
||||
@@ -1030,6 +1152,7 @@ html[dir="rtl"] .wp-switch-editor {
|
||||
|
||||
.wp-switch-editor:hover {
|
||||
text-decoration: none !important;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.js .tmce-active .wp-editor-area {
|
||||
@@ -1042,13 +1165,24 @@ html[dir="rtl"] .wp-switch-editor {
|
||||
|
||||
.tmce-active .switch-tmce,
|
||||
.html-active .switch-html {
|
||||
border-color: #ccc #ccc #f4f4f4;
|
||||
background-color: #f4f4f4;
|
||||
background: #f5f5f5;
|
||||
color: #555;
|
||||
height: 20px;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.wp-media-buttons .button {
|
||||
margin-right: 5px;
|
||||
margin-bottom: 4px;
|
||||
padding-left: 7px;
|
||||
padding-right: 7px;
|
||||
}
|
||||
|
||||
.wp-media-buttons .button:active {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
margin-top: -1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.rtl .wp-media-buttons .button {
|
||||
@@ -1057,12 +1191,12 @@ html[dir="rtl"] .wp-switch-editor {
|
||||
}
|
||||
|
||||
.wp-media-buttons .insert-media {
|
||||
padding-left: 0.4em;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.rtl .wp-media-buttons .insert-media {
|
||||
padding-left: 10px;
|
||||
padding-right: 0.4em;
|
||||
padding-left: 7px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.wp-media-buttons a {
|
||||
@@ -1078,14 +1212,29 @@ html[dir="rtl"] .wp-switch-editor {
|
||||
|
||||
.wp-media-buttons span.wp-media-buttons-icon {
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
vertical-align: text-top;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
.wp-media-buttons .add_media span.wp-media-buttons-icon {
|
||||
background: url('../../wp-admin/images/media-button.png') no-repeat top left;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
|
||||
font: normal 18px/1 'dashicons';
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
|
||||
content: '\f104';
|
||||
}
|
||||
|
||||
.wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before {
|
||||
content: '\f175';
|
||||
}
|
||||
|
||||
.quicktags-toolbar {
|
||||
@@ -1109,7 +1258,7 @@ html[dir="rtl"] .wp-switch-editor {
|
||||
display: inline-block;
|
||||
min-width: 26px;
|
||||
padding: 2px 4px;
|
||||
font: 12px/18px Arial, Helvetica, sans-serif normal;
|
||||
font: 12px/18px "Open Sans", sans-serif;
|
||||
color: #464646;
|
||||
border: 1px solid #c3c3c3;
|
||||
-webkit-border-radius: 3px;
|
||||
@@ -1222,7 +1371,7 @@ html[dir="rtl"] .wp-switch-editor {
|
||||
}
|
||||
|
||||
#wp-link .toggle-arrow {
|
||||
background: transparent url( '../images/toggle-arrow.png' ) top left no-repeat;
|
||||
background: transparent url("../images/toggle-arrow.png") top left no-repeat;
|
||||
height: 23px;
|
||||
line-height: 23px;
|
||||
}
|
||||
@@ -1749,58 +1898,74 @@ RTL
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.clearlooks2 .mceFocus .mceTop .mceLeft {
|
||||
background: #444444;
|
||||
border-left: 1px solid #999;
|
||||
border-top: 1px solid #999;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
/* TinyMCE modal */
|
||||
.clearlooks2 .mceTop {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.clearlooks2 .mceFocus .mceTop .mceRight {
|
||||
.clearlooks2 .mceTop span {
|
||||
font: 13px/24px "Open Sans", sans-serif;
|
||||
color: #e5e5e5;
|
||||
}
|
||||
|
||||
.clearlooks2 .mceTop .mceLeft {
|
||||
background: #444444;
|
||||
border-right: 1px solid #999;
|
||||
border-top: 1px solid #999;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.clearlooks2 .mceTop .mceRight {
|
||||
background: #444444;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.clearlooks2 .mceMiddle {
|
||||
clip: rect(24px auto auto auto);
|
||||
}
|
||||
|
||||
.clearlooks2 .mceMiddle .mceLeft {
|
||||
background: #f1f1f1;
|
||||
border-left: 1px solid #999;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.clearlooks2 .mceMiddle .mceRight {
|
||||
background: #f1f1f1;
|
||||
border-right: 1px solid #999;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.clearlooks2 .mceBottom {
|
||||
background: #f1f1f1;
|
||||
border-bottom: 1px solid #999;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.clearlooks2 .mceBottom .mceLeft {
|
||||
background: #f1f1f1;
|
||||
border-bottom: 1px solid #999;
|
||||
border-left: 1px solid #999;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.clearlooks2 .mceBottom .mceCenter {
|
||||
background: #f1f1f1;
|
||||
border-bottom: 1px solid #999;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.clearlooks2 .mceBottom .mceRight {
|
||||
background: #f1f1f1;
|
||||
border-bottom: 1px solid #999;
|
||||
border-right: 1px solid #999;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.clearlooks2 .mceFocus .mceTop span {
|
||||
color: #e5e5e5;
|
||||
.clearlooks2 .mceClose,
|
||||
.clearlooks2 .mceFocus .mceClose,
|
||||
.clearlooks2 .mceFocus .mceClose:hover {
|
||||
background-image: none;
|
||||
}
|
||||
.clearlooks2 .mceClose:before {
|
||||
content: '\f158';
|
||||
font: normal 20px/1 'dashicons';
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
color: #666;
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
|
||||
/* Distraction Free Writing mode
|
||||
* =Overlay Styles
|
||||
@@ -1903,15 +2068,15 @@ RTL
|
||||
/* =Top bar
|
||||
-------------------------------------------------------------- */
|
||||
#fullscreen-topbar {
|
||||
background: #f5f5f5;
|
||||
border-bottom: 1px solid #fff;
|
||||
height: 40px;
|
||||
left: 0;
|
||||
min-width: 800px;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 150050;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
min-width: 800px;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
z-index: 150050;
|
||||
}
|
||||
|
||||
#wp-fullscreen-toolbar {
|
||||
@@ -2035,11 +2200,6 @@ RTL
|
||||
display: none;
|
||||
}
|
||||
|
||||
#wp-fullscreen-buttons #wp_fs_image span.mce_image {
|
||||
background-image: url('../../wp-admin/images/media-button.png');
|
||||
background-position: 2px 2px;
|
||||
}
|
||||
|
||||
/* =Thickbox Adjustments
|
||||
-------------------------------------------------------------- */
|
||||
.fullscreen-active #TB_overlay {
|
||||
@@ -2074,22 +2234,6 @@ RTL
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
#fullscreen-topbar {
|
||||
border-bottom-color: #DFDFDF;
|
||||
background: #f1f1f1;
|
||||
background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));
|
||||
background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
|
||||
background-image: -moz-linear-gradient(bottom, #ececec, #f9f9f9);
|
||||
background-image: -o-linear-gradient(bottom, #ececec, #f9f9f9);
|
||||
background-image: linear-gradient(to top, #ececec, #f9f9f9);
|
||||
}
|
||||
|
||||
#mce_fullscreen_container {
|
||||
background: #fff;
|
||||
/* Fix for the default fullscreen plugin for the media modal */
|
||||
z-index: 110000 !important;
|
||||
}
|
||||
|
||||
/* =CSS 3 transitions
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
@@ -2227,49 +2371,9 @@ RTL
|
||||
(-o-min-device-pixel-ratio: 5/4),
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.wp_themeSkin span.mce_undo,
|
||||
.wp_themeSkin span.mce_redo,
|
||||
.wp_themeSkin span.mce_bullist,
|
||||
.wp_themeSkin span.mce_numlist,
|
||||
.wp_themeSkin span.mce_blockquote,
|
||||
.wp_themeSkin span.mce_charmap,
|
||||
.wp_themeSkin span.mce_bold,
|
||||
.wp_themeSkin span.mce_italic,
|
||||
.wp_themeSkin span.mce_underline,
|
||||
.wp_themeSkin span.mce_justifyleft,
|
||||
.wp_themeSkin span.mce_justifyright,
|
||||
.wp_themeSkin span.mce_justifycenter,
|
||||
.wp_themeSkin span.mce_justifyfull,
|
||||
.wp_themeSkin span.mce_indent,
|
||||
.wp_themeSkin span.mce_outdent,
|
||||
.wp_themeSkin span.mce_link,
|
||||
.wp_themeSkin span.mce_unlink,
|
||||
.wp_themeSkin span.mce_help,
|
||||
.wp_themeSkin span.mce_removeformat,
|
||||
.wp_themeSkin span.mce_fullscreen,
|
||||
.wp_themeSkin span.mce_wp_fullscreen,
|
||||
.wp_themeSkin span.mce_media,
|
||||
.wp_themeSkin span.mce_pastetext,
|
||||
.wp_themeSkin span.mce_pasteword,
|
||||
.wp_themeSkin span.mce_wp_help,
|
||||
.wp_themeSkin span.mce_wp_adv,
|
||||
.wp_themeSkin span.mce_wp_more,
|
||||
.wp_themeSkin span.mce_strikethrough,
|
||||
.wp_themeSkin span.mce_spellchecker,
|
||||
.wp_themeSkin span.mce_forecolor,
|
||||
.wp_themeSkin .mce_forecolorpicker,
|
||||
.wp_themeSkin .mceSplitButton .mce_spellchecker span.mce_spellchecker,
|
||||
.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor,
|
||||
.wp_themeSkin .mceSplitButton span.mce_numlist,
|
||||
.wp_themeSkin .mceSplitButton span.mce_bullist {
|
||||
background-image: url('../images/wpicons-2x.png?ver=20120720');
|
||||
background-size: 560px 40px;
|
||||
}
|
||||
|
||||
.wp-media-buttons .add_media span.wp-media-buttons-icon,
|
||||
#wp-fullscreen-buttons #wp_fs_image span.mce_image {
|
||||
background-image: url('../../wp-admin/images/media-button-2x.png');
|
||||
background-size: 16px 16px;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.wp_themeSkin .mceListBox .mceOpen,
|
||||
|
||||
Reference in New Issue
Block a user