Commit 245d02dc by 无尘

style: 修改弹窗样式

parent 3d124fd7
...@@ -3,3259 +3,3271 @@ ...@@ -3,3259 +3,3271 @@
.mce-widget, .mce-widget,
.mce-widget *, .mce-widget *,
.mce-reset { .mce-reset {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
outline: 0; outline: 0;
vertical-align: top; vertical-align: top;
background: transparent; background: transparent;
text-decoration: none; text-decoration: none;
color: #595959; color: #595959;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px; font-size: 14px;
text-shadow: none; text-shadow: none;
float: none; float: none;
position: static; position: static;
width: auto; width: auto;
height: auto; height: auto;
white-space: nowrap; white-space: nowrap;
cursor: inherit; cursor: inherit;
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
line-height: normal; line-height: normal;
font-weight: normal; font-weight: normal;
text-align: left; text-align: left;
border-radius: 2px; border-radius: 2px;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
direction: ltr; direction: ltr;
max-width: none max-width: none
} }
.mce-widget button { .mce-widget button {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box box-sizing: border-box
} }
.mce-container *[unselectable] { .mce-container *[unselectable] {
-moz-user-select: none; -moz-user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
-o-user-select: none; -o-user-select: none;
user-select: none user-select: none
} }
.word-wrap { .word-wrap {
word-wrap: break-word; word-wrap: break-word;
-ms-word-break: break-all; -ms-word-break: break-all;
word-break: break-all; word-break: break-all;
word-break: break-word; word-break: break-word;
-ms-hyphens: auto; -ms-hyphens: auto;
-moz-hyphens: auto; -moz-hyphens: auto;
-webkit-hyphens: auto; -webkit-hyphens: auto;
hyphens: auto hyphens: auto
} }
.mce-fade { .mce-fade {
opacity: 0; opacity: 0;
-webkit-transition: opacity .15s linear; -webkit-transition: opacity .15s linear;
transition: opacity .15s linear transition: opacity .15s linear
} }
.mce-fade.mce-in { .mce-fade.mce-in {
opacity: 1 opacity: 1
} }
.mce-tinymce { .mce-tinymce {
visibility: inherit !important; visibility: inherit !important;
position: relative position: relative
} }
.mce-fullscreen { .mce-fullscreen {
border: 0; border: 0;
padding: 0; padding: 0;
margin: 0; margin: 0;
overflow: hidden; overflow: hidden;
height: 100%; height: 100%;
z-index: 100 z-index: 100
} }
div.mce-fullscreen { div.mce-fullscreen {
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
height: auto height: auto
} }
.mce-tinymce { .mce-tinymce {
display: block; display: block;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
} }
.mce-statusbar>.mce-container-body { .mce-statusbar>.mce-container-body {
display: flex; display: flex;
padding-right: 16px padding-right: 16px
} }
.mce-statusbar>.mce-container-body .mce-path { .mce-statusbar>.mce-container-body .mce-path {
flex: 1 flex: 1
} }
.mce-wordcount { .mce-wordcount {
font-size: inherit; font-size: inherit;
text-transform: uppercase; text-transform: uppercase;
padding: 8px 0 padding: 8px 0
} }
div.mce-edit-area { div.mce-edit-area {
background: #FFF; background: #FFF;
filter: none filter: none
} }
.mce-statusbar { .mce-statusbar {
position: relative position: relative
} }
.mce-statusbar .mce-container-body { .mce-statusbar .mce-container-body {
position: relative; position: relative;
font-size: 11px font-size: 11px
} }
.mce-fullscreen .mce-resizehandle { .mce-fullscreen .mce-resizehandle {
display: none display: none
} }
.mce-statusbar .mce-flow-layout-item { .mce-statusbar .mce-flow-layout-item {
margin: 0 margin: 0
} }
.mce-charmap { .mce-charmap {
border-collapse: collapse border-collapse: collapse
} }
.mce-charmap td { .mce-charmap td {
cursor: default; cursor: default;
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
width: 20px; width: 20px;
height: 20px; height: 20px;
line-height: 20px; line-height: 20px;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
padding: 2px padding: 2px
} }
.mce-charmap td div { .mce-charmap td div {
text-align: center text-align: center
} }
.mce-charmap td:hover { .mce-charmap td:hover {
background: white background: white
} }
.mce-grid td.mce-grid-cell div { .mce-grid td.mce-grid-cell div {
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
width: 15px; width: 15px;
height: 15px; height: 15px;
margin: 0; margin: 0;
cursor: pointer cursor: pointer
} }
.mce-grid td.mce-grid-cell div:focus { .mce-grid td.mce-grid-cell div:focus {
border-color: #91bbe9 border-color: #91bbe9
} }
.mce-grid td.mce-grid-cell div[disabled] { .mce-grid td.mce-grid-cell div[disabled] {
cursor: not-allowed cursor: not-allowed
} }
.mce-grid { .mce-grid {
border-spacing: 2px; border-spacing: 2px;
border-collapse: separate border-collapse: separate
} }
.mce-grid a { .mce-grid a {
display: block; display: block;
border: 1px solid transparent border: 1px solid transparent
} }
.mce-grid a:hover, .mce-grid a:hover,
.mce-grid a:focus { .mce-grid a:focus {
border-color: #91bbe9 border-color: #91bbe9
} }
.mce-grid-border { .mce-grid-border {
margin: 0 4px 0 4px margin: 0 4px 0 4px
} }
.mce-grid-border a { .mce-grid-border a {
border-color: #dcdfe6; border-color: #dcdfe6;
width: 13px; width: 13px;
height: 13px height: 13px
} }
.mce-grid-border a:hover, .mce-grid-border a:hover,
.mce-grid-border a.mce-active { .mce-grid-border a.mce-active {
border-color: #91bbe9; border-color: #91bbe9;
background: #bdd6f2 background: #bdd6f2
} }
.mce-text-center { .mce-text-center {
text-align: center text-align: center
} }
div.mce-tinymce-inline { div.mce-tinymce-inline {
width: 100% width: 100%
} }
.mce-colorbtn-trans div { .mce-colorbtn-trans div {
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
font-weight: bold; font-weight: bold;
font-size: 20px; font-size: 20px;
line-height: 16px; line-height: 16px;
color: #8b8b8b color: #8b8b8b
} }
.mce-monospace { .mce-monospace {
font-family: "Courier New", Courier, monospace font-family: "Courier New", Courier, monospace
} }
.mce-toolbar-grp .mce-flow-layout-item { .mce-toolbar-grp .mce-flow-layout-item {
margin-bottom: 0 margin-bottom: 0
} }
.mce-container b { .mce-container b {
font-weight: bold font-weight: bold
} }
.mce-container p { .mce-container p {
margin-bottom: 5px margin-bottom: 5px
} }
.mce-container a { .mce-container a {
cursor: pointer; cursor: pointer;
color: #2276d2 color: #2276d2
} }
.mce-container a:hover { .mce-container a:hover {
text-decoration: underline text-decoration: underline
} }
.mce-container ul { .mce-container ul {
margin-left: 15px margin-left: 15px
} }
.mce-container .mce-table-striped { .mce-container .mce-table-striped {
border-collapse: collapse; border-collapse: collapse;
margin: 10px margin: 10px
} }
.mce-container .mce-table-striped thead>tr { .mce-container .mce-table-striped thead>tr {
background-color: #fafafa background-color: #fafafa
} }
.mce-container .mce-table-striped thead>tr th { .mce-container .mce-table-striped thead>tr th {
font-weight: bold font-weight: bold
} }
.mce-container .mce-table-striped td, .mce-container .mce-table-striped td,
.mce-container .mce-table-striped th { .mce-container .mce-table-striped th {
padding: 5px padding: 5px
} }
.mce-container .mce-table-striped tr:nth-child(even) { .mce-container .mce-table-striped tr:nth-child(even) {
background-color: #fafafa background-color: #fafafa
} }
.mce-container .mce-table-striped tbody>tr:hover { .mce-container .mce-table-striped tbody>tr:hover {
background-color: #e1e1e1 background-color: #e1e1e1
} }
.mce-branding { .mce-branding {
font-size: inherit; font-size: inherit;
text-transform: uppercase; text-transform: uppercase;
white-space: pre; white-space: pre;
padding: 8px 0 padding: 8px 0
} }
.mce-branding a { .mce-branding a {
font-size: inherit; font-size: inherit;
color: inherit color: inherit
} }
.mce-top-part { .mce-top-part {
position: relative position: relative
} }
.mce-top-part::before { .mce-top-part::before {
content: ''; content: '';
position: absolute; position: absolute;
/* -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); /* -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
pointer-events: none pointer-events: none
} }
.mce-rtl .mce-wordcount { .mce-rtl .mce-wordcount {
left: 0; left: 0;
right: auto right: auto
} }
.mce-rtl .mce-statusbar>.mce-container-body>*:last-child { .mce-rtl .mce-statusbar>.mce-container-body>*:last-child {
padding-right: 0; padding-right: 0;
padding-left: 10px padding-left: 10px
} }
.mce-rtl .mce-path { .mce-rtl .mce-path {
text-align: right; text-align: right;
padding-right: 16px padding-right: 16px
} }
.mce-croprect-container { .mce-croprect-container {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0 left: 0
} }
.mce-croprect-handle { .mce-croprect-handle {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
width: 20px; width: 20px;
height: 20px; height: 20px;
border: 2px solid white border: 2px solid white
} }
.mce-croprect-handle-nw { .mce-croprect-handle-nw {
border-width: 2px 0 0 2px; border-width: 2px 0 0 2px;
margin: -2px 0 0 -2px; margin: -2px 0 0 -2px;
cursor: nw-resize; cursor: nw-resize;
top: 100px; top: 100px;
left: 100px left: 100px
} }
.mce-croprect-handle-ne { .mce-croprect-handle-ne {
border-width: 2px 2px 0 0; border-width: 2px 2px 0 0;
margin: -2px 0 0 -20px; margin: -2px 0 0 -20px;
cursor: ne-resize; cursor: ne-resize;
top: 100px; top: 100px;
left: 200px left: 200px
} }
.mce-croprect-handle-sw { .mce-croprect-handle-sw {
border-width: 0 0 2px 2px; border-width: 0 0 2px 2px;
margin: -20px 2px 0 -2px; margin: -20px 2px 0 -2px;
cursor: sw-resize; cursor: sw-resize;
top: 200px; top: 200px;
left: 100px left: 100px
} }
.mce-croprect-handle-se { .mce-croprect-handle-se {
border-width: 0 2px 2px 0; border-width: 0 2px 2px 0;
margin: -20px 0 0 -20px; margin: -20px 0 0 -20px;
cursor: se-resize; cursor: se-resize;
top: 200px; top: 200px;
left: 200px left: 200px
} }
.mce-croprect-handle-move { .mce-croprect-handle-move {
position: absolute; position: absolute;
cursor: move; cursor: move;
border: 0 border: 0
} }
.mce-croprect-block { .mce-croprect-block {
opacity: .5; opacity: .5;
filter: alpha(opacity=50); filter: alpha(opacity=50);
zoom: 1; zoom: 1;
position: absolute; position: absolute;
background: black background: black
} }
.mce-croprect-handle:focus { .mce-croprect-handle:focus {
border-color: #2276d2 border-color: #2276d2
} }
.mce-croprect-handle-move:focus { .mce-croprect-handle-move:focus {
outline: 1px solid #2276d2 outline: 1px solid #2276d2
} }
.mce-imagepanel { .mce-imagepanel {
overflow: auto; overflow: auto;
background: black background: black
} }
.mce-imagepanel-bg { .mce-imagepanel-bg {
position: absolute; position: absolute;
background: url('data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==') background: url('data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==')
} }
.mce-imagepanel img { .mce-imagepanel img {
position: absolute position: absolute
} }
.mce-imagetool.mce-btn .mce-ico { .mce-imagetool.mce-btn .mce-ico {
display: block; display: block;
width: 20px; width: 20px;
height: 20px; height: 20px;
text-align: center; text-align: center;
line-height: 20px; line-height: 20px;
font-size: 20px; font-size: 20px;
padding: 5px padding: 5px
} }
.mce-arrow-up { .mce-arrow-up {
margin-top: 12px margin-top: 12px
} }
.mce-arrow-down { .mce-arrow-down {
margin-top: -12px margin-top: -12px
} }
.mce-arrow:before, .mce-arrow:before,
.mce-arrow:after { .mce-arrow:after {
position: absolute; position: absolute;
left: 50%; left: 50%;
display: block; display: block;
width: 0; width: 0;
height: 0; height: 0;
border-style: solid; border-style: solid;
border-color: transparent; border-color: transparent;
content: "" content: ""
} }
.mce-arrow.mce-arrow-up:before { .mce-arrow.mce-arrow-up:before {
top: -9px; top: -9px;
border-bottom-color: #dcdfe6; border-bottom-color: #dcdfe6;
border-width: 0 9px 9px; border-width: 0 9px 9px;
margin-left: -9px margin-left: -9px
} }
.mce-arrow.mce-arrow-down:before { .mce-arrow.mce-arrow-down:before {
bottom: -9px; bottom: -9px;
border-top-color: #dcdfe6; border-top-color: #dcdfe6;
border-width: 9px 9px 0; border-width: 9px 9px 0;
margin-left: -9px margin-left: -9px
} }
.mce-arrow.mce-arrow-up:after { .mce-arrow.mce-arrow-up:after {
top: -8px; top: -8px;
border-bottom-color: #fff; border-bottom-color: #fff;
border-width: 0 8px 8px; border-width: 0 8px 8px;
margin-left: -8px margin-left: -8px
} }
.mce-arrow.mce-arrow-down:after { .mce-arrow.mce-arrow-down:after {
bottom: -8px; bottom: -8px;
border-top-color: #fff; border-top-color: #fff;
border-width: 8px 8px 0; border-width: 8px 8px 0;
margin-left: -8px margin-left: -8px
} }
.mce-arrow.mce-arrow-left:before, .mce-arrow.mce-arrow-left:before,
.mce-arrow.mce-arrow-left:after { .mce-arrow.mce-arrow-left:after {
margin: 0 margin: 0
} }
.mce-arrow.mce-arrow-left:before { .mce-arrow.mce-arrow-left:before {
left: 8px left: 8px
} }
.mce-arrow.mce-arrow-left:after { .mce-arrow.mce-arrow-left:after {
left: 9px left: 9px
} }
.mce-arrow.mce-arrow-right:before, .mce-arrow.mce-arrow-right:before,
.mce-arrow.mce-arrow-right:after { .mce-arrow.mce-arrow-right:after {
left: auto; left: auto;
margin: 0 margin: 0
} }
.mce-arrow.mce-arrow-right:before { .mce-arrow.mce-arrow-right:before {
right: 8px right: 8px
} }
.mce-arrow.mce-arrow-right:after { .mce-arrow.mce-arrow-right:after {
right: 9px right: 9px
} }
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:before { .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:before {
left: -9px; left: -9px;
top: 50%; top: 50%;
border-right-color: #dcdfe6; border-right-color: #dcdfe6;
border-width: 9px 9px 9px 0; border-width: 9px 9px 9px 0;
margin-top: -9px margin-top: -9px
} }
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:after { .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:after {
left: -8px; left: -8px;
top: 50%; top: 50%;
border-right-color: #fff; border-right-color: #fff;
border-width: 8px 8px 8px 0; border-width: 8px 8px 8px 0;
margin-top: -8px margin-top: -8px
} }
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left { .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left {
margin-left: 12px margin-left: 12px
} }
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:before { .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:before {
right: -9px; right: -9px;
top: 50%; top: 50%;
border-left-color: #dcdfe6; border-left-color: #dcdfe6;
border-width: 9px 0 9px 9px; border-width: 9px 0 9px 9px;
margin-top: -9px margin-top: -9px
} }
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:after { .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:after {
right: -8px; right: -8px;
top: 50%; top: 50%;
border-left-color: #fff; border-left-color: #fff;
border-width: 8px 0 8px 8px; border-width: 8px 0 8px 8px;
margin-top: -8px margin-top: -8px
} }
.mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right { .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right {
margin-left: -14px margin-left: -14px
} }
.mce-edit-aria-container>.mce-container-body { .mce-edit-aria-container>.mce-container-body {
display: flex display: flex
} }
.mce-edit-aria-container>.mce-container-body .mce-edit-area { .mce-edit-aria-container>.mce-container-body .mce-edit-area {
flex: 1 flex: 1
} }
.mce-edit-aria-container>.mce-container-body .mce-sidebar>.mce-container-body { .mce-edit-aria-container>.mce-container-body .mce-sidebar>.mce-container-body {
display: flex; display: flex;
align-items: stretch; align-items: stretch;
height: 100% height: 100%
} }
.mce-edit-aria-container>.mce-container-body .mce-sidebar-panel { .mce-edit-aria-container>.mce-container-body .mce-sidebar-panel {
min-width: 250px; min-width: 250px;
max-width: 250px; max-width: 250px;
position: relative position: relative
} }
.mce-edit-aria-container>.mce-container-body .mce-sidebar-panel>.mce-container-body { .mce-edit-aria-container>.mce-container-body .mce-sidebar-panel>.mce-container-body {
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: auto; overflow: auto;
top: 0; top: 0;
left: 0 left: 0
} }
.mce-sidebar-toolbar { .mce-sidebar-toolbar {
border: 0 solid #dcdfe6; border: 0 solid #dcdfe6;
border-left-width: 1px border-left-width: 1px
} }
.mce-sidebar-toolbar .mce-btn { .mce-sidebar-toolbar .mce-btn {
border-left: 0; border-left: 0;
border-right: 0 border-right: 0
} }
.mce-sidebar-toolbar .mce-btn.mce-active, .mce-sidebar-toolbar .mce-btn.mce-active,
.mce-sidebar-toolbar .mce-btn.mce-active:hover { .mce-sidebar-toolbar .mce-btn.mce-active:hover {
background-color: #555c66 background-color: #555c66
} }
.mce-sidebar-toolbar .mce-btn.mce-active button, .mce-sidebar-toolbar .mce-btn.mce-active button,
.mce-sidebar-toolbar .mce-btn.mce-active:hover button, .mce-sidebar-toolbar .mce-btn.mce-active:hover button,
.mce-sidebar-toolbar .mce-btn.mce-active button i, .mce-sidebar-toolbar .mce-btn.mce-active button i,
.mce-sidebar-toolbar .mce-btn.mce-active:hover button i { .mce-sidebar-toolbar .mce-btn.mce-active:hover button i {
color: white; color: white;
text-shadow: 1px 1px none text-shadow: 1px 1px none
} }
.mce-sidebar-panel { .mce-sidebar-panel {
border: 0 solid #dcdfe6; border: 0 solid #dcdfe6;
border-left-width: 1px border-left-width: 1px
} }
.mce-container, .mce-container,
.mce-container-body { .mce-container-body {
display: block display: block
} }
.mce-autoscroll { .mce-autoscroll {
overflow: hidden overflow: hidden
} }
.mce-scrollbar { .mce-scrollbar {
position: absolute; position: absolute;
width: 7px; width: 7px;
height: 100%; height: 100%;
top: 2px; top: 2px;
right: 2px; right: 2px;
opacity: .4; opacity: .4;
filter: alpha(opacity=40); filter: alpha(opacity=40);
zoom: 1 zoom: 1
} }
.mce-scrollbar-h { .mce-scrollbar-h {
top: auto; top: auto;
right: auto; right: auto;
left: 2px; left: 2px;
bottom: 2px; bottom: 2px;
width: 100%; width: 100%;
height: 7px height: 7px
} }
.mce-scrollbar-thumb { .mce-scrollbar-thumb {
position: absolute; position: absolute;
background-color: #000; background-color: #000;
border: 1px solid #888; border: 1px solid #888;
border-color: rgba(85, 85, 85, 0.6); border-color: rgba(85, 85, 85, 0.6);
width: 5px; width: 5px;
height: 100% height: 100%
} }
.mce-scrollbar-h .mce-scrollbar-thumb { .mce-scrollbar-h .mce-scrollbar-thumb {
width: 100%; width: 100%;
height: 5px height: 5px
} }
.mce-scrollbar:hover, .mce-scrollbar:hover,
.mce-scrollbar.mce-active { .mce-scrollbar.mce-active {
background-color: #AAA; background-color: #AAA;
opacity: .6; opacity: .6;
filter: alpha(opacity=60); filter: alpha(opacity=60);
zoom: 1 zoom: 1
} }
.mce-scroll { .mce-scroll {
position: relative position: relative
} }
.mce-panel { .mce-panel {
border: 0 solid #f3f3f3; border: 0 solid #f3f3f3;
border: 0 solid #dcdfe6; border: 0 solid #dcdfe6;
background-color: #fff background-color: #fff
} }
.mce-floatpanel { .mce-floatpanel {
position: absolute; position: absolute;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
} }
.mce-floatpanel.mce-fixed { .mce-floatpanel.mce-fixed {
position: fixed position: fixed
} }
.mce-floatpanel .mce-arrow, .mce-floatpanel .mce-arrow,
.mce-floatpanel .mce-arrow:after { .mce-floatpanel .mce-arrow:after {
position: absolute; position: absolute;
display: block; display: block;
width: 0; width: 0;
height: 0; height: 0;
border-color: transparent; border-color: transparent;
border-style: solid border-style: solid
} }
.mce-floatpanel .mce-arrow { .mce-floatpanel .mce-arrow {
border-width: 11px border-width: 11px
} }
.mce-floatpanel .mce-arrow:after { .mce-floatpanel .mce-arrow:after {
border-width: 10px; border-width: 10px;
content: "" content: ""
} }
.mce-floatpanel.mce-popover { .mce-floatpanel.mce-popover {
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
background: transparent; background: transparent;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
top: 0; top: 0;
left: 0; left: 0;
background: #FFF; background: #FFF;
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
border: 1px solid rgba(0, 0, 0, 0.25) border: 1px solid rgba(0, 0, 0, 0.25)
} }
.mce-floatpanel.mce-popover.mce-bottom { .mce-floatpanel.mce-popover.mce-bottom {
margin-top: 10px; margin-top: 10px;
*margin-top: 0 *margin-top: 0
} }
.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow { .mce-floatpanel.mce-popover.mce-bottom>.mce-arrow {
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-top-width: 0; border-top-width: 0;
border-bottom-color: #dcdfe6; border-bottom-color: #dcdfe6;
border-bottom-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px top: -11px
} }
.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow:after { .mce-floatpanel.mce-popover.mce-bottom>.mce-arrow:after {
top: 1px; top: 1px;
margin-left: -10px; margin-left: -10px;
border-top-width: 0; border-top-width: 0;
border-bottom-color: #FFF border-bottom-color: #FFF
} }
.mce-floatpanel.mce-popover.mce-top { .mce-floatpanel.mce-popover.mce-top {
margin-top: -10px; margin-top: -10px;
*margin-top: 0 *margin-top: 0
} }
.mce-floatpanel.mce-popover.mce-top>.mce-arrow { .mce-floatpanel.mce-popover.mce-top>.mce-arrow {
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-bottom-width: 0; border-bottom-width: 0;
border-top-color: #dcdfe6; border-top-color: #dcdfe6;
top: auto; top: auto;
bottom: -11px bottom: -11px
} }
.mce-floatpanel.mce-popover.mce-top>.mce-arrow:after { .mce-floatpanel.mce-popover.mce-top>.mce-arrow:after {
bottom: 1px; bottom: 1px;
margin-left: -10px; margin-left: -10px;
border-bottom-width: 0; border-bottom-width: 0;
border-top-color: #FFF border-top-color: #FFF
} }
.mce-floatpanel.mce-popover.mce-bottom.mce-start, .mce-floatpanel.mce-popover.mce-bottom.mce-start,
.mce-floatpanel.mce-popover.mce-top.mce-start { .mce-floatpanel.mce-popover.mce-top.mce-start {
margin-left: -22px margin-left: -22px
} }
.mce-floatpanel.mce-popover.mce-bottom.mce-start>.mce-arrow, .mce-floatpanel.mce-popover.mce-bottom.mce-start>.mce-arrow,
.mce-floatpanel.mce-popover.mce-top.mce-start>.mce-arrow { .mce-floatpanel.mce-popover.mce-top.mce-start>.mce-arrow {
left: 20px left: 20px
} }
.mce-floatpanel.mce-popover.mce-bottom.mce-end, .mce-floatpanel.mce-popover.mce-bottom.mce-end,
.mce-floatpanel.mce-popover.mce-top.mce-end { .mce-floatpanel.mce-popover.mce-top.mce-end {
margin-left: 22px margin-left: 22px
} }
.mce-floatpanel.mce-popover.mce-bottom.mce-end>.mce-arrow, .mce-floatpanel.mce-popover.mce-bottom.mce-end>.mce-arrow,
.mce-floatpanel.mce-popover.mce-top.mce-end>.mce-arrow { .mce-floatpanel.mce-popover.mce-top.mce-end>.mce-arrow {
right: 10px; right: 10px;
left: auto left: auto
} }
.mce-fullscreen { .mce-fullscreen {
border: 0; border: 0;
padding: 0; padding: 0;
margin: 0; margin: 0;
overflow: hidden; overflow: hidden;
height: 100% height: 100%
} }
div.mce-fullscreen { div.mce-fullscreen {
position: fixed; position: fixed;
top: 0; top: 0;
left: 0 left: 0
} }
#mce-modal-block { #mce-modal-block {
opacity: 0; opacity: 0;
filter: alpha(opacity=0); filter: alpha(opacity=0);
zoom: 1; zoom: 1;
position: fixed; position: fixed;
left: 0; left: 0;
top: 0; top: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: #000; background: #000;
} }
#mce-modal-block.mce-in { #mce-modal-block.mce-in {
opacity: .5; opacity: .5;
filter: alpha(opacity=50); filter: alpha(opacity=50);
zoom: 1 zoom: 1
} }
.mce-window-move { .mce-window-move {
cursor: move cursor: move
} }
.mce-window { .mce-window {
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
background: transparent; background: transparent;
background: #FFF; background: #FFF;
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
opacity: 0; opacity: 0;
transform: scale(.1); transform: scale(.1);
transition: transform 100ms ease-in, opacity 150ms ease-in; transition: transform 100ms ease-in, opacity 150ms ease-in;
border-radius: 2px; border-radius: 2px;
border: none; border: none;
} }
.mce-window.mce-in { .mce-window.mce-in {
transform: scale(1); transform: scale(1);
opacity: 1 opacity: 1
} }
.mce-window-head { .mce-window-head {
padding: 0px 20px; padding: 0px 20px;
border-bottom: 1px solid #dcdfe6; border-bottom: 1px solid #dcdfe6;
position: relative position: relative
} }
.mce-window-head .mce-close { .mce-window-head .mce-close {
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
height: 54px; height: 54px;
width: 54px; width: 54px;
text-align: center; text-align: center;
cursor: pointer cursor: pointer
} }
.mce-window-head .mce-close i { .mce-window-head .mce-close i {
color: #909399; color: #909399;
font-size: 14px;
} }
.mce-close:hover i { .mce-close:hover i {
color: #1890ff; color: #1890ff;
} }
.mce-window-head .mce-title { .mce-window-head .mce-title {
line-height: 54px; line-height: 54px;
font-size: 18px; font-size: 18px;
font-weight: normal; font-weight: normal;
text-rendering: optimizelegibility; text-rendering: optimizelegibility;
padding-right: 20px; padding-right: 20px;
} }
.mce-window .mce-container-body { .mce-window .mce-container-body {
display: block; display: block;
/*padding: 0 20px;*/ /*padding: 0 20px;*/
} }
.mce-foot { .mce-foot {
display: block; display: block;
background-color: #FFF; background-color: #FFF;
border-top: 1px solid #dcdfe6; border-top: 1px solid #dcdfe6;
border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px;
} }
.mce-foot .mce-btn.mce-last:hover { .mce-foot .mce-btn.mce-last:hover {
color: #1890ff; color: #1890ff;
border-color: #1890ff; border-color: #1890ff;
background-color: #fff; background-color: #fff;
} }
.mce-foot .mce-btn.mce-last:hover button .mce-txt{ .mce-foot .mce-btn.mce-last:hover button .mce-txt {
color: #1890ff; color: #1890ff;
border-color: #1890ff; border-color: #1890ff;
background-color: #fff; background-color: #fff;
} }
.mce-window-head .mce-dragh { .mce-window-head .mce-dragh {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
cursor: move; cursor: move;
width: 90%; width: 90%;
height: 100% height: 100%
} }
.mce-window iframe { .mce-window iframe {
width: 100%; width: 100%;
height: 100% height: 100%
} }
.mce-window-body .mce-listbox { .mce-window-body .mce-listbox {
border-color: #e2e4e7 border-color: #e2e4e7
} }
.mce-window .mce-btn:hover { .mce-window .mce-btn:hover {
border-color: #dcdfe6 border-color: #dcdfe6
} }
.mce-window .mce-btn:focus { .mce-window .mce-btn:focus {
border-color: #2276d2 border-color: #2276d2
} }
.mce-window-body .mce-btn, .mce-window-body .mce-btn,
.mce-foot .mce-btn { .mce-foot .mce-btn {
border-color: #dcdfe6 border-color: #dcdfe6
} }
.mce-foot .mce-btn.mce-primary { .mce-foot .mce-btn.mce-primary {
border-color: transparent border-color: transparent
} }
.mce-rtl .mce-window-head .mce-close { .mce-rtl .mce-window-head .mce-close {
position: absolute; position: absolute;
right: auto; right: auto;
left: 0 left: 0
} }
.mce-rtl .mce-window-head .mce-dragh { .mce-rtl .mce-window-head .mce-dragh {
left: auto; left: auto;
right: 0 right: 0
} }
.mce-rtl .mce-window-head .mce-title { .mce-rtl .mce-window-head .mce-title {
direction: rtl; direction: rtl;
text-align: right; text-align: right;
padding-right: 0; padding-right: 0;
padding-left: 20px padding-left: 20px
} }
.mce-tooltip { .mce-tooltip {
position: absolute; position: absolute;
padding: 5px; padding: 5px;
opacity: .8; opacity: .8;
filter: alpha(opacity=80); filter: alpha(opacity=80);
zoom: 1; zoom: 1;
margin-top: 1px margin-top: 1px
} }
.mce-tooltip-inner { .mce-tooltip-inner {
font-size: 11px; font-size: 11px;
background-color: #000; background-color: #000;
color: white; color: white;
max-width: 200px; max-width: 200px;
padding: 5px 8px 4px 8px; padding: 5px 8px 4px 8px;
text-align: center; text-align: center;
white-space: normal white-space: normal
} }
.mce-tooltip-inner { .mce-tooltip-inner {
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none box-shadow: none
} }
.mce-tooltip-arrow { .mce-tooltip-arrow {
position: absolute; position: absolute;
width: 0; width: 0;
height: 0; height: 0;
line-height: 0; line-height: 0;
border: 5px dashed #000 border: 5px dashed #000
} }
.mce-tooltip-arrow-n { .mce-tooltip-arrow-n {
border-bottom-color: #000 border-bottom-color: #000
} }
.mce-tooltip-arrow-s { .mce-tooltip-arrow-s {
border-top-color: #000 border-top-color: #000
} }
.mce-tooltip-arrow-e { .mce-tooltip-arrow-e {
border-left-color: #000 border-left-color: #000
} }
.mce-tooltip-arrow-w { .mce-tooltip-arrow-w {
border-right-color: #000 border-right-color: #000
} }
.mce-tooltip-nw, .mce-tooltip-nw,
.mce-tooltip-sw { .mce-tooltip-sw {
margin-left: -14px margin-left: -14px
} }
.mce-tooltip-ne, .mce-tooltip-ne,
.mce-tooltip-se { .mce-tooltip-se {
margin-left: 14px margin-left: 14px
} }
.mce-tooltip-n .mce-tooltip-arrow { .mce-tooltip-n .mce-tooltip-arrow {
top: 0; top: 0;
left: 50%; left: 50%;
margin-left: -5px; margin-left: -5px;
border-bottom-style: solid; border-bottom-style: solid;
border-top: none; border-top: none;
border-left-color: transparent; border-left-color: transparent;
border-right-color: transparent border-right-color: transparent
} }
.mce-tooltip-nw .mce-tooltip-arrow { .mce-tooltip-nw .mce-tooltip-arrow {
top: 0; top: 0;
left: 10px; left: 10px;
border-bottom-style: solid; border-bottom-style: solid;
border-top: none; border-top: none;
border-left-color: transparent; border-left-color: transparent;
border-right-color: transparent border-right-color: transparent
} }
.mce-tooltip-ne .mce-tooltip-arrow { .mce-tooltip-ne .mce-tooltip-arrow {
top: 0; top: 0;
right: 10px; right: 10px;
border-bottom-style: solid; border-bottom-style: solid;
border-top: none; border-top: none;
border-left-color: transparent; border-left-color: transparent;
border-right-color: transparent border-right-color: transparent
} }
.mce-tooltip-s .mce-tooltip-arrow { .mce-tooltip-s .mce-tooltip-arrow {
bottom: 0; bottom: 0;
left: 50%; left: 50%;
margin-left: -5px; margin-left: -5px;
border-top-style: solid; border-top-style: solid;
border-bottom: none; border-bottom: none;
border-left-color: transparent; border-left-color: transparent;
border-right-color: transparent border-right-color: transparent
} }
.mce-tooltip-sw .mce-tooltip-arrow { .mce-tooltip-sw .mce-tooltip-arrow {
bottom: 0; bottom: 0;
left: 10px; left: 10px;
border-top-style: solid; border-top-style: solid;
border-bottom: none; border-bottom: none;
border-left-color: transparent; border-left-color: transparent;
border-right-color: transparent border-right-color: transparent
} }
.mce-tooltip-se .mce-tooltip-arrow { .mce-tooltip-se .mce-tooltip-arrow {
bottom: 0; bottom: 0;
right: 10px; right: 10px;
border-top-style: solid; border-top-style: solid;
border-bottom: none; border-bottom: none;
border-left-color: transparent; border-left-color: transparent;
border-right-color: transparent border-right-color: transparent
} }
.mce-tooltip-e .mce-tooltip-arrow { .mce-tooltip-e .mce-tooltip-arrow {
right: 0; right: 0;
top: 50%; top: 50%;
margin-top: -5px; margin-top: -5px;
border-left-style: solid; border-left-style: solid;
border-right: none; border-right: none;
border-top-color: transparent; border-top-color: transparent;
border-bottom-color: transparent border-bottom-color: transparent
} }
.mce-tooltip-w .mce-tooltip-arrow { .mce-tooltip-w .mce-tooltip-arrow {
left: 0; left: 0;
top: 50%; top: 50%;
margin-top: -5px; margin-top: -5px;
border-right-style: solid; border-right-style: solid;
border-left: none; border-left: none;
border-top-color: transparent; border-top-color: transparent;
border-bottom-color: transparent border-bottom-color: transparent
} }
.mce-progress { .mce-progress {
display: inline-block; display: inline-block;
position: relative; position: relative;
height: 20px height: 20px
} }
.mce-progress .mce-bar-container { .mce-progress .mce-bar-container {
display: inline-block; display: inline-block;
width: 100px; width: 100px;
height: 100%; height: 100%;
margin-right: 8px; margin-right: 8px;
border: 1px solid #ccc; border: 1px solid #ccc;
overflow: hidden overflow: hidden
} }
.mce-progress .mce-text { .mce-progress .mce-text {
display: inline-block; display: inline-block;
margin-top: auto; margin-top: auto;
margin-bottom: auto; margin-bottom: auto;
font-size: 14px; font-size: 14px;
width: 40px; width: 40px;
color: #595959 color: #595959
} }
.mce-bar { .mce-bar {
display: block; display: block;
width: 0; width: 0;
height: 100%; height: 100%;
background-color: #dfdfdf; background-color: #dfdfdf;
-webkit-transition: width .2s ease; -webkit-transition: width .2s ease;
transition: width .2s ease transition: width .2s ease
} }
.mce-notification { .mce-notification {
position: absolute; position: absolute;
background-color: #fff; background-color: #fff;
padding: 5px; padding: 5px;
margin-top: 5px; margin-top: 5px;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
border-color: #dcdfe6; border-color: #dcdfe6;
transition: transform 100ms ease-in, opacity 150ms ease-in; transition: transform 100ms ease-in, opacity 150ms ease-in;
opacity: 0; opacity: 0;
box-sizing: border-box box-sizing: border-box
} }
.mce-notification.mce-in { .mce-notification.mce-in {
opacity: 1 opacity: 1
} }
.mce-notification-success { .mce-notification-success {
background-color: #dff0d8; background-color: #dff0d8;
border-color: #d6e9c6 border-color: #d6e9c6
} }
.mce-notification-info { .mce-notification-info {
background-color: #d9edf7; background-color: #d9edf7;
border-color: #779ECB border-color: #779ECB
} }
.mce-notification-warning { .mce-notification-warning {
background-color: #fcf8e3; background-color: #fcf8e3;
border-color: #faebcc border-color: #faebcc
} }
.mce-notification-error { .mce-notification-error {
background-color: #f2dede; background-color: #f2dede;
border-color: #ebccd1 border-color: #ebccd1
} }
.mce-notification.mce-has-close { .mce-notification.mce-has-close {
padding-right: 15px padding-right: 15px
} }
.mce-notification .mce-ico { .mce-notification .mce-ico {
margin-top: 5px margin-top: 5px
} }
.mce-notification-inner { .mce-notification-inner {
word-wrap: break-word; word-wrap: break-word;
-ms-word-break: break-all; -ms-word-break: break-all;
word-break: break-all; word-break: break-all;
word-break: break-word; word-break: break-word;
-ms-hyphens: auto; -ms-hyphens: auto;
-moz-hyphens: auto; -moz-hyphens: auto;
-webkit-hyphens: auto; -webkit-hyphens: auto;
hyphens: auto; hyphens: auto;
display: inline-block; display: inline-block;
font-size: 14px; font-size: 14px;
margin: 5px 8px 4px 8px; margin: 5px 8px 4px 8px;
text-align: center; text-align: center;
white-space: normal; white-space: normal;
color: #31708f color: #31708f
} }
.mce-notification-inner a { .mce-notification-inner a {
text-decoration: underline; text-decoration: underline;
cursor: pointer cursor: pointer
} }
.mce-notification .mce-progress { .mce-notification .mce-progress {
margin-right: 8px margin-right: 8px
} }
.mce-notification .mce-progress .mce-text { .mce-notification .mce-progress .mce-text {
margin-top: 5px margin-top: 5px
} }
.mce-notification *, .mce-notification *,
.mce-notification .mce-progress .mce-text { .mce-notification .mce-progress .mce-text {
color: #595959 color: #595959
} }
.mce-notification .mce-progress .mce-bar-container { .mce-notification .mce-progress .mce-bar-container {
border-color: #dcdfe6 border-color: #dcdfe6
} }
.mce-notification .mce-progress .mce-bar-container .mce-bar { .mce-notification .mce-progress .mce-bar-container .mce-bar {
background-color: #595959 background-color: #595959
} }
.mce-notification-success *, .mce-notification-success *,
.mce-notification-success .mce-progress .mce-text { .mce-notification-success .mce-progress .mce-text {
color: #3c763d color: #3c763d
} }
.mce-notification-success .mce-progress .mce-bar-container { .mce-notification-success .mce-progress .mce-bar-container {
border-color: #d6e9c6 border-color: #d6e9c6
} }
.mce-notification-success .mce-progress .mce-bar-container .mce-bar { .mce-notification-success .mce-progress .mce-bar-container .mce-bar {
background-color: #3c763d background-color: #3c763d
} }
.mce-notification-info *, .mce-notification-info *,
.mce-notification-info .mce-progress .mce-text { .mce-notification-info .mce-progress .mce-text {
color: #31708f color: #31708f
} }
.mce-notification-info .mce-progress .mce-bar-container { .mce-notification-info .mce-progress .mce-bar-container {
border-color: #779ECB border-color: #779ECB
} }
.mce-notification-info .mce-progress .mce-bar-container .mce-bar { .mce-notification-info .mce-progress .mce-bar-container .mce-bar {
background-color: #31708f background-color: #31708f
} }
.mce-notification-warning *, .mce-notification-warning *,
.mce-notification-warning .mce-progress .mce-text { .mce-notification-warning .mce-progress .mce-text {
color: #8a6d3b color: #8a6d3b
} }
.mce-notification-warning .mce-progress .mce-bar-container { .mce-notification-warning .mce-progress .mce-bar-container {
border-color: #faebcc border-color: #faebcc
} }
.mce-notification-warning .mce-progress .mce-bar-container .mce-bar { .mce-notification-warning .mce-progress .mce-bar-container .mce-bar {
background-color: #8a6d3b background-color: #8a6d3b
} }
.mce-notification-error *, .mce-notification-error *,
.mce-notification-error .mce-progress .mce-text { .mce-notification-error .mce-progress .mce-text {
color: #a94442 color: #a94442
} }
.mce-notification-error .mce-progress .mce-bar-container { .mce-notification-error .mce-progress .mce-bar-container {
border-color: #ebccd1 border-color: #ebccd1
} }
.mce-notification-error .mce-progress .mce-bar-container .mce-bar { .mce-notification-error .mce-progress .mce-bar-container .mce-bar {
background-color: #a94442 background-color: #a94442
} }
.mce-notification .mce-close { .mce-notification .mce-close {
position: absolute; position: absolute;
top: 6px; top: 6px;
right: 8px; right: 8px;
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
line-height: 20px; line-height: 20px;
color: #9b9b9b; color: #9b9b9b;
cursor: pointer cursor: pointer
} }
.mce-abs-layout { .mce-abs-layout {
position: relative position: relative
} }
html .mce-abs-layout-item, html .mce-abs-layout-item,
.mce-abs-end { .mce-abs-end {
position: absolute position: absolute
} }
.mce-abs-end { .mce-abs-end {
width: 1px; width: 1px;
height: 1px height: 1px
} }
.mce-container-body.mce-abs-layout { .mce-container-body.mce-abs-layout {
overflow: hidden overflow: hidden
} }
.mce-btn { .mce-btn {
border: 1px solid #b3b3b3; border: 1px solid #b3b3b3;
border-color: transparent transparent transparent transparent; border-color: transparent transparent transparent transparent;
border-radius: 4px; border-radius: 4px;
position: relative; position: relative;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background: white; background: white;
display: inline-block; display: inline-block;
*display: inline; *display: inline;
*zoom: 1; *zoom: 1;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none box-shadow: none
} }
.mce-btn:hover button .mce-ico, .mce-btn:hover button .mce-ico,
.mce-btn:active button .mce-ico { .mce-btn:active button .mce-ico {
/* background: white; /* background: white;
color: #595959; color: #595959;
border-color: #e2e4e7*/ border-color: #e2e4e7*/
color: #1890ff; color: #1890ff;
} }
.mce-btn:hover button .mce-preview, .mce-btn:hover button .mce-preview,
.mce-btn:active button .mce-preview { .mce-btn:active button .mce-preview {
color: #1890ff; color: #1890ff;
background: #1890ff; background: #1890ff;
} }
.mce-btn:focus button .mce-ico { .mce-btn:focus button .mce-ico {
/*background: white; /*background: white;
color: #595959; color: #595959;
border-color: #e2e4e7*/ border-color: #e2e4e7*/
color: #1890ff; color: #1890ff;
} }
.mce-btn:focus button .mce-preview { .mce-btn:focus button .mce-preview {
color: #1890ff; color: #1890ff;
background: #1890ff; background: #1890ff;
} }
.mce-btn.mce-disabled button, .mce-btn.mce-disabled button,
.mce-btn.mce-disabled:hover button { .mce-btn.mce-disabled:hover button {
cursor: default; cursor: default;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none; box-shadow: none;
opacity: .4; opacity: .4;
filter: alpha(opacity=40); filter: alpha(opacity=40);
zoom: 1; zoom: 1;
color: #c0c4cc; color: #c0c4cc;
} }
.mce-btn.mce-disabled button .mce-ico, .mce-btn.mce-disabled button .mce-ico,
.mce-btn.mce-disabled:hover button .mce-ico { .mce-btn.mce-disabled:hover button .mce-ico {
color: #c0c4cc; color: #c0c4cc;
} }
.mce-btn.mce-active, .mce-btn.mce-active,
.mce-btn.mce-active:hover, .mce-btn.mce-active:hover,
.mce-btn.mce-active:focus, .mce-btn.mce-active:focus,
.mce-btn.mce-active:active { .mce-btn.mce-active:active {
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none; box-shadow: none;
background: #fff; background: #fff;
color: #1890ff; color: #1890ff;
border-color: transparent border-color: transparent
} }
.mce-btn.mce-active button, .mce-btn.mce-active button,
.mce-btn.mce-active:hover button, .mce-btn.mce-active:hover button,
.mce-btn.mce-active i, .mce-btn.mce-active i,
.mce-btn.mce-active:hover i { .mce-btn.mce-active:hover i {
color: #1890ff color: #1890ff
} }
.mce-btn:hover .mce-caret { .mce-btn:hover .mce-caret {
border-top-color: #b5bcc2 border-top-color: #b5bcc2
} }
.mce-btn.mce-active .mce-caret, .mce-btn.mce-active .mce-caret,
.mce-btn.mce-active:hover .mce-caret { .mce-btn.mce-active:hover .mce-caret {
border-top-color: #1890ff border-top-color: #1890ff
} }
.mce-btn button { .mce-btn button {
padding: 4px 6px; padding: 4px 6px;
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;
*line-height: 16px; *line-height: 16px;
cursor: pointer; cursor: pointer;
color: #595959; color: #595959;
text-align: center; text-align: center;
overflow: visible; overflow: visible;
-webkit-appearance: none -webkit-appearance: none
} }
.mce-btn button::-moz-focus-inner { .mce-btn button::-moz-focus-inner {
border: 0; border: 0;
padding: 0 padding: 0
} }
.mce-btn i { .mce-btn i {
text-shadow: 1px 1px none text-shadow: 1px 1px none
} }
.mce-primary.mce-btn-has-text { .mce-primary.mce-btn-has-text {
min-width: 50px min-width: 50px
} }
.mce-primary { .mce-primary {
color: white; color: white;
border: 1px solid transparent; border: 1px solid transparent;
border-color: transparent; border-color: transparent;
background-color: #1890ff; background-color: #1890ff;
} }
.mce-primary:hover, .mce-primary:hover,
.mce-primary:focus { .mce-primary:focus {
background: #40a9ff; background: #40a9ff;
border-color: #40a9ff; border-color: #40a9ff;
color: #fff; color: #fff;
} }
.mce-primary.mce-disabled button, .mce-primary.mce-disabled button,
.mce-primary.mce-disabled:hover button { .mce-primary.mce-disabled:hover button {
cursor: default; cursor: default;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none; box-shadow: none;
opacity: .4; opacity: .4;
filter: alpha(opacity=40); filter: alpha(opacity=40);
zoom: 1 zoom: 1 color: #c0c4cc;
color: #c0c4cc;
} }
.mce-primary.mce-active, .mce-primary.mce-active,
.mce-primary.mce-active:hover, .mce-primary.mce-active:hover,
.mce-primary:not(.mce-disabled):active { .mce-primary:not(.mce-disabled):active {
background-color: #1890ff; background-color: #1890ff;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none box-shadow: none
} }
.mce-primary button, .mce-primary button,
.mce-primary button i { .mce-primary button i {
color: white; color: white;
text-shadow: 1px 1px none text-shadow: 1px 1px none
} }
.mce-btn .mce-txt { .mce-btn .mce-txt {
font-size: inherit; font-size: inherit;
line-height: inherit; line-height: inherit;
color: #909399; color: #303133;
} }
.mce-btn.mce-primary .mce-txt { .mce-btn.mce-primary .mce-txt {
color: #fff; color: #fff;
} }
.mce-btn-large button { .mce-btn-large button {
padding: 9px 14px; padding: 9px 14px;
font-size: 16px; font-size: 16px;
line-height: normal line-height: normal
} }
.mce-btn-large i { .mce-btn-large i {
margin-top: 2px margin-top: 2px
} }
.mce-btn-small button { .mce-btn-small button {
padding: 1px 5px; padding: 1px 5px;
font-size: 12px; font-size: 12px;
*padding-bottom: 2px *padding-bottom: 2px
} }
.mce-btn-small i { .mce-btn-small i {
line-height: 20px; line-height: 20px;
vertical-align: top; vertical-align: top;
*line-height: 18px *line-height: 18px
} }
.mce-btn .mce-caret { .mce-btn .mce-caret {
margin-top: 8px; margin-top: 8px;
margin-left: 0 margin-left: 0
} }
.mce-btn-small .mce-caret { .mce-btn-small .mce-caret {
margin-top: 8px; margin-top: 8px;
margin-left: 0 margin-left: 0
} }
.mce-caret { .mce-caret {
display: inline-block; display: inline-block;
*display: inline; *display: inline;
*zoom: 1; *zoom: 1;
width: 0; width: 0;
height: 0; height: 0;
vertical-align: top; vertical-align: top;
border-top: 4px solid #b5bcc2; border-top: 4px solid #b5bcc2;
border-right: 4px solid transparent; border-right: 4px solid transparent;
border-left: 4px solid transparent; border-left: 4px solid transparent;
content: "" content: ""
} }
.mce-disabled .mce-caret { .mce-disabled .mce-caret {
border-top-color: #aaa border-top-color: #aaa
} }
.mce-caret.mce-up { .mce-caret.mce-up {
border-bottom: 4px solid #b5bcc2; border-bottom: 4px solid #b5bcc2;
border-top: 0 border-top: 0
} }
.mce-btn-flat { .mce-btn-flat {
border: 0; border: 0;
background: transparent; background: transparent;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none; box-shadow: none;
filter: none filter: none
} }
.mce-btn-flat:hover, .mce-btn-flat:hover,
.mce-btn-flat.mce-active, .mce-btn-flat.mce-active,
.mce-btn-flat:focus, .mce-btn-flat:focus,
.mce-btn-flat:active { .mce-btn-flat:active {
border: 0; border: 0;
background: #e6e6e6; background: #e6e6e6;
filter: none; filter: none;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none box-shadow: none
} }
.mce-btn-has-text .mce-ico { .mce-btn-has-text .mce-ico {
padding-right: 5px padding-right: 5px
} }
.mce-rtl .mce-btn button { .mce-rtl .mce-btn button {
direction: rtl direction: rtl
} }
.mce-toolbar .mce-btn-group { .mce-toolbar .mce-btn-group {
margin: 0; margin: 0;
padding: 2px 0 padding: 2px 0
} }
.mce-btn-group .mce-btn { .mce-btn-group .mce-btn {
border-width: 1px; border-width: 1px;
margin: 0; margin: 0;
margin-left: 2px margin-left: 2px
} }
.mce-btn-group:not(:first-child) { .mce-btn-group:not(:first-child) {
/*border-left: 1px solid #d9d9d9;*/ /*border-left: 1px solid #d9d9d9;*/
padding-left: 0; padding-left: 0;
margin-left: 2px margin-left: 2px
} }
.mce-btn-group { .mce-btn-group {
margin-left: 2px margin-left: 2px
} }
.mce-btn-group .mce-btn.mce-flow-layout-item { .mce-btn-group .mce-btn.mce-flow-layout-item {
margin: 0 margin: 0
} }
.mce-rtl .mce-btn-group .mce-btn { .mce-rtl .mce-btn-group .mce-btn {
margin-left: 0; margin-left: 0;
margin-right: 2px margin-right: 2px
} }
.mce-rtl .mce-btn-group .mce-first { .mce-rtl .mce-btn-group .mce-first {
margin-right: 0 margin-right: 0
} }
.mce-rtl .mce-btn-group:not(:first-child) { .mce-rtl .mce-btn-group:not(:first-child) {
border-left: none; border-left: none;
border-right: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9;
padding-right: 4px; padding-right: 4px;
margin-right: 4px margin-right: 4px
} }
.mce-checkbox { .mce-checkbox {
cursor: pointer cursor: pointer
} }
i.mce-i-checkbox { i.mce-i-checkbox {
margin: 0 3px 0 0; margin: 0 3px 0 0;
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none; box-shadow: none;
background-color: white; background-color: white;
text-indent: -10em; text-indent: -10em;
overflow: hidden overflow: hidden
} }
.mce-checked i.mce-i-checkbox { .mce-checked i.mce-i-checkbox {
color: #595959; color: #595959;
font-size: 16px; font-size: 16px;
line-height: 16px; line-height: 16px;
text-indent: 0 text-indent: 0
} }
.mce-checkbox:focus i.mce-i-checkbox, .mce-checkbox:focus i.mce-i-checkbox,
.mce-checkbox.mce-focus i.mce-i-checkbox { .mce-checkbox.mce-focus i.mce-i-checkbox {
border: 1px solid #2276d2; border: 1px solid #2276d2;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none box-shadow: none
} }
.mce-checkbox.mce-disabled .mce-label, .mce-checkbox.mce-disabled .mce-label,
.mce-checkbox.mce-disabled i.mce-i-checkbox { .mce-checkbox.mce-disabled i.mce-i-checkbox {
color: #bdbdbd color: #bdbdbd
} }
.mce-checkbox .mce-label { .mce-checkbox .mce-label {
vertical-align: middle vertical-align: middle
} }
.mce-rtl .mce-checkbox { .mce-rtl .mce-checkbox {
direction: rtl; direction: rtl;
text-align: right text-align: right
} }
.mce-rtl i.mce-i-checkbox { .mce-rtl i.mce-i-checkbox {
margin: 0 0 0 3px margin: 0 0 0 3px
} }
.mce-combobox { .mce-combobox {
position: relative; position: relative;
display: inline-block; display: inline-block;
*display: inline; *display: inline;
*zoom: 1; *zoom: 1;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none; box-shadow: none;
*height: 32px *height: 32px
} }
.mce-combobox input { .mce-combobox input {
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
border-right-color: #dcdfe6; border-right-color: #dcdfe6;
border-radius: 4px; border-radius: 4px;
height: 30px height: 30px
} }
.mce-combobox.mce-disabled input { .mce-combobox.mce-disabled input {
color: #bdbdbd color: #bdbdbd
} }
.mce-combobox .mce-btn { .mce-combobox .mce-btn {
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
border-left: 0; border-left: 0;
margin: 0 margin: 0
} }
.mce-combobox button { .mce-combobox button {
padding-right: 8px; padding-right: 8px;
padding-left: 8px padding-left: 8px
} }
.mce-combobox.mce-disabled .mce-btn button { .mce-combobox.mce-disabled .mce-btn button {
cursor: default; cursor: default;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none; box-shadow: none;
opacity: .4; opacity: .4;
filter: alpha(opacity=40); filter: alpha(opacity=40);
zoom: 1 zoom: 1
} }
.mce-combobox .mce-status { .mce-combobox .mce-status {
position: absolute; position: absolute;
right: 2px; right: 2px;
top: 50%; top: 50%;
line-height: 16px; line-height: 16px;
margin-top: -8px; margin-top: -8px;
font-size: 12px; font-size: 12px;
width: 15px; width: 15px;
height: 15px; height: 15px;
text-align: center; text-align: center;
cursor: pointer cursor: pointer
} }
.mce-combobox.mce-has-status input { .mce-combobox.mce-has-status input {
padding-right: 20px padding-right: 20px
} }
.mce-combobox.mce-has-open .mce-status { .mce-combobox.mce-has-open .mce-status {
right: 37px right: 37px
} }
.mce-combobox .mce-status.mce-i-warning { .mce-combobox .mce-status.mce-i-warning {
color: #c09853 color: #c09853
} }
.mce-combobox .mce-status.mce-i-checkmark { .mce-combobox .mce-status.mce-i-checkmark {
color: #468847 color: #468847
} }
.mce-menu.mce-combobox-menu { .mce-menu.mce-combobox-menu {
border-top: 0; border-top: 0;
margin-top: 0; margin-top: 0;
max-height: 200px max-height: 200px
} }
.mce-menu.mce-combobox-menu .mce-menu-item { .mce-menu.mce-combobox-menu .mce-menu-item {
padding: 4px 6px 4px 4px; padding: 4px 6px 4px 4px;
font-size: 11px font-size: 11px
} }
.mce-menu.mce-combobox-menu .mce-menu-item-sep { .mce-menu.mce-combobox-menu .mce-menu-item-sep {
padding: 0 padding: 0
} }
.mce-menu.mce-combobox-menu .mce-text, .mce-menu.mce-combobox-menu .mce-text,
.mce-menu.mce-combobox-menu .mce-text b { .mce-menu.mce-combobox-menu .mce-text b {
font-size: 11px font-size: 11px
} }
.mce-menu.mce-combobox-menu .mce-menu-item-link, .mce-menu.mce-combobox-menu .mce-menu-item-link,
.mce-menu.mce-combobox-menu .mce-menu-item-link b { .mce-menu.mce-combobox-menu .mce-menu-item-link b {
font-size: 11px font-size: 11px
} }
.mce-colorbox i { .mce-colorbox i {
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
width: 14px; width: 14px;
height: 14px height: 14px
} }
.mce-colorbutton .mce-ico { .mce-colorbutton .mce-ico {
position: relative position: relative
} }
.mce-colorbutton-grid { .mce-colorbutton-grid {
margin: 4px margin: 4px
} }
.mce-colorbutton .mce-preview { .mce-colorbutton .mce-preview {
padding-right: 3px; padding-right: 3px;
display: block; display: block;
position: absolute; position: absolute;
left: 50%; left: 50%;
top: 50%; top: 50%;
margin-left: -16px; margin-left: -16px;
margin-top: 7px; margin-top: 7px;
background: #909399; background: #909399;
width: 13px; width: 13px;
height: 2px; height: 2px;
overflow: hidden overflow: hidden
} }
.mce-colorbutton.mce-btn-small .mce-preview { .mce-colorbutton.mce-btn-small .mce-preview {
margin-left: -16px; margin-left: -16px;
padding-right: 0; padding-right: 0;
width: 16px width: 16px
} }
.mce-rtl .mce-colorbutton { .mce-rtl .mce-colorbutton {
direction: rtl direction: rtl
} }
.mce-rtl .mce-colorbutton .mce-preview { .mce-rtl .mce-colorbutton .mce-preview {
margin-left: 0; margin-left: 0;
padding-right: 0; padding-right: 0;
padding-left: 3px padding-left: 3px
} }
.mce-rtl .mce-colorbutton.mce-btn-small .mce-preview { .mce-rtl .mce-colorbutton.mce-btn-small .mce-preview {
margin-left: 0; margin-left: 0;
padding-right: 0; padding-right: 0;
padding-left: 2px padding-left: 2px
} }
.mce-rtl .mce-colorbutton .mce-open { .mce-rtl .mce-colorbutton .mce-open {
padding-left: 4px; padding-left: 4px;
padding-right: 4px; padding-right: 4px;
border-left: 0 border-left: 0
} }
.mce-colorpicker { .mce-colorpicker {
position: relative; position: relative;
width: 250px; width: 250px;
height: 220px height: 220px
} }
.mce-colorpicker-sv { .mce-colorpicker-sv {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
width: 90%; width: 90%;
height: 100%; height: 100%;
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
cursor: crosshair; cursor: crosshair;
overflow: hidden overflow: hidden
} }
.mce-colorpicker-h-chunk { .mce-colorpicker-h-chunk {
width: 100% width: 100%
} }
.mce-colorpicker-overlay1, .mce-colorpicker-overlay1,
.mce-colorpicker-overlay2 { .mce-colorpicker-overlay2 {
width: 100%; width: 100%;
height: 100%; height: 100%;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0 left: 0
} }
.mce-colorpicker-overlay1 { .mce-colorpicker-overlay1 {
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff'); filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)) background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0))
} }
.mce-colorpicker-overlay2 { .mce-colorpicker-overlay2 {
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#000000'); filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#000000');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000) background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000)
} }
.mce-colorpicker-selector1 { .mce-colorpicker-selector1 {
background: none; background: none;
position: absolute; position: absolute;
width: 12px; width: 12px;
height: 12px; height: 12px;
margin: -8px 0 0 -8px; margin: -8px 0 0 -8px;
border: 1px solid black; border: 1px solid black;
border-radius: 50% border-radius: 50%
} }
.mce-colorpicker-selector2 { .mce-colorpicker-selector2 {
position: absolute; position: absolute;
width: 10px; width: 10px;
height: 10px; height: 10px;
border: 1px solid white; border: 1px solid white;
border-radius: 50% border-radius: 50%
} }
.mce-colorpicker-h { .mce-colorpicker-h {
position: absolute; position: absolute;
top: 0; top: 0;
right: 0; right: 0;
width: 6.5%; width: 6.5%;
height: 100%; height: 100%;
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
cursor: crosshair cursor: crosshair
} }
.mce-colorpicker-h-marker { .mce-colorpicker-h-marker {
margin-top: -4px; margin-top: -4px;
position: absolute; position: absolute;
top: 0; top: 0;
left: -1px; left: -1px;
width: 100%; width: 100%;
border: 1px solid black; border: 1px solid black;
background: white; background: white;
height: 4px; height: 4px;
z-index: 100 z-index: 100
} }
.mce-path { .mce-path {
display: inline-block; display: inline-block;
*display: inline; *display: inline;
*zoom: 1; *zoom: 1;
padding: 8px; padding: 8px;
white-space: normal; white-space: normal;
font-size: inherit font-size: inherit
} }
.mce-path .mce-txt { .mce-path .mce-txt {
display: inline-block; display: inline-block;
padding-right: 3px padding-right: 3px
} }
.mce-path .mce-path-body { .mce-path .mce-path-body {
display: inline-block display: inline-block
} }
.mce-path-item { .mce-path-item {
display: inline-block; display: inline-block;
*display: inline; *display: inline;
*zoom: 1; *zoom: 1;
cursor: pointer; cursor: pointer;
color: #595959; color: #595959;
font-size: inherit; font-size: inherit;
text-transform: uppercase text-transform: uppercase
} }
.mce-path-item:hover { .mce-path-item:hover {
text-decoration: underline text-decoration: underline
} }
.mce-path-item:focus { .mce-path-item:focus {
background: #555c66; background: #555c66;
color: white color: white
} }
.mce-path .mce-divider { .mce-path .mce-divider {
display: inline; display: inline;
font-size: inherit font-size: inherit
} }
.mce-disabled .mce-path-item { .mce-disabled .mce-path-item {
color: #aaa color: #aaa
} }
.mce-rtl .mce-path { .mce-rtl .mce-path {
direction: rtl direction: rtl
} }
.mce-fieldset { .mce-fieldset {
border: 0 solid #9E9E9E border: 0 solid #9E9E9E
} }
.mce-fieldset>.mce-container-body { .mce-fieldset>.mce-container-body {
margin-top: -15px margin-top: -15px
} }
.mce-fieldset-title { .mce-fieldset-title {
margin-left: 5px; margin-left: 5px;
padding: 0 5px 0 5px padding: 0 5px 0 5px
} }
.mce-fit-layout { .mce-fit-layout {
display: inline-block; display: inline-block;
*display: inline; *display: inline;
*zoom: 1 *zoom: 1
} }
.mce-fit-layout-item { .mce-fit-layout-item {
position: absolute position: absolute
} }
.mce-flow-layout-item { .mce-flow-layout-item {
display: inline-block; display: inline-block;
*display: inline; *display: inline;
*zoom: 1 *zoom: 1
} }
.mce-flow-layout-item { .mce-flow-layout-item {
margin: 2px 0 2px 2px margin: 2px 0 2px 2px
} }
.mce-flow-layout-item.mce-last { .mce-flow-layout-item.mce-last {
margin-right: 2px margin-right: 2px
} }
.mce-flow-layout { .mce-flow-layout {
white-space: normal white-space: normal
} }
.mce-tinymce-inline .mce-flow-layout { .mce-tinymce-inline .mce-flow-layout {
white-space: nowrap white-space: nowrap
} }
.mce-rtl .mce-flow-layout { .mce-rtl .mce-flow-layout {
text-align: right; text-align: right;
direction: rtl direction: rtl
} }
.mce-rtl .mce-flow-layout-item { .mce-rtl .mce-flow-layout-item {
margin: 2px 2px 2px 0 margin: 2px 2px 2px 0
} }
.mce-rtl .mce-flow-layout-item.mce-last { .mce-rtl .mce-flow-layout-item.mce-last {
margin-left: 2px margin-left: 2px
} }
.mce-iframe { .mce-iframe {
border: 0 solid #dcdfe6; border: 0 solid #dcdfe6;
width: 100%; width: 100%;
height: 100% height: 100%
} }
.mce-infobox { .mce-infobox {
display: inline-block; display: inline-block;
*display: inline; *display: inline;
*zoom: 1; *zoom: 1;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
overflow: hidden; overflow: hidden;
border: 1px solid red border: 1px solid red
} }
.mce-infobox div { .mce-infobox div {
display: block; display: block;
margin: 5px margin: 5px
} }
.mce-infobox div button { .mce-infobox div button {
position: absolute; position: absolute;
top: 50%; top: 50%;
right: 4px; right: 4px;
cursor: pointer; cursor: pointer;
margin-top: -8px; margin-top: -8px;
display: none display: none
} }
.mce-infobox div button:focus { .mce-infobox div button:focus {
outline: 2px solid #e2e4e7 outline: 2px solid #e2e4e7
} }
.mce-infobox.mce-has-help div { .mce-infobox.mce-has-help div {
margin-right: 25px margin-right: 25px
} }
.mce-infobox.mce-has-help button { .mce-infobox.mce-has-help button {
display: block display: block
} }
.mce-infobox.mce-success { .mce-infobox.mce-success {
background: #dff0d8; background: #dff0d8;
border-color: #d6e9c6 border-color: #d6e9c6
} }
.mce-infobox.mce-success div { .mce-infobox.mce-success div {
color: #3c763d color: #3c763d
} }
.mce-infobox.mce-warning { .mce-infobox.mce-warning {
background: #fcf8e3; background: #fcf8e3;
border-color: #faebcc border-color: #faebcc
} }
.mce-infobox.mce-warning div { .mce-infobox.mce-warning div {
color: #8a6d3b color: #8a6d3b
} }
.mce-infobox.mce-error { .mce-infobox.mce-error {
background: #f2dede; background: #f2dede;
border-color: #ebccd1 border-color: #ebccd1
} }
.mce-infobox.mce-error div { .mce-infobox.mce-error div {
color: #a94442 color: #a94442
} }
.mce-rtl .mce-infobox div { .mce-rtl .mce-infobox div {
text-align: right; text-align: right;
direction: rtl direction: rtl
} }
.mce-label { .mce-label {
display: inline-block; display: inline-block;
*display: inline; *display: inline;
*zoom: 1; *zoom: 1;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
overflow: hidden overflow: hidden
}
.mce-label.mce-abs-layout-item {
color: #303133;
}
.mce-abs-layout-item {
color: #303133;
} }
.mce-label.mce-autoscroll { .mce-label.mce-autoscroll {
overflow: auto overflow: auto
} }
.mce-label.mce-disabled { .mce-label.mce-disabled {
color: #aaa color: #aaa
} }
.mce-label.mce-multiline { .mce-label.mce-multiline {
white-space: pre-wrap white-space: pre-wrap
} }
.mce-label.mce-success { .mce-label.mce-success {
color: #468847 color: #468847
} }
.mce-label.mce-warning { .mce-label.mce-warning {
color: #c09853 color: #c09853
} }
.mce-label.mce-error { .mce-label.mce-error {
color: #b94a48 color: #b94a48
} }
.mce-rtl .mce-label { .mce-rtl .mce-label {
text-align: right; text-align: right;
direction: rtl direction: rtl
} }
.mce-menubar { .mce-menubar {
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
} }
.mce-menubar .mce-menubtn { .mce-menubar .mce-menubtn {
border-color: transparent; border-color: transparent;
background: transparent; background: transparent;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none; box-shadow: none;
filter: none filter: none
} }
.mce-menubar .mce-menubtn button span { .mce-menubar .mce-menubtn button span {
color: #595959 color: #595959
} }
.mce-menubar .mce-caret { .mce-menubar .mce-caret {
border-top-color: #b5bcc2 border-top-color: #b5bcc2
} }
.mce-menubar .mce-active .mce-caret, .mce-menubar .mce-active .mce-caret,
.mce-menubar .mce-menubtn:hover .mce-caret { .mce-menubar .mce-menubtn:hover .mce-caret {
border-top-color: #b5bcc2 border-top-color: #b5bcc2
} }
.mce-menubar .mce-menubtn:hover, .mce-menubar .mce-menubtn:hover,
.mce-menubar .mce-menubtn.mce-active, .mce-menubar .mce-menubtn.mce-active,
.mce-menubar .mce-menubtn:focus { .mce-menubar .mce-menubtn:focus {
/*border-color: #e2e4e7;*/ /*border-color: #e2e4e7;*/
background: white; background: white;
filter: none; filter: none;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none box-shadow: none
} }
.mce-menubar .mce-menubtn.mce-active { .mce-menubar .mce-menubtn.mce-active {
border-bottom: none; border-bottom: none;
z-index: 65537 z-index: 65537
} }
div.mce-menubtn.mce-opened { div.mce-menubtn.mce-opened {
border-bottom-color: white; border-bottom-color: white;
z-index: 65537 z-index: 65537
} }
.mce-menubtn button { .mce-menubtn button {
color: #909399 color: #909399
} }
.mce-menubtn.mce-btn-small span { .mce-menubtn.mce-btn-small span {
font-size: 12px font-size: 12px
} }
.mce-menubtn.mce-fixed-width span { .mce-menubtn.mce-fixed-width span {
display: inline-block; display: inline-block;
overflow-x: hidden; overflow-x: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
width: 90px width: 90px
} }
.mce-menubtn.mce-fixed-width.mce-btn-small span { .mce-menubtn.mce-fixed-width.mce-btn-small span {
width: 70px width: 70px
} }
.mce-menubtn .mce-caret { .mce-menubtn .mce-caret {
*margin-top: 6px *margin-top: 6px
} }
.mce-rtl .mce-menubtn button { .mce-rtl .mce-menubtn button {
direction: rtl; direction: rtl;
text-align: right text-align: right
} }
.mce-rtl .mce-menubtn.mce-fixed-width span { .mce-rtl .mce-menubtn.mce-fixed-width span {
direction: rtl; direction: rtl;
text-align: right text-align: right
} }
.mce-menu-item { .mce-menu-item {
display: block; display: block;
padding: 6px 4px 6px 4px; padding: 6px 4px 6px 4px;
clear: both; clear: both;
font-weight: normal; font-weight: normal;
line-height: 20px; line-height: 20px;
color: #595959; color: #595959;
white-space: nowrap; white-space: nowrap;
cursor: pointer; cursor: pointer;
line-height: normal; line-height: normal;
border-left: 4px solid transparent; border-left: 4px solid transparent;
margin-bottom: 1px margin-bottom: 1px
} }
.mce-menu-item .mce-text, .mce-menu-item .mce-text,
.mce-menu-item .mce-text b { .mce-menu-item .mce-text b {
line-height: 1; line-height: 1;
vertical-align: initial vertical-align: initial
} }
.mce-menu-item .mce-caret { .mce-menu-item .mce-caret {
margin-top: 4px; margin-top: 4px;
margin-right: 6px; margin-right: 6px;
border-top: 4px solid transparent; border-top: 4px solid transparent;
border-bottom: 4px solid transparent; border-bottom: 4px solid transparent;
border-left: 4px solid #595959 border-left: 4px solid #595959
} }
.mce-menu-item .mce-menu-shortcut { .mce-menu-item .mce-menu-shortcut {
display: inline-block; display: inline-block;
padding: 0 10px 0 20px; padding: 0 10px 0 20px;
color: #aaa color: #aaa
} }
.mce-menu-item .mce-ico { .mce-menu-item .mce-ico {
padding-right: 4px padding-right: 4px
} }
.mce-menu-item:hover, .mce-menu-item:hover,
.mce-menu-item:focus { .mce-menu-item:focus {
background: #ededee background: #ededee
} }
.mce-menu-item:hover .mce-menu-shortcut, .mce-menu-item:hover .mce-menu-shortcut,
.mce-menu-item:focus .mce-menu-shortcut { .mce-menu-item:focus .mce-menu-shortcut {
color: #aaa color: #aaa
} }
.mce-menu-item:hover .mce-text, .mce-menu-item:hover .mce-text,
.mce-menu-item:focus .mce-text, .mce-menu-item:focus .mce-text,
.mce-menu-item:hover .mce-ico, .mce-menu-item:hover .mce-ico,
.mce-menu-item:focus .mce-ico { .mce-menu-item:focus .mce-ico {
color: #595959 color: #595959
} }
.mce-menu-item.mce-selected { .mce-menu-item.mce-selected {
background: #ededee background: #ededee
} }
.mce-menu-item.mce-selected .mce-text, .mce-menu-item.mce-selected .mce-text,
.mce-menu-item.mce-selected .mce-ico { .mce-menu-item.mce-selected .mce-ico {
color: #595959 color: #595959
} }
.mce-menu-item.mce-active.mce-menu-item-normal { .mce-menu-item.mce-active.mce-menu-item-normal {
background: #555c66 background: #555c66
} }
.mce-menu-item.mce-active.mce-menu-item-normal .mce-text, .mce-menu-item.mce-active.mce-menu-item-normal .mce-text,
.mce-menu-item.mce-active.mce-menu-item-normal .mce-ico { .mce-menu-item.mce-active.mce-menu-item-normal .mce-ico {
color: white color: white
} }
.mce-menu-item.mce-active.mce-menu-item-checkbox .mce-ico { .mce-menu-item.mce-active.mce-menu-item-checkbox .mce-ico {
visibility: visible visibility: visible
} }
.mce-menu-item.mce-disabled, .mce-menu-item.mce-disabled,
.mce-menu-item.mce-disabled:hover { .mce-menu-item.mce-disabled:hover {
background: white background: white
} }
.mce-menu-item.mce-disabled:focus, .mce-menu-item.mce-disabled:focus,
.mce-menu-item.mce-disabled:hover:focus { .mce-menu-item.mce-disabled:hover:focus {
background: #ededee background: #ededee
} }
.mce-menu-item.mce-disabled .mce-text, .mce-menu-item.mce-disabled .mce-text,
.mce-menu-item.mce-disabled:hover .mce-text, .mce-menu-item.mce-disabled:hover .mce-text,
.mce-menu-item.mce-disabled .mce-ico, .mce-menu-item.mce-disabled .mce-ico,
.mce-menu-item.mce-disabled:hover .mce-ico { .mce-menu-item.mce-disabled:hover .mce-ico {
color: #aaa color: #aaa
} }
.mce-menu-item.mce-menu-item-preview.mce-active { .mce-menu-item.mce-menu-item-preview.mce-active {
border-left: 5px solid #555c66; border-left: 5px solid #555c66;
background: white background: white
} }
.mce-menu-item.mce-menu-item-preview.mce-active .mce-text, .mce-menu-item.mce-menu-item-preview.mce-active .mce-text,
.mce-menu-item.mce-menu-item-preview.mce-active .mce-ico { .mce-menu-item.mce-menu-item-preview.mce-active .mce-ico {
color: #595959 color: #595959
} }
.mce-menu-item.mce-menu-item-preview.mce-active:hover { .mce-menu-item.mce-menu-item-preview.mce-active:hover {
background: #ededee background: #ededee
} }
.mce-menu-item-link { .mce-menu-item-link {
color: #093; color: #093;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap white-space: nowrap
} }
.mce-menu-item-link b { .mce-menu-item-link b {
color: #093 color: #093
} }
.mce-menu-item-ellipsis { .mce-menu-item-ellipsis {
display: block; display: block;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow: hidden overflow: hidden
} }
.mce-menu-item:hover *, .mce-menu-item:hover *,
.mce-menu-item.mce-selected *, .mce-menu-item.mce-selected *,
.mce-menu-item:focus * { .mce-menu-item:focus * {
color: #595959 color: #595959
} }
div.mce-menu .mce-menu-item-sep, div.mce-menu .mce-menu-item-sep,
.mce-menu-item-sep:hover { .mce-menu-item-sep:hover {
border: 0; border: 0;
padding: 0; padding: 0;
height: 1px; height: 1px;
margin: 9px 1px; margin: 9px 1px;
overflow: hidden; overflow: hidden;
background: transparent; background: transparent;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1);
cursor: default; cursor: default;
filter: none filter: none
} }
div.mce-menu .mce-menu-item b { div.mce-menu .mce-menu-item b {
font-weight: bold font-weight: bold
} }
.mce-menu-item-indent-1 { .mce-menu-item-indent-1 {
padding-left: 20px padding-left: 20px
} }
.mce-menu-item-indent-2 { .mce-menu-item-indent-2 {
padding-left: 35px padding-left: 35px
} }
.mce-menu-item-indent-2 { .mce-menu-item-indent-2 {
padding-left: 35px padding-left: 35px
} }
.mce-menu-item-indent-3 { .mce-menu-item-indent-3 {
padding-left: 40px padding-left: 40px
} }
.mce-menu-item-indent-4 { .mce-menu-item-indent-4 {
padding-left: 45px padding-left: 45px
} }
.mce-menu-item-indent-5 { .mce-menu-item-indent-5 {
padding-left: 50px padding-left: 50px
} }
.mce-menu-item-indent-6 { .mce-menu-item-indent-6 {
padding-left: 55px padding-left: 55px
} }
.mce-menu.mce-rtl { .mce-menu.mce-rtl {
direction: rtl direction: rtl
} }
.mce-rtl .mce-menu-item { .mce-rtl .mce-menu-item {
text-align: right; text-align: right;
direction: rtl; direction: rtl;
padding: 6px 12px 6px 15px padding: 6px 12px 6px 15px
} }
.mce-rtl .mce-menu-item .mce-caret { .mce-rtl .mce-menu-item .mce-caret {
margin-left: 6px; margin-left: 6px;
margin-right: 0; margin-right: 0;
border-right: 4px solid #595959; border-right: 4px solid #595959;
border-left: 0 border-left: 0
} }
.mce-rtl .mce-menu-item.mce-selected .mce-caret, .mce-rtl .mce-menu-item.mce-selected .mce-caret,
.mce-rtl .mce-menu-item:focus .mce-caret, .mce-rtl .mce-menu-item:focus .mce-caret,
.mce-rtl .mce-menu-item:hover .mce-caret { .mce-rtl .mce-menu-item:hover .mce-caret {
border-left-color: transparent; border-left-color: transparent;
border-right-color: #595959 border-right-color: #595959
} }
.mce-rtl .mce-menu-item .mce-ico { .mce-rtl .mce-menu-item .mce-ico {
padding-right: 0; padding-right: 0;
padding-left: 4px padding-left: 4px
} }
.mce-throbber { .mce-throbber {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
opacity: .6; opacity: .6;
filter: alpha(opacity=60); filter: alpha(opacity=60);
zoom: 1; zoom: 1;
background: #fff url('img/loader.gif') no-repeat center center background: #fff url('img/loader.gif') no-repeat center center
} }
.mce-throbber-inline { .mce-throbber-inline {
position: static; position: static;
height: 50px height: 50px
} }
.mce-menu .mce-throbber-inline { .mce-menu .mce-throbber-inline {
height: 25px; height: 25px;
background-size: contain background-size: contain
} }
.mce-menu { .mce-menu {
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 0;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
background: transparent; background: transparent;
z-index: 1000; z-index: 1000;
padding: 5px 0 5px 0; padding: 5px 0 5px 0;
margin: -1px 0 0; margin: -1px 0 0;
min-width: 180px; min-width: 180px;
background: white; background: white;
border: 1px solid #c5c9cf; border: 1px solid #c5c9cf;
border: 1px solid #e2e4e7; border: 1px solid #e2e4e7;
z-index: 1002; z-index: 1002;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
max-height: 500px; max-height: 500px;
overflow: auto; overflow: auto;
overflow-x: hidden overflow-x: hidden
} }
.mce-menu.mce-animate { .mce-menu.mce-animate {
opacity: .01; opacity: .01;
transform: rotateY(10deg) rotateX(-10deg); transform: rotateY(10deg) rotateX(-10deg);
transform-origin: left top transform-origin: left top
} }
.mce-menu.mce-menu-align .mce-menu-shortcut, .mce-menu.mce-menu-align .mce-menu-shortcut,
.mce-menu.mce-menu-align .mce-caret { .mce-menu.mce-menu-align .mce-caret {
position: absolute; position: absolute;
right: 0 right: 0
} }
.mce-menu i { .mce-menu i {
display: none display: none
} }
.mce-menu-has-icons i { .mce-menu-has-icons i {
display: inline-block display: inline-block
} }
.mce-menu.mce-in.mce-animate { .mce-menu.mce-in.mce-animate {
opacity: 1; opacity: 1;
transform: rotateY(0) rotateX(0); transform: rotateY(0) rotateX(0);
transition: opacity .075s ease, transform .1s ease transition: opacity .075s ease, transform .1s ease
} }
.mce-menu-sub-tr-tl { .mce-menu-sub-tr-tl {
margin: -6px 0 0 -1px margin: -6px 0 0 -1px
} }
.mce-menu-sub-br-bl { .mce-menu-sub-br-bl {
margin: 6px 0 0 -1px margin: 6px 0 0 -1px
} }
.mce-menu-sub-tl-tr { .mce-menu-sub-tl-tr {
margin: -6px 0 0 1px margin: -6px 0 0 1px
} }
.mce-menu-sub-bl-br { .mce-menu-sub-bl-br {
margin: 6px 0 0 1px margin: 6px 0 0 1px
} }
.mce-rtl .mce-menu-item .mce-ico { .mce-rtl .mce-menu-item .mce-ico {
padding-right: 0; padding-right: 0;
padding-left: 4px padding-left: 4px
} }
.mce-rtl.mce-menu-align .mce-caret, .mce-rtl.mce-menu-align .mce-caret,
.mce-rtl .mce-menu-shortcut { .mce-rtl .mce-menu-shortcut {
right: auto; right: auto;
left: 0 left: 0
} }
.mce-listbox button { .mce-listbox button {
text-align: left; text-align: left;
padding-right: 20px; padding-right: 20px;
position: relative position: relative
} }
.mce-listbox .mce-caret { .mce-listbox .mce-caret {
position: absolute; position: absolute;
margin-top: -2px; margin-top: -2px;
right: 8px; right: 8px;
top: 50% top: 50%
} }
.mce-rtl .mce-listbox .mce-caret { .mce-rtl .mce-listbox .mce-caret {
right: auto; right: auto;
left: 8px left: 8px
} }
.mce-rtl .mce-listbox button { .mce-rtl .mce-listbox button {
padding-right: 10px; padding-right: 10px;
padding-left: 20px padding-left: 20px
} }
.mce-container-body .mce-resizehandle { .mce-container-body .mce-resizehandle {
position: absolute; position: absolute;
right: 0; right: 0;
bottom: 0; bottom: 0;
width: 16px; width: 16px;
height: 16px; height: 16px;
visibility: visible; visibility: visible;
cursor: s-resize; cursor: s-resize;
margin: 0 margin: 0
} }
.mce-container-body .mce-resizehandle-both { .mce-container-body .mce-resizehandle-both {
cursor: se-resize cursor: se-resize
} }
i.mce-i-resize { i.mce-i-resize {
color: #595959 color: #595959
} }
.mce-selectbox { .mce-selectbox {
background: #fff; background: #fff;
border: 1px solid #dcdfe6 border: 1px solid #dcdfe6
} }
.mce-slider { .mce-slider {
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
background: #fff; background: #fff;
width: 100px; width: 100px;
height: 10px; height: 10px;
position: relative; position: relative;
display: block display: block
} }
.mce-slider.mce-vertical { .mce-slider.mce-vertical {
width: 10px; width: 10px;
height: 100px height: 100px
} }
.mce-slider-handle { .mce-slider-handle {
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
background: #e6e6e6; background: #e6e6e6;
display: block; display: block;
width: 13px; width: 13px;
height: 13px; height: 13px;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
margin-left: -1px; margin-left: -1px;
margin-top: -2px margin-top: -2px
} }
.mce-slider-handle:focus { .mce-slider-handle:focus {
border-color: #2276d2 border-color: #2276d2
} }
.mce-spacer { .mce-spacer {
visibility: hidden visibility: hidden
} }
.mce-splitbtn:hover .mce-open { .mce-splitbtn:hover .mce-open {
/*border-left: 1px solid #e2e4e7*/ /*border-left: 1px solid #e2e4e7*/
} }
.mce-splitbtn .mce-open { .mce-splitbtn .mce-open {
/*border-left: 1px solid transparent;*/ /*border-left: 1px solid transparent;*/
padding-right: 4px; padding-right: 4px;
padding-left: 4px padding-left: 4px
} }
.mce-splitbtn .mce-open:focus { .mce-splitbtn .mce-open:focus {
/*border-left: 1px solid #e2e4e7*/ /*border-left: 1px solid #e2e4e7*/
} }
.mce-splitbtn .mce-open:hover, .mce-splitbtn .mce-open:hover,
.mce-splitbtn .mce-open:active { .mce-splitbtn .mce-open:active {
/*border-left: 1px solid #e2e4e7*/ /*border-left: 1px solid #e2e4e7*/
} }
.mce-splitbtn.mce-active:hover .mce-open { .mce-splitbtn.mce-active:hover .mce-open {
/*border-left: 1px solid white*/ /*border-left: 1px solid white*/
} }
.mce-splitbtn.mce-opened { .mce-splitbtn.mce-opened {
border-color: #e2e4e7 border-color: #e2e4e7
} }
.mce-splitbtn.mce-btn-small .mce-open { .mce-splitbtn.mce-btn-small .mce-open {
padding: 0 3px 0 3px padding: 0 3px 0 3px
} }
.mce-rtl .mce-splitbtn { .mce-rtl .mce-splitbtn {
direction: rtl; direction: rtl;
text-align: right text-align: right
} }
.mce-rtl .mce-splitbtn button { .mce-rtl .mce-splitbtn button {
padding-right: 4px; padding-right: 4px;
padding-left: 4px padding-left: 4px
} }
.mce-rtl .mce-splitbtn .mce-open { .mce-rtl .mce-splitbtn .mce-open {
border-left: 0 border-left: 0
} }
.mce-stack-layout-item { .mce-stack-layout-item {
display: block display: block
} }
.mce-tabs { .mce-tabs {
display: block; display: block;
border-bottom: 1px solid #dcdfe6 border-bottom: 1px solid #dcdfe6
} }
.mce-tabs, .mce-tabs,
.mce-tabs+.mce-container-body { .mce-tabs+.mce-container-body {
background: #fff background: #fff
} }
.mce-tab { .mce-tab {
display: inline-block; display: inline-block;
*display: inline; *display: inline;
*zoom: 1; *zoom: 1;
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
border-width: 0 1px 0 0; border-width: 0 1px 0 0;
background: #fff; background: #fff;
padding: 8px 15px; padding: 8px 15px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
height: 13px; height: 13px;
cursor: pointer line-height: 13px;
cursor: pointer
} }
.mce-tab:hover { .mce-tab:hover {
background: #FDFDFD background: #FDFDFD
} }
.mce-tab.mce-active { .mce-tab.mce-active {
background: #FDFDFD; background: #FDFDFD;
border-bottom-color: transparent; border-bottom-color: transparent;
margin-bottom: -1px; margin-bottom: -1px;
height: 14px height: 14px;
color: #1890ff;
} }
.mce-tab:focus { .mce-tab:focus {
color: #2276d2 color: #1890ff;
} }
.mce-rtl .mce-tabs { .mce-rtl .mce-tabs {
text-align: right; text-align: right;
direction: rtl direction: rtl
} }
.mce-rtl .mce-tab { .mce-rtl .mce-tab {
border-width: 0 0 0 1px border-width: 0 0 0 1px
} }
.mce-textbox { .mce-textbox {
background: #fff; background: #fff;
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none; box-shadow: none;
display: inline-block; display: inline-block;
-webkit-transition: border linear .2s, box-shadow linear .2s; -webkit-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s; transition: border linear .2s, box-shadow linear .2s;
height: 30px; height: 30px;
resize: none; resize: none;
padding: 0 4px 0 4px; padding: 0 4px 0 4px;
white-space: pre-wrap; white-space: pre-wrap;
*white-space: pre; *white-space: pre;
color: #595959 color: #595959
} }
.mce-textbox:focus, .mce-textbox:focus,
.mce-textbox.mce-focus { .mce-textbox.mce-focus {
border-color: #1890ff; border-color: #1890ff;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none box-shadow: none
} }
.mce-placeholder .mce-textbox { .mce-placeholder .mce-textbox {
color: #aaa color: #aaa
} }
.mce-textbox.mce-multiline { .mce-textbox.mce-multiline {
padding: 4px; padding: 4px;
height: auto height: auto
} }
.mce-textbox.mce-disabled { .mce-textbox.mce-disabled {
color: #bdbdbd color: #bdbdbd
} }
.mce-rtl .mce-textbox { .mce-rtl .mce-textbox {
text-align: right; text-align: right;
direction: rtl direction: rtl
} }
.mce-dropzone { .mce-dropzone {
border: 3px dashed gray; border: 1px dashed #dcdfe6;
text-align: center text-align: center;
border-radius: 4px;
} }
.mce-dropzone span { .mce-dropzone span {
text-transform: uppercase; text-transform: uppercase;
display: inline-block; display: inline-block;
vertical-align: middle vertical-align: middle;
color: #909399;
} }
.mce-dropzone:after { .mce-dropzone:after {
content: ""; content: "";
height: 100%; height: 100%;
display: inline-block; display: inline-block;
vertical-align: middle vertical-align: middle
} }
.mce-dropzone.mce-disabled { .mce-dropzone.mce-disabled {
opacity: .4; opacity: .4;
filter: alpha(opacity=40); filter: alpha(opacity=40);
zoom: 1 zoom: 1
} }
.mce-dropzone.mce-disabled.mce-dragenter { .mce-dropzone.mce-disabled.mce-dragenter {
cursor: not-allowed cursor: not-allowed
} }
.mce-browsebutton { .mce-browsebutton {
position: relative; position: relative;
overflow: hidden overflow: hidden
} }
.mce-browsebutton button { .mce-browsebutton button {
position: relative; position: relative;
z-index: 1 z-index: 1
} }
.mce-browsebutton input { .mce-browsebutton input {
opacity: 0; opacity: 0;
filter: alpha(opacity=0); filter: alpha(opacity=0);
zoom: 1; zoom: 1;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
z-index: 0 z-index: 0
} }
@font-face { @font-face {
font-family: 'tinymce'; font-family: 'tinymce';
src: url('fonts/tinymce.eot'); src: url('fonts/tinymce.eot');
src: url('fonts/tinymce.eot?#iefix') format('embedded-opentype'), url('fonts/tinymce.woff') format('woff'), url('fonts/tinymce.ttf') format('truetype'), url('fonts/tinymce.svg#tinymce') format('svg'); src: url('fonts/tinymce.eot?#iefix') format('embedded-opentype'), url('fonts/tinymce.woff') format('woff'), url('fonts/tinymce.ttf') format('truetype'), url('fonts/tinymce.svg#tinymce') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal font-style: normal
} }
@font-face { @font-face {
font-family: 'tinymce-small'; font-family: 'tinymce-small';
src: url('fonts/tinymce-small.eot'); src: url('fonts/tinymce-small.eot');
src: url('fonts/tinymce-small.eot?#iefix') format('embedded-opentype'), url('fonts/tinymce-small.woff') format('woff'), url('fonts/tinymce-small.ttf') format('truetype'), url('fonts/tinymce-small.svg#tinymce') format('svg'); src: url('fonts/tinymce-small.eot?#iefix') format('embedded-opentype'), url('fonts/tinymce-small.woff') format('woff'), url('fonts/tinymce-small.ttf') format('truetype'), url('fonts/tinymce-small.svg#tinymce') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal font-style: normal
} }
.mce-ico { .mce-ico {
font-family: 'tinymce', Arial; font-family: 'tinymce', Arial;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
font-variant: normal; font-variant: normal;
font-size: 16px; font-size: 16px;
line-height: 16px; line-height: 16px;
speak: none; speak: none;
vertical-align: text-top; vertical-align: text-top;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
display: inline-block; display: inline-block;
background: transparent center center; background: transparent center center;
background-size: cover; background-size: cover;
width: 16px; width: 16px;
height: 16px; height: 16px;
color: #909399 color: #909399
} }
.mce-btn-small .mce-ico { .mce-btn-small .mce-ico {
font-family: 'tinymce-small', Arial font-family: 'tinymce-small', Arial
} }
.mce-i-save:before { .mce-i-save:before {
content: "\e000" content: "\e000"
} }
.mce-i-newdocument:before { .mce-i-newdocument:before {
content: "\e001" content: "\e001"
} }
.mce-i-fullpage:before { .mce-i-fullpage:before {
content: "\e002" content: "\e002"
} }
.mce-i-alignleft:before { .mce-i-alignleft:before {
content: "\e003" content: "\e003"
} }
.mce-i-aligncenter:before { .mce-i-aligncenter:before {
content: "\e004" content: "\e004"
} }
.mce-i-alignright:before { .mce-i-alignright:before {
content: "\e005" content: "\e005"
} }
.mce-i-alignjustify:before { .mce-i-alignjustify:before {
content: "\e006" content: "\e006"
} }
.mce-i-alignnone:before { .mce-i-alignnone:before {
content: "\e003" content: "\e003"
} }
.mce-i-cut:before { .mce-i-cut:before {
content: "\e007" content: "\e007"
} }
.mce-i-paste:before { .mce-i-paste:before {
content: "\e008" content: "\e008"
} }
.mce-i-searchreplace:before { .mce-i-searchreplace:before {
content: "\e009" content: "\e009"
} }
.mce-i-bullist:before { .mce-i-bullist:before {
content: "\e00a" content: "\e00a"
} }
.mce-i-numlist:before { .mce-i-numlist:before {
content: "\e00b" content: "\e00b"
} }
.mce-i-indent:before { .mce-i-indent:before {
content: "\e00c" content: "\e00c"
} }
.mce-i-outdent:before { .mce-i-outdent:before {
content: "\e00d" content: "\e00d"
} }
.mce-i-blockquote:before { .mce-i-blockquote:before {
content: "\e00e" content: "\e00e"
} }
.mce-i-undo:before { .mce-i-undo:before {
content: "\e00f" content: "\e00f"
} }
.mce-i-redo:before { .mce-i-redo:before {
content: "\e010" content: "\e010"
} }
.mce-i-link:before { .mce-i-link:before {
content: "\e011" content: "\e011"
} }
.mce-i-unlink:before { .mce-i-unlink:before {
content: "\e012" content: "\e012"
} }
.mce-i-anchor:before { .mce-i-anchor:before {
content: "\e013" content: "\e013"
} }
.mce-i-image:before { .mce-i-image:before {
content: "\e014" content: "\e014"
} }
.mce-i-media:before { .mce-i-media:before {
content: "\e015" content: "\e015"
} }
.mce-i-help:before { .mce-i-help:before {
content: "\e016" content: "\e016"
} }
.mce-i-code:before { .mce-i-code:before {
content: "\e017" content: "\e017"
} }
.mce-i-insertdatetime:before { .mce-i-insertdatetime:before {
content: "\e018" content: "\e018"
} }
.mce-i-preview:before { .mce-i-preview:before {
content: "\e019" content: "\e019"
} }
.mce-i-forecolor:before { .mce-i-forecolor:before {
content: "\e01a" content: "\e01a"
} }
.mce-i-backcolor:before { .mce-i-backcolor:before {
content: "\e01a" content: "\e01a"
} }
.mce-i-table:before { .mce-i-table:before {
content: "\e01b" content: "\e01b"
} }
.mce-i-hr:before { .mce-i-hr:before {
content: "\e01c" content: "\e01c"
} }
.mce-i-removeformat:before { .mce-i-removeformat:before {
content: "\e01d" content: "\e01d"
} }
.mce-i-subscript:before { .mce-i-subscript:before {
content: "\e01e" content: "\e01e"
} }
.mce-i-superscript:before { .mce-i-superscript:before {
content: "\e01f" content: "\e01f"
} }
.mce-i-charmap:before { .mce-i-charmap:before {
content: "\e020" content: "\e020"
} }
.mce-i-emoticons:before { .mce-i-emoticons:before {
content: "\e021" content: "\e021"
} }
.mce-i-print:before { .mce-i-print:before {
content: "\e022" content: "\e022"
} }
.mce-i-fullscreen:before { .mce-i-fullscreen:before {
content: "\e023" content: "\e023"
} }
.mce-i-spellchecker:before { .mce-i-spellchecker:before {
content: "\e024" content: "\e024"
} }
.mce-i-nonbreaking:before { .mce-i-nonbreaking:before {
content: "\e025" content: "\e025"
} }
.mce-i-template:before { .mce-i-template:before {
content: "\e026" content: "\e026"
} }
.mce-i-pagebreak:before { .mce-i-pagebreak:before {
content: "\e027" content: "\e027"
} }
.mce-i-restoredraft:before { .mce-i-restoredraft:before {
content: "\e028" content: "\e028"
} }
.mce-i-bold:before { .mce-i-bold:before {
content: "\e02a" content: "\e02a"
} }
.mce-i-italic:before { .mce-i-italic:before {
content: "\e02b" content: "\e02b"
} }
.mce-i-underline:before { .mce-i-underline:before {
content: "\e02c" content: "\e02c"
} }
.mce-i-strikethrough:before { .mce-i-strikethrough:before {
content: "\e02d" content: "\e02d"
} }
.mce-i-visualchars:before { .mce-i-visualchars:before {
content: "\e02e" content: "\e02e"
} }
.mce-i-visualblocks:before { .mce-i-visualblocks:before {
content: "\e02e" content: "\e02e"
} }
.mce-i-ltr:before { .mce-i-ltr:before {
content: "\e02f" content: "\e02f"
} }
.mce-i-rtl:before { .mce-i-rtl:before {
content: "\e030" content: "\e030"
} }
.mce-i-copy:before { .mce-i-copy:before {
content: "\e031" content: "\e031"
} }
.mce-i-resize:before { .mce-i-resize:before {
content: "\e032" content: "\e032"
} }
.mce-i-browse:before { .mce-i-browse:before {
content: "\e034" content: "\e034"
} }
.mce-i-pastetext:before { .mce-i-pastetext:before {
content: "\e035" content: "\e035"
} }
.mce-i-rotateleft:before { .mce-i-rotateleft:before {
content: "\eaa8" content: "\eaa8"
} }
.mce-i-rotateright:before { .mce-i-rotateright:before {
content: "\eaa9" content: "\eaa9"
} }
.mce-i-crop:before { .mce-i-crop:before {
content: "\ee78" content: "\ee78"
} }
.mce-i-editimage:before { .mce-i-editimage:before {
content: "\e915" content: "\e915"
} }
.mce-i-options:before { .mce-i-options:before {
content: "\ec6a" content: "\ec6a"
} }
.mce-i-flipv:before { .mce-i-flipv:before {
content: "\eaaa" content: "\eaaa"
} }
.mce-i-fliph:before { .mce-i-fliph:before {
content: "\eaac" content: "\eaac"
} }
.mce-i-zoomin:before { .mce-i-zoomin:before {
content: "\eb35" content: "\eb35"
} }
.mce-i-zoomout:before { .mce-i-zoomout:before {
content: "\eb36" content: "\eb36"
} }
.mce-i-sun:before { .mce-i-sun:before {
content: "\eccc" content: "\eccc"
} }
.mce-i-moon:before { .mce-i-moon:before {
content: "\eccd" content: "\eccd"
} }
.mce-i-arrowleft:before { .mce-i-arrowleft:before {
content: "\edc0" content: "\edc0"
} }
.mce-i-arrowright:before { .mce-i-arrowright:before {
content: "\e93c" content: "\e93c"
} }
.mce-i-drop:before { .mce-i-drop:before {
content: "\e935" content: "\e935"
} }
.mce-i-contrast:before { .mce-i-contrast:before {
content: "\ecd4" content: "\ecd4"
} }
.mce-i-sharpen:before { .mce-i-sharpen:before {
content: "\eba7" content: "\eba7"
} }
.mce-i-resize2:before { .mce-i-resize2:before {
content: "\edf9" content: "\edf9"
} }
.mce-i-orientation:before { .mce-i-orientation:before {
content: "\e601" content: "\e601"
} }
.mce-i-invert:before { .mce-i-invert:before {
content: "\e602" content: "\e602"
} }
.mce-i-gamma:before { .mce-i-gamma:before {
content: "\e600" content: "\e600"
} }
.mce-i-remove:before { .mce-i-remove:before {
content: "\ed6a" content: "\ed6a"
} }
.mce-i-tablerowprops:before { .mce-i-tablerowprops:before {
content: "\e604" content: "\e604"
} }
.mce-i-tablecellprops:before { .mce-i-tablecellprops:before {
content: "\e605" content: "\e605"
} }
.mce-i-table2:before { .mce-i-table2:before {
content: "\e606" content: "\e606"
} }
.mce-i-tablemergecells:before { .mce-i-tablemergecells:before {
content: "\e607" content: "\e607"
} }
.mce-i-tableinsertcolbefore:before { .mce-i-tableinsertcolbefore:before {
content: "\e608" content: "\e608"
} }
.mce-i-tableinsertcolafter:before { .mce-i-tableinsertcolafter:before {
content: "\e609" content: "\e609"
} }
.mce-i-tableinsertrowbefore:before { .mce-i-tableinsertrowbefore:before {
content: "\e60a" content: "\e60a"
} }
.mce-i-tableinsertrowafter:before { .mce-i-tableinsertrowafter:before {
content: "\e60b" content: "\e60b"
} }
.mce-i-tablesplitcells:before { .mce-i-tablesplitcells:before {
content: "\e60d" content: "\e60d"
} }
.mce-i-tabledelete:before { .mce-i-tabledelete:before {
content: "\e60e" content: "\e60e"
} }
.mce-i-tableleftheader:before { .mce-i-tableleftheader:before {
content: "\e62a" content: "\e62a"
} }
.mce-i-tabletopheader:before { .mce-i-tabletopheader:before {
content: "\e62b" content: "\e62b"
} }
.mce-i-tabledeleterow:before { .mce-i-tabledeleterow:before {
content: "\e800" content: "\e800"
} }
.mce-i-tabledeletecol:before { .mce-i-tabledeletecol:before {
content: "\e801" content: "\e801"
} }
.mce-i-codesample:before { .mce-i-codesample:before {
content: "\e603" content: "\e603"
} }
.mce-i-fill:before { .mce-i-fill:before {
content: "\e902" content: "\e902"
} }
.mce-i-borderwidth:before { .mce-i-borderwidth:before {
content: "\e903" content: "\e903"
} }
.mce-i-line:before { .mce-i-line:before {
content: "\e904" content: "\e904"
} }
.mce-i-count:before { .mce-i-count:before {
content: "\e905" content: "\e905"
} }
.mce-i-translate:before { .mce-i-translate:before {
content: "\e907" content: "\e907"
} }
.mce-i-drag:before { .mce-i-drag:before {
content: "\e908" content: "\e908"
} }
.mce-i-home:before { .mce-i-home:before {
content: "\e90b" content: "\e90b"
} }
.mce-i-upload:before { .mce-i-upload:before {
content: "\e914" content: "\e914"
} }
.mce-i-bubble:before { .mce-i-bubble:before {
content: "\e91c" content: "\e91c"
} }
.mce-i-user:before { .mce-i-user:before {
content: "\e91d" content: "\e91d"
} }
.mce-i-lock:before { .mce-i-lock:before {
content: "\e926" content: "\e926"
} }
.mce-i-unlock:before { .mce-i-unlock:before {
content: "\e927" content: "\e927"
} }
.mce-i-settings:before { .mce-i-settings:before {
content: "\e928" content: "\e928"
} }
.mce-i-remove2:before { .mce-i-remove2:before {
content: "\e92a" content: "\e92a"
} }
.mce-i-menu:before { .mce-i-menu:before {
content: "\e92d" content: "\e92d"
} }
.mce-i-warning:before { .mce-i-warning:before {
content: "\e930" content: "\e930"
} }
.mce-i-question:before { .mce-i-question:before {
content: "\e931" content: "\e931"
} }
.mce-i-pluscircle:before { .mce-i-pluscircle:before {
content: "\e932" content: "\e932"
} }
.mce-i-info:before { .mce-i-info:before {
content: "\e933" content: "\e933"
} }
.mce-i-notice:before { .mce-i-notice:before {
content: "\e934" content: "\e934"
} }
.mce-i-arrowup:before { .mce-i-arrowup:before {
content: "\e93b" content: "\e93b"
} }
.mce-i-arrowdown:before { .mce-i-arrowdown:before {
content: "\e93d" content: "\e93d"
} }
.mce-i-arrowup2:before { .mce-i-arrowup2:before {
content: "\e93f" content: "\e93f"
} }
.mce-i-arrowdown2:before { .mce-i-arrowdown2:before {
content: "\e940" content: "\e940"
} }
.mce-i-menu2:before { .mce-i-menu2:before {
content: "\e941" content: "\e941"
} }
.mce-i-newtab:before { .mce-i-newtab:before {
content: "\e961" content: "\e961"
} }
.mce-i-a11y:before { .mce-i-a11y:before {
content: "\e900" content: "\e900"
} }
.mce-i-plus:before { .mce-i-plus:before {
content: "\e93a" content: "\e93a"
} }
.mce-i-insert:before { .mce-i-insert:before {
content: "\e93a" content: "\e93a"
} }
.mce-i-minus:before { .mce-i-minus:before {
content: "\e939" content: "\e939"
} }
.mce-i-books:before { .mce-i-books:before {
content: "\e911" content: "\e911"
} }
.mce-i-reload:before { .mce-i-reload:before {
content: "\e906" content: "\e906"
} }
.mce-i-toc:before { .mce-i-toc:before {
content: "\e901" content: "\e901"
} }
.mce-i-checkmark:before { .mce-i-checkmark:before {
content: "\e033" content: "\e033"
} }
.mce-i-checkbox:before, .mce-i-checkbox:before,
.mce-i-selected:before { .mce-i-selected:before {
content: "\e033" content: "\e033"
} }
.mce-i-insert { .mce-i-insert {
font-size: 14px font-size: 14px
} }
.mce-i-selected { .mce-i-selected {
visibility: hidden visibility: hidden
} }
i.mce-i-backcolor { i.mce-i-backcolor {
text-shadow: none; text-shadow: none;
background: #BBB background: #BBB
} }
.mce-rtl .mce-filepicker input { .mce-rtl .mce-filepicker input {
direction: ltr direction: ltr
} }
/*# sourceMappingURL=skin.min.css.map */ /*# sourceMappingURL=skin.min.css.map */
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment