Seditio Source
Root |
./othercms/dotclear-2.22/plugins/dcCKEditor/js/ckeditor/skins/moono/editor_ie7.css
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
/*
editor_ie7.css
===============
This file contains styles to used by Internet Explorer 7 only.
*/
/* Base it on editor_ie.css, overriding it with styles defined in this file. */
.cke_reset
{
margin: 0;
padding: 0;
border: 0;
background: transparent;
text-decoration: none;
width: auto;
height: auto;
vertical-align: baseline;
box-sizing: content-box;
position: static;
transition: none;
}
.cke_reset_all, .cke_reset_all *,
.cke_reset_all a, .cke_reset_all textarea
{
margin: 0;
padding: 0;
border: 0;
background: transparent;
text-decoration: none;
width: auto;
height: auto;
vertical-align: baseline;
box-sizing: content-box;
position: static;
transition: none;
border-collapse: collapse;
font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
color: #000;
text-align: left;
white-space: nowrap;
cursor: auto;
float: none;
}
.cke_reset_all .cke_rtl *
{
text-align: right;
}
.cke_reset_all iframe
{
vertical-align: inherit; }
.cke_reset_all textarea
{
white-space: pre-wrap;
}
.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
{
padding: 10px;
border: 2px groove #E0DFE3;
}
.cke_reset_all select
{
box-sizing: border-box;
}
.cke_reset_all table
{
table-layout: auto;
}
.cke_chrome
{
display: block;
border: 1px solid #b6b6b6;
padding: 0;
box-shadow: 0 0 3px rgba(0,0,0,.15);
}
.cke_inner
{
display: block;
-webkit-touch-callout: none;
background: #fff;
padding: 0;
}
.cke_float
{
border: none;
}
.cke_float .cke_inner
{
padding-bottom: 0;
}
.cke_top,
.cke_contents,
.cke_bottom
{
display: block;
overflow: hidden;
}
.cke_top
{
border-bottom: 1px solid #b6b6b6;
padding: 6px 8px 2px;
white-space: normal;
box-shadow: 0 1px 0 #fff inset;
background: #cfd1cf;
background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
}
.cke_float .cke_top
{
border: 1px solid #b6b6b6;
border-bottom-color: #999;
}
.cke_bottom
{
padding: 6px 8px 2px;
position: relative;
border-top: 1px solid #bfbfbf;
box-shadow: 0 1px 0 #fff inset;
background: #cfd1cf;
background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf');
}
.cke_browser_ios .cke_contents
{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.cke_resizer
{
width: 0;
height: 0;
overflow: hidden;
width: 0;
height: 0;
overflow: hidden;
border-width: 10px 10px 0 0;
border-color: transparent #666 transparent transparent;
border-style: dashed solid dashed dashed;
font-size: 0;
vertical-align: bottom;
margin-top: 6px;
margin-bottom: 2px;
box-shadow: 0 1px 0 rgba(255,255,255,.3);
}
.cke_hc .cke_resizer
{
font-size: 15px;
width: auto;
height: auto;
border-width: 0;
}
.cke_resizer_ltr
{
cursor: se-resize;
float: right;
margin-right: -4px;
}
.cke_resizer_rtl
{
border-width: 10px 0 0 10px;
border-color: transparent transparent transparent #A5A5A5;
border-style: dashed dashed dashed solid;
cursor: sw-resize;
float: left;
margin-left: -4px;
right: auto;
}
.cke_wysiwyg_div
{
display: block;
height: 100%;
overflow: auto;
padding: 0 8px;
outline-style: none;
box-sizing: border-box;
}
.cke_panel
{
visibility: visible;
    width: 120px;
    height: 100px;
    overflow: hidden;
background-color: #fff;
    border: 1px solid #b6b6b6;
    border-bottom-color: #999;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
}
.cke_menu_panel
{
padding: 0;
margin: 0;
}
.cke_combopanel
{
    width: 150px;
    height: 170px;
}
.cke_panel_frame
{
width: 100%;
height: 100%;
font-size: 12px;
overflow: auto;
overflow-x: hidden;
}
.cke_panel_container
{
overflow-y: auto;
overflow-x: hidden;
}
.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
{
padding: 3px 4px;
display: block;
border: 1px solid #fff;
color: inherit !important;
text-decoration: none;
overflow: hidden;
text-overflow: ellipsis;
    border-radius: 2px;
}
* html .cke_panel_listItem a
{
width : 100%;
color: #000;
}
*:first-child+html .cke_panel_listItem a
{
color: #000;
}
.cke_panel_listItem.cke_selected a
{
border: 1px solid #dedede;
background-color: #f2f2f2;
    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
{
border-color: #dedede;
background-color: #f2f2f2;
    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
{
cursor: default;
font-size: 11px;
font-weight: bold;
white-space: nowrap;
margin: 0;
padding: 4px 6px;
    color: #474747;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
    border-bottom: 1px solid #b6b6b6;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 0 #fff inset;
    background: #cfd1cf;
    background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
}
.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-top: 0px;
margin-bottom: 0px;
}
.cke_colorblock
{
padding: 3px;
font-size: 11px;
font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
}
.cke_colorblock,
.cke_colorblock a
{
text-decoration: none;
color: #000;
}
span.cke_colorbox
{
width: 10px;
height: 10px;
border: #808080 1px solid;
float: left;
}
.cke_rtl span.cke_colorbox
{
float: right;
}
a.cke_colorbox
{
border: #fff 1px solid;
padding: 2px;
float: left;
width: 12px;
height: 12px;
}
.cke_rtl a.cke_colorbox
{
float: right;
}
a:hover.cke_colorbox,
a:focus.cke_colorbox,
a:active.cke_colorbox
{
border: #b6b6b6 1px solid;
background-color: #e5e5e5;
}
a.cke_colorauto,
a.cke_colormore
{
border: #fff 1px solid;
padding: 2px;
display: block;
cursor: pointer;
}
a:hover.cke_colorauto,
a:hover.cke_colormore,
a:focus.cke_colorauto,
a:focus.cke_colormore,
a:active.cke_colorauto,
a:active.cke_colormore
{
border: #b6b6b6 1px solid;
background-color: #e5e5e5;
}
.cke_toolbar
{
float: left;
}
.cke_rtl .cke_toolbar
{
float: right;
}
.cke_toolgroup
{
float: left;
margin: 0 6px 5px 0;
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;
background: #e4e4e4;
background-image: linear-gradient(to bottom, #ffffff, #e4e4e4);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4');
}
.cke_hc .cke_toolgroup
{
border: 0;
margin-right: 10px;
margin-bottom: 10px;
}
.cke_rtl .cke_toolgroup
{
float: right;
margin-left: 6px;
margin-right: 0;
}
a.cke_button
{
display: inline-block;
height: 18px;
padding: 4px 6px;
outline: none;
cursor: default;
float: left;
border: 0;
}
a.cke_button.cke_button_expandable {
padding: 4px 5px;
}
.cke_ltr .cke_button:last-child,
.cke_rtl .cke_button:first-child
{
border-radius: 0 2px 2px 0;
}
.cke_ltr .cke_button:first-child,
.cke_rtl .cke_button:last-child
{
border-radius: 2px 0 0 2px;
}
.cke_rtl .cke_button
{
float: right;
}
.cke_hc .cke_button
{
border: 1px solid black;
padding: 3px 5px;
margin: -2px 4px 0 -2px;
}
a.cke_button_on
{
box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2);
background: #b5b5b5;
background-image: linear-gradient(to bottom, #aaa, #cacaca);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca');
}
.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: 0.3;
}
.cke_hc .cke_button_disabled
{
opacity: 0.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);
}
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
{
box-shadow: 0 0 1px rgba(0,0,0,.3) inset;
background: #ccc;
background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');
}
@media screen and ( hover: none ) {
a.cke_button_off:hover,
a.cke_button_disabled:hover
{
box-shadow: none;
background: transparent;
filter: none;
}
a.cke_button_on:hover
{
box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2);
}
a.cke_button_off:active,
a.cke_button_disabled:active
{
box-shadow: 0 0 1px rgba(0,0,0,.3) inset;
background: #ccc;
background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');
}
a.cke_button_on:active
{
box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);
}
}
.cke_button_icon
{
cursor: inherit;
background-repeat: no-repeat;
margin-top: 1px;
width: 16px;
height: 16px;
float: left;
display: inline-block;
}
.cke_rtl .cke_button_icon
{
float: right;
}
.cke_hc .cke_button_icon
{
display: none;
}
.cke_button_label
{
display: none;
padding-left: 3px;
margin-top: 1px;
line-height: 17px;
vertical-align: middle;
float: left;
cursor: default;
color: #474747;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.cke_rtl .cke_button_label
{
padding-right: 3px;
padding-left: 0;
float: right;
}
.cke_hc .cke_button_label
{
padding: 0;
display: inline-block;
font-size: 12px;
}
.cke_button_arrow
{
display: inline-block;
margin: 8px 0 0 3px;
width: 0;
height: 0;
cursor: default;
vertical-align: top;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 3px solid #474747;
}
.cke_rtl .cke_button_arrow
{
margin-right: 5px;
margin-left: 0;
}
.cke_hc .cke_button_arrow
{
font-size: 10px;
margin: 3px -2px 0 3px;
width: auto;
border: 0;
}
.cke_toolbar_separator
{
float: left;
background-color: #c0c0c0;
background-color: rgba(0,0,0,.2);
margin: 5px 2px 0;
height: 18px;
width: 1px;
box-shadow: 1px 0 1px rgba(255,255,255,.5);
}
.cke_rtl .cke_toolbar_separator
{
float: right;
box-shadow: -1px 0 1px rgba(255,255,255,.1);
}
.cke_hc .cke_toolbar_separator
{
width: 0;
border-left: 1px solid;
margin: 1px 5px 0 0px;
}
.cke_toolbar_break
{
display: block;
clear: left;
}
.cke_rtl .cke_toolbar_break
{
clear: right;
}
a.cke_toolbox_collapser
{
width: 12px;
height: 11px;
float: right;
margin: 11px 0 0;
font-size: 0;
cursor: default;
text-align: center;
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;
background: #e4e4e4;
background-image: linear-gradient(to bottom, #ffffff, #e4e4e4);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4');
}
.cke_toolbox_collapser:hover
{
background: #ccc;
background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');
}
.cke_toolbox_collapser.cke_toolbox_collapser_min
{
margin: 0 2px 4px;
}
.cke_rtl .cke_toolbox_collapser
{
float: left;
}
.cke_toolbox_collapser .cke_arrow
{
display: inline-block;
height: 0;
width: 0;
font-size: 0;
margin-top: 1px;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-bottom: 3px solid #474747;
border-top: 3px solid transparent;
}
.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow
{
margin-top: 4px;
border-bottom-color: transparent;
border-top-color: #474747;
}
.cke_hc .cke_toolbox_collapser .cke_arrow
{
font-size: 8px;
width: auto;
border: 0;
margin-top: 0;
margin-right: 2px;
}
.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;
opacity: 0.70; filter: alpha(opacity=70); padding: 4px;
}
.cke_hc .cke_menubutton_icon
{
height: 16px;
width: 0;
padding: 4px 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
{
opacity: 0.3;
filter: alpha(opacity=30);
}
.cke_menubutton_label
{
padding: 0 5px;
background-color: transparent;
width: 100%;
vertical-align: middle;
}
.cke_menubutton_shortcut
{
color: #979797;
}
.cke_menubutton_disabled .cke_menubutton_label
{
opacity: 0.3;
filter: alpha(opacity=30);
}
.cke_menubutton_on
{
border: 1px solid #dedede;
background-color: #f2f2f2;
box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
}
.cke_menubutton_on .cke_menubutton_icon
{
padding-right: 3px;
}
.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;
height: 1px;
filter: alpha(opacity=70); opacity: 0.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
{
vertical-align: middle;
display: inline;
}
.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;
vertical-align: top;
margin-right: 5px;
}
.cke_rtl .cke_combo_label
{
float: right;
margin-left: 5px;
margin-right: 0;
}
a.cke_combo_button
{
cursor: default;
display: inline-block;
float: left;
margin: 0 6px 5px 0;
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;
background: #e4e4e4;
background-image: linear-gradient(to bottom, #ffffff, #e4e4e4);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4');
}
.cke_combo_off a.cke_combo_button:hover,
.cke_combo_off a.cke_combo_button:focus
{
background: #ccc;
background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');
outline: none;
}
.cke_combo_off a.cke_combo_button:active,
.cke_combo_on a.cke_combo_button
{
border: 1px solid #777;
box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset;
background: #b5b5b5;
background-image: linear-gradient(to bottom, #aaa, #cacaca);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca');
}
.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);
}
@media screen and ( hover: none ) {
.cke_combo_off a.cke_combo_button:hover
{
background: #e4e4e4;
background-image: linear-gradient(to bottom, #ffffff, #e4e4e4);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4');
outline: none;
}
.cke_combo_on a.cke_combo_button:hover
{
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:active
{
border: 1px solid #777;
box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset;
background: #b5b5b5;
background-image: linear-gradient(to bottom, #aaa, #cacaca);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca');
}
.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);
}
}
.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
{
line-height: 26px;
padding-left: 10px;
text-overflow: ellipsis;
overflow: hidden;
float: left;
cursor: default;
color: #474747;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
    width: 60px;
}
.cke_rtl .cke_combo_text
{
float: right;
text-align: right;
padding-left: 0;
padding-right: 10px;
}
.cke_hc .cke_combo_text
{
line-height: 18px;
font-size: 12px;
}
.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
{
cursor: default;
margin: 11px 0 0;
float: left;
height: 0;
width: 0;
font-size: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 3px solid #474747;
}
.cke_hc .cke_combo_arrow
{
font-size: 10px;
width: auto;
border: 0;
margin-top: 3px;
}
.cke_combo_disabled .cke_combo_inlinelabel,
.cke_combo_disabled .cke_combo_open
{
opacity: 0.3;
}
.cke_path
{
float: left;
margin: -2px 0 2px;
}
a.cke_path_item,
span.cke_path_empty
{
display: inline-block;
float: left;
padding: 3px 4px;
margin-right: 2px;
cursor: default;
text-decoration: none;
outline: 0;
border: 0;
color: #4c4c4c;
text-shadow: 0 1px 0 #fff;
font-weight: bold;
font-size: 11px;
}
.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;
color: #333;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
border-radius: 2px;
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;
}
textarea.cke_source
{
font-family: 'Courier New', Monospace;
font-size: small;
background-color: #fff;
white-space: pre-wrap;
border: none;
padding: 0;
margin: 0;
display: block;
}
.cke_wysiwyg_frame, .cke_wysiwyg_div
{
background-color: #fff;
}
.cke_notifications_area
{
pointer-events: none;
}
.cke_notification
{
pointer-events: auto;
position: relative;
margin: 10px;
width: 300px;
color: white;
border-radius: 3px;
text-align: center;
opacity: 0.95;
filter: alpha(opacity = 95);
box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.3);
-webkit-animation: fadeIn 0.7s;
animation: fadeIn 0.7s;
}
.cke_notification_message a
{
color: #12306F;
}
@-webkit-keyframes fadeIn
{
from { opacity: 0.4; }
to { opacity: 0.95; }
}
@keyframes fadeIn
{
from { opacity: 0.4; }
to { opacity: 0.95; }
}
.cke_notification_success
{
background: #72B572;
border: 1px solid #63A563;
}
.cke_notification_warning
{
background: #C83939;
border: 1px solid #902B2B;
}
.cke_notification_info
{
background: #2E9AD0;
border: 1px solid #0F74A8;
}
.cke_notification_info span.cke_notification_progress
{
background-color: #0F74A8;
display: block;
padding: 0;
margin: 0;
height: 100%;
overflow: hidden;
position: absolute;
z-index: 1;
}
.cke_notification_message
{
position: relative;
margin: 4px 23px 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
z-index: 4;
text-overflow: ellipsis;
overflow: hidden;
}
.cke_notification_close
{
background-image: url(images/close.png);
background-repeat: no-repeat;
background-position: 50%;
position: absolute;
cursor: pointer;
text-align: center;
height: 20px;
width: 20px;
top: 1px;
right: 1px;
padding: 0;
margin: 0;
z-index: 5;
opacity: 0.6;
filter: alpha(opacity = 60);
}
.cke_notification_close:hover
{
opacity: 1;
filter: alpha(opacity = 100);
}
.cke_notification_close span
{
display: none;
}
.cke_notification_warning a.cke_notification_close
{
opacity: 0.8;
filter: alpha(opacity = 80);
}
.cke_notification_warning a.cke_notification_close:hover
{
opacity: 1;
filter: alpha(opacity = 100);
}
.cke_chrome
{
visibility: inherit;
}
.cke_voice_label
{
display: none;
}
legend.cke_voice_label
{
display: none;
}
.cke_button__footnotes_icon {background: url(icons.png?t=LBL6) no-repeat 0 -0px !important;}
.cke_button__simplebox_icon {background: url(icons.png?t=LBL6) no-repeat 0 -24px !important;}
.cke_button__about_icon {background: url(icons.png?t=LBL6) no-repeat 0 -48px !important;}
.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png?t=LBL6) no-repeat 0 -72px !important;}
.cke_ltr .cke_button__anchor_icon {background: url(icons.png?t=LBL6) no-repeat 0 -96px !important;}
.cke_button__bgcolor_icon {background: url(icons.png?t=LBL6) no-repeat 0 -120px !important;}
.cke_button__blockquote_icon {background: url(icons.png?t=LBL6) no-repeat 0 -144px !important;}
.cke_button__bold_icon {background: url(icons.png?t=LBL6) no-repeat 0 -168px !important;}
.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png?t=LBL6) no-repeat 0 -192px !important;}
.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png?t=LBL6) no-repeat 0 -216px !important;}
.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png?t=LBL6) no-repeat 0 -240px !important;}
.cke_ltr .cke_button__copy_icon {background: url(icons.png?t=LBL6) no-repeat 0 -264px !important;}
.cke_button__creatediv_icon {background: url(icons.png?t=LBL6) 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?t=LBL6) no-repeat 0 -312px !important;}
.cke_ltr .cke_button__cut_icon {background: url(icons.png?t=LBL6) no-repeat 0 -336px !important;}
.cke_button__horizontalrule_icon {background: url(icons.png?t=LBL6) no-repeat 0 -360px !important;}
.cke_button__image_icon {background: url(icons.png?t=LBL6) no-repeat 0 -384px !important;}
.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png?t=LBL6) no-repeat 0 -408px !important;}
.cke_ltr .cke_button__indent_icon {background: url(icons.png?t=LBL6) no-repeat 0 -432px !important;}
.cke_button__italic_icon {background: url(icons.png?t=LBL6) no-repeat 0 -456px !important;}
.cke_button__justifyblock_icon {background: url(icons.png?t=LBL6) no-repeat 0 -480px !important;}
.cke_button__justifycenter_icon {background: url(icons.png?t=LBL6) no-repeat 0 -504px !important;}
.cke_button__justifyleft_icon {background: url(icons.png?t=LBL6) no-repeat 0 -528px !important;}
.cke_button__justifyright_icon {background: url(icons.png?t=LBL6) no-repeat 0 -552px !important;}
.cke_button__link_icon {background: url(icons.png?t=LBL6) no-repeat 0 -576px !important;}
.cke_button__maximize_icon {background: url(icons.png?t=LBL6) no-repeat 0 -600px !important;}
.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png?t=LBL6) no-repeat 0 -624px !important;}
.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png?t=LBL6) no-repeat 0 -648px !important;}
.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png?t=LBL6) no-repeat 0 -672px !important;}
.cke_ltr .cke_button__outdent_icon {background: url(icons.png?t=LBL6) no-repeat 0 -696px !important;}
.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png?t=LBL6) no-repeat 0 -720px !important;}
.cke_ltr .cke_button__paste_icon {background: url(icons.png?t=LBL6) no-repeat 0 -744px !important;}
.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png?t=LBL6) no-repeat 0 -768px !important;}
.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png?t=LBL6) no-repeat 0 -792px !important;}
.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png?t=LBL6) no-repeat 0 -816px !important;}
.cke_ltr .cke_button__pastetext_icon {background: url(icons.png?t=LBL6) no-repeat 0 -840px !important;}
.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png?t=LBL6) no-repeat 0 -864px !important;}
.cke_ltr .cke_button__preview_icon {background: url(icons.png?t=LBL6) no-repeat 0 -888px !important;}
.cke_button__print_icon {background: url(icons.png?t=LBL6) no-repeat 0 -912px !important;}
.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png?t=LBL6) no-repeat 0 -936px !important;}
.cke_ltr .cke_button__redo_icon {background: url(icons.png?t=LBL6) no-repeat 0 -960px !important;}
.cke_button__removeformat_icon {background: url(icons.png?t=LBL6) no-repeat 0 -984px !important;}
.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png?t=LBL6) no-repeat 0 -1008px !important;}
.cke_ltr .cke_button__source_icon {background: url(icons.png?t=LBL6) no-repeat 0 -1032px !important;}
.cke_button__specialchar_icon {background: url(icons.png?t=LBL6) no-repeat 0 -1056px !important;}
.cke_button__strike_icon {background: url(icons.png?t=LBL6) no-repeat 0 -1080px !important;}
.cke_button__subscript_icon {background: url(icons.png?t=LBL6) no-repeat 0 -1104px !important;}
.cke_button__superscript_icon {background: url(icons.png?t=LBL6) no-repeat 0 -1128px !important;}
.cke_button__table_icon {background: url(icons.png?t=LBL6) no-repeat 0 -1152px !important;}
.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png?t=LBL6) no-repeat 0 -1176px !important;}
.cke_ltr .cke_button__templates_icon {background: url(icons.png?t=LBL6) no-repeat 0 -1200px !important;}
.cke_button__textcolor_icon {background: url(icons.png?t=LBL6) no-repeat 0 -1224px !important;}
.cke_button__underline_icon {background: url(icons.png?t=LBL6) no-repeat 0 -1248px !important;}
.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png?t=LBL6) no-repeat 0 -1272px !important;}
.cke_ltr .cke_button__undo_icon {background: url(icons.png?t=LBL6) no-repeat 0 -1296px !important;}
.cke_button__unlink_icon {background: url(icons.png?t=LBL6) no-repeat 0 -1320px !important;}
.cke_hidpi .cke_button__footnotes_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -0px !important;}
.cke_hidpi .cke_button__simplebox_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -48px !important;}
.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -48px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -72px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__anchor_icon,
.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -96px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -120px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -144px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -168px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -192px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,
.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -216px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -240px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__copy_icon,
.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -264px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -288px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -312px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__cut_icon,
.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -336px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -360px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -384px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -408px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__indent_icon,
.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -432px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -456px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -480px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -504px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -528px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -552px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -576px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -600px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -624px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,
.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -648px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -672px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__outdent_icon,
.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -696px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -720px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__paste_icon,
.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -744px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -768px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,
.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -792px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -816px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__pastetext_icon,
.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -840px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -864px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__preview_icon,
.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -888px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -912px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -936px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__redo_icon,
.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -960px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -984px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -1008px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__source_icon,
.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -1032px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -1056px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -1080px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -1104px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -1128px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -1152px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -1176px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__templates_icon,
.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -1200px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -1224px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -1248px !important;background-size: 16px !important;}
.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -1272px !important;background-size: 16px !important;}
.cke_hidpi .cke_ltr .cke_button__undo_icon,
.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -1296px !important;background-size: 16px !important;}
.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png?t=LBL6) no-repeat 0 -1320px !important;background-size: 16px !important;}
a.cke_button_disabled,
a.cke_button_disabled:hover,
a.cke_button_disabled:focus,
a.cke_button_disabled:active
{
filter: alpha(opacity = 30);
}
.cke_button_disabled .cke_button_icon
{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff);
}
.cke_button_off:hover,
.cke_button_off:focus,
.cke_button_off:active
{
filter: alpha(opacity = 100);
}
.cke_combo_disabled .cke_combo_inlinelabel,
.cke_combo_disabled .cke_combo_open
{
filter: alpha(opacity = 30);
}
.cke_toolbox_collapser
{
border: 1px solid #a6a6a6;
}
.cke_toolbox_collapser .cke_arrow
{
margin-top: 1px;
}
.cke_hc .cke_top,
.cke_hc .cke_bottom,
.cke_hc .cke_combo_button,
.cke_hc a.cke_combo_button:hover,
.cke_hc a.cke_combo_button:focus,
.cke_hc .cke_toolgroup,
.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 .cke_toolbox_collapser,
.cke_hc .cke_toolbox_collapser:hover,
.cke_hc .cke_panel_grouptitle
{
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.cke_rtl .cke_toolgroup,
.cke_rtl .cke_toolbar_separator,
.cke_rtl .cke_button,
.cke_rtl .cke_button *,
.cke_rtl .cke_combo,
.cke_rtl .cke_combo *,
.cke_rtl .cke_path_item,
.cke_rtl .cke_path_item *,
.cke_rtl .cke_path_empty
{
float: none;
}
.cke_rtl .cke_toolgroup,
.cke_rtl .cke_toolbar_separator,
.cke_rtl .cke_combo_button,
.cke_rtl .cke_combo_button *,
.cke_rtl .cke_button,
.cke_rtl .cke_button_icon
{
display: inline-block;
vertical-align: top;
}
.cke_toolbox
{
display:inline-block;
padding-bottom: 5px;
height: 100%;
}
.cke_rtl .cke_toolbox
{
padding-bottom: 0;
}
.cke_toolbar
{
margin-bottom: 5px;
}
.cke_rtl .cke_toolbar
{
margin-bottom: 0;
}
/* IE7: toolgroup must be adapted to toolbar items height. */
.cke_toolgroup
{
height: 26px;
}
/* Avoid breaking elements that use background gradient when page zoom > 1 (#9548) */
.cke_toolgroup,
.cke_combo
{
position: relative;
}
a.cke_button
{
/* IE7: buttons must not float to wrap the toolbar in a whole. */
float:none;
/* IE7: buttons have to be aligned to top. Otherwise, some buttons like
* source and scayt are displayed a few pixels below the base line.
*/
vertical-align:top;
}
.cke_toolbar_separator
{
display: inline-block;
float: none;
vertical-align: top;
background-color: #c0c0c0;
}
.cke_toolbox_collapser .cke_arrow
{
margin-top: 0;
}
.cke_toolbox_collapser .cke_arrow
{
border-width:4px;
}
.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow
{
border-width:3px;
}
.cke_rtl .cke_button_arrow
{
padding-top: 8px;
margin-right: 2px;
}
.cke_rtl .cke_combo_inlinelabel
{
display: table-cell;
vertical-align: middle;
}
/*
 * Editor menus are display:table-driven. IE7 doesn't support this approach,
 * hence this position&float hybrid fall-back.
 */
.cke_menubutton
{
display: block;
height: 24px;
}
.cke_menubutton_inner
{
display: block;
position: relative;
}
.cke_menubutton_icon
{
height: 16px;
width: 16px;
}
.cke_menubutton_icon,
.cke_menubutton_label,
.cke_menuarrow
{
display: inline-block;
}
.cke_menubutton_label
{
width: auto;
vertical-align: top;
line-height: 24px;
height: 24px;
margin: 0 10px 0 0;
}
.cke_menuarrow
{
width: 5px;
height: 6px;
padding: 0;
position: absolute;
right: 8px;
top: 10px;
background-position: 0 0;
}
/* Menus in RTL mode. */
.cke_rtl .cke_menubutton_icon
{
position: absolute;
right: 0px;
top: 0px;
}
.cke_rtl .cke_menubutton_label
{
float: right;
clear: both;
margin: 0 24px 0 10px;
}
.cke_hc .cke_rtl .cke_menubutton_label
{
margin-right: 0;
}
.cke_rtl .cke_menuarrow
{
left: 8px;
right: auto;
background-position: 0 -24px;
}
.cke_hc .cke_menuarrow
{
top: 5px;
padding: 0 5px;
}
.cke_rtl input.cke_dialog_ui_input_text,
.cke_rtl input.cke_dialog_ui_input_password,
.cke_rtl input.cke_dialog_ui_input_tel
{
/* Positioning is required for IE7 on text inputs not to stretch dialog horizontally. (#8971)*/
position: relative;
}
/* Reset vertical paddings which put editing area under bottom UI space. (#9721) */
.cke_wysiwyg_div
{
padding-top: 0 !important;
padding-bottom: 0 !important;
}