mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
544116e76a
Built from https://develop.svn.wordpress.org/trunk@27044 git-svn-id: http://core.svn.wordpress.org/trunk@26918 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1449 lines
25 KiB
CSS
1449 lines
25 KiB
CSS
/*------------------------------------------------------------------------------
|
|
TinyMCE and Quicklinks toolbars
|
|
------------------------------------------------------------------------------*/
|
|
|
|
div.mce-panel {
|
|
border: 0;
|
|
background: #fff;
|
|
filter: none;
|
|
}
|
|
|
|
div.mce-toolbar-grp {
|
|
border-bottom: 1px solid #dedede;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.mce-toolbar {
|
|
padding: 1px 3px;
|
|
}
|
|
|
|
div.mce-statusbar {
|
|
border-top: 1px solid #eee;
|
|
}
|
|
|
|
.mce-path {
|
|
padding: 0 8px 1px;
|
|
}
|
|
|
|
.mce-path-item {
|
|
line-height: 1;
|
|
}
|
|
|
|
.mce-toolbar .mce-btn {
|
|
border-color: transparent;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
|
|
#wp-fullscreen-buttons .mce-btn,
|
|
.mce-toolbar .mce-btn-group .mce-btn {
|
|
border: 1px solid transparent;
|
|
margin: 0 1px;
|
|
-webkit-border-radius: 2px;
|
|
border-radius: 2px;
|
|
filter: none;
|
|
}
|
|
|
|
#wp-fullscreen-buttons .mce-btn:hover,
|
|
.mce-toolbar .mce-btn-group .mce-btn:hover,
|
|
.mce-toolbar .mce-btn-group .mce-btn.mce-active {
|
|
box-shadow: 0 0 transparent;
|
|
border-color: #bbb;
|
|
background: #eee;
|
|
background-image: -webkit-gradient(linear, right bottom, right top, from(#e5e5e5), to(#fff));
|
|
background-image: -webkit-linear-gradient(bottom, #e5e5e5, #fff);
|
|
background-image: linear-gradient(to top, #e5e5e5, #fff);
|
|
}
|
|
|
|
.mce-toolbar .mce-btn-group .mce-disabled.mce-btn:hover {
|
|
border-color: transparent;
|
|
background: transparent;
|
|
}
|
|
|
|
.mce-toolbar .mce-btn-group .mce-first,
|
|
.mce-toolbar .mce-btn-group .mce-last {
|
|
border-color: transparent;
|
|
}
|
|
|
|
.mce-toolbar .mce-btn button {
|
|
padding: 2px 3px;
|
|
line-height: normal;
|
|
}
|
|
|
|
.mce-toolbar .mce-btn i {
|
|
text-shadow: 0;
|
|
}
|
|
|
|
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
|
|
border-radius: 0;
|
|
direction: rtl;
|
|
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-colorbutton .mce-open {
|
|
border-left: 0;
|
|
}
|
|
|
|
.mce-toolbar .mce-colorbutton .mce-preview {
|
|
margin-right: -16px;
|
|
}
|
|
|
|
/* Icons */
|
|
.mce-toolbar .mce-ico {
|
|
color: #777;
|
|
line-height: 20px;
|
|
width: 20px;
|
|
height: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.mce-toolbar .mce-btn:hover .mce-ico {
|
|
color: #333;
|
|
}
|
|
|
|
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,
|
|
i.mce-i-ltr,
|
|
i.mce-i-wp_page {
|
|
font: normal 20px/1 'dashicons';
|
|
padding: 0;
|
|
vertical-align: top;
|
|
speak: none;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
i.mce-i-bold:before {
|
|
content: '\f200';
|
|
}
|
|
|
|
i.mce-i-italic:before {
|
|
content: '\f201';
|
|
}
|
|
|
|
i.mce-i-bullist:before {
|
|
content: '\f203';
|
|
}
|
|
|
|
i.mce-i-numlist:before {
|
|
content: '\f204';
|
|
}
|
|
|
|
i.mce-i-blockquote:before {
|
|
content: '\f205';
|
|
}
|
|
|
|
i.mce-i-alignleft:before {
|
|
content: '\f206';
|
|
}
|
|
|
|
i.mce-i-aligncenter:before {
|
|
content: '\f207';
|
|
}
|
|
|
|
i.mce-i-alignright:before {
|
|
content: '\f208';
|
|
}
|
|
|
|
i.mce-i-link:before {
|
|
content: '\f103';
|
|
}
|
|
|
|
i.mce-i-unlink:before {
|
|
content: '\f225';
|
|
}
|
|
|
|
i.mce-i-wp_more:before {
|
|
content: '\f209';
|
|
}
|
|
|
|
i.mce-i-strikethrough:before {
|
|
content: '\f224';
|
|
}
|
|
|
|
i.mce-i-spellchecker:before {
|
|
content: '\f210';
|
|
}
|
|
|
|
i.mce-i-fullscreen:before,
|
|
i.mce-i-wp_fullscreen:before {
|
|
content: '\f211';
|
|
}
|
|
|
|
i.mce-i-wp_adv:before {
|
|
content: '\f212';
|
|
}
|
|
|
|
i.mce-i-underline:before {
|
|
content: '\f213';
|
|
}
|
|
|
|
i.mce-i-alignjustify:before {
|
|
content: '\f214';
|
|
}
|
|
|
|
i.mce-i-forecolor:before {
|
|
content: '\f215';
|
|
}
|
|
|
|
i.mce-i-pastetext:before {
|
|
content: '\f217';
|
|
}
|
|
|
|
i.mce-i-removeformat:before {
|
|
content: '\f218';
|
|
}
|
|
|
|
i.mce-i-charmap:before {
|
|
content: '\f220';
|
|
}
|
|
|
|
i.mce-i-outdent:before {
|
|
content: '\f221';
|
|
}
|
|
|
|
i.mce-i-indent:before {
|
|
content: '\f222';
|
|
}
|
|
|
|
i.mce-i-undo:before {
|
|
content: '\f171';
|
|
}
|
|
|
|
i.mce-i-redo:before {
|
|
content: '\f172';
|
|
}
|
|
|
|
i.mce-i-help:before,
|
|
i.mce-i-wp_help:before {
|
|
content: '\f223';
|
|
}
|
|
|
|
i.mce-i-wp-media-library:before {
|
|
content: '\f104';
|
|
}
|
|
|
|
i.mce-i-ltr:before {
|
|
content: '\f320';
|
|
}
|
|
|
|
i.mce-i-wp_page:before {
|
|
content: '\f105';
|
|
}
|
|
|
|
/* Editors */
|
|
.wp-editor-wrap {
|
|
position: relative;
|
|
}
|
|
|
|
.wp-editor-tools {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.wp-editor-container {
|
|
clear: both;
|
|
}
|
|
|
|
.wp-editor-area {
|
|
font-family: Consolas, Monaco, monospace;
|
|
font-size: 13px;
|
|
padding: 10px;
|
|
margin: 1px 0 0;
|
|
line-height: 150%;
|
|
border: 0 none;
|
|
outline: none;
|
|
display: block;
|
|
resize: vertical;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.wp-editor-tools {
|
|
padding: 0;
|
|
}
|
|
|
|
.wp-editor-container textarea.wp-editor-area {
|
|
width: 100%;
|
|
margin: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.quicktags-toolbar {
|
|
border-bottom: 1px solid #dedede;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.wp-editor-tabs {
|
|
float: left;
|
|
}
|
|
|
|
.wp-switch-editor {
|
|
background: #ebebeb;
|
|
border: 1px solid #dedede;
|
|
color: #777;
|
|
cursor: pointer;
|
|
float: left;
|
|
font: 13px/19px "Open Sans", sans-serif;
|
|
height: 19px;
|
|
margin: 5px 5px 0 0;
|
|
padding: 3px 8px 4px;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
|
|
.wp-switch-editor:active {
|
|
background-color: #f1f1f1;
|
|
}
|
|
|
|
.wp-switch-editor:hover {
|
|
text-decoration: none !important;
|
|
background: #fff;
|
|
}
|
|
|
|
.js .tmce-active .wp-editor-area {
|
|
color: white;
|
|
}
|
|
|
|
.tmce-active .quicktags-toolbar {
|
|
display: none;
|
|
}
|
|
|
|
.tmce-active .switch-tmce,
|
|
.html-active .switch-html {
|
|
background: #f5f5f5;
|
|
color: #555;
|
|
height: 20px;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.wp-media-buttons {
|
|
float: right;
|
|
}
|
|
|
|
.wp-media-buttons .button {
|
|
margin-left: 5px;
|
|
margin-bottom: 4px;
|
|
padding-right: 7px;
|
|
padding-left: 7px;
|
|
}
|
|
|
|
.wp-media-buttons .button:active {
|
|
position: relative;
|
|
top: 1px;
|
|
margin-top: -1px;
|
|
margin-bottom: 1px;
|
|
}
|
|
|
|
.wp-media-buttons .insert-media {
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.wp-media-buttons a {
|
|
text-decoration: none;
|
|
color: #464646;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.wp-media-buttons img {
|
|
padding: 0 4px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.wp-media-buttons span.wp-media-buttons-icon {
|
|
display: inline-block;
|
|
width: 18px;
|
|
height: 18px;
|
|
vertical-align: text-top;
|
|
margin: 0 2px;
|
|
}
|
|
|
|
.wp-media-buttons .add_media span.wp-media-buttons-icon {
|
|
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';
|
|
}
|
|
|
|
/* Quicktags */
|
|
.quicktags-toolbar {
|
|
border-bottom-style: solid;
|
|
border-bottom-width: 1px;
|
|
-webkit-border-top-left-radius: 3px;
|
|
-webkit-border-top-right-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
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;
|
|
font: 12px/18px "Open Sans", sans-serif;
|
|
color: #464646;
|
|
border: 1px solid #c3c3c3;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
background: #eee;
|
|
background-image: -webkit-gradient(linear, right bottom, right top, from(#e3e3e3), to(#fff));
|
|
background-image: -webkit-linear-gradient(bottom, #e3e3e3, #fff);
|
|
background-image: -moz-linear-gradient(bottom, #e3e3e3, #fff);
|
|
background-image: -o-linear-gradient(bottom, #e3e3e3, #fff);
|
|
background-image: linear-gradient(to top, #e3e3e3, #fff);
|
|
}
|
|
|
|
.quicktags-toolbar input:hover {
|
|
border-color: #aaa;
|
|
background: #ddd;
|
|
}
|
|
|
|
.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;
|
|
z-index: 155000;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
#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-right: 18px;
|
|
}
|
|
|
|
#wp-link .toggle-arrow {
|
|
background: transparent url("../images/toggle-arrow.png") top right no-repeat;
|
|
height: 23px;
|
|
line-height: 23px;
|
|
}
|
|
|
|
#wp-link .toggle-arrow-active {
|
|
background-position: center right;
|
|
}
|
|
|
|
#wp-link label input[type="text"] {
|
|
width: 360px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#wp-link #link-options label span,
|
|
#wp-link #search-panel label span.search-label {
|
|
display: inline-block;
|
|
width: 80px;
|
|
text-align: left;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
#wp-link .link-search-field {
|
|
float: right;
|
|
width: 220px;
|
|
}
|
|
|
|
#wp-link .link-search-wrapper {
|
|
margin: 5px 6px 9px;
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#wp-link .link-search-wrapper span {
|
|
float: right;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
#wp-link .link-search-wrapper .spinner {
|
|
display: none;
|
|
vertical-align: text-bottom;
|
|
}
|
|
|
|
#wp-link .link-target {
|
|
width: auto;
|
|
padding: 3px 0 0;
|
|
margin: 0 87px 0 0;
|
|
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;
|
|
left: 5px;
|
|
top: 4px;
|
|
bottom: 0;
|
|
}
|
|
|
|
#wp-link #search-results {
|
|
display: none;
|
|
}
|
|
|
|
#wp-link #search-panel {
|
|
float: right;
|
|
width: 100%;
|
|
}
|
|
|
|
#wp-link .river-waiting {
|
|
display: none;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
#wp-link .river-waiting .spinner {
|
|
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: right;
|
|
}
|
|
|
|
#wp-link-update {
|
|
line-height: 23px;
|
|
float: left;
|
|
}
|
|
|
|
/*!
|
|
* jQuery UI CSS Framework 1.10.1
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2013 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Theming/API
|
|
*/
|
|
|
|
/* Layout helpers
|
|
----------------------------------*/
|
|
.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;
|
|
right: 0;
|
|
position: absolute;
|
|
opacity: 0;
|
|
filter:Alpha(Opacity=0);
|
|
}
|
|
|
|
.ui-front {
|
|
z-index: 100;
|
|
}
|
|
|
|
|
|
/* Interaction Cues
|
|
----------------------------------*/
|
|
.ui-state-disabled {
|
|
cursor: default !important;
|
|
}
|
|
|
|
|
|
/* Icons
|
|
----------------------------------*/
|
|
|
|
/* states and images */
|
|
.ui-icon {
|
|
display: block;
|
|
text-indent: -99999px;
|
|
overflow: hidden;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
|
|
/* Misc visuals
|
|
----------------------------------*/
|
|
|
|
/* Overlays */
|
|
.ui-widget-overlay {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
|
|
/*!
|
|
* jQuery UI Resizable 1.10.1
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2013 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Resizable#theming
|
|
*/
|
|
.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;
|
|
right: 0;
|
|
}
|
|
.ui-resizable-s {
|
|
cursor: s-resize;
|
|
height: 7px;
|
|
width: 100%;
|
|
bottom: -5px;
|
|
right: 0;
|
|
}
|
|
.ui-resizable-e {
|
|
cursor: w-resize;
|
|
width: 7px;
|
|
left: -5px;
|
|
top: 0;
|
|
height: 100%;
|
|
}
|
|
.ui-resizable-w {
|
|
cursor: e-resize;
|
|
width: 7px;
|
|
right: -5px;
|
|
top: 0;
|
|
height: 100%;
|
|
}
|
|
.ui-resizable-se {
|
|
cursor: sw-resize;
|
|
width: 12px;
|
|
height: 12px;
|
|
left: 1px;
|
|
bottom: 1px;
|
|
}
|
|
.ui-resizable-sw {
|
|
cursor: se-resize;
|
|
width: 9px;
|
|
height: 9px;
|
|
right: -5px;
|
|
bottom: -5px;
|
|
}
|
|
.ui-resizable-nw {
|
|
cursor: ne-resize;
|
|
width: 9px;
|
|
height: 9px;
|
|
right: -5px;
|
|
top: -5px;
|
|
}
|
|
.ui-resizable-ne {
|
|
cursor: nw-resize;
|
|
width: 9px;
|
|
height: 9px;
|
|
left: -5px;
|
|
top: -5px;
|
|
}
|
|
|
|
/*!
|
|
* jQuery UI Dialog 1.10.1
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2013 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Dialog#theming
|
|
*/
|
|
.ui-dialog {
|
|
position: absolute;
|
|
top: 0;
|
|
/* @noflip */
|
|
left: 0;
|
|
padding: .2em;
|
|
outline: 0;
|
|
}
|
|
.ui-dialog .ui-dialog-titlebar {
|
|
padding: .4em 1em;
|
|
position: relative;
|
|
}
|
|
.ui-dialog .ui-dialog-title {
|
|
float: right;
|
|
margin: .1em 0;
|
|
white-space: nowrap;
|
|
width: 90%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ui-dialog .ui-dialog-titlebar-close {
|
|
position: absolute;
|
|
left: .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: right;
|
|
border-width: 1px 0 0 0;
|
|
background-image: none;
|
|
margin-top: .5em;
|
|
padding: .3em .4em .5em 1em;
|
|
}
|
|
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
|
float: left;
|
|
}
|
|
.ui-dialog .ui-dialog-buttonpane button {
|
|
margin: .5em 0 .5em .4em;
|
|
cursor: pointer;
|
|
}
|
|
.ui-dialog .ui-resizable-se {
|
|
width: 12px;
|
|
height: 12px;
|
|
left: -5px;
|
|
bottom: -5px;
|
|
background-position: 16px 16px;
|
|
}
|
|
.ui-draggable .ui-dialog-titlebar {
|
|
cursor: move;
|
|
}
|
|
|
|
/* WP jQuery Dialog Theme */
|
|
.wp-dialog {
|
|
padding: 0;
|
|
z-index: 300002;
|
|
border: 0;
|
|
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);
|
|
box-shadow: 0 5px 15px rgba(0,0,0,0.7);
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.wp-dialog .ui-dialog-title {
|
|
display: block;
|
|
text-align: center;
|
|
padding: 0;
|
|
}
|
|
|
|
.wp-dialog .ui-dialog-titlebar {
|
|
padding: 0 1em;
|
|
background-color: #444;
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
color: #fff;
|
|
}
|
|
|
|
.wp-dialog .ui-dialog-content {
|
|
padding: 0;
|
|
}
|
|
|
|
.wp-dialog .ui-dialog-titlebar-close {
|
|
cursor: pointer;
|
|
-webkit-appearance: none;
|
|
border: 0;
|
|
width: 30px;
|
|
height: 20px;
|
|
top: 13px;
|
|
left: 6px;
|
|
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-right: 12px;
|
|
}
|
|
|
|
.wp-dialog .ui-dialog-titlebar-close:hover:before {
|
|
color: #2ea2cc;
|
|
}
|
|
|
|
.wp-dialog .ui-dialog-titlebar-close .ui-button-text {
|
|
display: none;
|
|
}
|
|
|
|
.wp-dialog .ui-dialog-titlebar-close:hover,
|
|
.wp-dialog .ui-dialog-titlebar-close:focus {
|
|
background-position: -87px -32px;
|
|
}
|
|
|
|
.ui-widget-overlay {
|
|
z-index: 300001;
|
|
background-color: #000;
|
|
opacity: 0.6;
|
|
filter: alpha(opacity=60);
|
|
}
|
|
|
|
/* TinyMCE modal */
|
|
/* TODO: restyle the TinyMCE 4.0 modals
|
|
.clearlooks2 .mceTop {
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
.clearlooks2 .mceTop span {
|
|
font: 13px/24px "Open Sans", sans-serif;
|
|
color: #e5e5e5;
|
|
}
|
|
|
|
.clearlooks2 .mceTop .mceLeft {
|
|
background: #444444;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.clearlooks2 .mceTop .mceRight {
|
|
background: #444444;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.clearlooks2 .mceMiddle {
|
|
clip: rect(24px auto auto auto);
|
|
}
|
|
|
|
.clearlooks2 .mceMiddle .mceLeft {
|
|
background: #f1f1f1;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.clearlooks2 .mceMiddle .mceRight {
|
|
background: #f1f1f1;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.clearlooks2 .mceBottom {
|
|
background: #f1f1f1;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.clearlooks2 .mceBottom .mceLeft {
|
|
background: #f1f1f1;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.clearlooks2 .mceBottom .mceCenter {
|
|
background: #f1f1f1;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.clearlooks2 .mceBottom .mceRight {
|
|
background: #f1f1f1;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.clearlooks2 .mceClose,
|
|
.clearlooks2 .mceFocus .mceClose,
|
|
.clearlooks2 .mceFocus .mceClose:hover {
|
|
background-image: none;
|
|
}
|
|
.clearlooks2 .mceClose:before {
|
|
content: '\f158';
|
|
font: normal 20px/1 'dashicons';
|
|
speak: none;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
color: #999;
|
|
padding-left: 12px;
|
|
}
|
|
*/
|
|
/* Distraction Free Writing mode
|
|
* =Overlay Styles
|
|
-------------------------------------------------------------- */
|
|
.fullscreen-overlay {
|
|
z-index: 149999;
|
|
display: none;
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
filter: inherit;
|
|
}
|
|
|
|
.wp-fullscreen-active .fullscreen-overlay,
|
|
.wp-fullscreen-active #wp-fullscreen-body {
|
|
display: block;
|
|
}
|
|
|
|
.fullscreen-fader {
|
|
z-index: 200000;
|
|
}
|
|
|
|
.wp-fullscreen-active .fullscreen-fader {
|
|
display: none;
|
|
}
|
|
|
|
/* =Overlay Body
|
|
-------------------------------------------------------------- */
|
|
|
|
#wp-fullscreen-body {
|
|
z-index: 150005;
|
|
display: none;
|
|
}
|
|
|
|
.wp-fullscreen-wrap {
|
|
margin: 0;
|
|
padding: 0;
|
|
position: absolute;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 30px;
|
|
top: 60px;
|
|
z-index: 150010;
|
|
|
|
}
|
|
|
|
.wp-fullscreen-wrap .wp-editor-container,
|
|
#wp-fullscreen-central-toolbar {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.wp-fullscreen-active .wp-editor-tools,
|
|
.wp-fullscreen-active .quicktags-toolbar,
|
|
.wp-fullscreen-active .mce-toolbar-grp,
|
|
.wp-fullscreen-active .mce-statusbar {
|
|
display: none;
|
|
}
|
|
|
|
#wp-fullscreen-status {
|
|
margin: auto;
|
|
-webkit-transition: opacity 0.4s;
|
|
transition: opacity 0.4s;
|
|
}
|
|
|
|
.wp-fullscreen-active .wp-fullscreen-title,
|
|
.wp-fullscreen-active .wp-fullscreen-title:focus,
|
|
.wp-fullscreen-active .wp-editor-container {
|
|
-webkit-border-radius: 0;
|
|
border-radius: 0;
|
|
border: 1px dashed transparent;
|
|
background: transparent;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
-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;
|
|
}
|
|
|
|
#wp-fullscreen-tagline {
|
|
color: #bbb;
|
|
font-size: 18px;
|
|
float: left;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
/* =Top bar
|
|
-------------------------------------------------------------- */
|
|
#fullscreen-topbar {
|
|
background: #f5f5f5;
|
|
border-bottom: 1px solid #fff;
|
|
height: 45px;
|
|
position: fixed;
|
|
right: 0;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 150050;
|
|
-webkit-transition: opacity 0.4s;
|
|
transition: opacity 0.4s;
|
|
}
|
|
|
|
#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: right;
|
|
}
|
|
|
|
#wp-fullscreen-button-bar {
|
|
margin-top: 2px;
|
|
}
|
|
|
|
#wp-fullscreen-save {
|
|
float: left;
|
|
padding: 2px 5px 0 2px;
|
|
}
|
|
|
|
#wp-fullscreen-count,
|
|
#wp-fullscreen-close {
|
|
padding-top: 6px;
|
|
}
|
|
|
|
#wp-fullscreen-central-toolbar {
|
|
margin: auto;
|
|
padding: 0;
|
|
}
|
|
|
|
#wp-fullscreen-buttons > div {
|
|
float: right;
|
|
}
|
|
|
|
#wp-fullscreen-mode-bar {
|
|
padding: 3px 0 0 14px;
|
|
}
|
|
|
|
#wp-fullscreen-modes a {
|
|
display: block;
|
|
font-size: 11px;
|
|
text-decoration: none;
|
|
float: right;
|
|
margin: 1px 0 0 0;
|
|
padding: 2px 6px 2px;
|
|
border-width: 1px 0 1px 1px;
|
|
border-style: solid;
|
|
border-color: #bbb;
|
|
color: #777;
|
|
text-shadow: 0 1px 0 #fff;
|
|
background-color: #f4f4f4;
|
|
background: #f4f4f4;
|
|
background-image: -webkit-gradient(linear, right bottom, right top, from(#e4e4e4), to(#f9f9f9));
|
|
background-image: -webkit-linear-gradient(bottom, #e4e4e4, #f9f9f9);
|
|
background-image: -moz-linear-gradient(bottom, #e4e4e4, #f9f9f9);
|
|
background-image: -o-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, right top, right bottom, from(#e4e4e4), to(#f9f9f9));
|
|
background-image: -webkit-linear-gradient(top, #e4e4e4, #f9f9f9);
|
|
background-image: -moz-linear-gradient(top, #e4e4e4, #f9f9f9);
|
|
background-image: -o-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-right-radius: 3px;
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
}
|
|
|
|
#wp-fullscreen-modes a:last-child {
|
|
-webkit-border-top-left-radius: 3px;
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
}
|
|
|
|
#wp-fullscreen-buttons .hidden {
|
|
display: none;
|
|
}
|
|
|
|
#wp-fullscreen-buttons .disabled {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
#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;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.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-left: 4px;
|
|
line-height: 26px;
|
|
display: none;
|
|
}
|
|
|
|
/* =Thickbox Adjustments
|
|
-------------------------------------------------------------- */
|
|
.wp-fullscreen-active #TB_overlay {
|
|
z-index: 150100;
|
|
}
|
|
|
|
.wp-fullscreen-active #TB_window {
|
|
z-index: 150102;
|
|
}
|
|
|
|
/* =TinyMCE Adjustments
|
|
-------------------------------------------------------------- */
|
|
.wp-fullscreen-active #mce-modal-block {
|
|
z-index: 150100 !important;
|
|
}
|
|
|
|
.wp-fullscreen-active .mce-window {
|
|
z-index: 150102 !important;
|
|
}
|
|
|
|
/* Colors */
|
|
.fullscreen-overlay {
|
|
background: #fff;
|
|
}
|
|
|
|
/* =CSS 3 transitions
|
|
-------------------------------------------------------------- */
|
|
|
|
.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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
/* =Localization
|
|
-------------------------------------------------------------- */
|
|
.rtl .wp-switch-editor,
|
|
.rtl .quicktags-toolbar input {
|
|
font-family: Tahoma, sans-serif;
|
|
}
|
|
|
|
html:lang(he-il) .rtl .wp-switch-editor,
|
|
html:lang(he-il) .rtl .quicktags-toolbar input {
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
|
|
|
|
/* HiDPI */
|
|
@media print,
|
|
(-o-min-device-pixel-ratio: 5/4),
|
|
(-webkit-min-device-pixel-ratio: 1.25),
|
|
(min-resolution: 120dpi) {
|
|
.wp-media-buttons .add_media span.wp-media-buttons-icon,
|
|
#wp-fullscreen-buttons #wp_fs_image span.mce_image {
|
|
background: none;
|
|
}
|
|
|
|
#wp-link .toggle-arrow {
|
|
background: transparent url('../images/toggle-arrow-2x.png') top right no-repeat;
|
|
background-size: 19px 69px;
|
|
}
|
|
}
|
|
|
|
/* TODO: DFW responsive */
|
|
|
|
|