2012-08-23 02:04:18 +02:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
TinyMCE and Quicklinks toolbars
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
2014-02-18 07:32:14 +01:00
|
|
|
/* TinyMCE widgets/containers */
|
|
|
|
|
|
|
|
.mce-container,
|
|
|
|
.mce-widget {
|
|
|
|
color: inherit;
|
|
|
|
font-family: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* TinyMCE windows */
|
|
|
|
#mce-modal-block.mce-in {
|
|
|
|
opacity: 0.7;
|
|
|
|
z-index: 159900 !important; /* Overwrite inline style added by TinyMCE. */
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window {
|
2014-02-19 04:51:15 +01:00
|
|
|
-webkit-border-radius: 0;
|
2014-02-18 07:32:14 +01:00
|
|
|
border-radius: 0;
|
2014-02-19 04:51:15 +01:00
|
|
|
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);
|
2014-02-18 07:32:14 +01:00
|
|
|
box-shadow: 0 5px 15px rgba(0,0,0,0.7);
|
|
|
|
z-index: 160000 !important; /* Overwrite inline style added by TinyMCE. */
|
|
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window .mce-container-body.mce-abs-layout {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window .mce-window-head {
|
|
|
|
background: #fcfcfc;
|
|
|
|
border-bottom: 1px solid #dfdfdf;
|
|
|
|
padding: 0;
|
|
|
|
min-height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window .mce-window-head .mce-title {
|
|
|
|
font-size: 22px;
|
|
|
|
font-weight: 600;
|
|
|
|
line-height: 40px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 40px 0 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window .mce-window-head .mce-close {
|
|
|
|
color: transparent;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
line-height: 40px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window .mce-window-head .mce-close:before {
|
|
|
|
font: normal 20px/2 'dashicons';
|
|
|
|
text-align: center;
|
2014-02-19 04:51:15 +01:00
|
|
|
color: #666;
|
2014-02-18 07:32:14 +01:00
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window .mce-window-head .mce-close:hover:before {
|
2014-02-19 04:51:15 +01:00
|
|
|
color: #2ea2cc;
|
2014-02-18 07:32:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window .mce-window-head .mce-dragh {
|
2014-02-19 04:51:15 +01:00
|
|
|
width: -webkit-calc( 100% - 40px );
|
2014-02-18 07:32:14 +01:00
|
|
|
width: calc( 100% - 40px );
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-textbox {
|
|
|
|
border: 1px solid #ddd;
|
2014-02-19 04:51:15 +01:00
|
|
|
-webkit-border-radius: 0;
|
2014-02-18 07:32:14 +01:00
|
|
|
border-radius: 0;
|
|
|
|
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
|
|
|
|
box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
|
|
|
|
-webkit-transition: none;
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-textbox:focus,
|
|
|
|
.mce-textbox.mce-focus {
|
|
|
|
border-color: #999;
|
|
|
|
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
|
|
|
|
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* TinyMCE menus */
|
|
|
|
.mce-menu,
|
|
|
|
.mce-floatpanel.mce-popover {
|
|
|
|
border-color: rgba(0,0,0,0.15);
|
2014-02-19 04:51:15 +01:00
|
|
|
-webkit-border-radius: 0;
|
2014-02-18 07:32:14 +01:00
|
|
|
border-radius: 0;
|
2014-02-19 04:51:15 +01:00
|
|
|
-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
|
2014-02-18 07:32:14 +01:00
|
|
|
box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-floatpanel.mce-popover.mce-bottom {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-floatpanel .mce-arrow {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-menu .mce-container-body {
|
|
|
|
min-width: 160px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-menu-item {
|
|
|
|
border: none;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-menu-has-icons i.mce-ico {
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* TinyMCE panel */
|
2013-12-30 02:54:11 +01:00
|
|
|
div.mce-panel {
|
2012-08-23 02:04:18 +02:00
|
|
|
border: 0;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
background: #fff;
|
2014-02-13 09:30:17 +01:00
|
|
|
-webkit-filter: none;
|
2013-12-30 02:54:11 +01:00
|
|
|
filter: none;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2014-02-18 07:32:14 +01:00
|
|
|
.mce-panel.mce-menu {
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* TinyMCE toolbars */
|
2013-12-30 02:54:11 +01:00
|
|
|
div.mce-toolbar-grp {
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
border-bottom: 1px solid #dedede;
|
|
|
|
background: #f5f5f5;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.mce-toolbar {
|
|
|
|
padding: 1px 3px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2014-01-02 05:18:10 +01:00
|
|
|
div.mce-statusbar {
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
border-top: 1px solid #eee;
|
2012-09-26 20:24:02 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.mce-path {
|
|
|
|
padding: 0 8px 1px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.mce-path-item {
|
|
|
|
line-height: 1;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.mce-toolbar .mce-btn {
|
|
|
|
border-color: transparent;
|
|
|
|
background: transparent;
|
2014-02-13 09:30:17 +01:00
|
|
|
-webkit-box-shadow: none;
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
box-shadow: none;
|
2014-02-19 04:51:15 +01:00
|
|
|
text-shadow: none;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
#wp-fullscreen-buttons .mce-btn,
|
|
|
|
.mce-toolbar .mce-btn-group .mce-btn {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
margin: 0 1px;
|
2012-08-23 02:04:18 +02:00
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
2014-02-13 09:30:17 +01:00
|
|
|
-webkit-filter: none;
|
2013-12-30 02:54:11 +01:00
|
|
|
filter: none;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
#wp-fullscreen-buttons .mce-btn:hover,
|
|
|
|
.mce-toolbar .mce-btn-group .mce-btn:hover,
|
|
|
|
.mce-toolbar .mce-btn-group .mce-btn.mce-active {
|
2014-02-13 09:30:17 +01:00
|
|
|
-webkit-box-shadow: 0 0 transparent;
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
box-shadow: 0 0 transparent;
|
|
|
|
border-color: #bbb;
|
|
|
|
background: #eee;
|
|
|
|
background-image: -webkit-gradient(linear, left bottom, left top, from(#e5e5e5), to(#fff));
|
|
|
|
background-image: -webkit-linear-gradient(bottom, #e5e5e5, #fff);
|
|
|
|
background-image: linear-gradient(to top, #e5e5e5, #fff);
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.mce-toolbar .mce-btn-group .mce-disabled.mce-btn:hover {
|
|
|
|
border-color: transparent;
|
|
|
|
background: transparent;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.mce-toolbar .mce-btn-group .mce-first,
|
|
|
|
.mce-toolbar .mce-btn-group .mce-last {
|
|
|
|
border-color: transparent;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.mce-toolbar .mce-btn button {
|
|
|
|
padding: 2px 3px;
|
|
|
|
line-height: normal;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.mce-toolbar .mce-btn i {
|
2014-02-18 07:32:14 +01:00
|
|
|
text-shadow: none;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2014-01-29 19:14:13 +01:00
|
|
|
.mce-toolbar .mce-btn:focus {
|
|
|
|
outline: 1px solid #888;
|
|
|
|
}
|
|
|
|
|
2014-02-17 03:13:13 +01:00
|
|
|
.mce-toolbar .mce-btn-group > div {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2014-02-18 07:32:14 +01:00
|
|
|
.mce-toolbar .mce-colorbutton .mce-open {
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-toolbar .mce-colorbutton .mce-preview {
|
|
|
|
margin-left: -18px;
|
|
|
|
padding: 0;
|
|
|
|
width: 18px;
|
|
|
|
}
|
|
|
|
|
2014-02-19 04:51:15 +01:00
|
|
|
/* mce listbox */
|
|
|
|
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
direction: ltr;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
|
|
|
|
box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover {
|
|
|
|
background-image: none;
|
|
|
|
border-color: #bbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mce-toolbar .mce-btn .mce-caret {
|
|
|
|
border: none;
|
|
|
|
margin: 0 0 0 -5px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-toolbar .mce-listbox .mce-caret {
|
|
|
|
margin-top: 0;
|
|
|
|
padding: 2px 0 0;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-toolbar .mce-listbox .mce-caret:before {
|
|
|
|
margin-left: -6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-toolbar .mce-splitbtn:hover .mce-open {
|
|
|
|
border-right-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-toolbar .mce-splitbtn .mce-open.mce-active{
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-menu .mce-menu-item-normal.mce-active {
|
|
|
|
background-color: #e5e5e5;
|
|
|
|
-webkit-filter: none;
|
|
|
|
filter: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-menu .mce-menu-item:hover,
|
|
|
|
.mce-menu .mce-menu-item.mce-selected,
|
|
|
|
.mce-menu .mce-menu-item:focus {
|
|
|
|
color: #000;
|
|
|
|
background-color: #bbb;
|
|
|
|
background-image: none;
|
|
|
|
-webkit-filter: none;
|
|
|
|
filter: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-menu .mce-menu-item:hover .mce-ico,
|
|
|
|
.mce-menu .mce-menu-item.mce-selected .mce-ico,
|
|
|
|
.mce-menu .mce-menu-item:focus .mce-ico,
|
|
|
|
.mce-menu .mce-menu-item:hover .mce-text,
|
|
|
|
.mce-menu .mce-menu-item.mce-active:hover .mce-text,
|
|
|
|
.mce-menu .mce-menu-item.mce-selected .mce-text {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Menubar */
|
2014-02-18 07:32:14 +01:00
|
|
|
.mce-menubar {
|
|
|
|
border-color: #e5e5e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-menubar .mce-btn:focus {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.mce-menu .mce-menu-item-sep,
|
|
|
|
.mce-menu-item-sep:hover {
|
|
|
|
margin: 5px 0 4px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2014-02-19 04:51:15 +01:00
|
|
|
.mce-menubtn span {
|
|
|
|
margin-right: 0;
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
|
|
|
|
2014-02-18 07:32:14 +01:00
|
|
|
/* Buttons in modals */
|
2014-02-19 04:51:15 +01:00
|
|
|
.mce-primary button,
|
|
|
|
.mce-primary button i {
|
|
|
|
text-align: center;
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
2014-02-18 07:32:14 +01:00
|
|
|
.mce-window .mce-btn {
|
|
|
|
color: #555;
|
|
|
|
background: #f7f7f7;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 26px;
|
|
|
|
height: 28px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
white-space: nowrap;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
|
|
|
|
box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
|
2013-11-28 01:53:09 +01:00
|
|
|
background-image: none;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2014-02-18 07:32:14 +01:00
|
|
|
.mce-window .mce-btn:hover {
|
|
|
|
background: #fafafa;
|
|
|
|
border-color: #999;
|
|
|
|
color: #222;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2014-02-18 07:32:14 +01:00
|
|
|
.mce-window .mce-btn:focus {
|
|
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
|
|
|
|
box-shadow: 1px 1px 1px rgba(0,0,0,.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window .mce-btn:active {
|
|
|
|
background: #eee;
|
|
|
|
border-color: #999;
|
|
|
|
color: #333;
|
|
|
|
-webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
|
|
|
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window .mce-btn.mce-disabled {
|
|
|
|
color: #aaa;
|
|
|
|
border-color: #ddd;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
text-shadow: 0 1px 0 #fff;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window .mce-btn.mce-primary {
|
|
|
|
background: #2ea2cc;
|
|
|
|
border-color: #0074a2;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window .mce-btn.mce-primary:hover {
|
|
|
|
background: #1e8cbe;
|
|
|
|
border-color: #0074a2;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window .mce-btn.mce-primary:focus {
|
|
|
|
border-color: #0e3950;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window .mce-btn.mce-primary:active {
|
|
|
|
background: #1b7aa6;
|
|
|
|
border-color: #005684;
|
|
|
|
color: rgba(255,255,255,0.95);
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-window .mce-btn.mce-primary.mce-disabled {
|
|
|
|
color: #94cde7;
|
|
|
|
background: #298cba;
|
|
|
|
border-color: #1b607f;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2014-02-12 00:33:14 +01:00
|
|
|
/* Charmap modal */
|
2014-02-18 07:32:14 +01:00
|
|
|
.mce-charmap {
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
|
2014-02-12 00:33:14 +01:00
|
|
|
.mce-charmap td {
|
|
|
|
padding: 0;
|
2014-02-18 07:32:14 +01:00
|
|
|
border-color: #dfdfdf;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-charmap td:hover {
|
|
|
|
background: #f3f3f3;
|
2014-02-12 00:33:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mce-charmap td div {
|
|
|
|
width: 18px;
|
|
|
|
height: 22px;
|
|
|
|
line-height: 22px;
|
|
|
|
}
|
|
|
|
|
2014-02-18 07:32:14 +01:00
|
|
|
/* TinyMCE tooltips */
|
|
|
|
.mce-tooltip {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-tooltip-inner {
|
2014-02-19 04:51:15 +01:00
|
|
|
-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
|
2014-02-18 07:32:14 +01:00
|
|
|
box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
|
|
|
|
color: #fff;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* TinyMCE icons */
|
|
|
|
.mce-toolbar .mce-ico,
|
|
|
|
.mce-toolbar .mce-caret {
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
color: #777;
|
|
|
|
line-height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
text-align: center;
|
2014-02-18 07:32:14 +01:00
|
|
|
text-shadow: none;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2014-02-18 07:32:14 +01:00
|
|
|
.mce-toolbar .mce-btn:hover .mce-ico,
|
|
|
|
.mce-toolbar .mce-btn.mce-active .mce-ico,
|
|
|
|
.mce-toolbar .mce-btn:hover .mce-caret,
|
|
|
|
.mce-toolbar .mce-btn.mce-active .mce-caret {
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
color: #333;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2014-02-18 07:32:14 +01:00
|
|
|
.mce-toolbar .mce-btn.mce-active .mce-open {
|
|
|
|
border-left-color: #bdbdbd;
|
|
|
|
}
|
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-bold,
|
|
|
|
i.mce-i-italic,
|
|
|
|
i.mce-i-bullist,
|
|
|
|
i.mce-i-numlist,
|
|
|
|
i.mce-i-blockquote,
|
|
|
|
i.mce-i-alignleft,
|
|
|
|
i.mce-i-aligncenter,
|
|
|
|
i.mce-i-alignright,
|
|
|
|
i.mce-i-link,
|
|
|
|
i.mce-i-unlink,
|
|
|
|
i.mce-i-wp_more,
|
|
|
|
i.mce-i-strikethrough,
|
|
|
|
i.mce-i-spellchecker,
|
|
|
|
i.mce-i-fullscreen,
|
|
|
|
i.mce-i-wp_fullscreen,
|
|
|
|
i.mce-i-wp_adv,
|
|
|
|
i.mce-i-underline,
|
|
|
|
i.mce-i-alignjustify,
|
|
|
|
i.mce-i-forecolor,
|
|
|
|
i.mce-i-pastetext,
|
|
|
|
i.mce-i-pasteword,
|
|
|
|
i.mce-i-removeformat,
|
|
|
|
i.mce-i-charmap,
|
|
|
|
i.mce-i-outdent,
|
|
|
|
i.mce-i-indent,
|
|
|
|
i.mce-i-undo,
|
|
|
|
i.mce-i-redo,
|
|
|
|
i.mce-i-help,
|
|
|
|
i.mce-i-wp_help,
|
|
|
|
i.mce-i-wp-media-library,
|
2014-01-27 16:06:32 +01:00
|
|
|
i.mce-i-ltr,
|
2014-02-18 07:32:14 +01:00
|
|
|
i.mce-i-wp_page,
|
|
|
|
i.mce-caret,
|
|
|
|
.mce-close {
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
font: normal 20px/1 'dashicons';
|
|
|
|
padding: 0;
|
|
|
|
vertical-align: top;
|
|
|
|
speak: none;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-bold:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f200';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-italic:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f201';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-bullist:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f203';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-numlist:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f204';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-blockquote:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f205';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-alignleft:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f206';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-aligncenter:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f207';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-alignright:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f208';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-link:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f103';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-unlink:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f225';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-wp_more:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f209';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-strikethrough:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f224';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-spellchecker:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f210';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-fullscreen:before,
|
|
|
|
i.mce-i-wp_fullscreen:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f211';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-wp_adv:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f212';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-12-30 02:54:11 +01:00
|
|
|
|
|
|
|
i.mce-i-underline:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f213';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-alignjustify:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f214';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-forecolor:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f215';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-pastetext:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f217';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-removeformat:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f218';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-charmap:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f220';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-outdent:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f221';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-indent:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f222';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-undo:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f171';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-redo:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f172';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-help:before,
|
|
|
|
i.mce-i-wp_help:before {
|
2013-11-28 01:53:09 +01:00
|
|
|
content: '\f223';
|
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
2013-11-10 01:27:10 +01:00
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-wp-media-library:before {
|
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
2013-11-10 01:27:10 +01:00
|
|
|
content: '\f104';
|
|
|
|
}
|
2013-11-28 01:53:09 +01:00
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
i.mce-i-ltr:before {
|
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
2013-11-10 01:27:10 +01:00
|
|
|
content: '\f320';
|
|
|
|
}
|
|
|
|
|
2014-01-27 16:06:32 +01:00
|
|
|
i.mce-i-wp_page:before {
|
|
|
|
content: '\f105';
|
|
|
|
}
|
|
|
|
|
2014-02-18 07:32:14 +01:00
|
|
|
i.mce-caret:before {
|
|
|
|
content: '\f140';
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-active i.mce-caret:before {
|
|
|
|
content: '\f142';
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-close:before {
|
|
|
|
content: '\f158';
|
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
/* Editors */
|
2012-09-26 05:30:21 +02:00
|
|
|
.wp-editor-wrap {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2013-11-24 22:47:10 +01:00
|
|
|
.wp-editor-tools {
|
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
2013-11-10 01:27:10 +01:00
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2013-11-24 22:47:10 +01:00
|
|
|
.wp-editor-container {
|
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
2013-11-10 01:27:10 +01:00
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.wp-editor-area {
|
|
|
|
font-family: Consolas, Monaco, monospace;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
font-size: 13px;
|
2012-08-23 02:04:18 +02:00
|
|
|
padding: 10px;
|
2012-09-26 05:30:21 +02:00
|
|
|
margin: 1px 0 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
line-height: 150%;
|
|
|
|
border: 0 none;
|
|
|
|
outline: none;
|
2012-09-26 05:30:21 +02:00
|
|
|
display: block;
|
2012-08-23 02:04:18 +02:00
|
|
|
resize: vertical;
|
|
|
|
-webkit-box-sizing: border-box;
|
2014-02-13 09:30:17 +01:00
|
|
|
-moz-box-sizing: border-box;
|
2012-08-23 02:04:18 +02:00
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-editor-tools {
|
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
2013-11-10 01:27:10 +01:00
|
|
|
padding: 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-editor-container textarea.wp-editor-area {
|
2012-11-06 00:55:10 +01:00
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
2012-08-28 07:48:58 +02:00
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
.quicktags-toolbar {
|
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
2013-11-10 01:27:10 +01:00
|
|
|
border-bottom: 1px solid #dedede;
|
|
|
|
background: #f5f5f5;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2013-11-22 03:23:09 +01:00
|
|
|
.wp-editor-tabs {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.wp-switch-editor {
|
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
2013-11-10 01:27:10 +01:00
|
|
|
background: #ebebeb;
|
|
|
|
border: 1px solid #dedede;
|
|
|
|
color: #777;
|
2012-08-23 02:04:18 +02:00
|
|
|
cursor: pointer;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
float: right;
|
|
|
|
font: 13px/19px "Open Sans", sans-serif;
|
|
|
|
height: 19px;
|
|
|
|
margin: 5px 0 0 5px;
|
|
|
|
padding: 3px 8px 4px;
|
2013-11-26 18:48:09 +01:00
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2012-10-22 21:51:51 +02:00
|
|
|
.wp-switch-editor:active {
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.wp-switch-editor:hover {
|
|
|
|
text-decoration: none !important;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
background: #fff;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.js .tmce-active .wp-editor-area {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tmce-active .quicktags-toolbar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tmce-active .switch-tmce,
|
|
|
|
.html-active .switch-html {
|
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
2013-11-10 01:27:10 +01:00
|
|
|
background: #f5f5f5;
|
2012-09-26 20:24:02 +02:00
|
|
|
color: #555;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
height: 20px;
|
|
|
|
border-bottom: none;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2013-11-22 03:23:09 +01:00
|
|
|
.wp-media-buttons {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2012-09-27 06:09:43 +02:00
|
|
|
.wp-media-buttons .button {
|
|
|
|
margin-right: 5px;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
margin-bottom: 4px;
|
|
|
|
padding-left: 7px;
|
|
|
|
padding-right: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-media-buttons .button:active {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
margin-top: -1px;
|
|
|
|
margin-bottom: 1px;
|
2012-09-27 06:09:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-media-buttons .insert-media {
|
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
2013-11-10 01:27:10 +01:00
|
|
|
padding-left: 5px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-media-buttons a {
|
|
|
|
text-decoration: none;
|
2012-09-27 06:09:43 +02:00
|
|
|
color: #464646;
|
2012-08-23 02:04:18 +02:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-media-buttons img {
|
|
|
|
padding: 0 4px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2012-09-28 02:33:40 +02:00
|
|
|
.wp-media-buttons span.wp-media-buttons-icon {
|
|
|
|
display: inline-block;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
2012-09-28 02:33:40 +02:00
|
|
|
vertical-align: text-top;
|
|
|
|
margin: 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-media-buttons .add_media span.wp-media-buttons-icon {
|
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
2013-11-10 01:27:10 +01:00
|
|
|
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';
|
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
/* Quicktags */
|
2012-08-23 02:04:18 +02:00
|
|
|
.quicktags-toolbar {
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
padding: 2px 8px 0;
|
|
|
|
min-height: 29px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quicktags-toolbar > div {
|
|
|
|
padding: 2px 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quicktags-toolbar input {
|
|
|
|
margin: 2px 1px 4px;
|
|
|
|
line-height: 18px;
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 26px;
|
|
|
|
padding: 2px 4px;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
font: 12px/18px "Open Sans", sans-serif;
|
2012-08-23 02:04:18 +02:00
|
|
|
color: #464646;
|
|
|
|
border: 1px solid #c3c3c3;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background: #eee;
|
|
|
|
background-image: -webkit-gradient(linear, left bottom, left top, from(#e3e3e3), to(#fff));
|
|
|
|
background-image: -webkit-linear-gradient(bottom, #e3e3e3, #fff);
|
|
|
|
background-image: linear-gradient(to top, #e3e3e3, #fff);
|
|
|
|
}
|
|
|
|
|
|
|
|
.quicktags-toolbar input:hover {
|
|
|
|
border-color: #aaa;
|
|
|
|
background: #ddd;
|
|
|
|
}
|
|
|
|
|
2014-02-02 23:38:12 +01:00
|
|
|
.quicktags-toolbar input:focus {
|
|
|
|
border-color: #777;
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quicktags-toolbar input:active {
|
|
|
|
border-color: #aaa;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.quicktags-toolbar input[value="link"] {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quicktags-toolbar input[value="del"] {
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quicktags-toolbar input[value="i"] {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quicktags-toolbar input[value="b"] {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp_editbtns,
|
|
|
|
#wp_gallerybtns {
|
|
|
|
padding: 2px;
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
2012-11-28 00:07:41 +01:00
|
|
|
z-index: 155000;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wp_editimgbtn,
|
|
|
|
#wp_delimgbtn,
|
|
|
|
#wp_editgallery,
|
|
|
|
#wp_delgallery {
|
|
|
|
border-color: #999;
|
|
|
|
background-color: #eee;
|
|
|
|
margin: 2px;
|
|
|
|
padding: 2px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp_editimgbtn:hover,
|
|
|
|
#wp_delimgbtn:hover,
|
|
|
|
#wp_editgallery:hover,
|
|
|
|
#wp_delgallery:hover {
|
|
|
|
border-color: #555;
|
|
|
|
background-color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
wp-link
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
#wp-link {
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
line-height: 1.4em;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link ol,
|
|
|
|
#wp-link ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link input[type="text"] {
|
|
|
|
-webkit-box-sizing: border-box;
|
2014-02-13 09:30:17 +01:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link input[type="text"],
|
|
|
|
#wp-link textarea {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-size: 12px;
|
|
|
|
margin: 1px;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link #link-options {
|
|
|
|
padding: 10px 0 14px;
|
|
|
|
border-bottom: 1px solid #dfdfdf;
|
|
|
|
margin: 0 6px 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link p.howto {
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link #internal-toggle {
|
|
|
|
display: inline-block;
|
|
|
|
cursor: pointer;
|
|
|
|
padding-left: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link .toggle-arrow {
|
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
2013-11-10 01:27:10 +01:00
|
|
|
background: transparent url("../images/toggle-arrow.png") top left no-repeat;
|
2012-08-23 02:04:18 +02:00
|
|
|
height: 23px;
|
|
|
|
line-height: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link .toggle-arrow-active {
|
|
|
|
background-position: center left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link label input[type="text"] {
|
|
|
|
width: 360px;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2012-11-05 23:42:22 +01:00
|
|
|
#wp-link #link-options label span,
|
|
|
|
#wp-link #search-panel label span.search-label {
|
2012-08-23 02:04:18 +02:00
|
|
|
display: inline-block;
|
|
|
|
width: 80px;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2012-09-26 21:57:44 +02:00
|
|
|
#wp-link .link-search-field {
|
|
|
|
float: left;
|
2012-12-28 23:57:32 +01:00
|
|
|
width: 220px;
|
2012-09-26 21:57:44 +02:00
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#wp-link .link-search-wrapper {
|
|
|
|
margin: 5px 6px 9px;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link .link-search-wrapper span {
|
|
|
|
float: left;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
2012-09-26 21:57:44 +02:00
|
|
|
#wp-link .link-search-wrapper .spinner {
|
2012-08-23 02:04:18 +02:00
|
|
|
display: none;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link .link-target {
|
|
|
|
width: auto;
|
|
|
|
padding: 3px 0 0;
|
|
|
|
margin: 0 0 0 87px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link .query-results {
|
|
|
|
border: 1px #dfdfdf solid;
|
|
|
|
margin: 0 5px 5px;
|
|
|
|
background: #fff;
|
|
|
|
height: 185px;
|
|
|
|
overflow: auto;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link li,
|
|
|
|
#wp-link .query-notice {
|
|
|
|
clear: both;
|
|
|
|
margin-bottom: 0;
|
|
|
|
border-bottom: 1px solid #f1f1f1;
|
|
|
|
color: #333;
|
|
|
|
padding: 4px 6px;
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link li:hover {
|
|
|
|
background: #eaf2fa;
|
|
|
|
color: #151515;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link li.unselectable {
|
|
|
|
border-bottom: 1px solid #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link li.unselectable:hover {
|
|
|
|
background: #fff;
|
|
|
|
cursor: auto;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link li.selected {
|
|
|
|
background: #ddd;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link li.selected .item-title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link .item-title {
|
|
|
|
display: inline-block;
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link .item-info {
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #666;
|
|
|
|
font-size: 11px;
|
|
|
|
position: absolute;
|
|
|
|
right: 5px;
|
|
|
|
top: 4px;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link #search-results {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-12-28 23:57:32 +01:00
|
|
|
#wp-link #search-panel {
|
2012-08-23 02:04:18 +02:00
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link .river-waiting {
|
|
|
|
display: none;
|
|
|
|
padding: 10px 0;
|
|
|
|
}
|
|
|
|
|
2012-09-26 21:57:44 +02:00
|
|
|
#wp-link .river-waiting .spinner {
|
2012-08-23 02:04:18 +02:00
|
|
|
margin: 0 auto;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link .submitbox {
|
|
|
|
padding: 5px 10px;
|
|
|
|
font-size: 11px;
|
|
|
|
overflow: auto;
|
|
|
|
height: 29px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link-cancel {
|
|
|
|
line-height: 25px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link-update {
|
|
|
|
line-height: 23px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2013-02-28 18:54:00 +01:00
|
|
|
/*!
|
|
|
|
* jQuery UI CSS Framework 1.10.1
|
|
|
|
* http://jqueryui.com
|
2012-08-23 02:04:18 +02:00
|
|
|
*
|
2013-02-28 18:54:00 +01:00
|
|
|
* Copyright 2013 jQuery Foundation and other contributors
|
|
|
|
* Released under the MIT license.
|
2012-08-23 02:04:18 +02:00
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
|
|
|
* http://docs.jquery.com/UI/Theming/API
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Layout helpers
|
|
|
|
----------------------------------*/
|
2013-02-28 18:54:00 +01:00
|
|
|
.ui-helper-hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.ui-helper-hidden-accessible {
|
|
|
|
border: 0;
|
|
|
|
clip: rect(0 0 0 0);
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
}
|
|
|
|
.ui-helper-reset {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
|
|
|
line-height: 1.3;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 100%;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
.ui-helper-clearfix:before,
|
|
|
|
.ui-helper-clearfix:after {
|
|
|
|
content: "";
|
|
|
|
display: table;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
.ui-helper-clearfix:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.ui-helper-clearfix {
|
|
|
|
min-height: 0; /* support: IE7 */
|
|
|
|
}
|
|
|
|
.ui-helper-zfix {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
opacity: 0;
|
|
|
|
filter:Alpha(Opacity=0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-front {
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
|
|
|
|
/* Interaction Cues
|
|
|
|
----------------------------------*/
|
2013-02-28 18:54:00 +01:00
|
|
|
.ui-state-disabled {
|
|
|
|
cursor: default !important;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
|
|
|
|
/* Icons
|
|
|
|
----------------------------------*/
|
|
|
|
|
|
|
|
/* states and images */
|
2013-02-28 18:54:00 +01:00
|
|
|
.ui-icon {
|
|
|
|
display: block;
|
|
|
|
text-indent: -99999px;
|
|
|
|
overflow: hidden;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
|
|
|
|
/* Misc visuals
|
|
|
|
----------------------------------*/
|
|
|
|
|
|
|
|
/* Overlays */
|
2013-02-28 18:54:00 +01:00
|
|
|
.ui-widget-overlay {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2012-08-23 02:04:18 +02:00
|
|
|
|
2013-02-28 18:54:00 +01:00
|
|
|
|
|
|
|
/*!
|
|
|
|
* jQuery UI Resizable 1.10.1
|
|
|
|
* http://jqueryui.com
|
2012-08-23 02:04:18 +02:00
|
|
|
*
|
2013-02-28 18:54:00 +01:00
|
|
|
* Copyright 2013 jQuery Foundation and other contributors
|
|
|
|
* Released under the MIT license.
|
2012-08-23 02:04:18 +02:00
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
|
|
|
* http://docs.jquery.com/UI/Resizable#theming
|
|
|
|
*/
|
2013-02-28 18:54:00 +01:00
|
|
|
.ui-resizable {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.ui-resizable-handle {
|
|
|
|
position: absolute;
|
|
|
|
font-size: 0.1px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.ui-resizable-disabled .ui-resizable-handle,
|
|
|
|
.ui-resizable-autohide .ui-resizable-handle {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.ui-resizable-n {
|
|
|
|
cursor: n-resize;
|
|
|
|
height: 7px;
|
|
|
|
width: 100%;
|
|
|
|
top: -5px;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.ui-resizable-s {
|
|
|
|
cursor: s-resize;
|
|
|
|
height: 7px;
|
|
|
|
width: 100%;
|
|
|
|
bottom: -5px;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.ui-resizable-e {
|
|
|
|
cursor: e-resize;
|
|
|
|
width: 7px;
|
|
|
|
right: -5px;
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.ui-resizable-w {
|
|
|
|
cursor: w-resize;
|
|
|
|
width: 7px;
|
|
|
|
left: -5px;
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.ui-resizable-se {
|
|
|
|
cursor: se-resize;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
right: 1px;
|
|
|
|
bottom: 1px;
|
|
|
|
}
|
|
|
|
.ui-resizable-sw {
|
|
|
|
cursor: sw-resize;
|
|
|
|
width: 9px;
|
|
|
|
height: 9px;
|
|
|
|
left: -5px;
|
|
|
|
bottom: -5px;
|
|
|
|
}
|
|
|
|
.ui-resizable-nw {
|
|
|
|
cursor: nw-resize;
|
|
|
|
width: 9px;
|
|
|
|
height: 9px;
|
|
|
|
left: -5px;
|
|
|
|
top: -5px;
|
|
|
|
}
|
|
|
|
.ui-resizable-ne {
|
|
|
|
cursor: ne-resize;
|
|
|
|
width: 9px;
|
|
|
|
height: 9px;
|
|
|
|
right: -5px;
|
|
|
|
top: -5px;
|
|
|
|
}
|
2012-08-23 02:04:18 +02:00
|
|
|
|
2013-02-28 18:54:00 +01:00
|
|
|
/*!
|
|
|
|
* jQuery UI Dialog 1.10.1
|
|
|
|
* http://jqueryui.com
|
2012-08-23 02:04:18 +02:00
|
|
|
*
|
2013-02-28 18:54:00 +01:00
|
|
|
* Copyright 2013 jQuery Foundation and other contributors
|
|
|
|
* Released under the MIT license.
|
2012-08-23 02:04:18 +02:00
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
|
|
|
* http://docs.jquery.com/UI/Dialog#theming
|
|
|
|
*/
|
2013-02-28 18:54:00 +01:00
|
|
|
.ui-dialog {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2013-11-17 17:18:11 +01:00
|
|
|
/* @noflip */
|
2013-02-28 18:54:00 +01:00
|
|
|
left: 0;
|
|
|
|
padding: .2em;
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-titlebar {
|
|
|
|
padding: .4em 1em;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-title {
|
|
|
|
float: left;
|
|
|
|
margin: .1em 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 90%;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-titlebar-close {
|
|
|
|
position: absolute;
|
|
|
|
right: .3em;
|
|
|
|
top: 50%;
|
|
|
|
width: 21px;
|
|
|
|
margin: -10px 0 0 0;
|
|
|
|
padding: 1px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-content {
|
|
|
|
position: relative;
|
|
|
|
border: 0;
|
|
|
|
padding: .5em 1em;
|
|
|
|
background: none;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-buttonpane {
|
|
|
|
text-align: left;
|
|
|
|
border-width: 1px 0 0 0;
|
|
|
|
background-image: none;
|
|
|
|
margin-top: .5em;
|
|
|
|
padding: .3em 1em .5em .4em;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-buttonpane button {
|
|
|
|
margin: .5em .4em .5em 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-se {
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
right: -5px;
|
|
|
|
bottom: -5px;
|
|
|
|
background-position: 16px 16px;
|
|
|
|
}
|
|
|
|
.ui-draggable .ui-dialog-titlebar {
|
|
|
|
cursor: move;
|
|
|
|
}
|
2012-08-23 02:04:18 +02:00
|
|
|
|
|
|
|
/* WP jQuery Dialog Theme */
|
|
|
|
.wp-dialog {
|
2013-02-28 18:54:00 +01:00
|
|
|
padding: 0;
|
|
|
|
z-index: 300002;
|
2013-12-02 18:59:10 +01:00
|
|
|
border: 0;
|
|
|
|
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);
|
2014-02-13 09:30:17 +01:00
|
|
|
box-shadow: 0 5px 15px rgba(0,0,0,0.7);
|
2013-02-28 18:54:00 +01:00
|
|
|
background-color: #f5f5f5;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-dialog .ui-dialog-title {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
2013-12-02 18:59:10 +01:00
|
|
|
padding: 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-dialog .ui-dialog-titlebar {
|
|
|
|
padding: 0 1em;
|
|
|
|
background-color: #444;
|
2013-12-02 18:59:10 +01:00
|
|
|
font-size: 13px;
|
|
|
|
line-height: 24px;
|
|
|
|
color: #fff;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2013-02-28 18:54:00 +01:00
|
|
|
.wp-dialog .ui-dialog-content {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.wp-dialog .ui-dialog-titlebar-close {
|
2013-02-28 18:54:00 +01:00
|
|
|
cursor: pointer;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
border: 0;
|
2013-12-02 18:59:10 +01:00
|
|
|
width: 30px;
|
|
|
|
height: 20px;
|
2013-02-28 18:54:00 +01:00
|
|
|
top: 13px;
|
2012-08-23 02:04:18 +02:00
|
|
|
right: 6px;
|
2013-12-02 18:59:10 +01:00
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-dialog .ui-dialog-titlebar-close:before {
|
|
|
|
content: '\f158';
|
|
|
|
font: normal 20px/1 'dashicons';
|
|
|
|
speak: none;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
color: #999;
|
|
|
|
padding-left: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-dialog .ui-dialog-titlebar-close:hover:before {
|
|
|
|
color: #2ea2cc;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2013-02-28 18:54:00 +01:00
|
|
|
.wp-dialog .ui-dialog-titlebar-close .ui-button-text {
|
|
|
|
display: none;
|
2012-12-28 23:57:32 +01:00
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.wp-dialog .ui-dialog-titlebar-close:hover,
|
|
|
|
.wp-dialog .ui-dialog-titlebar-close:focus {
|
|
|
|
background-position: -87px -32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-widget-overlay {
|
2013-02-28 18:54:00 +01:00
|
|
|
z-index: 300001;
|
2012-08-23 02:04:18 +02:00
|
|
|
background-color: #000;
|
|
|
|
opacity: 0.6;
|
|
|
|
filter: alpha(opacity=60);
|
|
|
|
}
|
|
|
|
|
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
2013-11-10 01:27:10 +01:00
|
|
|
/* TinyMCE modal */
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
/* TODO: restyle the TinyMCE 4.0 modals
|
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
2013-11-10 01:27:10 +01:00
|
|
|
.clearlooks2 .mceTop {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearlooks2 .mceTop span {
|
|
|
|
font: 13px/24px "Open Sans", sans-serif;
|
|
|
|
color: #e5e5e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearlooks2 .mceTop .mceLeft {
|
2012-08-23 02:04:18 +02:00
|
|
|
background: #444444;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
border-color: transparent;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
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
2013-11-10 01:27:10 +01:00
|
|
|
.clearlooks2 .mceTop .mceRight {
|
2012-08-23 02:04:18 +02:00
|
|
|
background: #444444;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearlooks2 .mceMiddle {
|
|
|
|
clip: rect(24px auto auto auto);
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.clearlooks2 .mceMiddle .mceLeft {
|
|
|
|
background: #f1f1f1;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
border-color: transparent;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.clearlooks2 .mceMiddle .mceRight {
|
|
|
|
background: #f1f1f1;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
border-color: transparent;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.clearlooks2 .mceBottom {
|
|
|
|
background: #f1f1f1;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
border-color: transparent;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.clearlooks2 .mceBottom .mceLeft {
|
|
|
|
background: #f1f1f1;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
border-color: transparent;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.clearlooks2 .mceBottom .mceCenter {
|
|
|
|
background: #f1f1f1;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
border-color: transparent;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.clearlooks2 .mceBottom .mceRight {
|
|
|
|
background: #f1f1f1;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
border-color: transparent;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
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
2013-11-10 01:27:10 +01:00
|
|
|
.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;
|
2013-12-02 18:59:10 +01:00
|
|
|
color: #999;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
padding-left: 12px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
2014-02-06 07:25:18 +01:00
|
|
|
|
|
|
|
/* from colors.css
|
|
|
|
.clearlooks2 {
|
|
|
|
box-shadow: 0 5px 15px rgba(0,0,0,0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearlooks2 .mceMiddle span,
|
|
|
|
.clearlooks2 .mceMiddle .mceLeft,
|
|
|
|
.clearlooks2 .mceMiddle .mceRight,
|
|
|
|
.clearlooks2 .mceBottom,
|
|
|
|
.clearlooks2 .mceBottom .mceLeft,
|
|
|
|
.clearlooks2 .mceBottom .mceCenter,
|
|
|
|
.clearlooks2 .mceBottom .mceRight {
|
|
|
|
background-color: #fcfcfc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearlooks2 .mceTop span,
|
|
|
|
.clearlooks2 .mceFocus .mceTop span {
|
|
|
|
color: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearlooks2 .mceClose:before {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearlooks2 .mceClose:hover:before {
|
|
|
|
color: #2ea2cc;
|
|
|
|
}
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
*/
|
2012-08-23 02:04:18 +02:00
|
|
|
/* Distraction Free Writing mode
|
|
|
|
* =Overlay Styles
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
.fullscreen-overlay {
|
|
|
|
z-index: 149999;
|
|
|
|
display: none;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2014-02-13 09:30:17 +01:00
|
|
|
-webkit-filter: inherit;
|
2012-08-23 02:04:18 +02:00
|
|
|
filter: inherit;
|
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.wp-fullscreen-active .fullscreen-overlay,
|
|
|
|
.wp-fullscreen-active #wp-fullscreen-body {
|
2012-08-23 02:04:18 +02:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fullscreen-fader {
|
|
|
|
z-index: 200000;
|
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.wp-fullscreen-active .fullscreen-fader {
|
2012-08-23 02:04:18 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* =Overlay Body
|
|
|
|
-------------------------------------------------------------- */
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#wp-fullscreen-body {
|
|
|
|
z-index: 150005;
|
|
|
|
display: none;
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-fullscreen-wrap {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
right: 0;
|
|
|
|
bottom: 30px;
|
|
|
|
top: 60px;
|
|
|
|
z-index: 150010;
|
2014-02-13 09:30:17 +01:00
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.wp-fullscreen-wrap .wp-editor-container,
|
|
|
|
#wp-fullscreen-central-toolbar {
|
|
|
|
max-width: 100%;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.wp-fullscreen-active .wp-editor-tools,
|
|
|
|
.wp-fullscreen-active .quicktags-toolbar,
|
|
|
|
.wp-fullscreen-active .mce-toolbar-grp,
|
|
|
|
.wp-fullscreen-active .mce-statusbar {
|
|
|
|
display: none;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
#wp-fullscreen-status {
|
|
|
|
margin: auto;
|
|
|
|
-webkit-transition: opacity 0.4s;
|
|
|
|
transition: opacity 0.4s;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.wp-fullscreen-active .wp-fullscreen-title,
|
|
|
|
.wp-fullscreen-active .wp-fullscreen-title:focus,
|
|
|
|
.wp-fullscreen-active .wp-editor-container {
|
2012-08-23 02:04:18 +02:00
|
|
|
-webkit-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
border: 1px dashed transparent;
|
|
|
|
background: transparent;
|
2013-02-28 23:22:48 +01:00
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
-webkit-transition: border-color 0.4s;
|
|
|
|
transition: border-color 0.4s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-fullscreen-active .wp-editor-container {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-fullscreen-active .wp-fullscreen-title {
|
|
|
|
font-size: 1.7em;
|
|
|
|
line-height: 100%;
|
|
|
|
outline: medium none;
|
|
|
|
padding: 3px 7px;
|
|
|
|
margin: 10px auto 30px;
|
|
|
|
display: block;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-tagline {
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
color: #bbb;
|
2012-08-23 02:04:18 +02:00
|
|
|
font-size: 18px;
|
|
|
|
float: right;
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* =Top bar
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
#fullscreen-topbar {
|
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
2013-11-10 01:27:10 +01:00
|
|
|
background: #f5f5f5;
|
|
|
|
border-bottom: 1px solid #fff;
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
height: 45px;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
position: fixed;
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
top: 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
width: 100%;
|
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
2013-11-10 01:27:10 +01:00
|
|
|
z-index: 150050;
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
-webkit-transition: opacity 0.4s;
|
|
|
|
transition: opacity 0.4s;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-toolbar {
|
|
|
|
padding: 6px 10px 0;
|
|
|
|
clear: both;
|
|
|
|
max-width: 1100px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-mode-bar,
|
|
|
|
#wp-fullscreen-button-bar,
|
|
|
|
#wp-fullscreen-close,
|
|
|
|
#wp-fullscreen-count {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
#wp-fullscreen-button-bar {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#wp-fullscreen-save {
|
|
|
|
float: right;
|
|
|
|
padding: 2px 2px 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-count,
|
|
|
|
#wp-fullscreen-close {
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
padding-top: 6px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-central-toolbar {
|
|
|
|
margin: auto;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-buttons > div {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-mode-bar {
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
padding: 3px 14px 0 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-modes a {
|
|
|
|
display: block;
|
|
|
|
font-size: 11px;
|
|
|
|
text-decoration: none;
|
|
|
|
float: left;
|
|
|
|
margin: 1px 0 0 0;
|
|
|
|
padding: 2px 6px 2px;
|
|
|
|
border-width: 1px 1px 1px 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #bbb;
|
|
|
|
color: #777;
|
|
|
|
text-shadow: 0 1px 0 #fff;
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
background: #f4f4f4;
|
|
|
|
background-image: -webkit-gradient(linear, left bottom, left top, from(#e4e4e4), to(#f9f9f9));
|
|
|
|
background-image: -webkit-linear-gradient(bottom, #e4e4e4, #f9f9f9);
|
|
|
|
background-image: linear-gradient(to top, #e4e4e4, #f9f9f9);
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-modes a:hover,
|
|
|
|
.wp-html-mode #wp-fullscreen-modes a:last-child,
|
|
|
|
.wp-tmce-mode #wp-fullscreen-modes a:first-child {
|
|
|
|
color: #333;
|
|
|
|
border-color: #999;
|
|
|
|
background: #eee;
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#f9f9f9));
|
|
|
|
background-image: -webkit-linear-gradient(top, #e4e4e4, #f9f9f9);
|
|
|
|
background-image: linear-gradient(to bottom, #e4e4e4, #f9f9f9);
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-modes a:first-child {
|
|
|
|
border-width: 1px;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
2014-02-13 09:30:17 +01:00
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
2012-08-23 02:04:18 +02:00
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-modes a:last-child {
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
2014-02-13 09:30:17 +01:00
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
2012-08-23 02:04:18 +02:00
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-buttons .hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-buttons .disabled {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
#wp-fullscreen-buttons .mce-btn button {
|
|
|
|
margin: 0;
|
|
|
|
outline: 0 none;
|
|
|
|
border: 0 none;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: auto;
|
|
|
|
background: none;
|
|
|
|
color: #333333;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 20px;
|
|
|
|
overflow: visible;
|
|
|
|
text-align: center;
|
2014-02-13 09:30:17 +01:00
|
|
|
-webkit-box-sizing: border-box;
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.wp-html-mode #wp-fullscreen-buttons div {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-html-mode #wp-fullscreen-buttons div.wp-fullscreen-both {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-save img {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-save img,
|
|
|
|
#wp-fullscreen-save span {
|
|
|
|
padding-right: 4px;
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
line-height: 26px;
|
2012-08-23 02:04:18 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* =Thickbox Adjustments
|
|
|
|
-------------------------------------------------------------- */
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.wp-fullscreen-active #TB_overlay {
|
2012-08-23 02:04:18 +02:00
|
|
|
z-index: 150100;
|
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.wp-fullscreen-active #TB_window {
|
2012-08-23 02:04:18 +02:00
|
|
|
z-index: 150102;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* =TinyMCE Adjustments
|
|
|
|
-------------------------------------------------------------- */
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.wp-fullscreen-active #mce-modal-block {
|
|
|
|
z-index: 150100 !important;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.wp-fullscreen-active .mce-window {
|
|
|
|
z-index: 150102 !important;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Colors */
|
|
|
|
.fullscreen-overlay {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* =CSS 3 transitions
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.wp-fullscreen-active #wp-fullscreen-status,
|
|
|
|
.wp-fullscreen-active #fullscreen-topbar {
|
|
|
|
-webkit-transition-duration: 0.8s;
|
|
|
|
transition-duration: 0.8s;
|
|
|
|
opacity: 0;
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-fullscreen-active.wp-dfw-show-ui #wp-fullscreen-status,
|
|
|
|
.wp-fullscreen-active.wp-dfw-show-ui #fullscreen-topbar {
|
|
|
|
-webkit-transition-duration: 0.4s;
|
|
|
|
transition-duration: 0.4s;
|
|
|
|
opacity: 1;
|
|
|
|
filter: alpha(opacity=100);
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-fullscreen-active .wp-fullscreen-title,
|
|
|
|
.wp-fullscreen-active .wp-editor-container {
|
|
|
|
-webkit-transition-duration: 0.8s;
|
|
|
|
transition-duration: 0.8s;
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-fullscreen-active.wp-dfw-show-ui .wp-fullscreen-title,
|
|
|
|
.wp-fullscreen-active.wp-dfw-show-ui .wp-editor-container {
|
|
|
|
-webkit-transition-duration: 0.4s;
|
|
|
|
transition-duration: 0.4s;
|
|
|
|
border-color: #ccc;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.fade-1000,
|
|
|
|
.fade-600,
|
|
|
|
.fade-400,
|
|
|
|
.fade-300 {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transition-property: opacity;
|
|
|
|
transition-property: opacity;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fade-1000 {
|
|
|
|
-webkit-transition-duration: 1s;
|
|
|
|
transition-duration: 1s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fade-600 {
|
|
|
|
-webkit-transition-duration: 0.6s;
|
|
|
|
transition-duration: 0.6s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fade-400 {
|
|
|
|
-webkit-transition-duration: 0.4s;
|
|
|
|
transition-duration: 0.4s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fade-300 {
|
|
|
|
-webkit-transition-duration: 0.3s;
|
|
|
|
transition-duration: 0.3s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fade-trigger {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2013-12-09 02:31:11 +01:00
|
|
|
/* =Localization
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
.rtl .wp-switch-editor,
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.rtl .quicktags-toolbar input {
|
2013-12-09 02:31:11 +01:00
|
|
|
font-family: Tahoma, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
html:lang(he-il) .rtl .wp-switch-editor,
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
html:lang(he-il) .rtl .quicktags-toolbar input {
|
2013-12-09 02:31:11 +01:00
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-09-28 02:33:40 +02:00
|
|
|
/* HiDPI */
|
Introduce a new, cross-browser HiDPI CSS @media rule to be used everywhere.
{{{
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}}}
Serve HiDPI graphics for printing, regardless of screen resolution.
Specify Opera's vendor-prefixed device pixel ratio property, for Opera desktop.
Specify a minimum Webkit device pixel ratio of 1.25 instead of 1.5, to serve
2x images to Android devices that are between 1 and 1.5x (like the Nexus 7).
Firefox and Opera will respond to 1.5x on these devices, but Chrome will not.
Specify min-resolution, which covers Firefox 19. Opera on Android also supports
min-resolution, but Opera Mini does not support dppx, so the dpi unit is used.
props iammattthomas for the exhaustive research.
props lessbloat for patching.
fixes #22238.
git-svn-id: http://core.svn.wordpress.org/trunk@22629 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-17 07:50:08 +01:00
|
|
|
@media print,
|
|
|
|
(-o-min-device-pixel-ratio: 5/4),
|
|
|
|
(-webkit-min-device-pixel-ratio: 1.25),
|
|
|
|
(min-resolution: 120dpi) {
|
2012-09-28 02:33:40 +02:00
|
|
|
.wp-media-buttons .add_media span.wp-media-buttons-icon,
|
|
|
|
#wp-fullscreen-buttons #wp_fs_image span.mce_image {
|
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
2013-11-10 01:27:10 +01:00
|
|
|
background: none;
|
2012-09-28 02:33:40 +02:00
|
|
|
}
|
2012-11-07 21:54:08 +01:00
|
|
|
|
|
|
|
#wp-link .toggle-arrow {
|
|
|
|
background: transparent url('../images/toggle-arrow-2x.png') top left no-repeat;
|
2014-02-13 09:30:17 +01:00
|
|
|
-webkit-background-size: 19px 69px;
|
2012-11-07 21:54:08 +01:00
|
|
|
background-size: 19px 69px;
|
|
|
|
}
|
2012-09-28 02:33:40 +02:00
|
|
|
}
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
|
|
|
|
/* TODO: DFW responsive */
|
|
|
|
|
|
|
|
|