1061 lines
32 KiB
CSS
1061 lines
32 KiB
CSS
/*
|
|
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
*/
|
|
.cke_reset {
|
|
background: transparent;
|
|
border: 0;
|
|
box-sizing: content-box;
|
|
height: auto;
|
|
margin: 0;
|
|
moz-box-sizing: content-box;
|
|
padding: 0;
|
|
text-decoration: none;
|
|
vertical-align: baseline;
|
|
webkit-box-sizing: content-box;
|
|
width: auto;
|
|
}
|
|
.cke_reset_all,.cke_reset_all * {
|
|
background: transparent;
|
|
border: 0;
|
|
border-collapse: collapse;
|
|
box-sizing: content-box;
|
|
color: #000;
|
|
cursor: auto;
|
|
font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
|
|
height: auto;
|
|
margin: 0;
|
|
moz-box-sizing: content-box;
|
|
padding: 0;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
vertical-align: baseline;
|
|
webkit-box-sizing: content-box;
|
|
white-space: nowrap;
|
|
width: auto;
|
|
}
|
|
.cke_reset_all .cke_rtl * {
|
|
text-align: right;
|
|
}
|
|
.cke_reset_all iframe {
|
|
vertical-align: inherit;
|
|
}
|
|
.cke_reset_all textarea {
|
|
white-space: pre;
|
|
}
|
|
.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"] {
|
|
cursor: text;
|
|
}
|
|
.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled] {
|
|
cursor: default;
|
|
}
|
|
.cke_reset_all fieldset {
|
|
border: 2px groove #e0dfe3;
|
|
padding: 10px;
|
|
}
|
|
.cke_reset_all select {
|
|
box-sizing: border-box;
|
|
moz-box-sizing: border-box;
|
|
webkit-box-sizing: border-box;
|
|
}
|
|
.cke_chrome {
|
|
border: 1px solid #b6b6b6;
|
|
box-shadow: 0 0 3px rgba(0,0,0,.15);
|
|
display: block;
|
|
moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
|
|
padding: 0;
|
|
webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
|
|
}
|
|
.cke_inner {
|
|
background: #fff;
|
|
display: block;
|
|
padding: 0;
|
|
webkit-touch-callout: none;
|
|
}
|
|
.cke_float {
|
|
border: 0;
|
|
}
|
|
.cke_float .cke_inner {
|
|
padding-bottom: 0;
|
|
}
|
|
.cke_top,.cke_contents,.cke_bottom {
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
.cke_top {
|
|
background: #cfd1cf;
|
|
background-image: linear-gradient(top,#f5f5f5,#cfd1cf);
|
|
background-image: -moz-linear-gradient(top,#f5f5f5,#cfd1cf);
|
|
background-image: -ms-linear-gradient(top,#f5f5f5,#cfd1cf);
|
|
background-image: -o-linear-gradient(top,#f5f5f5,#cfd1cf);
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));
|
|
background-image: -webkit-linear-gradient(top,#f5f5f5,#cfd1cf);
|
|
border-bottom: 1px solid #b6b6b6;
|
|
box-shadow: 0 1px 0 #fff inset;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf');
|
|
moz-box-shadow: 0 1px 0 #fff inset;
|
|
padding: 6px 8px 2px;
|
|
webkit-box-shadow: 0 1px 0 #fff inset;
|
|
white-space: normal;
|
|
}
|
|
.cke_float .cke_top {
|
|
border: 1px solid #b6b6b6;
|
|
border-bottom-color: #999;
|
|
}
|
|
.cke_bottom {
|
|
background: #cfd1cf;
|
|
background-image: linear-gradient(top,#ebebeb,#cfd1cf);
|
|
background-image: -moz-linear-gradient(top,#ebebeb,#cfd1cf);
|
|
background-image: -ms-linear-gradient(top,#ebebeb,#cfd1cf);
|
|
background-image: -o-linear-gradient(top,#ebebeb,#cfd1cf);
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));
|
|
background-image: -webkit-linear-gradient(top,#ebebeb,#cfd1cf);
|
|
border-top: 1px solid #bfbfbf;
|
|
box-shadow: 0 1px 0 #fff inset;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffebebeb',endColorstr='#cfd1cf');
|
|
moz-box-shadow: 0 1px 0 #fff inset;
|
|
padding: 6px 8px 2px;
|
|
position: relative;
|
|
webkit-box-shadow: 0 1px 0 #fff inset;
|
|
}
|
|
.cke_browser_ios .cke_contents {
|
|
overflow-y: auto;
|
|
webkit-overflow-scrolling: touch;
|
|
}
|
|
.cke_resizer {
|
|
border-color: transparent #666 transparent transparent;
|
|
border-style: dashed solid dashed dashed;
|
|
border-width: 10px 10px 0 0;
|
|
box-shadow: 0 1px 0 rgba(255,255,255,.3);
|
|
font-size: 0;
|
|
height: 0;
|
|
margin-bottom: 2px;
|
|
margin-top: 6px;
|
|
moz-box-shadow: 0 1px 0 rgba(255,255,255,.3);
|
|
overflow: hidden;
|
|
vertical-align: bottom;
|
|
webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3);
|
|
width: 0;
|
|
}
|
|
.cke_hc .cke_resizer {
|
|
border-width: 0;
|
|
font-size: 15px;
|
|
height: auto;
|
|
width: auto;
|
|
}
|
|
.cke_resizer_ltr {
|
|
cursor: se-resize;
|
|
float: right;
|
|
margin-right: -4px;
|
|
}
|
|
.cke_resizer_rtl {
|
|
border-color: transparent transparent transparent #a5a5a5;
|
|
border-style: dashed dashed dashed solid;
|
|
border-width: 10px 0 0 10px;
|
|
cursor: sw-resize;
|
|
float: left;
|
|
margin-left: -4px;
|
|
right: auto;
|
|
}
|
|
.cke_wysiwyg_div {
|
|
box-sizing: border-box;
|
|
display: block;
|
|
height: 100%;
|
|
moz-box-sizing: border-box;
|
|
outline-style: none;
|
|
overflow: auto;
|
|
padding: 0 8px;
|
|
webkit-box-sizing: border-box;
|
|
}
|
|
.cke_panel {
|
|
background-color: #fff;
|
|
border: 1px solid #b6b6b6;
|
|
border-bottom-color: #999;
|
|
border-radius: 3px;
|
|
box-shadow: 0 0 3px rgba(0,0,0,.15);
|
|
height: 100px;
|
|
moz-border-radius: 3px;
|
|
moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
|
|
overflow: hidden;
|
|
visibility: visible;
|
|
webkit-border-radius: 3px;
|
|
webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
|
|
width: 120px;
|
|
}
|
|
.cke_menu_panel {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.cke_combopanel {
|
|
height: 170px;
|
|
width: 150px;
|
|
}
|
|
.cke_panel_frame {
|
|
font-size: 12px;
|
|
height: 100%;
|
|
overflow: auto;
|
|
overflow-x: hidden;
|
|
width: 100%;
|
|
}
|
|
.cke_panel_container {
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
.cke_panel_list {
|
|
list-style-type: none;
|
|
margin: 3px;
|
|
padding: 0;
|
|
white-space: nowrap;
|
|
}
|
|
.cke_panel_listItem {
|
|
margin: 0;
|
|
padding-bottom: 1px;
|
|
}
|
|
.cke_panel_listItem a {
|
|
border: 1px solid #fff;
|
|
border-radius: 2px;
|
|
color: inherit!important;
|
|
display: block;
|
|
moz-border-radius: 2px;
|
|
overflow: hidden;
|
|
padding: 3px 4px;
|
|
text-decoration: none;
|
|
text-overflow: ellipsis;
|
|
webkit-border-radius: 2px;
|
|
}
|
|
* html .cke_panel_listItem a {
|
|
color: #000;
|
|
width: 100%;
|
|
}
|
|
*:first-child+html .cke_panel_listItem a {
|
|
color: #000;
|
|
}
|
|
.cke_panel_listItem.cke_selected a {
|
|
background-color: #f2f2f2;
|
|
border: 1px solid #dedede;
|
|
box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
|
|
moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
|
|
webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
|
|
}
|
|
.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active {
|
|
background-color: #f2f2f2;
|
|
border-color: #dedede;
|
|
box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
|
|
moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
|
|
webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
|
|
}
|
|
.cke_hc .cke_panel_listItem a {
|
|
border-style: none;
|
|
}
|
|
.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active {
|
|
border: 2px solid;
|
|
padding: 1px 2px;
|
|
}
|
|
.cke_panel_grouptitle {
|
|
background: #cfd1cf;
|
|
background-image: linear-gradient(top,#f5f5f5,#cfd1cf);
|
|
background-image: -moz-linear-gradient(top,#f5f5f5,#cfd1cf);
|
|
background-image: -ms-linear-gradient(top,#f5f5f5,#cfd1cf);
|
|
background-image: -o-linear-gradient(top,#f5f5f5,#cfd1cf);
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));
|
|
background-image: -webkit-linear-gradient(top,#f5f5f5,#cfd1cf);
|
|
border-bottom: 1px solid #b6b6b6;
|
|
border-radius: 2px 2px 0 0;
|
|
box-shadow: 0 1px 0 #fff inset;
|
|
color: #474747;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf');
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
moz-border-radius: 2px 2px 0 0;
|
|
moz-box-shadow: 0 1px 0 #fff inset;
|
|
padding: 4px 6px;
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.75);
|
|
webkit-border-radius: 2px 2px 0 0;
|
|
webkit-box-shadow: 0 1px 0 #fff inset;
|
|
white-space: nowrap;
|
|
}
|
|
.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre {
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
}
|
|
.cke_colorblock {
|
|
font-family: 'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
}
|
|
.cke_colorblock,.cke_colorblock a {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
span.cke_colorbox {
|
|
border: #808080 1px solid;
|
|
float: left;
|
|
height: 10px;
|
|
width: 10px;
|
|
}
|
|
.cke_rtl span.cke_colorbox {
|
|
float: right;
|
|
}
|
|
a.cke_colorbox {
|
|
border: #fff 1px solid;
|
|
float: left;
|
|
height: 12px;
|
|
padding: 2px;
|
|
width: 12px;
|
|
}
|
|
.cke_rtl a.cke_colorbox {
|
|
float: right;
|
|
}
|
|
a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox {
|
|
background-color: #e5e5e5;
|
|
border: #b6b6b6 1px solid;
|
|
}
|
|
a.cke_colorauto,a.cke_colormore {
|
|
border: #fff 1px solid;
|
|
cursor: pointer;
|
|
display: block;
|
|
padding: 2px;
|
|
}
|
|
a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore {
|
|
background-color: #e5e5e5;
|
|
border: #b6b6b6 1px solid;
|
|
}
|
|
.cke_toolbar {
|
|
float: left;
|
|
}
|
|
.cke_rtl .cke_toolbar {
|
|
float: right;
|
|
}
|
|
.cke_toolgroup {
|
|
background: #e4e4e4;
|
|
background-image: linear-gradient(top,#fff,#e4e4e4);
|
|
background-image: -moz-linear-gradient(top,#fff,#e4e4e4);
|
|
background-image: -ms-linear-gradient(top,#fff,#e4e4e4);
|
|
background-image: -o-linear-gradient(top,#fff,#e4e4e4);
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));
|
|
background-image: -webkit-linear-gradient(top,#fff,#e4e4e4);
|
|
border: 1px solid #a6a6a6;
|
|
border-bottom-color: #979797;
|
|
border-radius: 3px;
|
|
box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4');
|
|
float: left;
|
|
margin: 0 6px 5px 0;
|
|
moz-border-radius: 3px;
|
|
moz-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
|
|
webkit-border-radius: 3px;
|
|
webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
|
|
}
|
|
.cke_hc .cke_toolgroup {
|
|
border: 0;
|
|
margin-bottom: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
.cke_rtl .cke_toolgroup *:first-child {
|
|
border-radius: 0 2px 2px 0;
|
|
moz-border-radius: 0 2px 2px 0;
|
|
webkit-border-radius: 0 2px 2px 0;
|
|
}
|
|
.cke_rtl .cke_toolgroup *:last-child {
|
|
border-radius: 2px 0 0 2px;
|
|
moz-border-radius: 2px 0 0 2px;
|
|
webkit-border-radius: 2px 0 0 2px;
|
|
}
|
|
.cke_rtl .cke_toolgroup {
|
|
float: right;
|
|
margin-left: 6px;
|
|
margin-right: 0;
|
|
}
|
|
a.cke_button {
|
|
border: 0;
|
|
cursor: default;
|
|
display: inline-block;
|
|
float: left;
|
|
height: 18px;
|
|
outline: 0;
|
|
padding: 4px 6px;
|
|
}
|
|
.cke_rtl .cke_button {
|
|
float: right;
|
|
}
|
|
.cke_hc .cke_button {
|
|
border: 1px solid black;
|
|
margin: -2px 4px 0 -2px;
|
|
padding: 3px 5px;
|
|
}
|
|
.cke_button_on {
|
|
background: #b5b5b5;
|
|
background-image: linear-gradient(top,#aaa,#cacaca);
|
|
background-image: -moz-linear-gradient(top,#aaa,#cacaca);
|
|
background-image: -ms-linear-gradient(top,#aaa,#cacaca);
|
|
background-image: -o-linear-gradient(top,#aaa,#cacaca);
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));
|
|
background-image: -webkit-linear-gradient(top,#aaa,#cacaca);
|
|
box-shadow: 0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca');
|
|
moz-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);
|
|
webkit-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);
|
|
}
|
|
.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active {
|
|
border-width: 3px;
|
|
padding: 1px 3px;
|
|
}
|
|
.cke_button_disabled .cke_button_icon {
|
|
opacity: .3;
|
|
}
|
|
.cke_hc .cke_button_disabled {
|
|
opacity: .5;
|
|
}
|
|
a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active {
|
|
box-shadow: 0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);
|
|
moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);
|
|
webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);
|
|
}
|
|
a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active {
|
|
background: #ccc;
|
|
background-image: linear-gradient(top,#f2f2f2,#ccc);
|
|
background-image: -moz-linear-gradient(top,#f2f2f2,#ccc);
|
|
background-image: -ms-linear-gradient(top,#f2f2f2,#ccc);
|
|
background-image: -o-linear-gradient(top,#f2f2f2,#ccc);
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));
|
|
background-image: -webkit-linear-gradient(top,#f2f2f2,#ccc);
|
|
box-shadow: 0 0 1px rgba(0,0,0,.3) inset;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc');
|
|
moz-box-shadow: 0 0 1px rgba(0,0,0,.3) inset;
|
|
webkit-box-shadow: 0 0 1px rgba(0,0,0,.3) inset;
|
|
}
|
|
.cke_button_icon {
|
|
background-repeat: no-repeat;
|
|
cursor: inherit;
|
|
display: inline-block;
|
|
float: left;
|
|
height: 16px;
|
|
margin-top: 1px;
|
|
width: 16px;
|
|
}
|
|
.cke_rtl .cke_button_icon {
|
|
float: right;
|
|
}
|
|
.cke_hc .cke_button_icon {
|
|
display: none;
|
|
}
|
|
.cke_button_label {
|
|
color: #474747;
|
|
cursor: default;
|
|
display: none;
|
|
float: left;
|
|
line-height: 17px;
|
|
margin-top: 1px;
|
|
padding-left: 3px;
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.5);
|
|
vertical-align: middle;
|
|
}
|
|
.cke_rtl .cke_button_label {
|
|
float: right;
|
|
padding-left: 0;
|
|
padding-right: 3px;
|
|
}
|
|
.cke_hc .cke_button_label {
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
padding: 0;
|
|
}
|
|
.cke_button_arrow {
|
|
border-left: 3px solid transparent;
|
|
border-right: 3px solid transparent;
|
|
border-top: 3px solid #474747;
|
|
cursor: default;
|
|
display: inline-block;
|
|
height: 0;
|
|
margin: 8px 0 0 1px;
|
|
vertical-align: top;
|
|
width: 0;
|
|
}
|
|
.cke_rtl .cke_button_arrow {
|
|
margin-left: 0;
|
|
margin-right: 5px;
|
|
}
|
|
.cke_hc .cke_button_arrow {
|
|
border: 0;
|
|
font-size: 10px;
|
|
margin: 3px -2px 0 3px;
|
|
width: auto;
|
|
}
|
|
.cke_toolbar_separator {
|
|
background-color: #c0c0c0;
|
|
background-color: rgba(0,0,0,.2);
|
|
box-shadow: 1px 0 1px rgba(255,255,255,.5);
|
|
float: left;
|
|
height: 18px;
|
|
margin: 5px 2px 0;
|
|
moz-box-shadow: 1px 0 1px rgba(255,255,255,.5);
|
|
webkit-box-shadow: 1px 0 1px rgba(255,255,255,.5);
|
|
width: 1px;
|
|
}
|
|
.cke_rtl .cke_toolbar_separator {
|
|
box-shadow: -1px 0 1px rgba(255,255,255,.1);
|
|
float: right;
|
|
moz-box-shadow: -1px 0 1px rgba(255,255,255,.1);
|
|
webkit-box-shadow: -1px 0 1px rgba(255,255,255,.1);
|
|
}
|
|
.cke_hc .cke_toolbar_separator {
|
|
border-left: 1px solid;
|
|
margin: 1px 5px 0 0;
|
|
width: 0;
|
|
}
|
|
.cke_toolbar_break {
|
|
clear: left;
|
|
display: block;
|
|
}
|
|
.cke_rtl .cke_toolbar_break {
|
|
clear: right;
|
|
}
|
|
.cke_toolbox_collapser {
|
|
background: #e4e4e4;
|
|
background-image: linear-gradient(top,#fff,#e4e4e4);
|
|
background-image: -moz-linear-gradient(top,#fff,#e4e4e4);
|
|
background-image: -ms-linear-gradient(top,#fff,#e4e4e4);
|
|
background-image: -o-linear-gradient(top,#fff,#e4e4e4);
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));
|
|
background-image: -webkit-linear-gradient(top,#fff,#e4e4e4);
|
|
border: 1px solid #a6a6a6;
|
|
border-bottom-color: #979797;
|
|
border-radius: 3px;
|
|
box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
|
|
cursor: default;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4');
|
|
float: right;
|
|
font-size: 0;
|
|
height: 11px;
|
|
margin: 11px 0 0;
|
|
moz-border-radius: 3px;
|
|
moz-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
|
|
text-align: center;
|
|
webkit-border-radius: 3px;
|
|
webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
|
|
width: 12px;
|
|
}
|
|
.cke_toolbox_collapser:hover {
|
|
background: #ccc;
|
|
background-image: linear-gradient(top,#f2f2f2,#ccc);
|
|
background-image: -moz-linear-gradient(top,#f2f2f2,#ccc);
|
|
background-image: -ms-linear-gradient(top,#f2f2f2,#ccc);
|
|
background-image: -o-linear-gradient(top,#f2f2f2,#ccc);
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));
|
|
background-image: -webkit-linear-gradient(top,#f2f2f2,#ccc);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc');
|
|
}
|
|
.cke_toolbox_collapser.cke_toolbox_collapser_min {
|
|
margin: 0 2px 4px;
|
|
}
|
|
.cke_rtl .cke_toolbox_collapser {
|
|
float: left;
|
|
}
|
|
.cke_toolbox_collapser .cke_arrow {
|
|
border-bottom: 3px solid #474747;
|
|
border-left: 3px solid transparent;
|
|
border-right: 3px solid transparent;
|
|
border-top: 3px solid transparent;
|
|
display: inline-block;
|
|
font-size: 0;
|
|
height: 0;
|
|
margin-top: 1px;
|
|
width: 0;
|
|
}
|
|
.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
|
|
border-bottom-color: transparent;
|
|
border-top-color: #474747;
|
|
margin-top: 4px;
|
|
}
|
|
.cke_hc .cke_toolbox_collapser .cke_arrow {
|
|
border: 0;
|
|
font-size: 8px;
|
|
margin-right: 2px;
|
|
margin-top: 0;
|
|
width: auto;
|
|
}
|
|
.cke_menubutton {
|
|
display: block;
|
|
}
|
|
.cke_menuitem span {
|
|
cursor: default;
|
|
}
|
|
.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active {
|
|
background-color: #d3d3d3;
|
|
display: block;
|
|
}
|
|
.cke_hc .cke_menubutton {
|
|
padding: 2px;
|
|
}
|
|
.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active {
|
|
border: 2px solid;
|
|
padding: 0;
|
|
}
|
|
.cke_menubutton_inner {
|
|
display: table-row;
|
|
}
|
|
.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow {
|
|
display: table-cell;
|
|
}
|
|
.cke_menubutton_icon {
|
|
background-color: #d7d8d7;
|
|
filter: alpha(opacity=70);
|
|
opacity: .70;
|
|
padding: 4px;
|
|
}
|
|
.cke_hc .cke_menubutton_icon {
|
|
height: 16px;
|
|
padding: 4px 0;
|
|
width: 0;
|
|
}
|
|
.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon {
|
|
background-color: #d0d2d0;
|
|
}
|
|
.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon {
|
|
filter: alpha(opacity=30);
|
|
opacity: .3;
|
|
}
|
|
.cke_menubutton_label {
|
|
background-color: transparent;
|
|
padding: 0 5px;
|
|
vertical-align: middle;
|
|
width: 100%;
|
|
}
|
|
.cke_menubutton_disabled .cke_menubutton_label {
|
|
filter: alpha(opacity=30);
|
|
opacity: .3;
|
|
}
|
|
.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active {
|
|
background-color: #eff0ef;
|
|
}
|
|
.cke_panel_frame .cke_menubutton_label {
|
|
display: none;
|
|
}
|
|
.cke_menuseparator {
|
|
background-color: #d3d3d3;
|
|
filter: alpha(opacity=70);
|
|
height: 1px;
|
|
opacity: .70;
|
|
}
|
|
.cke_menuarrow {
|
|
background-image: url(images/arrow.png);
|
|
background-position: 0 10px;
|
|
background-repeat: no-repeat;
|
|
padding: 0 5px;
|
|
}
|
|
.cke_rtl .cke_menuarrow {
|
|
background-position: 5px -13px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.cke_menuarrow span {
|
|
display: none;
|
|
}
|
|
.cke_hc .cke_menuarrow span {
|
|
display: inline;
|
|
vertical-align: middle;
|
|
}
|
|
.cke_combo {
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
.cke_rtl .cke_combo {
|
|
float: right;
|
|
}
|
|
.cke_hc .cke_combo {
|
|
margin-top: -2px;
|
|
}
|
|
.cke_combo_label {
|
|
display: none;
|
|
float: left;
|
|
line-height: 26px;
|
|
margin-right: 5px;
|
|
vertical-align: top;
|
|
}
|
|
.cke_rtl .cke_combo_label {
|
|
float: right;
|
|
margin-left: 5px;
|
|
margin-right: 0;
|
|
}
|
|
.cke_combo_button {
|
|
background: #e4e4e4;
|
|
background-image: linear-gradient(top,#fff,#e4e4e4);
|
|
background-image: -moz-linear-gradient(top,#fff,#e4e4e4);
|
|
background-image: -ms-linear-gradient(top,#fff,#e4e4e4);
|
|
background-image: -o-linear-gradient(top,#fff,#e4e4e4);
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));
|
|
background-image: -webkit-linear-gradient(top,#fff,#e4e4e4);
|
|
border: 1px solid #a6a6a6;
|
|
border-bottom-color: #979797;
|
|
border-radius: 3px;
|
|
box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
|
|
display: inline-block;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4');
|
|
float: left;
|
|
margin: 0 6px 5px 0;
|
|
moz-border-radius: 3px;
|
|
moz-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
|
|
webkit-border-radius: 3px;
|
|
webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
|
|
}
|
|
.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus {
|
|
background: #ccc;
|
|
background-image: linear-gradient(top,#f2f2f2,#ccc);
|
|
background-image: -moz-linear-gradient(top,#f2f2f2,#ccc);
|
|
background-image: -ms-linear-gradient(top,#f2f2f2,#ccc);
|
|
background-image: -o-linear-gradient(top,#f2f2f2,#ccc);
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));
|
|
background-image: -webkit-linear-gradient(top,#f2f2f2,#ccc);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc');
|
|
outline: 0;
|
|
}
|
|
.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button {
|
|
background: #b5b5b5;
|
|
background-image: linear-gradient(top,#aaa,#cacaca);
|
|
background-image: -moz-linear-gradient(top,#aaa,#cacaca);
|
|
background-image: -ms-linear-gradient(top,#aaa,#cacaca);
|
|
background-image: -o-linear-gradient(top,#aaa,#cacaca);
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));
|
|
background-image: -webkit-linear-gradient(top,#aaa,#cacaca);
|
|
border: 1px solid #777;
|
|
box-shadow: 0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca');
|
|
moz-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;
|
|
webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;
|
|
}
|
|
.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active {
|
|
box-shadow: 0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);
|
|
moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);
|
|
webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);
|
|
}
|
|
.cke_rtl .cke_combo_button {
|
|
float: right;
|
|
margin-left: 5px;
|
|
margin-right: 0;
|
|
}
|
|
.cke_hc a.cke_combo_button {
|
|
padding: 3px;
|
|
}
|
|
.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active {
|
|
border-width: 3px;
|
|
padding: 1px;
|
|
}
|
|
.cke_combo_text {
|
|
color: #474747;
|
|
cursor: default;
|
|
float: left;
|
|
line-height: 26px;
|
|
overflow: hidden;
|
|
padding-left: 10px;
|
|
text-overflow: ellipsis;
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.5);
|
|
width: 60px;
|
|
}
|
|
.cke_rtl .cke_combo_text {
|
|
float: right;
|
|
padding-left: 0;
|
|
padding-right: 10px;
|
|
text-align: right;
|
|
}
|
|
.cke_hc .cke_combo_text {
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
}
|
|
.cke_combo_open {
|
|
cursor: default;
|
|
display: inline-block;
|
|
font-size: 0;
|
|
height: 19px;
|
|
line-height: 17px;
|
|
margin: 1px 7px 1px;
|
|
width: 5px;
|
|
}
|
|
.cke_hc .cke_combo_open {
|
|
height: 12px;
|
|
}
|
|
.cke_combo_arrow {
|
|
border-left: 3px solid transparent;
|
|
border-right: 3px solid transparent;
|
|
border-top: 3px solid #474747;
|
|
float: left;
|
|
font-size: 0;
|
|
height: 0;
|
|
margin: 11px 0 0;
|
|
width: 0;
|
|
}
|
|
.cke_hc .cke_combo_arrow {
|
|
border: 0;
|
|
font-size: 10px;
|
|
margin-top: 3px;
|
|
width: auto;
|
|
}
|
|
.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open {
|
|
opacity: .3;
|
|
}
|
|
.cke_path {
|
|
float: left;
|
|
margin: -2px 0 2px;
|
|
}
|
|
.cke_path_item,.cke_path_empty {
|
|
border: 0;
|
|
color: #4c4c4c;
|
|
cursor: default;
|
|
display: inline-block;
|
|
float: left;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
margin-right: 2px;
|
|
outline: 0;
|
|
padding: 3px 4px;
|
|
text-decoration: none;
|
|
text-shadow: 0 1px 0 #fff;
|
|
}
|
|
.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty {
|
|
float: right;
|
|
}
|
|
a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active {
|
|
background-color: #bfbfbf;
|
|
border-radius: 2px;
|
|
box-shadow: 0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);
|
|
color: #333;
|
|
moz-border-radius: 2px;
|
|
moz-box-shadow: 0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.5);
|
|
webkit-border-radius: 2px;
|
|
webkit-box-shadow: 0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);
|
|
}
|
|
.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active {
|
|
border: 2px solid;
|
|
padding: 1px 2px;
|
|
}
|
|
.cke_button__source_label,.cke_button__sourcedialog_label {
|
|
display: inline;
|
|
}
|
|
.cke_combo__fontsize .cke_combo_text {
|
|
width: 30px;
|
|
}
|
|
.cke_combopanel__fontsize {
|
|
width: 120px;
|
|
}
|
|
.cke_source {
|
|
background-color: #fff;
|
|
font-family: 'Courier New',Monospace;
|
|
font-size: small;
|
|
white-space: pre;
|
|
}
|
|
.cke_wysiwyg_frame,.cke_wysiwyg_div {
|
|
background-color: #fff;
|
|
}
|
|
.cke_chrome {
|
|
visibility: inherit;
|
|
}
|
|
.cke_voice_label {
|
|
display: none;
|
|
}
|
|
legend.cke_voice_label {
|
|
display: none;
|
|
}
|
|
.cke_button__about_icon {
|
|
background: url(icons.png) no-repeat 0 -0px !important;
|
|
}
|
|
.cke_button__bold_icon {
|
|
background: url(icons.png) no-repeat 0 -32px !important;
|
|
}
|
|
.cke_button__italic_icon {
|
|
background: url(icons.png) no-repeat 0 -64px !important;
|
|
}
|
|
.cke_button__strike_icon {
|
|
background: url(icons.png) no-repeat 0 -96px !important;
|
|
}
|
|
.cke_button__subscript_icon {
|
|
background: url(icons.png) no-repeat 0 -128px !important;
|
|
}
|
|
.cke_button__superscript_icon {
|
|
background: url(icons.png) no-repeat 0 -160px !important;
|
|
}
|
|
.cke_button__underline_icon {
|
|
background: url(icons.png) no-repeat 0 -192px !important;
|
|
}
|
|
.cke_button__blockquote_icon {
|
|
background: url(icons.png) no-repeat 0 -224px !important;
|
|
}
|
|
.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
|
|
background: url(icons.png) no-repeat 0 -256px !important;
|
|
}
|
|
.cke_ltr .cke_button__copy_icon {
|
|
background: url(icons.png) no-repeat 0 -288px !important;
|
|
}
|
|
.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
|
|
background: url(icons.png) no-repeat 0 -320px !important;
|
|
}
|
|
.cke_ltr .cke_button__cut_icon {
|
|
background: url(icons.png) no-repeat 0 -352px !important;
|
|
}
|
|
.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
|
|
background: url(icons.png) no-repeat 0 -384px !important;
|
|
}
|
|
.cke_ltr .cke_button__paste_icon {
|
|
background: url(icons.png) no-repeat 0 -416px !important;
|
|
}
|
|
.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
|
|
background: url(icons.png) no-repeat 0 -448px !important;
|
|
}
|
|
.cke_ltr .cke_button__bulletedlist_icon {
|
|
background: url(icons.png) no-repeat 0 -480px !important;
|
|
}
|
|
.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
|
|
background: url(icons.png) no-repeat 0 -512px !important;
|
|
}
|
|
.cke_ltr .cke_button__numberedlist_icon {
|
|
background: url(icons.png) no-repeat 0 -544px !important;
|
|
}
|
|
.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
|
|
background: url(icons.png) no-repeat 0 -576px !important;
|
|
}
|
|
.cke_ltr .cke_button__indent_icon {
|
|
background: url(icons.png) no-repeat 0 -608px !important;
|
|
}
|
|
.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
|
|
background: url(icons.png) no-repeat 0 -640px !important;
|
|
}
|
|
.cke_ltr .cke_button__outdent_icon {
|
|
background: url(icons.png) no-repeat 0 -672px !important;
|
|
}
|
|
.cke_button__horizontalrule_icon {
|
|
background: url(icons.png) no-repeat 0 -704px !important;
|
|
}
|
|
.cke_button__image_icon {
|
|
background: url(icons.png) no-repeat 0 -736px !important;
|
|
}
|
|
.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
|
|
background: url(icons.png) no-repeat 0 -768px !important;
|
|
}
|
|
.cke_ltr .cke_button__anchor_icon {
|
|
background: url(icons.png) no-repeat 0 -800px !important;
|
|
}
|
|
.cke_button__link_icon {
|
|
background: url(icons.png) no-repeat 0 -832px !important;
|
|
}
|
|
.cke_button__unlink_icon {
|
|
background: url(icons.png) no-repeat 0 -864px !important;
|
|
}
|
|
.cke_button__maximize_icon {
|
|
background: url(icons.png) no-repeat 0 -896px !important;
|
|
}
|
|
.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
|
|
background: url(icons.png) no-repeat 0 -928px !important;
|
|
}
|
|
.cke_ltr .cke_button__pastetext_icon {
|
|
background: url(icons.png) no-repeat 0 -960px !important;
|
|
}
|
|
.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
|
|
background: url(icons.png) no-repeat 0 -992px !important;
|
|
}
|
|
.cke_ltr .cke_button__pastefromword_icon {
|
|
background: url(icons.png) no-repeat 0 -1024px !important;
|
|
}
|
|
.cke_button__removeformat_icon {
|
|
background: url(icons.png) no-repeat 0 -1056px !important;
|
|
}
|
|
.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
|
|
background: url(icons.png) no-repeat 0 -1088px !important;
|
|
}
|
|
.cke_ltr .cke_button__source_icon {
|
|
background: url(icons.png) no-repeat 0 -1120px !important;
|
|
}
|
|
.cke_button__specialchar_icon {
|
|
background: url(icons.png) no-repeat 0 -1152px !important;
|
|
}
|
|
.cke_button__scayt_icon {
|
|
background: url(icons.png) no-repeat 0 -1184px !important;
|
|
}
|
|
.cke_button__table_icon {
|
|
background: url(icons.png) no-repeat 0 -1216px !important;
|
|
}
|
|
.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
|
|
background: url(icons.png) no-repeat 0 -1248px !important;
|
|
}
|
|
.cke_ltr .cke_button__redo_icon {
|
|
background: url(icons.png) no-repeat 0 -1280px !important;
|
|
}
|
|
.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
|
|
background: url(icons.png) no-repeat 0 -1312px !important;
|
|
}
|
|
.cke_ltr .cke_button__undo_icon {
|
|
background: url(icons.png) no-repeat 0 -1344px !important;
|
|
}
|
|
.cke_button__ajax-loader_icon {
|
|
background: url(icons.png) no-repeat 0 -1376px !important;
|
|
}
|
|
.cke_button__load_icon {
|
|
background: url(icons.png) no-repeat 0 -1408px !important;
|
|
}
|
|
.cke_button__powered_by_icon {
|
|
background: url(icons.png) no-repeat 0 -1440px !important;
|
|
}
|
|
.cke_button__spellchecker_icon {
|
|
background: url(icons.png) no-repeat 0 -1472px !important;
|
|
}
|
|
.cke_button__AutoComplete_icon {
|
|
background: url(icons.png) no-repeat 0 -1504px !important;
|
|
}
|
|
.cke_button__AutoFormat_icon {
|
|
background: url(icons.png) no-repeat 0 -1536px !important;
|
|
}
|
|
.cke_button__CommentSelectedRange_icon {
|
|
background: url(icons.png) no-repeat 0 -1568px !important;
|
|
}
|
|
.cke_button__SearchCode_icon {
|
|
background: url(icons.png) no-repeat 0 -1600px !important;
|
|
}
|
|
.cke_button__UncommentSelectedRange_icon {
|
|
background: url(icons.png) no-repeat 0 -1632px !important;
|
|
}
|
|
.cke_button__bgcolor_icon {
|
|
background: url(icons.png) no-repeat 0 -1664px !important;
|
|
}
|
|
.cke_button__textcolor_icon {
|
|
background: url(icons.png) no-repeat 0 -1696px !important;
|
|
}
|
|
.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
|
|
background: url(icons.png) no-repeat 0 -1728px !important;
|
|
}
|
|
.cke_ltr .cke_button__templates_icon {
|
|
background: url(icons.png) no-repeat 0 -1760px !important;
|
|
}
|
|
.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
|
|
background: url(icons.png) no-repeat 0 -1792px !important;
|
|
}
|
|
.cke_ltr .cke_button__find_icon {
|
|
background: url(icons.png) no-repeat 0 -1824px !important;
|
|
}
|
|
.cke_button__replace_icon {
|
|
background: url(icons.png) no-repeat 0 -1856px !important;
|
|
}
|
|
.cke_button__justifyblock_icon {
|
|
background: url(icons.png) no-repeat 0 -1888px !important;
|
|
}
|
|
.cke_button__justifycenter_icon {
|
|
background: url(icons.png) no-repeat 0 -1920px !important;
|
|
}
|
|
.cke_button__justifyleft_icon {
|
|
background: url(icons.png) no-repeat 0 -1952px !important;
|
|
}
|
|
.cke_button__justifyright_icon {
|
|
background: url(icons.png) no-repeat 0 -1984px !important;
|
|
}
|
|
.cke_button__selectall_icon {
|
|
background: url(icons.png) no-repeat 0 -2016px !important;
|
|
}
|
|
.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
|
|
background: url(icons.png) no-repeat 0 -2048px !important;
|
|
}
|
|
.cke_ltr .cke_button__showblocks_icon {
|
|
background: url(icons.png) no-repeat 0 -2080px !important;
|
|
}
|
|
.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
|
|
background: url(icons.png) no-repeat 0 -2112px !important;
|
|
}
|
|
.cke_ltr .cke_button__preview_icon {
|
|
background: url(icons.png) no-repeat 0 -2144px !important;
|
|
} |