glebtv-ckeditor 4.4.3.4 → 4.4.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/ckeditor/override.js.erb +1 -1
- data/lib/ckeditor/version.rb +1 -1
- data/vendor/assets/javascripts/ckeditor/build-config.js +12 -8
- data/vendor/assets/javascripts/ckeditor/ckeditor.js +674 -658
- data/vendor/assets/javascripts/ckeditor/config.js +2 -2
- data/vendor/assets/javascripts/ckeditor/lang/en.js +2 -2
- data/vendor/assets/javascripts/ckeditor/lang/ru.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/about/dialogs/about.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.min.css +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.addons.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.addons.search.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.htmlmixed.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.javascript.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.php.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/plugin.js +142 -94
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/3024-day.css +5 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/3024-night.css +3 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/ambiance.css +4 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/base16-dark.css +4 -2
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/base16-light.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/blackboard.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/cobalt.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/erlang-dark.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/lesser-dark.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/mbo.css +13 -15
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/mdn-like.css +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/midnight.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/monokai.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/neo.css +3 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/night.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/paraiso-dark.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/paraiso-light.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/pastel-on-dark.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/rubyblue.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/solarized.css +3 -5
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/the-matrix.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/tomorrow-night-eighties.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/twilight.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/vibrant-ink.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/xq-dark.css +2 -0
- data/vendor/assets/javascripts/ckeditor/plugins/icons.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/icons_hidpi.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/iframe/images/placeholder.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image/dialogs/image.js +31 -31
- data/vendor/assets/javascripts/ckeditor/plugins/link/images/anchor.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/magicline/images/icon-rtl.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/magicline/images/icon.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/map/plugin.js +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/pastefromword/filter/default.js +7 -7
- data/vendor/assets/javascripts/ckeditor/plugins/scayt/dialogs/options.js +16 -16
- data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/angel_smile.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/angry_smile.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/broken_heart.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/confused_smile.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/cry_smile.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/devil_smile.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/embarrassed_smile.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/embarrassed_smile.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/envelope.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/heart.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/kiss.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/lightbulb.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/omg_smile.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/regular_smile.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/sad_smile.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/shades_smile.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/teeth_smile.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_down.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_up.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/tongue_smile.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/tongue_smile.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/wink_smile.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/stylesheetparser/plugin.js +152 -163
- data/vendor/assets/javascripts/ckeditor/plugins/wordcount/plugin.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +68 -68
- data/vendor/assets/javascripts/ckeditor/plugins/youtube/lang/en.js +5 -4
- data/vendor/assets/javascripts/ckeditor/plugins/youtube/lang/ru.js +2 -1
- data/vendor/assets/javascripts/ckeditor/plugins/youtube/plugin.js +34 -10
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog.css +5 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie.css +5 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie7.css +5 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie8.css +5 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_iequirks.css +5 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor.css +5 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_gecko.css +5 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie.css +5 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie7.css +5 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie8.css +5 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_iequirks.css +5 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/icons.png +0 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/icons_hidpi.png +0 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/images/arrow.png +0 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/images/close.png +0 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/images/hidpi/close.png +0 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/images/hidpi/lock-open.png +0 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/images/hidpi/lock.png +0 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/images/hidpi/refresh.png +0 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/images/lock-open.png +0 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/images/lock.png +0 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono/images/refresh.png +0 -0
- metadata +16 -96
- data/test/dummy/log/test.log +0 -301
- data/test/dummy/tmp/cache/assets/test/sprockets/0ff571a66f03f4c98305b82fbc097934 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/1c2a2034cd1d6490a47e1f2b22a328f3 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/233a499dd1009ab5b2a8040346715629 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2a79c1fcf4595c4bfb3a1e77a732b9e9 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2bb1e656d1d1c20542dd47020608ce4b +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/371bf96e99717688ed7313a0c53f4212 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/3c088129885aa2261da0ab21707aa851 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/5296ab0e7196335ed50f33e398de0470 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/62133d9323b94de8b0cd2a3e490e0374 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/6fc757c2c8329244ca95d6909865bbc2 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/70f2d021b0f59639252116032aa12a5d +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/73eff3be45044b7438486d533547c02c +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/7869bf4c6f26bcd697a78ffd20655de5 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/88d81ff5585179f4acb7ba76bdcb1244 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/990c65e42e2a681340e62644dd07782b +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/aaf14684bcb6dafb17154d27c3d5a5de +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/b2141ea733727ae31693b5129d431629 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/c1469bfe5d5645440961cc1e8fd48120 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/c479f0465142b7c9c5a9c58a256335d7 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/c73d53992216d52410b542dce76742ad +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/c7476f60577593bf79ca5b6334b86903 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cb4a5e7fc592c6023ed2acc5953b4685 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d7e7d3b3729ff516f81682711ea8a53a +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d9b8613a01ff7c7d9fe1a6b7cd5497ff +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/e4513c04c145290b038978a8f471d244 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/e65823156ac3891c4779224e828d4877 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f20469686afebc55828d93a978e5ff20 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f24d6c64fd96102c27c1f10e82ebf864 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f33022711bcfc1cae3955a1de79fe280 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f69b1a9a1323d97109283e5bd378c23d +0 -0
- data/test/tmp/app/models/ckeditor/asset.rb +0 -5
- data/test/tmp/app/models/ckeditor/attachment_file.rb +0 -12
- data/test/tmp/app/models/ckeditor/picture.rb +0 -13
- data/test/tmp/config/initializers/ckeditor.rb +0 -26
- data/test/tmp/config/routes.rb +0 -5
- data/vendor/assets/javascripts/ckeditor/README.md +0 -39
- data/vendor/assets/javascripts/ckeditor/plugins/scayt/README.md +0 -25
- data/vendor/assets/javascripts/ckeditor/plugins/wsc/README.md +0 -25
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog.css.scss +0 -771
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie.css.scss +0 -812
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie7.css.scss +0 -844
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie8.css.scss +0 -825
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_iequirks.css.scss +0 -816
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor.css.scss +0 -2133
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_gecko.css.scss +0 -2142
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie.css.scss +0 -2191
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie7.css.scss +0 -2359
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie8.css.scss +0 -2203
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_iequirks.css.scss +0 -2251
- data/vendor/assets/javascripts/ckeditor/skins/moono/readme.md +0 -51
@@ -1,2133 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
3
|
-
For licensing, see LICENSE.md or http://ckeditor.com/license
|
4
|
-
*/
|
5
|
-
|
6
|
-
.cke_reset {
|
7
|
-
margin: 0;
|
8
|
-
padding: 0;
|
9
|
-
border: 0;
|
10
|
-
background: transparent;
|
11
|
-
text-decoration: none;
|
12
|
-
width: auto;
|
13
|
-
height: auto;
|
14
|
-
vertical-align: baseline;
|
15
|
-
box-sizing: content-box;
|
16
|
-
-moz-box-sizing: content-box;
|
17
|
-
-webkit-box-sizing: content-box;
|
18
|
-
position: static;
|
19
|
-
-webkit-transition: none;
|
20
|
-
-moz-transition: none;
|
21
|
-
-ms-transition: none;
|
22
|
-
transition: none;
|
23
|
-
}
|
24
|
-
|
25
|
-
.cke_reset_all {
|
26
|
-
margin: 0;
|
27
|
-
padding: 0;
|
28
|
-
border: 0;
|
29
|
-
background: transparent;
|
30
|
-
text-decoration: none;
|
31
|
-
width: auto;
|
32
|
-
height: auto;
|
33
|
-
vertical-align: baseline;
|
34
|
-
box-sizing: content-box;
|
35
|
-
-moz-box-sizing: content-box;
|
36
|
-
-webkit-box-sizing: content-box;
|
37
|
-
position: static;
|
38
|
-
-webkit-transition: none;
|
39
|
-
-moz-transition: none;
|
40
|
-
-ms-transition: none;
|
41
|
-
transition: none;
|
42
|
-
border-collapse: collapse;
|
43
|
-
font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
|
44
|
-
color: #000;
|
45
|
-
text-align: left;
|
46
|
-
white-space: nowrap;
|
47
|
-
cursor: auto;
|
48
|
-
float: none;
|
49
|
-
* {
|
50
|
-
margin: 0;
|
51
|
-
padding: 0;
|
52
|
-
border: 0;
|
53
|
-
background: transparent;
|
54
|
-
text-decoration: none;
|
55
|
-
width: auto;
|
56
|
-
height: auto;
|
57
|
-
vertical-align: baseline;
|
58
|
-
box-sizing: content-box;
|
59
|
-
-moz-box-sizing: content-box;
|
60
|
-
-webkit-box-sizing: content-box;
|
61
|
-
position: static;
|
62
|
-
-webkit-transition: none;
|
63
|
-
-moz-transition: none;
|
64
|
-
-ms-transition: none;
|
65
|
-
transition: none;
|
66
|
-
border-collapse: collapse;
|
67
|
-
font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
|
68
|
-
color: #000;
|
69
|
-
text-align: left;
|
70
|
-
white-space: nowrap;
|
71
|
-
cursor: auto;
|
72
|
-
float: none;
|
73
|
-
}
|
74
|
-
.cke_rtl * {
|
75
|
-
text-align: right;
|
76
|
-
}
|
77
|
-
iframe {
|
78
|
-
vertical-align: inherit;
|
79
|
-
}
|
80
|
-
textarea {
|
81
|
-
white-space: pre;
|
82
|
-
cursor: text;
|
83
|
-
}
|
84
|
-
input {
|
85
|
-
&[type="text"], &[type="password"] {
|
86
|
-
cursor: text;
|
87
|
-
}
|
88
|
-
}
|
89
|
-
textarea[disabled] {
|
90
|
-
cursor: default;
|
91
|
-
}
|
92
|
-
input {
|
93
|
-
&[type="text"][disabled], &[type="password"][disabled] {
|
94
|
-
cursor: default;
|
95
|
-
}
|
96
|
-
}
|
97
|
-
fieldset {
|
98
|
-
padding: 10px;
|
99
|
-
border: 2px groove #e0dfe3;
|
100
|
-
}
|
101
|
-
select {
|
102
|
-
box-sizing: border-box;
|
103
|
-
-moz-box-sizing: border-box;
|
104
|
-
-webkit-box-sizing: border-box;
|
105
|
-
}
|
106
|
-
}
|
107
|
-
|
108
|
-
.cke_chrome {
|
109
|
-
display: block;
|
110
|
-
border: 1px solid #b6b6b6;
|
111
|
-
padding: 0;
|
112
|
-
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
113
|
-
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
114
|
-
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
115
|
-
}
|
116
|
-
|
117
|
-
.cke_inner {
|
118
|
-
display: block;
|
119
|
-
-webkit-touch-callout: none;
|
120
|
-
background: #fff;
|
121
|
-
padding: 0;
|
122
|
-
}
|
123
|
-
|
124
|
-
.cke_float {
|
125
|
-
border: 0;
|
126
|
-
.cke_inner {
|
127
|
-
padding-bottom: 0;
|
128
|
-
}
|
129
|
-
}
|
130
|
-
|
131
|
-
.cke_top, .cke_contents, .cke_bottom {
|
132
|
-
display: block;
|
133
|
-
overflow: hidden;
|
134
|
-
}
|
135
|
-
|
136
|
-
.cke_top {
|
137
|
-
border-bottom: 1px solid #b6b6b6;
|
138
|
-
padding: 6px 8px 2px;
|
139
|
-
white-space: normal;
|
140
|
-
-moz-box-shadow: 0 1px 0 #fff inset;
|
141
|
-
-webkit-box-shadow: 0 1px 0 #fff inset;
|
142
|
-
box-shadow: 0 1px 0 #fff inset;
|
143
|
-
background: #cfd1cf;
|
144
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#cfd1cf));
|
145
|
-
background-image: -moz-linear-gradient(top, whitesmoke, #cfd1cf);
|
146
|
-
background-image: -webkit-linear-gradient(top, whitesmoke, #cfd1cf);
|
147
|
-
background-image: -o-linear-gradient(top, whitesmoke, #cfd1cf);
|
148
|
-
background-image: -ms-linear-gradient(top, whitesmoke, #cfd1cf);
|
149
|
-
background-image: linear-gradient(top, whitesmoke, #cfd1cf);
|
150
|
-
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf');
|
151
|
-
}
|
152
|
-
|
153
|
-
.cke_float .cke_top {
|
154
|
-
border: 1px solid #b6b6b6;
|
155
|
-
border-bottom-color: #999;
|
156
|
-
}
|
157
|
-
|
158
|
-
.cke_bottom {
|
159
|
-
padding: 6px 8px 2px;
|
160
|
-
position: relative;
|
161
|
-
border-top: 1px solid #bfbfbf;
|
162
|
-
-moz-box-shadow: 0 1px 0 #fff inset;
|
163
|
-
-webkit-box-shadow: 0 1px 0 #fff inset;
|
164
|
-
box-shadow: 0 1px 0 #fff inset;
|
165
|
-
background: #cfd1cf;
|
166
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf));
|
167
|
-
background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf);
|
168
|
-
background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf);
|
169
|
-
background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf);
|
170
|
-
background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf);
|
171
|
-
background-image: linear-gradient(top, #ebebeb, #cfd1cf);
|
172
|
-
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf');
|
173
|
-
}
|
174
|
-
|
175
|
-
.cke_browser_ios .cke_contents {
|
176
|
-
overflow-y: auto;
|
177
|
-
-webkit-overflow-scrolling: touch;
|
178
|
-
}
|
179
|
-
|
180
|
-
.cke_resizer {
|
181
|
-
width: 0;
|
182
|
-
height: 0;
|
183
|
-
overflow: hidden;
|
184
|
-
width: 0;
|
185
|
-
height: 0;
|
186
|
-
overflow: hidden;
|
187
|
-
border-width: 10px 10px 0 0;
|
188
|
-
border-color: transparent #666 transparent transparent;
|
189
|
-
border-style: dashed solid dashed dashed;
|
190
|
-
font-size: 0;
|
191
|
-
vertical-align: bottom;
|
192
|
-
margin-top: 6px;
|
193
|
-
margin-bottom: 2px;
|
194
|
-
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
|
195
|
-
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
|
196
|
-
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
|
197
|
-
}
|
198
|
-
|
199
|
-
.cke_hc .cke_resizer {
|
200
|
-
font-size: 15px;
|
201
|
-
width: auto;
|
202
|
-
height: auto;
|
203
|
-
border-width: 0;
|
204
|
-
}
|
205
|
-
|
206
|
-
.cke_resizer_ltr {
|
207
|
-
cursor: se-resize;
|
208
|
-
float: right;
|
209
|
-
margin-right: -4px;
|
210
|
-
}
|
211
|
-
|
212
|
-
.cke_resizer_rtl {
|
213
|
-
border-width: 10px 0 0 10px;
|
214
|
-
border-color: transparent transparent transparent #a5a5a5;
|
215
|
-
border-style: dashed dashed dashed solid;
|
216
|
-
cursor: sw-resize;
|
217
|
-
float: left;
|
218
|
-
margin-left: -4px;
|
219
|
-
right: auto;
|
220
|
-
}
|
221
|
-
|
222
|
-
.cke_wysiwyg_div {
|
223
|
-
display: block;
|
224
|
-
height: 100%;
|
225
|
-
overflow: auto;
|
226
|
-
padding: 0 8px;
|
227
|
-
outline-style: none;
|
228
|
-
-moz-box-sizing: border-box;
|
229
|
-
-webkit-box-sizing: border-box;
|
230
|
-
box-sizing: border-box;
|
231
|
-
}
|
232
|
-
|
233
|
-
.cke_panel {
|
234
|
-
visibility: visible;
|
235
|
-
width: 120px;
|
236
|
-
height: 100px;
|
237
|
-
overflow: hidden;
|
238
|
-
background-color: #fff;
|
239
|
-
border: 1px solid #b6b6b6;
|
240
|
-
border-bottom-color: #999;
|
241
|
-
-moz-border-radius: 3px;
|
242
|
-
-webkit-border-radius: 3px;
|
243
|
-
border-radius: 3px;
|
244
|
-
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
245
|
-
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
246
|
-
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
247
|
-
}
|
248
|
-
|
249
|
-
.cke_menu_panel {
|
250
|
-
padding: 0;
|
251
|
-
margin: 0;
|
252
|
-
}
|
253
|
-
|
254
|
-
.cke_combopanel {
|
255
|
-
width: 150px;
|
256
|
-
height: 170px;
|
257
|
-
}
|
258
|
-
|
259
|
-
.cke_panel_frame {
|
260
|
-
width: 100%;
|
261
|
-
height: 100%;
|
262
|
-
font-size: 12px;
|
263
|
-
overflow: auto;
|
264
|
-
overflow-x: hidden;
|
265
|
-
}
|
266
|
-
|
267
|
-
.cke_panel_container {
|
268
|
-
overflow-y: auto;
|
269
|
-
overflow-x: hidden;
|
270
|
-
}
|
271
|
-
|
272
|
-
.cke_panel_list {
|
273
|
-
list-style-type: none;
|
274
|
-
margin: 3px;
|
275
|
-
padding: 0;
|
276
|
-
white-space: nowrap;
|
277
|
-
}
|
278
|
-
|
279
|
-
.cke_panel_listItem {
|
280
|
-
margin: 0;
|
281
|
-
padding-bottom: 1px;
|
282
|
-
a {
|
283
|
-
padding: 3px 4px;
|
284
|
-
display: block;
|
285
|
-
border: 1px solid #fff;
|
286
|
-
color: inherit !important;
|
287
|
-
text-decoration: none;
|
288
|
-
overflow: hidden;
|
289
|
-
text-overflow: ellipsis;
|
290
|
-
-moz-border-radius: 2px;
|
291
|
-
-webkit-border-radius: 2px;
|
292
|
-
border-radius: 2px;
|
293
|
-
}
|
294
|
-
}
|
295
|
-
|
296
|
-
* {
|
297
|
-
html .cke_panel_listItem a {
|
298
|
-
width: 100%;
|
299
|
-
color: #000;
|
300
|
-
}
|
301
|
-
&:first-child + html .cke_panel_listItem a {
|
302
|
-
color: #000;
|
303
|
-
}
|
304
|
-
}
|
305
|
-
|
306
|
-
.cke_panel_listItem {
|
307
|
-
&.cke_selected a {
|
308
|
-
border: 1px solid #dedede;
|
309
|
-
background-color: #f2f2f2;
|
310
|
-
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
|
311
|
-
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
|
312
|
-
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
|
313
|
-
}
|
314
|
-
a {
|
315
|
-
&:hover, &:focus, &:active {
|
316
|
-
border-color: #dedede;
|
317
|
-
background-color: #f2f2f2;
|
318
|
-
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
|
319
|
-
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
|
320
|
-
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
|
321
|
-
}
|
322
|
-
}
|
323
|
-
}
|
324
|
-
|
325
|
-
.cke_hc .cke_panel_listItem a {
|
326
|
-
border-style: none;
|
327
|
-
&:hover, &:focus, &:active {
|
328
|
-
border: 2px solid;
|
329
|
-
padding: 1px 2px;
|
330
|
-
}
|
331
|
-
}
|
332
|
-
|
333
|
-
.cke_panel_grouptitle {
|
334
|
-
cursor: default;
|
335
|
-
font-size: 11px;
|
336
|
-
font-weight: bold;
|
337
|
-
white-space: nowrap;
|
338
|
-
margin: 0;
|
339
|
-
padding: 4px 6px;
|
340
|
-
color: #474747;
|
341
|
-
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
|
342
|
-
border-bottom: 1px solid #b6b6b6;
|
343
|
-
-moz-border-radius: 2px 2px 0 0;
|
344
|
-
-webkit-border-radius: 2px 2px 0 0;
|
345
|
-
border-radius: 2px 2px 0 0;
|
346
|
-
-moz-box-shadow: 0 1px 0 #fff inset;
|
347
|
-
-webkit-box-shadow: 0 1px 0 #fff inset;
|
348
|
-
box-shadow: 0 1px 0 #fff inset;
|
349
|
-
background: #cfd1cf;
|
350
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#cfd1cf));
|
351
|
-
background-image: -moz-linear-gradient(top, whitesmoke, #cfd1cf);
|
352
|
-
background-image: -webkit-linear-gradient(top, whitesmoke, #cfd1cf);
|
353
|
-
background-image: -o-linear-gradient(top, whitesmoke, #cfd1cf);
|
354
|
-
background-image: -ms-linear-gradient(top, whitesmoke, #cfd1cf);
|
355
|
-
background-image: linear-gradient(top, whitesmoke, #cfd1cf);
|
356
|
-
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf');
|
357
|
-
}
|
358
|
-
|
359
|
-
.cke_panel_listItem {
|
360
|
-
p, h1, h2, h3, h4, h5, h6, pre {
|
361
|
-
margin-top: 0;
|
362
|
-
margin-bottom: 0;
|
363
|
-
}
|
364
|
-
}
|
365
|
-
|
366
|
-
.cke_colorblock {
|
367
|
-
padding: 3px;
|
368
|
-
font-size: 11px;
|
369
|
-
font-family: 'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;
|
370
|
-
text-decoration: none;
|
371
|
-
color: #000;
|
372
|
-
a {
|
373
|
-
text-decoration: none;
|
374
|
-
color: #000;
|
375
|
-
}
|
376
|
-
}
|
377
|
-
|
378
|
-
span.cke_colorbox {
|
379
|
-
width: 10px;
|
380
|
-
height: 10px;
|
381
|
-
border: #808080 1px solid;
|
382
|
-
float: left;
|
383
|
-
}
|
384
|
-
|
385
|
-
.cke_rtl span.cke_colorbox {
|
386
|
-
float: right;
|
387
|
-
}
|
388
|
-
|
389
|
-
a.cke_colorbox {
|
390
|
-
border: #fff 1px solid;
|
391
|
-
padding: 2px;
|
392
|
-
float: left;
|
393
|
-
width: 12px;
|
394
|
-
height: 12px;
|
395
|
-
}
|
396
|
-
|
397
|
-
.cke_rtl a.cke_colorbox {
|
398
|
-
float: right;
|
399
|
-
}
|
400
|
-
|
401
|
-
a {
|
402
|
-
&:hover.cke_colorbox, &:focus.cke_colorbox, &:active.cke_colorbox {
|
403
|
-
border: #b6b6b6 1px solid;
|
404
|
-
background-color: #e5e5e5;
|
405
|
-
}
|
406
|
-
&.cke_colorauto, &.cke_colormore {
|
407
|
-
border: #fff 1px solid;
|
408
|
-
padding: 2px;
|
409
|
-
display: block;
|
410
|
-
cursor: pointer;
|
411
|
-
}
|
412
|
-
&:hover {
|
413
|
-
&.cke_colorauto, &.cke_colormore {
|
414
|
-
border: #b6b6b6 1px solid;
|
415
|
-
background-color: #e5e5e5;
|
416
|
-
}
|
417
|
-
}
|
418
|
-
&:focus {
|
419
|
-
&.cke_colorauto, &.cke_colormore {
|
420
|
-
border: #b6b6b6 1px solid;
|
421
|
-
background-color: #e5e5e5;
|
422
|
-
}
|
423
|
-
}
|
424
|
-
&:active {
|
425
|
-
&.cke_colorauto, &.cke_colormore {
|
426
|
-
border: #b6b6b6 1px solid;
|
427
|
-
background-color: #e5e5e5;
|
428
|
-
}
|
429
|
-
}
|
430
|
-
}
|
431
|
-
|
432
|
-
.cke_toolbar {
|
433
|
-
float: left;
|
434
|
-
}
|
435
|
-
|
436
|
-
.cke_rtl .cke_toolbar {
|
437
|
-
float: right;
|
438
|
-
}
|
439
|
-
|
440
|
-
.cke_toolgroup {
|
441
|
-
float: left;
|
442
|
-
margin: 0 6px 5px 0;
|
443
|
-
border: 1px solid #a6a6a6;
|
444
|
-
border-bottom-color: #979797;
|
445
|
-
-moz-border-radius: 3px;
|
446
|
-
-webkit-border-radius: 3px;
|
447
|
-
border-radius: 3px;
|
448
|
-
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
|
449
|
-
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
|
450
|
-
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
|
451
|
-
background: #e4e4e4;
|
452
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e4e4e4));
|
453
|
-
background-image: -moz-linear-gradient(top, white, #e4e4e4);
|
454
|
-
background-image: -webkit-linear-gradient(top, white, #e4e4e4);
|
455
|
-
background-image: -o-linear-gradient(top, white, #e4e4e4);
|
456
|
-
background-image: -ms-linear-gradient(top, white, #e4e4e4);
|
457
|
-
background-image: linear-gradient(top, white, #e4e4e4);
|
458
|
-
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4');
|
459
|
-
}
|
460
|
-
|
461
|
-
.cke_hc .cke_toolgroup {
|
462
|
-
border: 0;
|
463
|
-
margin-right: 10px;
|
464
|
-
margin-bottom: 10px;
|
465
|
-
}
|
466
|
-
|
467
|
-
.cke_rtl .cke_toolgroup {
|
468
|
-
float: right;
|
469
|
-
margin-left: 6px;
|
470
|
-
margin-right: 0;
|
471
|
-
}
|
472
|
-
|
473
|
-
a.cke_button {
|
474
|
-
display: inline-block;
|
475
|
-
height: 18px;
|
476
|
-
padding: 4px 6px;
|
477
|
-
outline: 0;
|
478
|
-
cursor: default;
|
479
|
-
float: left;
|
480
|
-
border: 0;
|
481
|
-
}
|
482
|
-
|
483
|
-
.cke_ltr .cke_button:last-child, .cke_rtl .cke_button:first-child {
|
484
|
-
-moz-border-radius: 0 2px 2px 0;
|
485
|
-
-webkit-border-radius: 0 2px 2px 0;
|
486
|
-
border-radius: 0 2px 2px 0;
|
487
|
-
}
|
488
|
-
|
489
|
-
.cke_ltr .cke_button:first-child {
|
490
|
-
-moz-border-radius: 2px 0 0 2px;
|
491
|
-
-webkit-border-radius: 2px 0 0 2px;
|
492
|
-
border-radius: 2px 0 0 2px;
|
493
|
-
}
|
494
|
-
|
495
|
-
.cke_rtl .cke_button {
|
496
|
-
&:last-child {
|
497
|
-
-moz-border-radius: 2px 0 0 2px;
|
498
|
-
-webkit-border-radius: 2px 0 0 2px;
|
499
|
-
border-radius: 2px 0 0 2px;
|
500
|
-
}
|
501
|
-
float: right;
|
502
|
-
}
|
503
|
-
|
504
|
-
.cke_hc .cke_button {
|
505
|
-
border: 1px solid black;
|
506
|
-
padding: 3px 5px;
|
507
|
-
margin: -2px 4px 0 -2px;
|
508
|
-
}
|
509
|
-
|
510
|
-
.cke_button_on {
|
511
|
-
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
|
512
|
-
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
|
513
|
-
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
|
514
|
-
background: #b5b5b5;
|
515
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#cacaca));
|
516
|
-
background-image: -moz-linear-gradient(top, #aaaaaa, #cacaca);
|
517
|
-
background-image: -webkit-linear-gradient(top, #aaaaaa, #cacaca);
|
518
|
-
background-image: -o-linear-gradient(top, #aaaaaa, #cacaca);
|
519
|
-
background-image: -ms-linear-gradient(top, #aaaaaa, #cacaca);
|
520
|
-
background-image: linear-gradient(top, #aaaaaa, #cacaca);
|
521
|
-
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca');
|
522
|
-
}
|
523
|
-
|
524
|
-
.cke_hc {
|
525
|
-
.cke_button_on {
|
526
|
-
border-width: 3px;
|
527
|
-
padding: 1px 3px;
|
528
|
-
}
|
529
|
-
a {
|
530
|
-
&.cke_button_off {
|
531
|
-
&:hover, &:focus, &:active {
|
532
|
-
border-width: 3px;
|
533
|
-
padding: 1px 3px;
|
534
|
-
}
|
535
|
-
}
|
536
|
-
&.cke_button_disabled {
|
537
|
-
&:hover, &:focus, &:active {
|
538
|
-
border-width: 3px;
|
539
|
-
padding: 1px 3px;
|
540
|
-
}
|
541
|
-
}
|
542
|
-
}
|
543
|
-
}
|
544
|
-
|
545
|
-
.cke_button_disabled .cke_button_icon {
|
546
|
-
opacity: .3;
|
547
|
-
}
|
548
|
-
|
549
|
-
.cke_hc .cke_button_disabled {
|
550
|
-
opacity: .5;
|
551
|
-
}
|
552
|
-
|
553
|
-
a {
|
554
|
-
&.cke_button_on {
|
555
|
-
&:hover, &:focus, &:active {
|
556
|
-
-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
|
557
|
-
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
|
558
|
-
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
|
559
|
-
}
|
560
|
-
}
|
561
|
-
&.cke_button_off {
|
562
|
-
&:hover, &:focus, &:active {
|
563
|
-
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
|
564
|
-
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
|
565
|
-
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
|
566
|
-
background: #ccc;
|
567
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#cccccc));
|
568
|
-
background-image: -moz-linear-gradient(top, #f2f2f2, #cccccc);
|
569
|
-
background-image: -webkit-linear-gradient(top, #f2f2f2, #cccccc);
|
570
|
-
background-image: -o-linear-gradient(top, #f2f2f2, #cccccc);
|
571
|
-
background-image: -ms-linear-gradient(top, #f2f2f2, #cccccc);
|
572
|
-
background-image: linear-gradient(top, #f2f2f2, #cccccc);
|
573
|
-
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');
|
574
|
-
}
|
575
|
-
}
|
576
|
-
&.cke_button_disabled {
|
577
|
-
&:hover, &:focus, &:active {
|
578
|
-
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
|
579
|
-
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
|
580
|
-
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
|
581
|
-
background: #ccc;
|
582
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#cccccc));
|
583
|
-
background-image: -moz-linear-gradient(top, #f2f2f2, #cccccc);
|
584
|
-
background-image: -webkit-linear-gradient(top, #f2f2f2, #cccccc);
|
585
|
-
background-image: -o-linear-gradient(top, #f2f2f2, #cccccc);
|
586
|
-
background-image: -ms-linear-gradient(top, #f2f2f2, #cccccc);
|
587
|
-
background-image: linear-gradient(top, #f2f2f2, #cccccc);
|
588
|
-
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');
|
589
|
-
}
|
590
|
-
}
|
591
|
-
}
|
592
|
-
|
593
|
-
.cke_button_icon {
|
594
|
-
cursor: inherit;
|
595
|
-
background-repeat: no-repeat;
|
596
|
-
margin-top: 1px;
|
597
|
-
width: 16px;
|
598
|
-
height: 16px;
|
599
|
-
float: left;
|
600
|
-
display: inline-block;
|
601
|
-
}
|
602
|
-
|
603
|
-
.cke_rtl .cke_button_icon {
|
604
|
-
float: right;
|
605
|
-
}
|
606
|
-
|
607
|
-
.cke_hc .cke_button_icon {
|
608
|
-
display: none;
|
609
|
-
}
|
610
|
-
|
611
|
-
.cke_button_label {
|
612
|
-
display: none;
|
613
|
-
padding-left: 3px;
|
614
|
-
margin-top: 1px;
|
615
|
-
line-height: 17px;
|
616
|
-
vertical-align: middle;
|
617
|
-
float: left;
|
618
|
-
cursor: default;
|
619
|
-
color: #474747;
|
620
|
-
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
621
|
-
}
|
622
|
-
|
623
|
-
.cke_rtl .cke_button_label {
|
624
|
-
padding-right: 3px;
|
625
|
-
padding-left: 0;
|
626
|
-
float: right;
|
627
|
-
}
|
628
|
-
|
629
|
-
.cke_hc .cke_button_label {
|
630
|
-
padding: 0;
|
631
|
-
display: inline-block;
|
632
|
-
font-size: 12px;
|
633
|
-
}
|
634
|
-
|
635
|
-
.cke_button_arrow {
|
636
|
-
display: inline-block;
|
637
|
-
margin: 8px 0 0 1px;
|
638
|
-
width: 0;
|
639
|
-
height: 0;
|
640
|
-
cursor: default;
|
641
|
-
vertical-align: top;
|
642
|
-
border-left: 3px solid transparent;
|
643
|
-
border-right: 3px solid transparent;
|
644
|
-
border-top: 3px solid #474747;
|
645
|
-
}
|
646
|
-
|
647
|
-
.cke_rtl .cke_button_arrow {
|
648
|
-
margin-right: 5px;
|
649
|
-
margin-left: 0;
|
650
|
-
}
|
651
|
-
|
652
|
-
.cke_hc .cke_button_arrow {
|
653
|
-
font-size: 10px;
|
654
|
-
margin: 3px -2px 0 3px;
|
655
|
-
width: auto;
|
656
|
-
border: 0;
|
657
|
-
}
|
658
|
-
|
659
|
-
.cke_toolbar_separator {
|
660
|
-
float: left;
|
661
|
-
background-color: #c0c0c0;
|
662
|
-
background-color: rgba(0, 0, 0, 0.2);
|
663
|
-
margin: 5px 2px 0;
|
664
|
-
height: 18px;
|
665
|
-
width: 1px;
|
666
|
-
-webkit-box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
|
667
|
-
-moz-box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
|
668
|
-
box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
|
669
|
-
}
|
670
|
-
|
671
|
-
.cke_rtl .cke_toolbar_separator {
|
672
|
-
float: right;
|
673
|
-
-webkit-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
674
|
-
-moz-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
675
|
-
box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
676
|
-
}
|
677
|
-
|
678
|
-
.cke_hc .cke_toolbar_separator {
|
679
|
-
width: 0;
|
680
|
-
border-left: 1px solid;
|
681
|
-
margin: 1px 5px 0 0;
|
682
|
-
}
|
683
|
-
|
684
|
-
.cke_toolbar_break {
|
685
|
-
display: block;
|
686
|
-
clear: left;
|
687
|
-
}
|
688
|
-
|
689
|
-
.cke_rtl .cke_toolbar_break {
|
690
|
-
clear: right;
|
691
|
-
}
|
692
|
-
|
693
|
-
.cke_toolbox_collapser {
|
694
|
-
width: 12px;
|
695
|
-
height: 11px;
|
696
|
-
float: right;
|
697
|
-
margin: 11px 0 0;
|
698
|
-
font-size: 0;
|
699
|
-
cursor: default;
|
700
|
-
text-align: center;
|
701
|
-
border: 1px solid #a6a6a6;
|
702
|
-
border-bottom-color: #979797;
|
703
|
-
-moz-border-radius: 3px;
|
704
|
-
-webkit-border-radius: 3px;
|
705
|
-
border-radius: 3px;
|
706
|
-
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
|
707
|
-
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
|
708
|
-
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
|
709
|
-
background: #e4e4e4;
|
710
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e4e4e4));
|
711
|
-
background-image: -moz-linear-gradient(top, white, #e4e4e4);
|
712
|
-
background-image: -webkit-linear-gradient(top, white, #e4e4e4);
|
713
|
-
background-image: -o-linear-gradient(top, white, #e4e4e4);
|
714
|
-
background-image: -ms-linear-gradient(top, white, #e4e4e4);
|
715
|
-
background-image: linear-gradient(top, white, #e4e4e4);
|
716
|
-
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4');
|
717
|
-
&:hover {
|
718
|
-
background: #ccc;
|
719
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#cccccc));
|
720
|
-
background-image: -moz-linear-gradient(top, #f2f2f2, #cccccc);
|
721
|
-
background-image: -webkit-linear-gradient(top, #f2f2f2, #cccccc);
|
722
|
-
background-image: -o-linear-gradient(top, #f2f2f2, #cccccc);
|
723
|
-
background-image: -ms-linear-gradient(top, #f2f2f2, #cccccc);
|
724
|
-
background-image: linear-gradient(top, #f2f2f2, #cccccc);
|
725
|
-
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');
|
726
|
-
}
|
727
|
-
&.cke_toolbox_collapser_min {
|
728
|
-
margin: 0 2px 4px;
|
729
|
-
}
|
730
|
-
}
|
731
|
-
|
732
|
-
.cke_rtl .cke_toolbox_collapser {
|
733
|
-
float: left;
|
734
|
-
}
|
735
|
-
|
736
|
-
.cke_toolbox_collapser {
|
737
|
-
.cke_arrow {
|
738
|
-
display: inline-block;
|
739
|
-
height: 0;
|
740
|
-
width: 0;
|
741
|
-
font-size: 0;
|
742
|
-
margin-top: 1px;
|
743
|
-
border-left: 3px solid transparent;
|
744
|
-
border-right: 3px solid transparent;
|
745
|
-
border-bottom: 3px solid #474747;
|
746
|
-
border-top: 3px solid transparent;
|
747
|
-
}
|
748
|
-
&.cke_toolbox_collapser_min .cke_arrow {
|
749
|
-
margin-top: 4px;
|
750
|
-
border-bottom-color: transparent;
|
751
|
-
border-top-color: #474747;
|
752
|
-
}
|
753
|
-
}
|
754
|
-
|
755
|
-
.cke_hc .cke_toolbox_collapser .cke_arrow {
|
756
|
-
font-size: 8px;
|
757
|
-
width: auto;
|
758
|
-
border: 0;
|
759
|
-
margin-top: 0;
|
760
|
-
margin-right: 2px;
|
761
|
-
}
|
762
|
-
|
763
|
-
.cke_menubutton {
|
764
|
-
display: block;
|
765
|
-
}
|
766
|
-
|
767
|
-
.cke_menuitem span {
|
768
|
-
cursor: default;
|
769
|
-
}
|
770
|
-
|
771
|
-
.cke_menubutton {
|
772
|
-
&:hover, &:focus, &:active {
|
773
|
-
background-color: #d3d3d3;
|
774
|
-
display: block;
|
775
|
-
}
|
776
|
-
}
|
777
|
-
|
778
|
-
.cke_hc .cke_menubutton {
|
779
|
-
padding: 2px;
|
780
|
-
&:hover, &:focus, &:active {
|
781
|
-
border: 2px solid;
|
782
|
-
padding: 0;
|
783
|
-
}
|
784
|
-
}
|
785
|
-
|
786
|
-
.cke_menubutton_inner {
|
787
|
-
display: table-row;
|
788
|
-
}
|
789
|
-
|
790
|
-
.cke_menubutton_icon, .cke_menubutton_label, .cke_menuarrow {
|
791
|
-
display: table-cell;
|
792
|
-
}
|
793
|
-
|
794
|
-
.cke_menubutton_icon {
|
795
|
-
background-color: #d7d8d7;
|
796
|
-
opacity: .70;
|
797
|
-
filter: alpha(opacity = 70);
|
798
|
-
padding: 4px;
|
799
|
-
}
|
800
|
-
|
801
|
-
.cke_hc .cke_menubutton_icon {
|
802
|
-
height: 16px;
|
803
|
-
width: 0;
|
804
|
-
padding: 4px 0;
|
805
|
-
}
|
806
|
-
|
807
|
-
.cke_menubutton {
|
808
|
-
&:hover .cke_menubutton_icon, &:focus .cke_menubutton_icon, &:active .cke_menubutton_icon {
|
809
|
-
background-color: #d0d2d0;
|
810
|
-
}
|
811
|
-
}
|
812
|
-
|
813
|
-
.cke_menubutton_disabled {
|
814
|
-
&:hover .cke_menubutton_icon, &:focus .cke_menubutton_icon, &:active .cke_menubutton_icon {
|
815
|
-
opacity: .3;
|
816
|
-
filter: alpha(opacity = 30);
|
817
|
-
}
|
818
|
-
}
|
819
|
-
|
820
|
-
.cke_menubutton_label {
|
821
|
-
padding: 0 5px;
|
822
|
-
background-color: transparent;
|
823
|
-
width: 100%;
|
824
|
-
vertical-align: middle;
|
825
|
-
}
|
826
|
-
|
827
|
-
.cke_menubutton_disabled .cke_menubutton_label {
|
828
|
-
opacity: .3;
|
829
|
-
filter: alpha(opacity = 30);
|
830
|
-
}
|
831
|
-
|
832
|
-
.cke_menubutton_on {
|
833
|
-
border: 1px solid #dedede;
|
834
|
-
background-color: #f2f2f2;
|
835
|
-
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
|
836
|
-
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
|
837
|
-
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
|
838
|
-
.cke_menubutton_icon {
|
839
|
-
padding-right: 3px;
|
840
|
-
}
|
841
|
-
}
|
842
|
-
|
843
|
-
.cke_menubutton {
|
844
|
-
&:hover, &:focus, &:active {
|
845
|
-
background-color: #eff0ef;
|
846
|
-
}
|
847
|
-
}
|
848
|
-
|
849
|
-
.cke_panel_frame .cke_menubutton_label {
|
850
|
-
display: none;
|
851
|
-
}
|
852
|
-
|
853
|
-
.cke_menuseparator {
|
854
|
-
background-color: #d3d3d3;
|
855
|
-
height: 1px;
|
856
|
-
filter: alpha(opacity = 70);
|
857
|
-
opacity: .70;
|
858
|
-
}
|
859
|
-
|
860
|
-
.cke_menuarrow {
|
861
|
-
background-image: image-url("ckeditor/skins/moono/images/arrow.png");
|
862
|
-
background-position: 0 10px;
|
863
|
-
background-repeat: no-repeat;
|
864
|
-
padding: 0 5px;
|
865
|
-
}
|
866
|
-
|
867
|
-
.cke_rtl .cke_menuarrow {
|
868
|
-
background-position: 5px -13px;
|
869
|
-
background-repeat: no-repeat;
|
870
|
-
}
|
871
|
-
|
872
|
-
.cke_menuarrow span {
|
873
|
-
display: none;
|
874
|
-
}
|
875
|
-
|
876
|
-
.cke_hc .cke_menuarrow span {
|
877
|
-
vertical-align: middle;
|
878
|
-
display: inline;
|
879
|
-
}
|
880
|
-
|
881
|
-
.cke_combo {
|
882
|
-
display: inline-block;
|
883
|
-
float: left;
|
884
|
-
}
|
885
|
-
|
886
|
-
.cke_rtl .cke_combo {
|
887
|
-
float: right;
|
888
|
-
}
|
889
|
-
|
890
|
-
.cke_hc .cke_combo {
|
891
|
-
margin-top: -2px;
|
892
|
-
}
|
893
|
-
|
894
|
-
.cke_combo_label {
|
895
|
-
display: none;
|
896
|
-
float: left;
|
897
|
-
line-height: 26px;
|
898
|
-
vertical-align: top;
|
899
|
-
margin-right: 5px;
|
900
|
-
}
|
901
|
-
|
902
|
-
.cke_rtl .cke_combo_label {
|
903
|
-
float: right;
|
904
|
-
margin-left: 5px;
|
905
|
-
margin-right: 0;
|
906
|
-
}
|
907
|
-
|
908
|
-
.cke_combo_button {
|
909
|
-
cursor: default;
|
910
|
-
display: inline-block;
|
911
|
-
float: left;
|
912
|
-
margin: 0 6px 5px 0;
|
913
|
-
border: 1px solid #a6a6a6;
|
914
|
-
border-bottom-color: #979797;
|
915
|
-
-moz-border-radius: 3px;
|
916
|
-
-webkit-border-radius: 3px;
|
917
|
-
border-radius: 3px;
|
918
|
-
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
|
919
|
-
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
|
920
|
-
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
|
921
|
-
background: #e4e4e4;
|
922
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e4e4e4));
|
923
|
-
background-image: -moz-linear-gradient(top, white, #e4e4e4);
|
924
|
-
background-image: -webkit-linear-gradient(top, white, #e4e4e4);
|
925
|
-
background-image: -o-linear-gradient(top, white, #e4e4e4);
|
926
|
-
background-image: -ms-linear-gradient(top, white, #e4e4e4);
|
927
|
-
background-image: linear-gradient(top, white, #e4e4e4);
|
928
|
-
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4');
|
929
|
-
}
|
930
|
-
|
931
|
-
.cke_combo_off a.cke_combo_button {
|
932
|
-
&:hover, &:focus {
|
933
|
-
background: #ccc;
|
934
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#cccccc));
|
935
|
-
background-image: -moz-linear-gradient(top, #f2f2f2, #cccccc);
|
936
|
-
background-image: -webkit-linear-gradient(top, #f2f2f2, #cccccc);
|
937
|
-
background-image: -o-linear-gradient(top, #f2f2f2, #cccccc);
|
938
|
-
background-image: -ms-linear-gradient(top, #f2f2f2, #cccccc);
|
939
|
-
background-image: linear-gradient(top, #f2f2f2, #cccccc);
|
940
|
-
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');
|
941
|
-
outline: 0;
|
942
|
-
}
|
943
|
-
&:active {
|
944
|
-
border: 1px solid #777;
|
945
|
-
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
|
946
|
-
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
|
947
|
-
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
|
948
|
-
background: #b5b5b5;
|
949
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#cacaca));
|
950
|
-
background-image: -moz-linear-gradient(top, #aaaaaa, #cacaca);
|
951
|
-
background-image: -webkit-linear-gradient(top, #aaaaaa, #cacaca);
|
952
|
-
background-image: -o-linear-gradient(top, #aaaaaa, #cacaca);
|
953
|
-
background-image: -ms-linear-gradient(top, #aaaaaa, #cacaca);
|
954
|
-
background-image: linear-gradient(top, #aaaaaa, #cacaca);
|
955
|
-
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca');
|
956
|
-
}
|
957
|
-
}
|
958
|
-
|
959
|
-
.cke_combo_on a.cke_combo_button {
|
960
|
-
border: 1px solid #777;
|
961
|
-
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
|
962
|
-
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
|
963
|
-
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
|
964
|
-
background: #b5b5b5;
|
965
|
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#cacaca));
|
966
|
-
background-image: -moz-linear-gradient(top, #aaaaaa, #cacaca);
|
967
|
-
background-image: -webkit-linear-gradient(top, #aaaaaa, #cacaca);
|
968
|
-
background-image: -o-linear-gradient(top, #aaaaaa, #cacaca);
|
969
|
-
background-image: -ms-linear-gradient(top, #aaaaaa, #cacaca);
|
970
|
-
background-image: linear-gradient(top, #aaaaaa, #cacaca);
|
971
|
-
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca');
|
972
|
-
&:hover, &:focus, &:active {
|
973
|
-
-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
|
974
|
-
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
|
975
|
-
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
|
976
|
-
}
|
977
|
-
}
|
978
|
-
|
979
|
-
.cke_rtl .cke_combo_button {
|
980
|
-
float: right;
|
981
|
-
margin-left: 5px;
|
982
|
-
margin-right: 0;
|
983
|
-
}
|
984
|
-
|
985
|
-
.cke_hc {
|
986
|
-
a.cke_combo_button {
|
987
|
-
padding: 3px;
|
988
|
-
}
|
989
|
-
.cke_combo_on a.cke_combo_button {
|
990
|
-
border-width: 3px;
|
991
|
-
padding: 1px;
|
992
|
-
}
|
993
|
-
.cke_combo_off a.cke_combo_button {
|
994
|
-
&:hover, &:focus, &:active {
|
995
|
-
border-width: 3px;
|
996
|
-
padding: 1px;
|
997
|
-
}
|
998
|
-
}
|
999
|
-
}
|
1000
|
-
|
1001
|
-
.cke_combo_text {
|
1002
|
-
line-height: 26px;
|
1003
|
-
padding-left: 10px;
|
1004
|
-
text-overflow: ellipsis;
|
1005
|
-
overflow: hidden;
|
1006
|
-
float: left;
|
1007
|
-
cursor: default;
|
1008
|
-
color: #474747;
|
1009
|
-
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
1010
|
-
width: 60px;
|
1011
|
-
}
|
1012
|
-
|
1013
|
-
.cke_rtl .cke_combo_text {
|
1014
|
-
float: right;
|
1015
|
-
text-align: right;
|
1016
|
-
padding-left: 0;
|
1017
|
-
padding-right: 10px;
|
1018
|
-
}
|
1019
|
-
|
1020
|
-
.cke_hc .cke_combo_text {
|
1021
|
-
line-height: 18px;
|
1022
|
-
font-size: 12px;
|
1023
|
-
}
|
1024
|
-
|
1025
|
-
.cke_combo_open {
|
1026
|
-
cursor: default;
|
1027
|
-
display: inline-block;
|
1028
|
-
font-size: 0;
|
1029
|
-
height: 19px;
|
1030
|
-
line-height: 17px;
|
1031
|
-
margin: 1px 7px 1px;
|
1032
|
-
width: 5px;
|
1033
|
-
}
|
1034
|
-
|
1035
|
-
.cke_hc .cke_combo_open {
|
1036
|
-
height: 12px;
|
1037
|
-
}
|
1038
|
-
|
1039
|
-
.cke_combo_arrow {
|
1040
|
-
cursor: default;
|
1041
|
-
margin: 11px 0 0;
|
1042
|
-
float: left;
|
1043
|
-
height: 0;
|
1044
|
-
width: 0;
|
1045
|
-
font-size: 0;
|
1046
|
-
border-left: 3px solid transparent;
|
1047
|
-
border-right: 3px solid transparent;
|
1048
|
-
border-top: 3px solid #474747;
|
1049
|
-
}
|
1050
|
-
|
1051
|
-
.cke_hc .cke_combo_arrow {
|
1052
|
-
font-size: 10px;
|
1053
|
-
width: auto;
|
1054
|
-
border: 0;
|
1055
|
-
margin-top: 3px;
|
1056
|
-
}
|
1057
|
-
|
1058
|
-
.cke_combo_disabled {
|
1059
|
-
.cke_combo_inlinelabel, .cke_combo_open {
|
1060
|
-
opacity: .3;
|
1061
|
-
}
|
1062
|
-
}
|
1063
|
-
|
1064
|
-
.cke_path {
|
1065
|
-
float: left;
|
1066
|
-
margin: -2px 0 2px;
|
1067
|
-
}
|
1068
|
-
|
1069
|
-
.cke_path_item, .cke_path_empty {
|
1070
|
-
display: inline-block;
|
1071
|
-
float: left;
|
1072
|
-
padding: 3px 4px;
|
1073
|
-
margin-right: 2px;
|
1074
|
-
cursor: default;
|
1075
|
-
text-decoration: none;
|
1076
|
-
outline: 0;
|
1077
|
-
border: 0;
|
1078
|
-
color: #4c4c4c;
|
1079
|
-
text-shadow: 0 1px 0 #fff;
|
1080
|
-
font-weight: bold;
|
1081
|
-
font-size: 11px;
|
1082
|
-
}
|
1083
|
-
|
1084
|
-
.cke_rtl {
|
1085
|
-
.cke_path, .cke_path_item, .cke_path_empty {
|
1086
|
-
float: right;
|
1087
|
-
}
|
1088
|
-
}
|
1089
|
-
|
1090
|
-
a.cke_path_item {
|
1091
|
-
&:hover, &:focus, &:active {
|
1092
|
-
background-color: #bfbfbf;
|
1093
|
-
color: #333;
|
1094
|
-
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
1095
|
-
-moz-border-radius: 2px;
|
1096
|
-
-webkit-border-radius: 2px;
|
1097
|
-
border-radius: 2px;
|
1098
|
-
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
|
1099
|
-
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
|
1100
|
-
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
|
1101
|
-
}
|
1102
|
-
}
|
1103
|
-
|
1104
|
-
.cke_hc a.cke_path_item {
|
1105
|
-
&:hover, &:focus, &:active {
|
1106
|
-
border: 2px solid;
|
1107
|
-
padding: 1px 2px;
|
1108
|
-
}
|
1109
|
-
}
|
1110
|
-
|
1111
|
-
.cke_button__source_label, .cke_button__sourcedialog_label {
|
1112
|
-
display: inline;
|
1113
|
-
}
|
1114
|
-
|
1115
|
-
.cke_combo__fontsize .cke_combo_text {
|
1116
|
-
width: 30px;
|
1117
|
-
}
|
1118
|
-
|
1119
|
-
.cke_combopanel__fontsize {
|
1120
|
-
width: 120px;
|
1121
|
-
}
|
1122
|
-
|
1123
|
-
.cke_source {
|
1124
|
-
font-family: 'Courier New',Monospace;
|
1125
|
-
font-size: small;
|
1126
|
-
background-color: #fff;
|
1127
|
-
white-space: pre;
|
1128
|
-
}
|
1129
|
-
|
1130
|
-
.cke_wysiwyg_frame, .cke_wysiwyg_div {
|
1131
|
-
background-color: #fff;
|
1132
|
-
}
|
1133
|
-
|
1134
|
-
.cke_chrome {
|
1135
|
-
visibility: inherit;
|
1136
|
-
}
|
1137
|
-
|
1138
|
-
.cke_voice_label, legend.cke_voice_label {
|
1139
|
-
display: none;
|
1140
|
-
}
|
1141
|
-
|
1142
|
-
.cke_button__about_icon {
|
1143
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 0px !important;
|
1144
|
-
}
|
1145
|
-
|
1146
|
-
.cke_button__bold_icon {
|
1147
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -24px !important;
|
1148
|
-
}
|
1149
|
-
|
1150
|
-
.cke_button__italic_icon {
|
1151
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -48px !important;
|
1152
|
-
}
|
1153
|
-
|
1154
|
-
.cke_button__strike_icon {
|
1155
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -72px !important;
|
1156
|
-
}
|
1157
|
-
|
1158
|
-
.cke_button__subscript_icon {
|
1159
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -96px !important;
|
1160
|
-
}
|
1161
|
-
|
1162
|
-
.cke_button__superscript_icon {
|
1163
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -120px !important;
|
1164
|
-
}
|
1165
|
-
|
1166
|
-
.cke_button__underline_icon {
|
1167
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -144px !important;
|
1168
|
-
}
|
1169
|
-
|
1170
|
-
.cke_button__bidiltr_icon {
|
1171
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -168px !important;
|
1172
|
-
}
|
1173
|
-
|
1174
|
-
.cke_button__bidirtl_icon {
|
1175
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -192px !important;
|
1176
|
-
}
|
1177
|
-
|
1178
|
-
.cke_button__blockquote_icon {
|
1179
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -216px !important;
|
1180
|
-
}
|
1181
|
-
|
1182
|
-
.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
|
1183
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -240px !important;
|
1184
|
-
}
|
1185
|
-
|
1186
|
-
.cke_ltr .cke_button__copy_icon {
|
1187
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -264px !important;
|
1188
|
-
}
|
1189
|
-
|
1190
|
-
.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
|
1191
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -288px !important;
|
1192
|
-
}
|
1193
|
-
|
1194
|
-
.cke_ltr .cke_button__cut_icon {
|
1195
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -312px !important;
|
1196
|
-
}
|
1197
|
-
|
1198
|
-
.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
|
1199
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -336px !important;
|
1200
|
-
}
|
1201
|
-
|
1202
|
-
.cke_ltr .cke_button__paste_icon {
|
1203
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -360px !important;
|
1204
|
-
}
|
1205
|
-
|
1206
|
-
.cke_button__bgcolor_icon {
|
1207
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -384px !important;
|
1208
|
-
}
|
1209
|
-
|
1210
|
-
.cke_button__textcolor_icon {
|
1211
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -408px !important;
|
1212
|
-
}
|
1213
|
-
|
1214
|
-
.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
|
1215
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -432px !important;
|
1216
|
-
}
|
1217
|
-
|
1218
|
-
.cke_ltr .cke_button__templates_icon {
|
1219
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -456px !important;
|
1220
|
-
}
|
1221
|
-
|
1222
|
-
.cke_button__creatediv_icon {
|
1223
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -480px !important;
|
1224
|
-
}
|
1225
|
-
|
1226
|
-
.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
|
1227
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -504px !important;
|
1228
|
-
}
|
1229
|
-
|
1230
|
-
.cke_ltr .cke_button__find_icon {
|
1231
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -528px !important;
|
1232
|
-
}
|
1233
|
-
|
1234
|
-
.cke_button__replace_icon {
|
1235
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -552px !important;
|
1236
|
-
}
|
1237
|
-
|
1238
|
-
.cke_button__flash_icon {
|
1239
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -576px !important;
|
1240
|
-
}
|
1241
|
-
|
1242
|
-
.cke_button__button_icon {
|
1243
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -600px !important;
|
1244
|
-
}
|
1245
|
-
|
1246
|
-
.cke_button__checkbox_icon {
|
1247
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -624px !important;
|
1248
|
-
}
|
1249
|
-
|
1250
|
-
.cke_button__form_icon {
|
1251
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -648px !important;
|
1252
|
-
}
|
1253
|
-
|
1254
|
-
.cke_button__hiddenfield_icon {
|
1255
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -672px !important;
|
1256
|
-
}
|
1257
|
-
|
1258
|
-
.cke_button__imagebutton_icon {
|
1259
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -696px !important;
|
1260
|
-
}
|
1261
|
-
|
1262
|
-
.cke_button__radio_icon {
|
1263
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -720px !important;
|
1264
|
-
}
|
1265
|
-
|
1266
|
-
.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
|
1267
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -744px !important;
|
1268
|
-
}
|
1269
|
-
|
1270
|
-
.cke_ltr .cke_button__select_icon {
|
1271
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -768px !important;
|
1272
|
-
}
|
1273
|
-
|
1274
|
-
.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
|
1275
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -792px !important;
|
1276
|
-
}
|
1277
|
-
|
1278
|
-
.cke_ltr .cke_button__textarea_icon {
|
1279
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -816px !important;
|
1280
|
-
}
|
1281
|
-
|
1282
|
-
.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
|
1283
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -840px !important;
|
1284
|
-
}
|
1285
|
-
|
1286
|
-
.cke_ltr .cke_button__textfield_icon {
|
1287
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -864px !important;
|
1288
|
-
}
|
1289
|
-
|
1290
|
-
.cke_button__horizontalrule_icon {
|
1291
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -888px !important;
|
1292
|
-
}
|
1293
|
-
|
1294
|
-
.cke_button__iframe_icon {
|
1295
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -912px !important;
|
1296
|
-
}
|
1297
|
-
|
1298
|
-
.cke_button__image_icon {
|
1299
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -936px !important;
|
1300
|
-
}
|
1301
|
-
|
1302
|
-
.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
|
1303
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -960px !important;
|
1304
|
-
}
|
1305
|
-
|
1306
|
-
.cke_ltr .cke_button__indent_icon {
|
1307
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -984px !important;
|
1308
|
-
}
|
1309
|
-
|
1310
|
-
.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
|
1311
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1008px !important;
|
1312
|
-
}
|
1313
|
-
|
1314
|
-
.cke_ltr .cke_button__outdent_icon {
|
1315
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1032px !important;
|
1316
|
-
}
|
1317
|
-
|
1318
|
-
.cke_button__smiley_icon {
|
1319
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1056px !important;
|
1320
|
-
}
|
1321
|
-
|
1322
|
-
.cke_button__justifyblock_icon {
|
1323
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1080px !important;
|
1324
|
-
}
|
1325
|
-
|
1326
|
-
.cke_button__justifycenter_icon {
|
1327
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1104px !important;
|
1328
|
-
}
|
1329
|
-
|
1330
|
-
.cke_button__justifyleft_icon {
|
1331
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1128px !important;
|
1332
|
-
}
|
1333
|
-
|
1334
|
-
.cke_button__justifyright_icon {
|
1335
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1152px !important;
|
1336
|
-
}
|
1337
|
-
|
1338
|
-
.cke_button__language_icon {
|
1339
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1176px !important;
|
1340
|
-
}
|
1341
|
-
|
1342
|
-
.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
|
1343
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1200px !important;
|
1344
|
-
}
|
1345
|
-
|
1346
|
-
.cke_ltr .cke_button__anchor_icon {
|
1347
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1224px !important;
|
1348
|
-
}
|
1349
|
-
|
1350
|
-
.cke_button__link_icon {
|
1351
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1248px !important;
|
1352
|
-
}
|
1353
|
-
|
1354
|
-
.cke_button__unlink_icon {
|
1355
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1272px !important;
|
1356
|
-
}
|
1357
|
-
|
1358
|
-
.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
|
1359
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1296px !important;
|
1360
|
-
}
|
1361
|
-
|
1362
|
-
.cke_ltr .cke_button__bulletedlist_icon {
|
1363
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1320px !important;
|
1364
|
-
}
|
1365
|
-
|
1366
|
-
.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
|
1367
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1344px !important;
|
1368
|
-
}
|
1369
|
-
|
1370
|
-
.cke_ltr .cke_button__numberedlist_icon {
|
1371
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1368px !important;
|
1372
|
-
}
|
1373
|
-
|
1374
|
-
.cke_button__maximize_icon {
|
1375
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1392px !important;
|
1376
|
-
}
|
1377
|
-
|
1378
|
-
.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
|
1379
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1416px !important;
|
1380
|
-
}
|
1381
|
-
|
1382
|
-
.cke_ltr .cke_button__newpage_icon {
|
1383
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1440px !important;
|
1384
|
-
}
|
1385
|
-
|
1386
|
-
.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
|
1387
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1464px !important;
|
1388
|
-
}
|
1389
|
-
|
1390
|
-
.cke_ltr .cke_button__pagebreak_icon {
|
1391
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1488px !important;
|
1392
|
-
}
|
1393
|
-
|
1394
|
-
.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
|
1395
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1512px !important;
|
1396
|
-
}
|
1397
|
-
|
1398
|
-
.cke_ltr .cke_button__pastetext_icon {
|
1399
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1536px !important;
|
1400
|
-
}
|
1401
|
-
|
1402
|
-
.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
|
1403
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1560px !important;
|
1404
|
-
}
|
1405
|
-
|
1406
|
-
.cke_ltr .cke_button__pastefromword_icon {
|
1407
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1584px !important;
|
1408
|
-
}
|
1409
|
-
|
1410
|
-
.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
|
1411
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1608px !important;
|
1412
|
-
}
|
1413
|
-
|
1414
|
-
.cke_ltr .cke_button__preview_icon {
|
1415
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1632px !important;
|
1416
|
-
}
|
1417
|
-
|
1418
|
-
.cke_button__print_icon {
|
1419
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1656px !important;
|
1420
|
-
}
|
1421
|
-
|
1422
|
-
.cke_button__removeformat_icon {
|
1423
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1680px !important;
|
1424
|
-
}
|
1425
|
-
|
1426
|
-
.cke_button__save_icon {
|
1427
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1704px !important;
|
1428
|
-
}
|
1429
|
-
|
1430
|
-
.cke_button__selectall_icon {
|
1431
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1728px !important;
|
1432
|
-
}
|
1433
|
-
|
1434
|
-
.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
|
1435
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1752px !important;
|
1436
|
-
}
|
1437
|
-
|
1438
|
-
.cke_ltr .cke_button__showblocks_icon {
|
1439
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1776px !important;
|
1440
|
-
}
|
1441
|
-
|
1442
|
-
.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
|
1443
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1800px !important;
|
1444
|
-
}
|
1445
|
-
|
1446
|
-
.cke_ltr .cke_button__source_icon {
|
1447
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1824px !important;
|
1448
|
-
}
|
1449
|
-
|
1450
|
-
.cke_button__specialchar_icon {
|
1451
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1848px !important;
|
1452
|
-
}
|
1453
|
-
|
1454
|
-
.cke_button__scayt_icon {
|
1455
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1872px !important;
|
1456
|
-
}
|
1457
|
-
|
1458
|
-
.cke_button__table_icon {
|
1459
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1896px !important;
|
1460
|
-
}
|
1461
|
-
|
1462
|
-
.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
|
1463
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1920px !important;
|
1464
|
-
}
|
1465
|
-
|
1466
|
-
.cke_ltr .cke_button__redo_icon {
|
1467
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1944px !important;
|
1468
|
-
}
|
1469
|
-
|
1470
|
-
.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
|
1471
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1968px !important;
|
1472
|
-
}
|
1473
|
-
|
1474
|
-
.cke_ltr .cke_button__undo_icon {
|
1475
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1992px !important;
|
1476
|
-
}
|
1477
|
-
|
1478
|
-
.cke_button__spellchecker_icon {
|
1479
|
-
background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -2016px !important;
|
1480
|
-
}
|
1481
|
-
|
1482
|
-
.cke_hidpi {
|
1483
|
-
.cke_button__about_icon {
|
1484
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 0px !important;
|
1485
|
-
background-size: 16px !important;
|
1486
|
-
}
|
1487
|
-
.cke_button__bold_icon {
|
1488
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -24px !important;
|
1489
|
-
background-size: 16px !important;
|
1490
|
-
}
|
1491
|
-
.cke_button__italic_icon {
|
1492
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -48px !important;
|
1493
|
-
background-size: 16px !important;
|
1494
|
-
}
|
1495
|
-
.cke_button__strike_icon {
|
1496
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -72px !important;
|
1497
|
-
background-size: 16px !important;
|
1498
|
-
}
|
1499
|
-
.cke_button__subscript_icon {
|
1500
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -96px !important;
|
1501
|
-
background-size: 16px !important;
|
1502
|
-
}
|
1503
|
-
.cke_button__superscript_icon {
|
1504
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -120px !important;
|
1505
|
-
background-size: 16px !important;
|
1506
|
-
}
|
1507
|
-
.cke_button__underline_icon {
|
1508
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -144px !important;
|
1509
|
-
background-size: 16px !important;
|
1510
|
-
}
|
1511
|
-
.cke_button__bidiltr_icon {
|
1512
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -168px !important;
|
1513
|
-
background-size: 16px !important;
|
1514
|
-
}
|
1515
|
-
.cke_button__bidirtl_icon {
|
1516
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -192px !important;
|
1517
|
-
background-size: 16px !important;
|
1518
|
-
}
|
1519
|
-
.cke_button__blockquote_icon {
|
1520
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -216px !important;
|
1521
|
-
background-size: 16px !important;
|
1522
|
-
}
|
1523
|
-
}
|
1524
|
-
|
1525
|
-
.cke_rtl.cke_hidpi .cke_button__copy_icon {
|
1526
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -240px !important;
|
1527
|
-
background-size: 16px !important;
|
1528
|
-
}
|
1529
|
-
|
1530
|
-
.cke_hidpi {
|
1531
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
|
1532
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -240px !important;
|
1533
|
-
background-size: 16px !important;
|
1534
|
-
}
|
1535
|
-
.cke_ltr .cke_button__copy_icon {
|
1536
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -264px !important;
|
1537
|
-
background-size: 16px !important;
|
1538
|
-
}
|
1539
|
-
}
|
1540
|
-
|
1541
|
-
.cke_ltr.cke_hidpi .cke_button__copy_icon {
|
1542
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -264px !important;
|
1543
|
-
background-size: 16px !important;
|
1544
|
-
}
|
1545
|
-
|
1546
|
-
.cke_rtl.cke_hidpi .cke_button__cut_icon {
|
1547
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -288px !important;
|
1548
|
-
background-size: 16px !important;
|
1549
|
-
}
|
1550
|
-
|
1551
|
-
.cke_hidpi {
|
1552
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
|
1553
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -288px !important;
|
1554
|
-
background-size: 16px !important;
|
1555
|
-
}
|
1556
|
-
.cke_ltr .cke_button__cut_icon {
|
1557
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -312px !important;
|
1558
|
-
background-size: 16px !important;
|
1559
|
-
}
|
1560
|
-
}
|
1561
|
-
|
1562
|
-
.cke_ltr.cke_hidpi .cke_button__cut_icon {
|
1563
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -312px !important;
|
1564
|
-
background-size: 16px !important;
|
1565
|
-
}
|
1566
|
-
|
1567
|
-
.cke_rtl.cke_hidpi .cke_button__paste_icon {
|
1568
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -336px !important;
|
1569
|
-
background-size: 16px !important;
|
1570
|
-
}
|
1571
|
-
|
1572
|
-
.cke_hidpi {
|
1573
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
|
1574
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -336px !important;
|
1575
|
-
background-size: 16px !important;
|
1576
|
-
}
|
1577
|
-
.cke_ltr .cke_button__paste_icon {
|
1578
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -360px !important;
|
1579
|
-
background-size: 16px !important;
|
1580
|
-
}
|
1581
|
-
}
|
1582
|
-
|
1583
|
-
.cke_ltr.cke_hidpi .cke_button__paste_icon {
|
1584
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -360px !important;
|
1585
|
-
background-size: 16px !important;
|
1586
|
-
}
|
1587
|
-
|
1588
|
-
.cke_hidpi {
|
1589
|
-
.cke_button__bgcolor_icon {
|
1590
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -384px !important;
|
1591
|
-
background-size: 16px !important;
|
1592
|
-
}
|
1593
|
-
.cke_button__textcolor_icon {
|
1594
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -408px !important;
|
1595
|
-
background-size: 16px !important;
|
1596
|
-
}
|
1597
|
-
}
|
1598
|
-
|
1599
|
-
.cke_rtl.cke_hidpi .cke_button__templates_icon {
|
1600
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -432px !important;
|
1601
|
-
background-size: 16px !important;
|
1602
|
-
}
|
1603
|
-
|
1604
|
-
.cke_hidpi {
|
1605
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
|
1606
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -432px !important;
|
1607
|
-
background-size: 16px !important;
|
1608
|
-
}
|
1609
|
-
.cke_ltr .cke_button__templates_icon {
|
1610
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -456px !important;
|
1611
|
-
background-size: 16px !important;
|
1612
|
-
}
|
1613
|
-
}
|
1614
|
-
|
1615
|
-
.cke_ltr.cke_hidpi .cke_button__templates_icon {
|
1616
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -456px !important;
|
1617
|
-
background-size: 16px !important;
|
1618
|
-
}
|
1619
|
-
|
1620
|
-
.cke_hidpi .cke_button__creatediv_icon {
|
1621
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -480px !important;
|
1622
|
-
background-size: 16px !important;
|
1623
|
-
}
|
1624
|
-
|
1625
|
-
.cke_rtl.cke_hidpi .cke_button__find_icon {
|
1626
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -504px !important;
|
1627
|
-
background-size: 16px !important;
|
1628
|
-
}
|
1629
|
-
|
1630
|
-
.cke_hidpi {
|
1631
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
|
1632
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -504px !important;
|
1633
|
-
background-size: 16px !important;
|
1634
|
-
}
|
1635
|
-
.cke_ltr .cke_button__find_icon {
|
1636
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -528px !important;
|
1637
|
-
background-size: 16px !important;
|
1638
|
-
}
|
1639
|
-
}
|
1640
|
-
|
1641
|
-
.cke_ltr.cke_hidpi .cke_button__find_icon {
|
1642
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -528px !important;
|
1643
|
-
background-size: 16px !important;
|
1644
|
-
}
|
1645
|
-
|
1646
|
-
.cke_hidpi {
|
1647
|
-
.cke_button__replace_icon {
|
1648
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -552px !important;
|
1649
|
-
background-size: 16px !important;
|
1650
|
-
}
|
1651
|
-
.cke_button__flash_icon {
|
1652
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -576px !important;
|
1653
|
-
background-size: 16px !important;
|
1654
|
-
}
|
1655
|
-
.cke_button__button_icon {
|
1656
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -600px !important;
|
1657
|
-
background-size: 16px !important;
|
1658
|
-
}
|
1659
|
-
.cke_button__checkbox_icon {
|
1660
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -624px !important;
|
1661
|
-
background-size: 16px !important;
|
1662
|
-
}
|
1663
|
-
.cke_button__form_icon {
|
1664
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -648px !important;
|
1665
|
-
background-size: 16px !important;
|
1666
|
-
}
|
1667
|
-
.cke_button__hiddenfield_icon {
|
1668
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -672px !important;
|
1669
|
-
background-size: 16px !important;
|
1670
|
-
}
|
1671
|
-
.cke_button__imagebutton_icon {
|
1672
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -696px !important;
|
1673
|
-
background-size: 16px !important;
|
1674
|
-
}
|
1675
|
-
.cke_button__radio_icon {
|
1676
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -720px !important;
|
1677
|
-
background-size: 16px !important;
|
1678
|
-
}
|
1679
|
-
}
|
1680
|
-
|
1681
|
-
.cke_rtl.cke_hidpi .cke_button__select_icon {
|
1682
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -744px !important;
|
1683
|
-
background-size: 16px !important;
|
1684
|
-
}
|
1685
|
-
|
1686
|
-
.cke_hidpi {
|
1687
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
|
1688
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -744px !important;
|
1689
|
-
background-size: 16px !important;
|
1690
|
-
}
|
1691
|
-
.cke_ltr .cke_button__select_icon {
|
1692
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -768px !important;
|
1693
|
-
background-size: 16px !important;
|
1694
|
-
}
|
1695
|
-
}
|
1696
|
-
|
1697
|
-
.cke_ltr.cke_hidpi .cke_button__select_icon {
|
1698
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -768px !important;
|
1699
|
-
background-size: 16px !important;
|
1700
|
-
}
|
1701
|
-
|
1702
|
-
.cke_rtl.cke_hidpi .cke_button__textarea_icon {
|
1703
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -792px !important;
|
1704
|
-
background-size: 16px !important;
|
1705
|
-
}
|
1706
|
-
|
1707
|
-
.cke_hidpi {
|
1708
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
|
1709
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -792px !important;
|
1710
|
-
background-size: 16px !important;
|
1711
|
-
}
|
1712
|
-
.cke_ltr .cke_button__textarea_icon {
|
1713
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -816px !important;
|
1714
|
-
background-size: 16px !important;
|
1715
|
-
}
|
1716
|
-
}
|
1717
|
-
|
1718
|
-
.cke_ltr.cke_hidpi .cke_button__textarea_icon {
|
1719
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -816px !important;
|
1720
|
-
background-size: 16px !important;
|
1721
|
-
}
|
1722
|
-
|
1723
|
-
.cke_rtl.cke_hidpi .cke_button__textfield_icon {
|
1724
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -840px !important;
|
1725
|
-
background-size: 16px !important;
|
1726
|
-
}
|
1727
|
-
|
1728
|
-
.cke_hidpi {
|
1729
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
|
1730
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -840px !important;
|
1731
|
-
background-size: 16px !important;
|
1732
|
-
}
|
1733
|
-
.cke_ltr .cke_button__textfield_icon {
|
1734
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -864px !important;
|
1735
|
-
background-size: 16px !important;
|
1736
|
-
}
|
1737
|
-
}
|
1738
|
-
|
1739
|
-
.cke_ltr.cke_hidpi .cke_button__textfield_icon {
|
1740
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -864px !important;
|
1741
|
-
background-size: 16px !important;
|
1742
|
-
}
|
1743
|
-
|
1744
|
-
.cke_hidpi {
|
1745
|
-
.cke_button__horizontalrule_icon {
|
1746
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -888px !important;
|
1747
|
-
background-size: 16px !important;
|
1748
|
-
}
|
1749
|
-
.cke_button__iframe_icon {
|
1750
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -912px !important;
|
1751
|
-
background-size: 16px !important;
|
1752
|
-
}
|
1753
|
-
.cke_button__image_icon {
|
1754
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -936px !important;
|
1755
|
-
background-size: 16px !important;
|
1756
|
-
}
|
1757
|
-
}
|
1758
|
-
|
1759
|
-
.cke_rtl.cke_hidpi .cke_button__indent_icon {
|
1760
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -960px !important;
|
1761
|
-
background-size: 16px !important;
|
1762
|
-
}
|
1763
|
-
|
1764
|
-
.cke_hidpi {
|
1765
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
|
1766
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -960px !important;
|
1767
|
-
background-size: 16px !important;
|
1768
|
-
}
|
1769
|
-
.cke_ltr .cke_button__indent_icon {
|
1770
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -984px !important;
|
1771
|
-
background-size: 16px !important;
|
1772
|
-
}
|
1773
|
-
}
|
1774
|
-
|
1775
|
-
.cke_ltr.cke_hidpi .cke_button__indent_icon {
|
1776
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -984px !important;
|
1777
|
-
background-size: 16px !important;
|
1778
|
-
}
|
1779
|
-
|
1780
|
-
.cke_rtl.cke_hidpi .cke_button__outdent_icon {
|
1781
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1008px !important;
|
1782
|
-
background-size: 16px !important;
|
1783
|
-
}
|
1784
|
-
|
1785
|
-
.cke_hidpi {
|
1786
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
|
1787
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1008px !important;
|
1788
|
-
background-size: 16px !important;
|
1789
|
-
}
|
1790
|
-
.cke_ltr .cke_button__outdent_icon {
|
1791
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1032px !important;
|
1792
|
-
background-size: 16px !important;
|
1793
|
-
}
|
1794
|
-
}
|
1795
|
-
|
1796
|
-
.cke_ltr.cke_hidpi .cke_button__outdent_icon {
|
1797
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1032px !important;
|
1798
|
-
background-size: 16px !important;
|
1799
|
-
}
|
1800
|
-
|
1801
|
-
.cke_hidpi {
|
1802
|
-
.cke_button__smiley_icon {
|
1803
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1056px !important;
|
1804
|
-
background-size: 16px !important;
|
1805
|
-
}
|
1806
|
-
.cke_button__justifyblock_icon {
|
1807
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1080px !important;
|
1808
|
-
background-size: 16px !important;
|
1809
|
-
}
|
1810
|
-
.cke_button__justifycenter_icon {
|
1811
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1104px !important;
|
1812
|
-
background-size: 16px !important;
|
1813
|
-
}
|
1814
|
-
.cke_button__justifyleft_icon {
|
1815
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1128px !important;
|
1816
|
-
background-size: 16px !important;
|
1817
|
-
}
|
1818
|
-
.cke_button__justifyright_icon {
|
1819
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1152px !important;
|
1820
|
-
background-size: 16px !important;
|
1821
|
-
}
|
1822
|
-
.cke_button__language_icon {
|
1823
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1176px !important;
|
1824
|
-
background-size: 16px !important;
|
1825
|
-
}
|
1826
|
-
}
|
1827
|
-
|
1828
|
-
.cke_rtl.cke_hidpi .cke_button__anchor_icon {
|
1829
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1200px !important;
|
1830
|
-
background-size: 16px !important;
|
1831
|
-
}
|
1832
|
-
|
1833
|
-
.cke_hidpi {
|
1834
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
|
1835
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1200px !important;
|
1836
|
-
background-size: 16px !important;
|
1837
|
-
}
|
1838
|
-
.cke_ltr .cke_button__anchor_icon {
|
1839
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1224px !important;
|
1840
|
-
background-size: 16px !important;
|
1841
|
-
}
|
1842
|
-
}
|
1843
|
-
|
1844
|
-
.cke_ltr.cke_hidpi .cke_button__anchor_icon {
|
1845
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1224px !important;
|
1846
|
-
background-size: 16px !important;
|
1847
|
-
}
|
1848
|
-
|
1849
|
-
.cke_hidpi {
|
1850
|
-
.cke_button__link_icon {
|
1851
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1248px !important;
|
1852
|
-
background-size: 16px !important;
|
1853
|
-
}
|
1854
|
-
.cke_button__unlink_icon {
|
1855
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1272px !important;
|
1856
|
-
background-size: 16px !important;
|
1857
|
-
}
|
1858
|
-
}
|
1859
|
-
|
1860
|
-
.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon {
|
1861
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1296px !important;
|
1862
|
-
background-size: 16px !important;
|
1863
|
-
}
|
1864
|
-
|
1865
|
-
.cke_hidpi {
|
1866
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
|
1867
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1296px !important;
|
1868
|
-
background-size: 16px !important;
|
1869
|
-
}
|
1870
|
-
.cke_ltr .cke_button__bulletedlist_icon {
|
1871
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1320px !important;
|
1872
|
-
background-size: 16px !important;
|
1873
|
-
}
|
1874
|
-
}
|
1875
|
-
|
1876
|
-
.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {
|
1877
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1320px !important;
|
1878
|
-
background-size: 16px !important;
|
1879
|
-
}
|
1880
|
-
|
1881
|
-
.cke_rtl.cke_hidpi .cke_button__numberedlist_icon {
|
1882
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1344px !important;
|
1883
|
-
background-size: 16px !important;
|
1884
|
-
}
|
1885
|
-
|
1886
|
-
.cke_hidpi {
|
1887
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
|
1888
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1344px !important;
|
1889
|
-
background-size: 16px !important;
|
1890
|
-
}
|
1891
|
-
.cke_ltr .cke_button__numberedlist_icon {
|
1892
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1368px !important;
|
1893
|
-
background-size: 16px !important;
|
1894
|
-
}
|
1895
|
-
}
|
1896
|
-
|
1897
|
-
.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {
|
1898
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1368px !important;
|
1899
|
-
background-size: 16px !important;
|
1900
|
-
}
|
1901
|
-
|
1902
|
-
.cke_hidpi .cke_button__maximize_icon {
|
1903
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1392px !important;
|
1904
|
-
background-size: 16px !important;
|
1905
|
-
}
|
1906
|
-
|
1907
|
-
.cke_rtl.cke_hidpi .cke_button__newpage_icon {
|
1908
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1416px !important;
|
1909
|
-
background-size: 16px !important;
|
1910
|
-
}
|
1911
|
-
|
1912
|
-
.cke_hidpi {
|
1913
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
|
1914
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1416px !important;
|
1915
|
-
background-size: 16px !important;
|
1916
|
-
}
|
1917
|
-
.cke_ltr .cke_button__newpage_icon {
|
1918
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1440px !important;
|
1919
|
-
background-size: 16px !important;
|
1920
|
-
}
|
1921
|
-
}
|
1922
|
-
|
1923
|
-
.cke_ltr.cke_hidpi .cke_button__newpage_icon {
|
1924
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1440px !important;
|
1925
|
-
background-size: 16px !important;
|
1926
|
-
}
|
1927
|
-
|
1928
|
-
.cke_rtl.cke_hidpi .cke_button__pagebreak_icon {
|
1929
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1464px !important;
|
1930
|
-
background-size: 16px !important;
|
1931
|
-
}
|
1932
|
-
|
1933
|
-
.cke_hidpi {
|
1934
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
|
1935
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1464px !important;
|
1936
|
-
background-size: 16px !important;
|
1937
|
-
}
|
1938
|
-
.cke_ltr .cke_button__pagebreak_icon {
|
1939
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1488px !important;
|
1940
|
-
background-size: 16px !important;
|
1941
|
-
}
|
1942
|
-
}
|
1943
|
-
|
1944
|
-
.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {
|
1945
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1488px !important;
|
1946
|
-
background-size: 16px !important;
|
1947
|
-
}
|
1948
|
-
|
1949
|
-
.cke_rtl.cke_hidpi .cke_button__pastetext_icon {
|
1950
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1512px !important;
|
1951
|
-
background-size: 16px !important;
|
1952
|
-
}
|
1953
|
-
|
1954
|
-
.cke_hidpi {
|
1955
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
|
1956
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1512px !important;
|
1957
|
-
background-size: 16px !important;
|
1958
|
-
}
|
1959
|
-
.cke_ltr .cke_button__pastetext_icon {
|
1960
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1536px !important;
|
1961
|
-
background-size: 16px !important;
|
1962
|
-
}
|
1963
|
-
}
|
1964
|
-
|
1965
|
-
.cke_ltr.cke_hidpi .cke_button__pastetext_icon {
|
1966
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1536px !important;
|
1967
|
-
background-size: 16px !important;
|
1968
|
-
}
|
1969
|
-
|
1970
|
-
.cke_rtl.cke_hidpi .cke_button__pastefromword_icon {
|
1971
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1560px !important;
|
1972
|
-
background-size: 16px !important;
|
1973
|
-
}
|
1974
|
-
|
1975
|
-
.cke_hidpi {
|
1976
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
|
1977
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1560px !important;
|
1978
|
-
background-size: 16px !important;
|
1979
|
-
}
|
1980
|
-
.cke_ltr .cke_button__pastefromword_icon {
|
1981
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1584px !important;
|
1982
|
-
background-size: 16px !important;
|
1983
|
-
}
|
1984
|
-
}
|
1985
|
-
|
1986
|
-
.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {
|
1987
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1584px !important;
|
1988
|
-
background-size: 16px !important;
|
1989
|
-
}
|
1990
|
-
|
1991
|
-
.cke_rtl.cke_hidpi .cke_button__preview_icon {
|
1992
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1608px !important;
|
1993
|
-
background-size: 16px !important;
|
1994
|
-
}
|
1995
|
-
|
1996
|
-
.cke_hidpi {
|
1997
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
|
1998
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1608px !important;
|
1999
|
-
background-size: 16px !important;
|
2000
|
-
}
|
2001
|
-
.cke_ltr .cke_button__preview_icon {
|
2002
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1632px !important;
|
2003
|
-
background-size: 16px !important;
|
2004
|
-
}
|
2005
|
-
}
|
2006
|
-
|
2007
|
-
.cke_ltr.cke_hidpi .cke_button__preview_icon {
|
2008
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1632px !important;
|
2009
|
-
background-size: 16px !important;
|
2010
|
-
}
|
2011
|
-
|
2012
|
-
.cke_hidpi {
|
2013
|
-
.cke_button__print_icon {
|
2014
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1656px !important;
|
2015
|
-
background-size: 16px !important;
|
2016
|
-
}
|
2017
|
-
.cke_button__removeformat_icon {
|
2018
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1680px !important;
|
2019
|
-
background-size: 16px !important;
|
2020
|
-
}
|
2021
|
-
.cke_button__save_icon {
|
2022
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1704px !important;
|
2023
|
-
background-size: 16px !important;
|
2024
|
-
}
|
2025
|
-
.cke_button__selectall_icon {
|
2026
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1728px !important;
|
2027
|
-
background-size: 16px !important;
|
2028
|
-
}
|
2029
|
-
}
|
2030
|
-
|
2031
|
-
.cke_rtl.cke_hidpi .cke_button__showblocks_icon {
|
2032
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1752px !important;
|
2033
|
-
background-size: 16px !important;
|
2034
|
-
}
|
2035
|
-
|
2036
|
-
.cke_hidpi {
|
2037
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
|
2038
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1752px !important;
|
2039
|
-
background-size: 16px !important;
|
2040
|
-
}
|
2041
|
-
.cke_ltr .cke_button__showblocks_icon {
|
2042
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1776px !important;
|
2043
|
-
background-size: 16px !important;
|
2044
|
-
}
|
2045
|
-
}
|
2046
|
-
|
2047
|
-
.cke_ltr.cke_hidpi .cke_button__showblocks_icon {
|
2048
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1776px !important;
|
2049
|
-
background-size: 16px !important;
|
2050
|
-
}
|
2051
|
-
|
2052
|
-
.cke_rtl.cke_hidpi .cke_button__source_icon {
|
2053
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1800px !important;
|
2054
|
-
background-size: 16px !important;
|
2055
|
-
}
|
2056
|
-
|
2057
|
-
.cke_hidpi {
|
2058
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
|
2059
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1800px !important;
|
2060
|
-
background-size: 16px !important;
|
2061
|
-
}
|
2062
|
-
.cke_ltr .cke_button__source_icon {
|
2063
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1824px !important;
|
2064
|
-
background-size: 16px !important;
|
2065
|
-
}
|
2066
|
-
}
|
2067
|
-
|
2068
|
-
.cke_ltr.cke_hidpi .cke_button__source_icon {
|
2069
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1824px !important;
|
2070
|
-
background-size: 16px !important;
|
2071
|
-
}
|
2072
|
-
|
2073
|
-
.cke_hidpi {
|
2074
|
-
.cke_button__specialchar_icon {
|
2075
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1848px !important;
|
2076
|
-
background-size: 16px !important;
|
2077
|
-
}
|
2078
|
-
.cke_button__scayt_icon {
|
2079
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1872px !important;
|
2080
|
-
background-size: 16px !important;
|
2081
|
-
}
|
2082
|
-
.cke_button__table_icon {
|
2083
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1896px !important;
|
2084
|
-
background-size: 16px !important;
|
2085
|
-
}
|
2086
|
-
}
|
2087
|
-
|
2088
|
-
.cke_rtl.cke_hidpi .cke_button__redo_icon {
|
2089
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1920px !important;
|
2090
|
-
background-size: 16px !important;
|
2091
|
-
}
|
2092
|
-
|
2093
|
-
.cke_hidpi {
|
2094
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
|
2095
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1920px !important;
|
2096
|
-
background-size: 16px !important;
|
2097
|
-
}
|
2098
|
-
.cke_ltr .cke_button__redo_icon {
|
2099
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1944px !important;
|
2100
|
-
background-size: 16px !important;
|
2101
|
-
}
|
2102
|
-
}
|
2103
|
-
|
2104
|
-
.cke_ltr.cke_hidpi .cke_button__redo_icon {
|
2105
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1944px !important;
|
2106
|
-
background-size: 16px !important;
|
2107
|
-
}
|
2108
|
-
|
2109
|
-
.cke_rtl.cke_hidpi .cke_button__undo_icon {
|
2110
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1968px !important;
|
2111
|
-
background-size: 16px !important;
|
2112
|
-
}
|
2113
|
-
|
2114
|
-
.cke_hidpi {
|
2115
|
-
.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
|
2116
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1968px !important;
|
2117
|
-
background-size: 16px !important;
|
2118
|
-
}
|
2119
|
-
.cke_ltr .cke_button__undo_icon {
|
2120
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1992px !important;
|
2121
|
-
background-size: 16px !important;
|
2122
|
-
}
|
2123
|
-
}
|
2124
|
-
|
2125
|
-
.cke_ltr.cke_hidpi .cke_button__undo_icon {
|
2126
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1992px !important;
|
2127
|
-
background-size: 16px !important;
|
2128
|
-
}
|
2129
|
-
|
2130
|
-
.cke_hidpi .cke_button__spellchecker_icon {
|
2131
|
-
background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -2016px !important;
|
2132
|
-
background-size: 16px !important;
|
2133
|
-
}
|