123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221 |
- /*
- Created by ThemePixels - Mienard Lumaad.
- http://themepixels.com/
- */
-
-
- .cke_reset {
- border:0;
- background:transparent;
- text-decoration:none;
- width:auto;
- height:auto;
- vertical-align:baseline;
- box-sizing:content-box;
- -moz-box-sizing:content-box;
- -webkit-box-sizing:content-box;
- position:static;
- -webkit-transition:none;
- -moz-transition:none;
- -ms-transition:none;
- transition:none;
- margin:0;
- padding:0;
- }
-
- .cke_reset_all,.cke_reset_all * {
- border:0;
- background:transparent;
- text-decoration:none;
- width:auto;
- height:auto;
- vertical-align:baseline;
- box-sizing:content-box;
- -moz-box-sizing:content-box;
- -webkit-box-sizing:content-box;
- position:static;
- -webkit-transition:none;
- -moz-transition:none;
- -ms-transition:none;
- transition:none;
- border-collapse:collapse;
- color:#000;
- text-align:left;
- white-space:nowrap;
- cursor:auto;
- margin:0;
- padding:0;
- font-size: 13px;
- font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
- }
-
- .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 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 {
- display:block;
- visibility:inherit;
- padding:0;
- }
-
- .cke_inner {
- display:block;
- -webkit-touch-callout:none;
- padding:0;
- }
-
- .cke_maximized {
- background: #fcfcfc;
- }
-
- .cke_float {
- border:0;
- }
-
- .cke_float .cke_inner {
- padding-bottom:0;
- }
-
- .cke_top,.cke_contents,.cke_bottom {
- display:block;
- overflow:hidden;
- }
-
- .cke_contents {
- border: 1px solid #ccc;
- -moz-border-radius: 2px 2px 0 0;
- -webkit-border-radius: 2px 2px 0 0;
- border-radius: 2px 2px 0 0;
- }
-
- .cke_top {
- white-space:normal;
- background: #fff;
- padding-bottom: 5px;
- }
-
- .cke_maximized .cke_top {
- padding: 10px 10px 0 10px;
- }
-
- .cke_float .cke_top {
- border:1px solid #ccc;
- border-bottom-color:#ccc;
- padding: 10px 10px 0 10px;
- }
-
- .cke_bottom {
- position:relative;
- background:#ebeef1;
- padding:6px 8px 3px;
- border: 1px solid #ccc;
- border-top: 0;
- -moz-border-radius: 0 0 2px 2px;
- -webkit-border-radius: 0 0 2px 2px;
- border-radius: 0 0 2px 2px;
- }
-
- .cke_browser_ios .cke_contents {
- overflow-y:auto;
- -webkit-overflow-scrolling:touch;
- }
-
- .cke_resizer {
- width:0;
- height:0;
- overflow:hidden;
- font-size:0;
- vertical-align:bottom;
- margin-top:15px;
- margin-bottom:2px;
- border-color:transparent #666 transparent transparent;
- border-style:dashed solid dashed dashed;
- border-width:10px 10px 0 0;
- }
-
- .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 {
- cursor:sw-resize;
- float:left;
- margin-left:-4px;
- right:auto;
- border-color:transparent transparent transparent #a5a5a5;
- border-style:dashed dashed dashed solid;
- border-width:10px 0 0 10px;
- }
-
- .cke_wysiwyg_div {
- display:block;
- height:100%;
- overflow:auto;
- outline-style:none;
- -moz-box-sizing:border-box;
- -webkit-box-sizing:border-box;
- box-sizing:border-box;
- padding:0 8px;
- }
-
- .cke_panel {
- visibility:visible;
- width:120px;
- height:100px;
- overflow:hidden;
- background-color:#fff;
- border:1px solid #b6b6b6;
- border-bottom-color:#999;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
- border-radius:3px;
- -moz-box-shadow:0 0 3px rgba(0,0,0,.15);
- -webkit-box-shadow:0 0 3px rgba(0,0,0,.15);
- box-shadow:0 0 3px rgba(0,0,0,.15);
- }
-
- .cke_menu_panel {
- margin:0;
- padding: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;
- white-space:nowrap;
- margin:3px;
- padding:0;
- }
-
- .cke_panel_listItem {
- padding-bottom:1px;
- margin:0;
- }
-
- .cke_panel_listItem a {
- display:block;
- border:1px solid #fff;
- color:inherit!important;
- text-decoration:none;
- overflow:hidden;
- text-overflow:ellipsis;
- -moz-border-radius:2px;
- -webkit-border-radius:2px;
- border-radius:2px;
- padding:3px 4px;
- }
-
- * html .cke_panel_listItem a {
- width:100%;
- color:#000;
- }
-
- :first-child+html .cke_panel_listItem a {
- color:#000;
- }
-
- .cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active {
- background-color:#f2f2f2;
- }
-
- .cke_hc .cke_panel_listItem a {
- border-style:none;
- }
-
- .cke_panel_grouptitle {
- font-size:11px;
- font-weight:700;
- white-space:nowrap;
- color:#474747;
- border-bottom:1px solid #ccc;
- background:#e4e7ea;
- margin:0;
- padding:4px 6px;
- }
-
- .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:0;
- margin-bottom:0;
- }
-
- .cke_colorblock {
- font-size:11px;
- font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;
- padding:3px;
- }
-
- .cke_colorblock,.cke_colorblock a {
- text-decoration:none;
- color:#000;
- }
-
- span.cke_colorbox {
- width:10px;
- height:10px;
- border:gray 1px solid;
- float:left;
- }
-
- a.cke_colorbox {
- border:#fff 1px solid;
- float:left;
- width:12px;
- height:12px;
- padding:2px;
- }
-
- a.cke_colorauto,a.cke_colormore {
- border:#fff 1px solid;
- display:block;
- cursor:pointer;
- padding:2px;
- }
-
- .cke_toolgroup {
- float:left;
- border:1px solid #ccc;
- -moz-border-radius:2px;
- -webkit-border-radius:2px;
- border-radius:2px;
- background:#E4E7EA;
- margin:0 11px 10px 0;
- }
-
- .cke_toolgroup a:first-child {
- border-left: 0;
- }
-
- .cke_hc .cke_toolgroup {
- border:0;
- margin-right:10px;
- margin-bottom:10px;
- }
-
- .cke_rtl .cke_toolgroup :first-child {
- -moz-border-radius:0 2px 2px 0;
- -webkit-border-radius:0 2px 2px 0;
- border-radius:0 2px 2px 0;
- }
-
- .cke_rtl .cke_toolgroup :last-child {
- -moz-border-radius:2px 0 0 2px;
- -webkit-border-radius:2px 0 0 2px;
- border-radius:2px 0 0 2px;
- }
-
- .cke_rtl .cke_toolgroup {
- float:right;
- margin-left:6px;
- margin-right:0;
- }
-
- a.cke_button {
- display:inline-block;
- height:18px;
- outline:0;
- cursor:default;
- float:left;
- border:0;
- padding:8px 10px;
- border-left: 1px solid #ccc;
- }
-
- a.cke_button_disabled:hover {
- background: #E4E7EA;
- }
-
- .cke_hc .cke_button {
- border:1px solid #000;
- margin:-2px 4px 0 -2px;
- padding:3px 5px;
- }
-
- .cke_button_on {
- background:#fff;
- }
-
- .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_hc .cke_button_disabled {
- opacity:.5;
- }
-
- a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active {
- background:#f7f7f7;
- }
-
- .cke_button_icon {
- cursor:inherit;
- background-repeat:no-repeat;
- margin-top:1px;
- width:16px;
- height:16px;
- float:left;
- display:inline-block;
- }
-
- .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 {
- display:inline-block;
- font-size:12px;
- padding:0;
- }
-
- .cke_button_arrow {
- display:inline-block;
- width:0;
- height:0;
- cursor:default;
- vertical-align:top;
- border-left:3px solid transparent;
- border-right:3px solid transparent;
- border-top:3px solid #474747;
- margin:8px 0 0 1px;
- }
-
- .cke_rtl .cke_button_arrow {
- margin-right:5px;
- margin-left:0;
- }
-
- .cke_hc .cke_button_arrow {
- font-size:10px;
- width:auto;
- border:0;
- margin:3px -2px 0 3px;
- }
-
- .cke_toolbar_separator {
- float:left;
- background-color:rgba(0,0,0,.2);
- height:18px;
- width:1px;
- margin:5px 2px 0;
- display: none;
- }
-
- .cke_rtl .cke_toolbar_separator {
- float:right;
- -webkit-box-shadow:-1px 0 1px rgba(255,255,255,.1);
- -moz-box-shadow:-1px 0 1px rgba(255,255,255,.1);
- 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 0;
- }
-
- .cke_toolbar_break {
- display:block;
- clear:left;
- }
-
- .cke_rtl .cke_toolbar_break {
- clear:right;
- }
-
- .cke_toolbox_collapser {
- width:12px;
- height:11px;
- float:right;
- font-size:0;
- cursor:default;
- text-align:center;
- border:1px solid #a6a6a6;
- border-bottom-color:#979797;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
- 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-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;
- 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(top,#fff,#e4e4e4);
- filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4');
- margin:11px 0 0;
- }
-
- .cke_toolbox_collapser:hover {
- background:#ccc;
- background-image:linear-gradient(top,#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_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_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active {
- display:block;
- background-color:#eff0ef;
- }
-
- .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:.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_label {
- background-color:transparent;
- width:100%;
- vertical-align:middle;
- padding:0 5px;
- }
-
- .cke_menubutton_on .cke_menubutton_icon {
- padding-right:3px;
- }
-
- .cke_menuseparator {
- background-color:#d3d3d3;
- height:1px;
- filter:alpha(opacity=70);
- 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_hc .cke_menuarrow span {
- vertical-align:middle;
- display:inline;
- }
-
- .cke_combo {
- display:inline-block;
- float:left;
- }
-
- .cke_hc .cke_combo {
- margin-top:-2px;
- }
-
- .cke_combo_label {
- display:none;
- float:left;
- line-height:26px;
- vertical-align:top;
- margin-right:5px;
- }
-
- .cke_combo_button {
- display:inline-block;
- float:left;
- border:1px solid #ccc;
- -moz-border-radius:2px;
- -webkit-border-radius:2px;
- border-radius:2px;
- background:#E4E7EA;
- margin:0 11px 10px 0;
- padding: 3px 2px;
- }
-
- .cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus {
- background:#f7f7f7;
- outline:0;
- }
-
- .cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button {
- border:1px solid #ccc;
- background:#fff;
- }
-
- .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;
- margin-bottom:-1px;
- margin-top:1px;
- }
-
- .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;
- width:5px;
- margin:1px 7px;
- }
-
- .cke_hc .cke_combo_open {
- height:12px;
- }
-
- .cke_combo_arrow {
- float:left;
- height:0;
- width:0;
- font-size:0;
- border-left:3px solid transparent;
- border-right:3px solid transparent;
- border-top:3px solid #474747;
- margin:11px 0 0;
- }
-
- .cke_hc .cke_combo_arrow {
- font-size:10px;
- width:auto;
- border:0;
- margin-top:3px;
- }
-
- .cke_path {
- float:left;
- margin:-2px 0 2px;
- }
-
- .cke_path_item,.cke_path_empty {
- display:inline-block;
- float:left;
- margin-right:2px;
- cursor:default;
- text-decoration:none;
- outline:0;
- border:0;
- color:#4c4c4c;
- font-weight:700;
- font-size:11px;
- padding:3px 4px;
- }
-
- a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active {
- background-color:#ccc;
- color:#333;
- -moz-border-radius:2px;
- -webkit-border-radius:2px;
- border-radius:2px;
- text-decoration: none;
- }
-
- .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 {
- font-family:'Courier New',Monospace;
- font-size:small;
- background-color:#fff;
- white-space:pre;
- }
-
- .cke_wysiwyg_frame,.cke_wysiwyg_div {
- background-color:#fff;
- }
-
- .cke_button__about_icon {
- background:url(icons.png) no-repeat 0 0!important;
- }
-
- .cke_button__bold_icon {
- background:url(icons.png) no-repeat 0 -24px!important;
- }
-
- .cke_button__italic_icon {
- background:url(icons.png) no-repeat 0 -48px!important;
- }
-
- .cke_button__strike_icon {
- background:url(icons.png) no-repeat 0 -72px!important;
- }
-
- .cke_button__subscript_icon {
- background:url(icons.png) no-repeat 0 -96px!important;
- }
-
- .cke_button__superscript_icon {
- background:url(icons.png) no-repeat 0 -120px!important;
- }
-
- .cke_button__underline_icon {
- background:url(icons.png) no-repeat 0 -144px!important;
- }
-
- .cke_button__blockquote_icon {
- background:url(icons.png) no-repeat 0 -168px!important;
- }
-
- .cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
- background:url(icons.png) no-repeat 0 -192px!important;
- }
-
- .cke_ltr .cke_button__copy_icon {
- background:url(icons.png) no-repeat 0 -216px!important;
- }
-
- .cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
- background:url(icons.png) no-repeat 0 -240px!important;
- }
-
- .cke_ltr .cke_button__cut_icon {
- background:url(icons.png) no-repeat 0 -264px!important;
- }
-
- .cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
- background:url(icons.png) no-repeat 0 -288px!important;
- }
-
- .cke_ltr .cke_button__paste_icon {
- background:url(icons.png) no-repeat 0 -312px!important;
- }
-
- .cke_button__horizontalrule_icon {
- background:url(icons.png) no-repeat 0 -336px!important;
- }
-
- .cke_button__image_icon {
- background:url(icons.png) no-repeat 0 -360px!important;
- }
-
- .cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
- background:url(icons.png) no-repeat 0 -384px!important;
- }
-
- .cke_ltr .cke_button__indent_icon {
- background:url(icons.png) no-repeat 0 -408px!important;
- }
-
- .cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
- background:url(icons.png) no-repeat 0 -432px!important;
- }
-
- .cke_ltr .cke_button__outdent_icon {
- background:url(icons.png) no-repeat 0 -456px!important;
- }
-
- .cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
- background:url(icons.png) no-repeat 0 -480px!important;
- }
-
- .cke_ltr .cke_button__anchor_icon {
- background:url(icons.png) no-repeat 0 -504px!important;
- }
-
- .cke_button__link_icon {
- background:url(icons.png) no-repeat 0 -528px!important;
- }
-
- .cke_button__unlink_icon {
- background:url(icons.png) no-repeat 0 -552px!important;
- }
-
- .cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
- background:url(icons.png) no-repeat 0 -576px!important;
- }
-
- .cke_ltr .cke_button__bulletedlist_icon {
- background:url(icons.png) 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) no-repeat 0 -624px!important;
- }
-
- .cke_ltr .cke_button__numberedlist_icon {
- background:url(icons.png) no-repeat 0 -648px!important;
- }
-
- .cke_button__maximize_icon {
- background:url(icons.png) no-repeat 0 -672px!important;
- }
-
- .cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
- background:url(icons.png) no-repeat 0 -696px!important;
- }
-
- .cke_ltr .cke_button__pastetext_icon {
- background:url(icons.png) no-repeat 0 -720px!important;
- }
-
- .cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
- background:url(icons.png) no-repeat 0 -744px!important;
- }
-
- .cke_ltr .cke_button__pastefromword_icon {
- background:url(icons.png) no-repeat 0 -768px!important;
- }
-
- .cke_button__removeformat_icon {
- background:url(icons.png) no-repeat 0 -792px!important;
- }
-
- .cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
- background:url(icons.png) no-repeat 0 -816px!important;
- }
-
- .cke_ltr .cke_button__source_icon {
- background:url(icons.png) no-repeat 0 -840px!important;
- }
-
- .cke_button__specialchar_icon {
- background:url(icons.png) no-repeat 0 -864px!important;
- }
-
- .cke_button__scayt_icon {
- background:url(icons.png) no-repeat 0 -888px!important;
- }
-
- .cke_button__table_icon {
- background:url(icons.png) 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) no-repeat 0 -936px!important;
- }
-
- .cke_ltr .cke_button__redo_icon {
- background:url(icons.png) no-repeat 0 -960px!important;
- }
-
- .cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
- background:url(icons.png) no-repeat 0 -984px!important;
- }
-
- .cke_ltr .cke_button__undo_icon {
- background:url(icons.png) no-repeat 0 -1008px!important;
- }
-
- .cke_button__spellchecker_icon {
- background:url(icons.png) no-repeat 0 -1032px!important;
- }
-
- .cke_hidpi .cke_button__about_icon {
- background:url(icons_hidpi.png) no-repeat 0 0!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__bold_icon {
- background:url(icons_hidpi.png) no-repeat 0 -24px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__italic_icon {
- background:url(icons_hidpi.png) no-repeat 0 -48px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__strike_icon {
- background:url(icons_hidpi.png) no-repeat 0 -72px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__subscript_icon {
- background:url(icons_hidpi.png) no-repeat 0 -96px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__superscript_icon {
- background:url(icons_hidpi.png) no-repeat 0 -120px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__underline_icon {
- background:url(icons_hidpi.png) no-repeat 0 -144px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__blockquote_icon {
- background:url(icons_hidpi.png) no-repeat 0 -168px!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) no-repeat 0 -192px!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) no-repeat 0 -216px!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) no-repeat 0 -240px!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) no-repeat 0 -264px!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) no-repeat 0 -288px!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) no-repeat 0 -312px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__horizontalrule_icon {
- background:url(icons_hidpi.png) no-repeat 0 -336px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__image_icon {
- background:url(icons_hidpi.png) no-repeat 0 -360px!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) no-repeat 0 -384px!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) no-repeat 0 -408px!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) no-repeat 0 -432px!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) no-repeat 0 -456px!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) no-repeat 0 -480px!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) no-repeat 0 -504px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__link_icon {
- background:url(icons_hidpi.png) no-repeat 0 -528px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__unlink_icon {
- background:url(icons_hidpi.png) no-repeat 0 -552px!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) no-repeat 0 -576px!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) 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) 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) no-repeat 0 -648px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__maximize_icon {
- background:url(icons_hidpi.png) no-repeat 0 -672px!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) no-repeat 0 -696px!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) no-repeat 0 -720px!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) no-repeat 0 -744px!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) no-repeat 0 -768px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__removeformat_icon {
- background:url(icons_hidpi.png) no-repeat 0 -792px!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) no-repeat 0 -816px!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) no-repeat 0 -840px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__specialchar_icon {
- background:url(icons_hidpi.png) no-repeat 0 -864px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__scayt_icon {
- background:url(icons_hidpi.png) no-repeat 0 -888px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__table_icon {
- background:url(icons_hidpi.png) 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) 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) no-repeat 0 -960px!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) no-repeat 0 -984px!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) no-repeat 0 -1008px!important;
- background-size:16px!important;
- }
-
- .cke_hidpi .cke_button__spellchecker_icon {
- background:url(icons_hidpi.png) no-repeat 0 -1032px!important;
- background-size:16px!important;
- }
-
- .cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled],.cke_menuitem span {
- cursor:default;
- }
-
- .cke_panel_listItem.cke_selected a,.cke_menubutton_on {
- background-color:#f2f2f2;
- outline: none;
- }
-
- .cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active,.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_rtl span.cke_colorbox,.cke_rtl a.cke_colorbox,.cke_rtl .cke_toolbar,.cke_rtl .cke_button,.cke_rtl .cke_button_icon,.cke_rtl .cke_combo,.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty {
- float:right;
- }
-
- a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox,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,.cke_rtl .cke_toolbox_collapser {
- float:left;
- }
-
- .cke_button_disabled .cke_button_icon,.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open {
- opacity:.3;
- }
-
- .cke_hc .cke_button_icon,.cke_panel_frame .cke_menubutton_label,.cke_menuarrow span,.cke_voice_label,legend.cke_voice_label {
- display:none;
- }
-
- .cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled .cke_menubutton_label {
- opacity:.3;
- filter:alpha(opacity=30);
- }
-
- .cke_rtl .cke_combo_label,.cke_rtl .cke_combo_button {
- float:right;
- margin-left:5px;
- margin-right:0;
- }
|