@oat-sa/tao-core-ui 1.58.1 → 1.58.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (233) hide show
  1. package/dist/actionbar.js +386 -395
  2. package/dist/adder.js +21 -19
  3. package/dist/animable/absorbable/absorbable.js +204 -213
  4. package/dist/animable/absorbable/css/absorb.css +1 -0
  5. package/dist/animable/absorbable/css/absorb.css.map +1 -1
  6. package/dist/animable/pulsable/pulsable.js +168 -177
  7. package/dist/autocomplete/css/autocomplete.css +1 -0
  8. package/dist/autocomplete/css/autocomplete.css.map +1 -1
  9. package/dist/autocomplete.js +68 -66
  10. package/dist/badge/badge.js +188 -197
  11. package/dist/badge/css/badge.css +1 -0
  12. package/dist/badge/css/badge.css.map +1 -1
  13. package/dist/breadcrumbs.js +275 -284
  14. package/dist/btngrouper.js +5 -5
  15. package/dist/bulkActionPopup.js +490 -495
  16. package/dist/button.js +283 -291
  17. package/dist/cascadingComboBox.js +249 -258
  18. package/dist/ckeditor/ckConfigurator.js +26 -19
  19. package/dist/ckeditor/dtdHandler.js +11 -9
  20. package/dist/class/selector.js +441 -450
  21. package/dist/component/resizable.js +1 -1
  22. package/dist/component/windowed.js +285 -294
  23. package/dist/component.js +419 -428
  24. package/dist/contextualPopup.js +417 -426
  25. package/dist/dashboard.js +300 -309
  26. package/dist/datalist.js +753 -762
  27. package/dist/datatable/filterStrategy/multiple.js +1 -1
  28. package/dist/datatable/filterStrategy/single.js +1 -1
  29. package/dist/datatable.js +1527 -1550
  30. package/dist/dateRange/dateRange.js +393 -402
  31. package/dist/datetime/picker.js +665 -672
  32. package/dist/deleter.js +368 -377
  33. package/dist/destination/selector.js +286 -295
  34. package/dist/dialog/alert.js +3 -3
  35. package/dist/dialog/confirm.js +1 -1
  36. package/dist/dialog/confirmDelete.js +216 -225
  37. package/dist/dialog.js +650 -654
  38. package/dist/disabler.js +8 -8
  39. package/dist/documentViewer/providers/pdfViewer/fallback/viewer.js +166 -175
  40. package/dist/documentViewer/providers/pdfViewer/pdfjs/findBar.js +518 -527
  41. package/dist/documentViewer/providers/pdfViewer/pdfjs/pageView.js +380 -389
  42. package/dist/documentViewer/providers/pdfViewer/pdfjs/searchEngine.js +539 -548
  43. package/dist/documentViewer/providers/pdfViewer/pdfjs/viewer.js +369 -378
  44. package/dist/documentViewer/providers/pdfViewer.js +184 -193
  45. package/dist/documentViewer.js +292 -301
  46. package/dist/dropdown.js +383 -392
  47. package/dist/durationer.js +5 -5
  48. package/dist/dynamicComponent.js +597 -598
  49. package/dist/feedback.js +356 -362
  50. package/dist/figure/FigureStateActive.js +117 -108
  51. package/dist/filesender.js +2 -2
  52. package/dist/filter.js +230 -239
  53. package/dist/form/dropdownForm.js +355 -357
  54. package/dist/form/form.js +919 -690
  55. package/dist/form/simpleForm.js +1 -1
  56. package/dist/form/validator/renderer.js +233 -235
  57. package/dist/form/validator/validator.js +257 -189
  58. package/dist/form/widget/definitions.js +1 -1
  59. package/dist/form/widget/providers/checkBox.js +254 -259
  60. package/dist/form/widget/providers/comboBox.js +187 -192
  61. package/dist/form/widget/providers/default.js +8 -9
  62. package/dist/form/widget/providers/hidden.js +170 -179
  63. package/dist/form/widget/providers/hiddenBox.js +262 -267
  64. package/dist/form/widget/providers/radioBox.js +216 -225
  65. package/dist/form/widget/providers/textArea.js +187 -196
  66. package/dist/form/widget/providers/textBox.js +2 -3
  67. package/dist/form/widget/widget.js +473 -475
  68. package/dist/formValidator/formValidator.js +1 -1
  69. package/dist/formValidator/highlighters/message.js +1 -1
  70. package/dist/generis/form/form.js +314 -323
  71. package/dist/generis/validator/validator.js +209 -218
  72. package/dist/generis/widget/checkBox/checkBox.js +218 -227
  73. package/dist/generis/widget/comboBox/comboBox.js +179 -188
  74. package/dist/generis/widget/hiddenBox/hiddenBox.js +220 -229
  75. package/dist/generis/widget/textBox/textBox.js +169 -178
  76. package/dist/generis/widget/widget.js +246 -255
  77. package/dist/groupedComboBox.js +222 -231
  78. package/dist/groupvalidator.js +2 -2
  79. package/dist/highlighter.js +967 -958
  80. package/dist/image/ImgStateActive/helper.js +7 -5
  81. package/dist/image/ImgStateActive/initHelper.js +49 -43
  82. package/dist/image/ImgStateActive/initMediaEditor.js +24 -20
  83. package/dist/image/ImgStateActive/mediaSizer.js +14 -12
  84. package/dist/image/ImgStateActive.js +72 -70
  85. package/dist/incrementer.js +6 -6
  86. package/dist/inplacer.js +6 -6
  87. package/dist/itemButtonList/css/item-button-list.css +1 -0
  88. package/dist/itemButtonList/css/item-button-list.css.map +1 -1
  89. package/dist/itemButtonList.js +439 -435
  90. package/dist/keyNavigation/navigableDomElement.js +51 -38
  91. package/dist/keyNavigation/navigator.js +85 -70
  92. package/dist/listbox.js +460 -469
  93. package/dist/liststyler.js +8 -8
  94. package/dist/loadingButton/loadingButton.js +209 -218
  95. package/dist/lock.js +476 -485
  96. package/dist/login/login.js +475 -484
  97. package/dist/maths/calculator/basicCalculator.js +235 -244
  98. package/dist/maths/calculator/calculatorComponent.js +3 -3
  99. package/dist/maths/calculator/core/board.js +772 -781
  100. package/dist/maths/calculator/core/expression.js +476 -485
  101. package/dist/maths/calculator/core/labels.js +228 -237
  102. package/dist/maths/calculator/core/tokenizer.js +1 -1
  103. package/dist/maths/calculator/core/tokens.js +163 -170
  104. package/dist/maths/calculator/plugins/keyboard/templateKeyboard/templateKeyboard.js +244 -253
  105. package/dist/maths/calculator/plugins/screen/simpleScreen/simpleScreen.js +279 -288
  106. package/dist/maths/calculator/scientificCalculator.js +327 -336
  107. package/dist/mediaEditor/mediaEditorComponent.js +238 -245
  108. package/dist/mediaEditor/plugins/mediaAlignment/helper.js +7 -7
  109. package/dist/mediaEditor/plugins/mediaAlignment/mediaAlignmentComponent.js +229 -235
  110. package/dist/mediaEditor/plugins/mediaDimension/mediaDimensionComponent.js +580 -589
  111. package/dist/mediaplayer/players/html5.js +666 -675
  112. package/dist/mediaplayer/players/youtube.js +419 -424
  113. package/dist/mediaplayer/support.js +11 -10
  114. package/dist/mediaplayer/utils/reminder.js +14 -13
  115. package/dist/mediaplayer/utils/timeObserver.js +10 -11
  116. package/dist/mediaplayer/youtubeManager.js +164 -145
  117. package/dist/mediaplayer.js +1565 -1520
  118. package/dist/mediasizer.js +669 -678
  119. package/dist/modal.js +10 -17
  120. package/dist/pageSizeSelector.js +219 -228
  121. package/dist/pagination/providers/pages.js +280 -289
  122. package/dist/pagination/providers/simple.js +192 -201
  123. package/dist/previewer.js +30 -30
  124. package/dist/progressbar.js +4 -4
  125. package/dist/report.js +347 -356
  126. package/dist/resource/filters.js +271 -280
  127. package/dist/resource/list.js +1264 -1273
  128. package/dist/resource/selector.js +865 -874
  129. package/dist/resource/tree.js +1483 -1492
  130. package/dist/resourcemgr/fileBrowser.js +564 -569
  131. package/dist/resourcemgr/filePreview.js +16 -16
  132. package/dist/resourcemgr/fileSelector.js +515 -524
  133. package/dist/resourcemgr/util/updatePermissions.js +2 -2
  134. package/dist/resourcemgr.js +306 -315
  135. package/dist/searchModal/advancedSearch.js +796 -767
  136. package/dist/searchModal.js +114 -91
  137. package/dist/switch/switch.js +298 -307
  138. package/dist/tabs.js +598 -575
  139. package/dist/taskQueue/status.js +312 -321
  140. package/dist/taskQueue/table.js +375 -384
  141. package/dist/taskQueue/taskQueueModel.js +488 -472
  142. package/dist/taskQueueButton/taskable.js +264 -273
  143. package/dist/taskQueueButton/treeButton.js +189 -198
  144. package/dist/themeLoader.js +24 -23
  145. package/dist/themes.js +1 -1
  146. package/dist/toggler.js +3 -3
  147. package/dist/tooltip.js +295 -304
  148. package/dist/transformer.js +2 -2
  149. package/dist/tristateCheckboxGroup.js +311 -320
  150. package/dist/uploader.js +687 -696
  151. package/dist/validator/Report.js +1 -1
  152. package/dist/validator/Validator.js +3 -3
  153. package/dist/validator/validators.js +9 -9
  154. package/dist/validator.js +240 -230
  155. package/dist/waitForMedia.js +1 -1
  156. package/package.json +3 -3
  157. package/src/animable/absorbable/css/absorb.css +1 -0
  158. package/src/animable/absorbable/css/absorb.css.map +1 -1
  159. package/src/autocomplete/css/autocomplete.css +1 -0
  160. package/src/autocomplete/css/autocomplete.css.map +1 -1
  161. package/src/badge/css/badge.css +1 -0
  162. package/src/badge/css/badge.css.map +1 -1
  163. package/src/ckeditor/ckConfigurator.js +4 -0
  164. package/src/itemButtonList/css/item-button-list.css +1 -0
  165. package/src/itemButtonList/css/item-button-list.css.map +1 -1
  166. package/src/.DS_Store +0 -0
  167. package/src/css/basic.css +0 -7826
  168. package/src/css/basic.css.map +0 -1
  169. package/src/css/ckeditor/skins/tao/css/dialog.css +0 -950
  170. package/src/css/ckeditor/skins/tao/css/dialog.css.map +0 -1
  171. package/src/css/ckeditor/skins/tao/css/editor.css +0 -1850
  172. package/src/css/ckeditor/skins/tao/css/editor.css.map +0 -1
  173. package/src/scss/.DS_Store +0 -0
  174. package/src/scss/basic.scss +0 -16
  175. package/src/scss/ckeditor/skins/tao/scss/dialog.scss +0 -763
  176. package/src/scss/ckeditor/skins/tao/scss/editor.scss +0 -111
  177. package/src/scss/ckeditor/skins/tao/scss/inc/_ck-icons.scss +0 -59
  178. package/src/scss/ckeditor/skins/tao/scss/inc/_colorpanel.scss +0 -118
  179. package/src/scss/ckeditor/skins/tao/scss/inc/_elementspath.scss +0 -69
  180. package/src/scss/ckeditor/skins/tao/scss/inc/_mainui.scss +0 -194
  181. package/src/scss/ckeditor/skins/tao/scss/inc/_menu.scss +0 -181
  182. package/src/scss/ckeditor/skins/tao/scss/inc/_panel.scss +0 -200
  183. package/src/scss/ckeditor/skins/tao/scss/inc/_presets.scss +0 -32
  184. package/src/scss/ckeditor/skins/tao/scss/inc/_reset.scss +0 -101
  185. package/src/scss/ckeditor/skins/tao/scss/inc/_richcombo.scss +0 -213
  186. package/src/scss/ckeditor/skins/tao/scss/inc/_tao.scss +0 -59
  187. package/src/scss/ckeditor/skins/tao/scss/inc/_toolbar.scss +0 -301
  188. package/src/scss/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
  189. package/src/scss/font/source-sans-pro/source-sans-pro-italic.eot.b64 +0 -1
  190. package/src/scss/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
  191. package/src/scss/font/source-sans-pro/source-sans-pro-italic.woff.b64 +0 -1
  192. package/src/scss/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
  193. package/src/scss/font/source-sans-pro/source-sans-pro-regular.eot.b64 +0 -1
  194. package/src/scss/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
  195. package/src/scss/font/source-sans-pro/source-sans-pro-regular.woff.b64 +0 -1
  196. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.eot +0 -0
  197. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.eot.b64 +0 -1
  198. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.woff +0 -0
  199. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.woff.b64 +0 -1
  200. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
  201. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.eot.b64 +0 -1
  202. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
  203. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.woff.b64 +0 -1
  204. package/src/scss/font/tao/tao.eot +0 -0
  205. package/src/scss/font/tao/tao.svg +0 -235
  206. package/src/scss/font/tao/tao.ttf +0 -0
  207. package/src/scss/font/tao/tao.woff +0 -0
  208. package/src/scss/inc/_base.scss +0 -496
  209. package/src/scss/inc/_bootstrap.scss +0 -6
  210. package/src/scss/inc/_buttons.scss +0 -114
  211. package/src/scss/inc/_colors.scss +0 -88
  212. package/src/scss/inc/_feedback.scss +0 -150
  213. package/src/scss/inc/_flex-grid.scss +0 -15
  214. package/src/scss/inc/_fonts.scss +0 -4
  215. package/src/scss/inc/_forms.scss +0 -827
  216. package/src/scss/inc/_functions.scss +0 -283
  217. package/src/scss/inc/_grid.scss +0 -66
  218. package/src/scss/inc/_jquery.nouislider.scss +0 -254
  219. package/src/scss/inc/_normalize.scss +0 -528
  220. package/src/scss/inc/_report.scss +0 -68
  221. package/src/scss/inc/_secondary-properties.scss +0 -89
  222. package/src/scss/inc/_select2.scss +0 -634
  223. package/src/scss/inc/_toolbars.scss +0 -155
  224. package/src/scss/inc/_tooltip.scss +0 -312
  225. package/src/scss/inc/_variables.scss +0 -21
  226. package/src/scss/inc/base/_highlight.scss +0 -5
  227. package/src/scss/inc/base/_list-style.scss +0 -59
  228. package/src/scss/inc/base/_svg.scss +0 -3
  229. package/src/scss/inc/base/_table.scss +0 -63
  230. package/src/scss/inc/fonts/_source-sans-pro.scss +0 -29
  231. package/src/scss/inc/fonts/_tao-icon-classes.scss +0 -226
  232. package/src/scss/inc/fonts/_tao-icon-def.scss +0 -12
  233. package/src/scss/inc/fonts/_tao-icon-vars.scss +0 -240
@@ -1,1850 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or http://ckeditor.com/license
4
- */
5
- /*
6
- editor.css
7
- ============
8
-
9
-
10
- This is he heart of the skin system. This is the file loaded by the editor to
11
- style all elements inside its main interface.
12
-
13
- To make it easier to maintain, instead of including all styles here, we import
14
- other files.
15
- */
16
- /*
17
- Usage:
18
- - linear-gradient((color1, color2, color3)) - returns linear-gradient with evenly distributed colors,
19
- if 3 colors used then the position of each will be 33,33%
20
- - linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
21
- first param - color, second - position. Also you can use px or other valid units for set position.
22
- */
23
- /* based on "visually-hidden" mixin in LDS for accessibility goals */
24
- /* Do not edit */
25
- /* "Reset" styles, necessary to avoid the editor UI being broken by external CSS. */
26
- /*
27
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
28
- For licensing, see LICENSE.md or http://ckeditor.com/license
29
- */
30
- /*
31
- reset.css (part of editor.css)
32
- ================================
33
-
34
- This file holds the "reset" requirements of CKEditor, as well as define the
35
- default interface styles.
36
-
37
- CKEditor includes two main "reset" class names in the DOM structure created for
38
- editors:
39
-
40
- * .cke_reset: Intended to reset a specific element, but not its children.
41
- Because of this, only styles that will not be inherited can be defined.
42
-
43
- * .cke_reset_all: Intended to reset not only the element holding it, but
44
- also its child elements.
45
-
46
- To understand why "reset" is needed, check the CKEditor Skin SDK:
47
- http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Reset
48
- */
49
- /*
50
- Usage:
51
- - linear-gradient((color1, color2, color3)) - returns linear-gradient with evenly distributed colors,
52
- if 3 colors used then the position of each will be 33,33%
53
- - linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
54
- first param - color, second - position. Also you can use px or other valid units for set position.
55
- */
56
- /* based on "visually-hidden" mixin in LDS for accessibility goals */
57
- /* Do not edit */
58
- /* Reset for single elements, not their children. */
59
- .cke_reset {
60
- /* Do not include inheritable rules here. */
61
- margin: 0;
62
- padding: 0;
63
- border: 0;
64
- background: transparent;
65
- text-decoration: none;
66
- width: auto;
67
- height: auto;
68
- vertical-align: baseline;
69
- box-sizing: content-box;
70
- position: static;
71
- transition: none;
72
- }
73
-
74
- /* Reset for elements and their children. */
75
- .cke_reset_all, .cke_reset_all * {
76
- /* The following must be identical to .cke_reset. */
77
- margin: 0;
78
- padding: 0;
79
- border: 0;
80
- background: transparent;
81
- text-decoration: none;
82
- width: auto;
83
- height: auto;
84
- vertical-align: baseline;
85
- box-sizing: content-box;
86
- transition: none;
87
- /* These are rule inherited by all children elements. */
88
- border-collapse: collapse;
89
- font-family: "Source Sans Pro", sans-serif;
90
- font-weight: 400;
91
- font-style: normal;
92
- font-size: 1.4rem;
93
- text-align: left;
94
- white-space: nowrap;
95
- cursor: auto;
96
- }
97
-
98
- .cke_reset_all .cke_rtl * {
99
- text-align: right;
100
- }
101
-
102
- /* Defaults for some elements. */
103
- .cke_reset_all iframe {
104
- vertical-align: inherit;
105
- /** For IE */
106
- }
107
-
108
- .cke_reset_all textarea {
109
- white-space: pre;
110
- }
111
-
112
- .cke_reset_all textarea,
113
- .cke_reset_all input[type="text"],
114
- .cke_reset_all input[type="password"] {
115
- cursor: text;
116
- }
117
-
118
- .cke_reset_all textarea[disabled],
119
- .cke_reset_all input[type="text"][disabled],
120
- .cke_reset_all input[type="password"][disabled] {
121
- cursor: default;
122
- }
123
-
124
- .cke_reset_all fieldset {
125
- padding: 10px;
126
- border: 2px groove #E0DFE3;
127
- }
128
-
129
- .cke_reset_all select {
130
- box-sizing: border-box;
131
- }
132
-
133
- /* Styles the main interface structure (holding box). */
134
- /*
135
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
136
- For licensing, see LICENSE.md or http://ckeditor.com/license
137
- */
138
- /*
139
- mainui.css (part of editor.css)
140
- =================================
141
-
142
- This file styles the basic structure of the CKEditor user interface - the box
143
- that holds everything.
144
-
145
- CKEditor offers two main editing modes. The main UI blocks that compose these
146
- modes are:
147
-
148
- For "Theme UI" mode, the one most generally used:
149
-
150
- +-- .cke_chrome ----------------------+
151
- |+-- .cke_inner ---------------------+|
152
- || +-- .cke_top -------------------+ ||
153
- || | | ||
154
- || +-------------------------------+ ||
155
- || +-- .cke_contents --------------+ ||
156
- || | | ||
157
- || +-------------------------------+ ||
158
- || +-- .cke_bottom ----------------+ ||
159
- || | | ||
160
- || +-------------------------------+ ||
161
- |+-----------------------------------+|
162
- +-------------------------------------+
163
-
164
- For "Inline Editing" mode:
165
-
166
- +-- .cke_chrome .cke_float------------+
167
- |+-- .cke_inner ---------------------+|
168
- || +-- .cke_top -------------------+ ||
169
- || | | ||
170
- || +-------------------------------+ ||
171
- |+-----------------------------------+|
172
- +-------------------------------------+
173
-
174
- Special outer level classes used in this file:
175
-
176
- .cke_hc: Available when the editor is rendered on "High Contrast".
177
-
178
- */
179
- /* The outer boundary of the interface. */
180
- .cke_chrome {
181
- /* This is <span>, so transform it into a block.*/
182
- display: block;
183
- padding: 0;
184
- }
185
-
186
- /* The inner boundary of the interface. */
187
- .cke_inner {
188
- /* This is <span>, so transform it into a block.*/
189
- display: block;
190
- -webkit-touch-callout: none;
191
- padding: 0;
192
- position: relative;
193
- z-index: 10001;
194
- }
195
-
196
- /* Added to the outer boundary of the UI when in inline editing,
197
- when the UI is floating. */
198
- .cke_float {
199
- /* Make white the space between the outer and the inner borders. */
200
- border: none;
201
- }
202
-
203
- .cke_float .cke_inner {
204
- /* As we don't have blocks following top (toolbar) we suppress the padding
205
- as the toolbar defines its own margin. */
206
- padding-bottom: 0;
207
- }
208
-
209
- /* Make the main spaces enlarge to hold potentially floated content. */
210
- .cke_top,
211
- .cke_contents,
212
- .cke_bottom {
213
- /* These are <span>s, so transform them into blocks.*/
214
- /* Ideally this should be "auto", but it shows scrollbars in IE7. */
215
- overflow: hidden;
216
- }
217
-
218
- .cke_top {
219
- /*border: 1px solid #b2b2b2;*/
220
- /* Allow breaking toolbars when in a narrow editor. (#9947) */
221
- white-space: normal;
222
- padding: 4px 3px 0px 4px;
223
- background: #f3f1ef;
224
- border: 1px solid #f3f1ef;
225
- border-radius: 2px;
226
- -webkit-border-radius: 2px;
227
- -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
228
- -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
229
- box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
230
- }
231
-
232
- .cke_float .cke_top {
233
- border: 3px solid #f3f1ef;
234
- }
235
-
236
- .cke_bottom {
237
- padding: 1px;
238
- position: relative;
239
- border: 1px solid #ddd;
240
- border-radius: 2px;
241
- -webkit-border-radius: 2px;
242
- /*
243
- border-top: 1px solid #bfbfbf;
244
-
245
- box-shadow: 0 1px 0 #fff inset;
246
-
247
- background: #cfd1cf;
248
- background-image: linear-gradient(top, #ebebeb, #cfd1cf);
249
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf');*/
250
- }
251
-
252
- /* On iOS we need to manually enable scrolling in the contents block. (#9945) */
253
- .cke_browser_ios .cke_contents {
254
- overflow-y: auto;
255
- -webkit-overflow-scrolling: touch;
256
- }
257
-
258
- /* The resizer is the small UI element that is rendered at the bottom right
259
- part of the editor. It makes is possible to resize the editor UI. */
260
- .cke_resizer {
261
- /* To avoid using images for the resizer, we create a small triangle,
262
- using some CSS magic. */
263
- width: 0;
264
- height: 0;
265
- overflow: hidden;
266
- width: 0;
267
- height: 0;
268
- overflow: hidden;
269
- border-width: 10px 10px 0 0;
270
- border-color: transparent #666 transparent transparent;
271
- border-style: dashed solid dashed dashed;
272
- font-size: 0;
273
- vertical-align: bottom;
274
- margin-top: 6px;
275
- /* A margin in case of no other element in the same container
276
- to keep a distance to the bottom edge. */
277
- margin-bottom: 2px;
278
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
279
- }
280
-
281
- .cke_hc .cke_resizer {
282
- font-size: 15px;
283
- width: auto;
284
- height: auto;
285
- border-width: 0;
286
- }
287
-
288
- .cke_resizer_ltr {
289
- cursor: se-resize;
290
- float: right;
291
- margin-right: -4px;
292
- }
293
-
294
- /* This class is added in RTL mode. This is a special case for the resizer
295
- (usually the .cke_rtl class is used), because it may not necessarily be in
296
- RTL mode if the main UI is RTL. It depends instead on the context where the
297
- editor is inserted on. */
298
- .cke_resizer_rtl {
299
- border-width: 10px 0 0 10px;
300
- border-color: transparent transparent transparent #A5A5A5;
301
- border-style: dashed dashed dashed solid;
302
- cursor: sw-resize;
303
- float: left;
304
- margin-left: -4px;
305
- right: auto;
306
- }
307
-
308
- /* The editing area (where users type) can be rendered as an editable <div>
309
- element (e.g. divarea plugin). In that case, this is the class applied to
310
- that element. */
311
- .cke_wysiwyg_div {
312
- display: block;
313
- height: 100%;
314
- overflow: auto;
315
- padding: 0 8px;
316
- outline-style: none;
317
- box-sizing: border-box;
318
- }
319
-
320
- /* Styles all "panels", which are the floating elements that appear when
321
- opening toolbar combos, menu buttons, context menus, etc. */
322
- /*
323
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
324
- For licensing, see LICENSE.md or http://ckeditor.com/license
325
- */
326
- /*
327
- panel.css (part of editor.css)
328
- ================================
329
-
330
- Panels are floating elements that can hold different types of contents.
331
- The following are common uses of it:
332
-
333
- - The element that toolbar combos display when opening them.
334
- - The context menu.
335
- - The list of items displayed by "menu buttons" (e.g. scayt).
336
- - The panel shown when opening "panel buttons" (e.g. color buttons).
337
-
338
- Panel contents are wrapped into an iframe, so it is possible to have additional
339
- CSS loaded inside them (e.g. to have more accurate preview on the styles combo).
340
-
341
- The following is a visual representation of the outer elements of a panel:
342
-
343
- +-- .cke_panel(*) ---------------------+
344
- | +-- IFRAME.cke_panel_frame --------+ |
345
- | | +-- HTML.cke_panel_container --+ | |
346
- | | | +-- .cke_panel_block ------+ | | |
347
- | | | | | | | |
348
- | | | | (contents here) | | | |
349
- | | | | | | | |
350
- | | | +--------------------------+ | | |
351
- | | +------------------------------+ | |
352
- | +----------------------------------+ |
353
- +--------------------------------------+
354
-
355
- (*) All kinds of panel share the above structure. Menu panels adds the
356
- .cke_menu_panel class to the outer element, while toolbar combos add the
357
- .cke_combopanel class.
358
-
359
- This file also defines styles for panel lists (used by combos). For menu-like
360
- panel contents and color panels check menu.css and colorpanel.css.
361
- */
362
- /*
363
- Usage:
364
- - linear-gradient((color1, color2, color3)) - returns linear-gradient with evenly distributed colors,
365
- if 3 colors used then the position of each will be 33,33%
366
- - linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
367
- first param - color, second - position. Also you can use px or other valid units for set position.
368
- */
369
- /* based on "visually-hidden" mixin in LDS for accessibility goals */
370
- /* Do not edit */
371
- /* The box that holds an IFRAME. It's inserted into a host document and positioned
372
- absolutely by the application. It floats above the host document/editor. */
373
- .cke_panel {
374
- /* Restore the loading hide */
375
- visibility: visible;
376
- width: 120px;
377
- height: 100px;
378
- overflow: hidden;
379
- background-color: #fff;
380
- border: 1px solid #b6b6b6;
381
- border-bottom-color: #999;
382
- border-radius: 3px;
383
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
384
- }
385
-
386
- /* This class represents panels which are used as context menus. */
387
- .cke_menu_panel {
388
- padding: 0;
389
- margin: 0;
390
- visibility: hidden;
391
- }
392
-
393
- /* This class represents panels which are used by rich combos. */
394
- .cke_combopanel {
395
- width: 150px;
396
- height: 170px;
397
- }
398
-
399
- /* The IFRAME the panel is wrapped into. */
400
- .cke_panel_frame {
401
- width: 100%;
402
- height: 100%;
403
- font-size: 12px;
404
- overflow: auto;
405
- overflow-x: hidden;
406
- }
407
-
408
- /* The HTML document which is a direct descendant of the IFRAME */
409
- .cke_panel_container {
410
- overflow: hidden;
411
- }
412
-
413
- /*
414
- Here we start the definition of panel lists (e.g. combo panels). The following
415
- is its visual representation:
416
-
417
- +-- .cke_panel_block -----------------+
418
- | +-- .cke_panel_grouptitle --------+ |
419
- | | | |
420
- | +---------------------------------+ |
421
- | +-- .cke_panel_list --------------+ |
422
- | | +-- .cke_panel_listItem ------+ | |
423
- | | | +-- a --------------------+ | | |
424
- | | | | +-- span -------------+ | | | |
425
- | | | | | | | | | |
426
- | | | | +---------------------+ | | | |
427
- | | | +-------------------------+ | | |
428
- | | +-----------------------------+ | |
429
- | | +-- .cke_panel_listItem ------+ | |
430
- | | | +-- a --------------------+ | | |
431
- | | | | +-- span -------------+ | | | |
432
- | | | | | | | | | |
433
- | | | | +---------------------+ | | | |
434
- | | | +-------------------------+ | | |
435
- | | +-----------------------------+ | |
436
- | | ... | |
437
- | +---------------------------------+ |
438
- +-------------------------------------+
439
- */
440
- /* The list of panel items. */
441
- .cke_panel_list {
442
- list-style-type: none;
443
- margin: 0;
444
- padding: 0;
445
- white-space: nowrap;
446
- overflow-y: auto;
447
- height: 170px;
448
- }
449
-
450
- /* The item of .cke_panel_list */
451
- .cke_panel_listItem {
452
- margin: 0;
453
- padding-bottom: 1px;
454
- }
455
-
456
- /* The child of .cke_panel_listItem. These elements contain spans which are
457
- to display a real name of the property which is visible for an end-user. */
458
- .cke_panel_listItem a {
459
- padding: 3px 4px;
460
- display: block;
461
- border: 1px solid #fff;
462
- color: inherit !important;
463
- text-decoration: none;
464
- overflow: hidden;
465
- text-overflow: ellipsis;
466
- border-radius: 2px;
467
- }
468
-
469
- /* IE6 */
470
- * html .cke_panel_listItem a {
471
- width: 100%;
472
- /* IE is not able to inherit the color, so we must force it to black */
473
- color: #000;
474
- }
475
-
476
- /* IE7 */
477
- *:first-child + html .cke_panel_listItem a {
478
- /* IE is not able to inherit the color, so we must force it to black */
479
- color: #000;
480
- }
481
-
482
- .cke_panel_listItem.cke_selected a {
483
- background-color: #cfdfe9;
484
- }
485
-
486
- .cke_panel_listItem a:hover,
487
- .cke_panel_listItem a:focus,
488
- .cke_panel_listItem a:active {
489
- background-color: #3e7da7;
490
- }
491
-
492
- .cke_hc .cke_panel_listItem a {
493
- border-style: none;
494
- }
495
-
496
- .cke_hc .cke_panel_listItem a:hover,
497
- .cke_hc .cke_panel_listItem a:focus,
498
- .cke_hc .cke_panel_listItem a:active {
499
- border: 2px solid;
500
- padding: 1px 2px;
501
- }
502
-
503
- /* The title of the entire panel which is visible on top of the list. */
504
- .cke_panel_grouptitle {
505
- display: none;
506
- }
507
-
508
- /* The following styles set defaults of the elements used by the Paragraph
509
- Format panel. */
510
- .cke_panel_listItem p,
511
- .cke_panel_listItem h1,
512
- .cke_panel_listItem h2,
513
- .cke_panel_listItem h3,
514
- .cke_panel_listItem h4,
515
- .cke_panel_listItem h5,
516
- .cke_panel_listItem h6,
517
- .cke_panel_listItem pre {
518
- margin-top: 0px;
519
- margin-bottom: 0px;
520
- }
521
-
522
- /* Styles the color panel displayed by the color buttons. */
523
- /*
524
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
525
- For licensing, see LICENSE.md or http://ckeditor.com/license
526
- */
527
- /*
528
- colorpanel.css (part of editor.css)
529
- =====================================
530
-
531
- The color panel is related to the contents part of the panels that are
532
- displayed when clicking the color buttons of the toolbar. See panels.css for
533
- styles related to the outer part of panels.
534
-
535
- The following is the visual representation of the color panel contents:
536
-
537
- +-- .cke_panel_block.cke_colorblock --+
538
- | +-- a.cke_colorauto --------------+ |
539
- | | | |
540
- | | AUTOMATIC COLOR | |
541
- | | | |
542
- | +---------------------------------+ |
543
- | +-- table ------------------------+ |
544
- | | | |
545
- | | COLOR PALETTE | |
546
- | | | |
547
- | |---------------------------------| |
548
- | | "More Colors" | |
549
- | +---------------------------------+ |
550
- +-------------------------------------+
551
-
552
- The AUTOMATIC COLOR section is an <a> containing a table with two cells with
553
- the following contents:
554
-
555
- +-- TD -----------------+ +-- TD -----------------+
556
- | +-- .cke_colorbox --+ | | |
557
- | | | | | "Automatic" |
558
- | +-------------------+ | | |
559
- +-----------------------+ +-----------------------+
560
-
561
- The COLOR PALETTE section instead is a table with a variable number of cells
562
- (by default 8). Each cell represents a color box, with the following structure:
563
-
564
- +-- A.cke_colorbox ---------+
565
- | +-- SPAN.cke_colorbox --+ |
566
- | | | |
567
- | +-----------------------+ |
568
- +---------------------------+
569
- */
570
- /* The container of the color palette. */
571
- .cke_colorblock {
572
- padding: 3px;
573
- font-size: 11px;
574
- font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
575
- }
576
-
577
- .cke_colorblock,
578
- .cke_colorblock a {
579
- text-decoration: none;
580
- color: #000;
581
- }
582
-
583
- /* The box which is to represent a single color on the color palette.
584
- It is a small, square-shaped element which can be selected from the palette. */
585
- span.cke_colorbox {
586
- width: 10px;
587
- height: 10px;
588
- border: #808080 1px solid;
589
- float: left;
590
- }
591
-
592
- .cke_rtl span.cke_colorbox {
593
- float: right;
594
- }
595
-
596
- /* The wrapper of the span.cke_colorbox. It provides an extra border and padding. */
597
- a.cke_colorbox {
598
- border: #fff 1px solid;
599
- padding: 2px;
600
- float: left;
601
- width: 12px;
602
- height: 12px;
603
- }
604
-
605
- .cke_rtl a.cke_colorbox {
606
- float: right;
607
- }
608
-
609
- /* Different states of the a.cke_colorbox wrapper. */
610
- a:hover.cke_colorbox,
611
- a:focus.cke_colorbox,
612
- a:active.cke_colorbox {
613
- border: #b6b6b6 1px solid;
614
- background-color: #e5e5e5;
615
- }
616
-
617
- /* Buttons which are visible at the top/bottom of the color palette:
618
- - cke_colorauto (TOP) applies the automatic color.
619
- - cke_colormore (BOTTOM) executes the color dialog.
620
- */
621
- a.cke_colorauto,
622
- a.cke_colormore {
623
- border: #fff 1px solid;
624
- padding: 2px;
625
- display: block;
626
- cursor: pointer;
627
- }
628
-
629
- /* Different states of cke_colorauto/cke_colormore buttons. */
630
- a:hover.cke_colorauto,
631
- a:hover.cke_colormore,
632
- a:focus.cke_colorauto,
633
- a:focus.cke_colormore,
634
- a:active.cke_colorauto,
635
- a:active.cke_colormore {
636
- border: #b6b6b6 1px solid;
637
- background-color: #e5e5e5;
638
- }
639
-
640
- /* Styles to toolbar. */
641
- /*
642
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
643
- For licensing, see LICENSE.md or http://ckeditor.com/license
644
- */
645
- /*
646
- toolbar.css (part of editor.css)
647
- ==================================
648
-
649
- This files styles the CKEditor toolbar and its buttons. For toolbar combo
650
- styles, check richcombo.css.
651
-
652
- The toolbar is rendered as a big container (called toolbox), which contains
653
- smaller "toolbars". Each toolbar represents a group of items that cannot be
654
- separated. The following is the visual representation of the toolbox.
655
-
656
- +-- .cke_toolbox ----------------------------------------------------------+
657
- | +-- .cke_toolbar --+ +-- .cke_toolbar --+ ... +-- .cke_toolbar_break --+ |
658
- | | | | | | | |
659
- | +------------------+ +------------------+ +------------------------+ |
660
- | +-- .cke_toolbar --+ +-- .cke_toolbar --+ ... |
661
- | | | | | |
662
- | +------------------+ +------------------+ |
663
- +--------------------------------------------------------------------------+
664
-
665
- The following instead is the visual representation of a single toolbar:
666
-
667
- +-- .cke_toolbar ----------------------------------------------------------------+
668
- | +-- .cke_toolbar_start --+ +-- .cke_toolgroup (*) --+ +-- .cke_toolbar_end --+ |
669
- | | | | | | | |
670
- | +------------------------+ +------------------------+ +----------------------+ |
671
- +--------------------------------------------------------------------------------+
672
- (*) .cke_toolgroup is available only when the toolbar items can be grouped
673
- (buttons). If the items can't be group (combos), this box is not available
674
- and the items are rendered straight in that place.
675
-
676
- This file also styles toolbar buttons, which are rendered inside the above
677
- .cke_toolgroup containers. This is the visual representation of a button:
678
-
679
- +-- .cke_button -------------------------------------+
680
- | +-- .cke_button_icon --+ +-- .cke_button_label --+ |
681
- | | | | | |
682
- | +----------------------+ +-----------------------+ |
683
- +----------------------------------------------------+
684
-
685
- Special outer level classes used in this file:
686
-
687
- .cke_hc: Available when the editor is rendered on "High Contrast".
688
- .cke_rtl: Available when the editor UI is on RTL.
689
- */
690
- /*
691
- Usage:
692
- - linear-gradient((color1, color2, color3)) - returns linear-gradient with evenly distributed colors,
693
- if 3 colors used then the position of each will be 33,33%
694
- - linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
695
- first param - color, second - position. Also you can use px or other valid units for set position.
696
- */
697
- /* based on "visually-hidden" mixin in LDS for accessibility goals */
698
- /* Do not edit */
699
- /* The box that holds each toolbar. */
700
- .cke_toolbar {
701
- float: left;
702
- position: relative;
703
- z-index: 10005;
704
- }
705
-
706
- .cke_rtl .cke_toolbar {
707
- float: right;
708
- }
709
-
710
- @media (pointer: coarse) {
711
- .cke .cke_toolbar .cke_button_off.cke_button_off:hover {
712
- background: white !important;
713
- color: #222 !important;
714
- }
715
- }
716
-
717
- /* The box that holds buttons. */
718
- .cke_toolgroup {
719
- float: left;
720
- margin: 0 2px 2px 0;
721
- border: 1px solid #ddd;
722
- border-radius: 2px;
723
- border-radius: 1px;
724
- background: white;
725
- }
726
-
727
- .cke_hc .cke_toolgroup {
728
- border: 0;
729
- margin-right: 10px;
730
- margin-bottom: 10px;
731
- }
732
-
733
- .cke_rtl .cke_toolgroup {
734
- float: right;
735
- margin-left: 6px;
736
- margin-right: 0;
737
- }
738
-
739
- /* A toolbar button . */
740
- .cke .cke_toolbar .cke_button {
741
- display: inline-block;
742
- height: 18px;
743
- padding: 4px 6px;
744
- outline: none;
745
- cursor: pointer;
746
- border: 0;
747
- color: #222;
748
- }
749
-
750
- .cke .cke_toolbar .cke_button:hover {
751
- background: #3e7da7 !important;
752
- color: white !important;
753
- }
754
-
755
- .cke_reset_all, .cke_reset_all *
756
- .cke .cke_top .cke_toolbar .cke_button_disabled:hover {
757
- background: white !important;
758
- cursor: default !important;
759
- }
760
-
761
- .cke_rtl .cke_button {
762
- float: right;
763
- }
764
-
765
- .cke_hc .cke_button {
766
- border: 1px solid black;
767
- /* Compensate the added border */
768
- padding: 3px 5px;
769
- margin: -2px 4px 0 -2px;
770
- }
771
-
772
- /* This class is applied to the button when it is "active" (pushed).
773
- This style indicates that the feature associated with the button is active
774
- i.e. currently writing in bold or when spell checking is enabled. */
775
- .cke .cke_toolbar a.cke_button_on {
776
- background-color: #0e5d91;
777
- color: white;
778
- }
779
-
780
- .cke_button_disabled span {
781
- opacity: 0.4 !important;
782
- }
783
-
784
- a.cke_button_on:hover,
785
- a.cke_button_on:focus,
786
- a.cke_button_on:active {
787
- cursor: pointer;
788
- }
789
-
790
- a.cke_button_off:hover,
791
- a.cke_button_off:focus,
792
- a.cke_button_off:active,
793
- a.cke_button_disabled:hover,
794
- a.cke_button_disabled:focus,
795
- a.cke_button_disabled:active {
796
- background-color: #a4a9b1;
797
- cursor: default;
798
- text-shadow: none;
799
- }
800
-
801
- /* The icon which is a visual representation of the button. */
802
- .cke_button_icon {
803
- cursor: inherit;
804
- background-repeat: no-repeat;
805
- margin-top: 1px;
806
- width: 16px;
807
- height: 16px;
808
- float: left;
809
- }
810
-
811
- .cke_rtl .cke_button_icon {
812
- float: right;
813
- }
814
-
815
- .cke_hc .cke_button_icon {
816
- display: none;
817
- }
818
-
819
- /* The label of the button that stores the name of the feature. By default,
820
- labels are invisible. They can be revealed on demand though. */
821
- .cke_button_label {
822
- display: none;
823
- padding-left: 3px;
824
- margin-top: 1px;
825
- line-height: 17px;
826
- vertical-align: middle;
827
- float: left;
828
- cursor: default;
829
- color: #474747;
830
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
831
- }
832
-
833
- .cke_rtl .cke_button_label {
834
- padding-right: 3px;
835
- padding-left: 0;
836
- float: right;
837
- }
838
-
839
- .cke_hc .cke_button_label {
840
- padding: 0;
841
- display: inline-block;
842
- font-size: 12px;
843
- }
844
-
845
- .cke_rtl .cke_button_arrow {
846
- margin-right: 5px;
847
- margin-left: 0;
848
- }
849
-
850
- .cke_hc .cke_button_arrow {
851
- font-size: 10px;
852
- margin: 3px -2px 0 3px;
853
- width: auto;
854
- border: 0;
855
- }
856
-
857
- .cke_button_arrow {
858
- padding: 0 8px 5px 0;
859
- position: relative;
860
- top: -4px;
861
- opacity: .8;
862
- }
863
-
864
- /* The vertical separator which is used within a single toolbar to split
865
- buttons into sub-groups. */
866
- .cke_toolbar_separator {
867
- float: left;
868
- background-color: #c0c0c0;
869
- background-color: rgba(0, 0, 0, 0.2);
870
- margin: 5px 2px 0;
871
- height: 18px;
872
- width: 1px;
873
- }
874
-
875
- .cke_rtl .cke_toolbar_separator {
876
- float: right;
877
- }
878
-
879
- .cke_hc .cke_toolbar_separator {
880
- width: 0;
881
- border-left: 1px solid;
882
- margin: 1px 5px 0 0px;
883
- }
884
-
885
- /* The dummy element that breaks toolbars.
886
- Once it is placed, the very next toolbar is moved to the new row. */
887
- .cke_toolbar_break {
888
- display: block;
889
- clear: left;
890
- }
891
-
892
- .cke_rtl .cke_toolbar_break {
893
- clear: right;
894
- }
895
-
896
- /* The button, which when clicked hides (collapses) all the toolbars. */
897
- .cke_toolbox_collapser {
898
- width: 12px;
899
- height: 11px;
900
- float: right;
901
- margin: 11px 0 0;
902
- font-size: 0;
903
- cursor: default;
904
- text-align: center;
905
- border: 1px solid #a6a6a6;
906
- border-bottom-color: #979797;
907
- border-radius: 3px;
908
- background: #fff;
909
- }
910
-
911
- .cke_toolbox_collapser.cke_toolbox_collapser_min {
912
- margin: 0 2px 4px;
913
- }
914
-
915
- .cke_rtl .cke_toolbox_collapser {
916
- float: left;
917
- }
918
-
919
- /* The CSS arrow, which belongs to the toolbar collapser. */
920
- .cke_toolbox_collapser .cke_arrow {
921
- display: inline-block;
922
- height: 0;
923
- width: 0;
924
- font-size: 0;
925
- margin-top: 1px;
926
- border-left: 3px solid transparent;
927
- border-right: 3px solid transparent;
928
- border-bottom: 3px solid #474747;
929
- border-top: 3px solid transparent;
930
- }
931
-
932
- .cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
933
- margin-top: 4px;
934
- border-bottom-color: transparent;
935
- border-top-color: #474747;
936
- }
937
-
938
- .cke_hc .cke_toolbox_collapser .cke_arrow {
939
- font-size: 8px;
940
- width: auto;
941
- border: 0;
942
- margin-top: 0;
943
- margin-right: 2px;
944
- }
945
-
946
- /* Styles menus, which are lists of selectable items (context menu, menu button). */
947
- /*
948
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
949
- For licensing, see LICENSE.md or http://ckeditor.com/license
950
- */
951
- /*
952
- menu.css (part of editor.css)
953
- ===============================
954
-
955
- This file styles menus used in the editor UI. These menus are the list of
956
- options available inside some "floating panels", like menu buttons of the
957
- toolbar or the context menu.
958
-
959
- Note that the menu itself doesn't include the floating element that holds it.
960
- That element is styles in the panel.css file.
961
-
962
- The following is a visual representation of the main elements of a menu:
963
-
964
- +-- .cke_menu -----------------+
965
- | +-- .cke_menuitem --------+ |
966
- | | +-- .cke_menubutton ---+ | |
967
- | | | | | |
968
- | | +----------------------+ | |
969
- | +--------------------------+ |
970
- | +-- .cke_menuseparator ----+ |
971
- | ... |
972
- +------------------------------+
973
-
974
- This is the .cke_menubutton structure:
975
- (Note that the menu button icon shares with toolbar button the common class .cke_button_icon to achieve the same outlook.)
976
-
977
- +-- .cke_menubutton -------------------------------------------------------------------------+
978
- | +-- .cke_menubutton_inner ---------------------------------------------------------------+ |
979
- | | +-- .cke_menubutton_icon ---+ +-- .cke_menubutton_label --+ +-- .cke_cke_menuarrow --+ | |
980
- | | | +-- .cke_button_icon ---+ | | | | | | |
981
- | | | | | | | | | | | |
982
- | | | +-----------------------+ | | | | | | |
983
- | | +---------------------------+ +---------------------------+ +------------------------+ | |
984
- | +----------------------------------------------------------------------------------------+ |
985
- +--------------------------------------------------------------------------------------------+
986
-
987
- Special outer level classes used in this file:
988
-
989
- .cke_hc: Available when the editor is rendered on "High Contrast".
990
- .cke_rtl: Available when the editor UI is on RTL.
991
- */
992
- /* .cke_menuitem is the element that holds the entire structure of each of the
993
- menu items. */
994
- .cke_menubutton {
995
- /* The "button" inside a menu item is a <a> element.
996
- Transforms it into a block. */
997
- display: block;
998
- }
999
-
1000
- .cke_menuitem span {
1001
- /* Avoid the text selection cursor inside menu items. */
1002
- cursor: default;
1003
- font-size: 12px;
1004
- }
1005
-
1006
- .cke_menubutton:hover,
1007
- .cke_menubutton:focus,
1008
- .cke_menubutton:active {
1009
- background-color: #D3D3D3;
1010
- display: block;
1011
- }
1012
-
1013
- .cke_hc .cke_menubutton {
1014
- padding: 2px;
1015
- }
1016
-
1017
- .cke_hc .cke_menubutton:hover,
1018
- .cke_hc .cke_menubutton:focus,
1019
- .cke_hc .cke_menubutton:active {
1020
- border: 2px solid;
1021
- padding: 0;
1022
- }
1023
-
1024
- .cke_menubutton_inner {
1025
- display: table-row;
1026
- }
1027
-
1028
- .cke_menubutton_icon,
1029
- .cke_menubutton_label,
1030
- .cke_menuarrow {
1031
- display: table-cell;
1032
- }
1033
-
1034
- /* The menu item icon. */
1035
- .cke_menubutton_icon {
1036
- background-color: #D7D8D7;
1037
- opacity: 0.70;
1038
- /* Safari, Opera and Mozilla */
1039
- filter: alpha(opacity=70);
1040
- /* IE */
1041
- padding: 4px;
1042
- }
1043
-
1044
- .cke_hc .cke_menubutton_icon {
1045
- height: 16px;
1046
- width: 0;
1047
- padding: 4px 0;
1048
- }
1049
-
1050
- .cke_menubutton:hover .cke_menubutton_icon,
1051
- .cke_menubutton:focus .cke_menubutton_icon,
1052
- .cke_menubutton:active .cke_menubutton_icon {
1053
- background-color: #D0D2D0;
1054
- }
1055
-
1056
- .cke_menubutton_disabled:hover .cke_menubutton_icon,
1057
- .cke_menubutton_disabled:focus .cke_menubutton_icon,
1058
- .cke_menubutton_disabled:active .cke_menubutton_icon {
1059
- /* The icon will get opacity as well when hovered. */
1060
- opacity: 0.3;
1061
- filter: alpha(opacity=30);
1062
- }
1063
-
1064
- /* The textual part of each menu item. */
1065
- .cke_menubutton_label {
1066
- padding: 0 5px;
1067
- background-color: transparent;
1068
- width: 100%;
1069
- vertical-align: middle;
1070
- }
1071
-
1072
- .cke_menubutton_disabled .cke_menubutton_label {
1073
- /* Greyed label text indicates a disabled menu item. */
1074
- opacity: 0.3;
1075
- filter: alpha(opacity=30);
1076
- }
1077
-
1078
- .cke_menubutton_on {
1079
- border: 1px solid #dedede;
1080
- background-color: #f2f2f2;
1081
- box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
1082
- }
1083
-
1084
- .cke_menubutton_on .cke_menubutton_icon {
1085
- padding-right: 3px;
1086
- }
1087
-
1088
- .cke_menubutton:hover,
1089
- .cke_menubutton:focus,
1090
- .cke_menubutton:active {
1091
- background-color: #EFF0EF;
1092
- }
1093
-
1094
- .cke_panel_frame .cke_menubutton_label {
1095
- display: none;
1096
- }
1097
-
1098
- /* The separator used to separate menu item groups. */
1099
- .cke_menuseparator {
1100
- background-color: #D3D3D3;
1101
- height: 1px;
1102
- filter: alpha(opacity=70);
1103
- /* IE */
1104
- opacity: 0.70;
1105
- /* Safari, Opera and Mozilla */
1106
- }
1107
-
1108
- /* The small arrow shown for item with sub-menus. */
1109
- .cke_menuarrow {
1110
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAeCAYAAAAPSW++AAAAWUlEQVR42mNgAAJLS8v5QMzJgA6Agv+B+AYQa2GTAOFvQJyMSyINm1G66EYtAmIehlEwXAEobYHSGLqgFjRB/EcWTIYmnf/oEmlYJaCSuhhGIUnygNIYiA0Ab4wwJXKzD74AAAAASUVORK5CYII=);
1111
- background-position: 0 10px;
1112
- background-repeat: no-repeat;
1113
- padding: 0 5px;
1114
- }
1115
-
1116
- .cke_rtl .cke_menuarrow {
1117
- background-position: 5px -13px;
1118
- background-repeat: no-repeat;
1119
- }
1120
-
1121
- .cke_menuarrow span {
1122
- display: none;
1123
- }
1124
-
1125
- .cke_hc .cke_menuarrow span {
1126
- vertical-align: middle;
1127
- display: inline;
1128
- }
1129
-
1130
- /* Styles toolbar combos. */
1131
- /*
1132
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
1133
- For licensing, see LICENSE.md or http://ckeditor.com/license
1134
- */
1135
- /*
1136
- richcombo.css (part of editor.css)
1137
- =================================
1138
-
1139
- This file holds the style set of the "Rich Combo" widget which is commonly used
1140
- in the toolbar. It doesn't, however, styles the panel that is displayed when
1141
- clicking on the combo, which is instead styled by panel.css.
1142
-
1143
- The visual representation of a rich combo widget looks as follows:
1144
-
1145
- +-- .cke_combo----------------------------------------------------------------------+
1146
- | +-- .cke_combo_label --+ +-- .cke_combo_button ---------------------------------+ |
1147
- | | | | +-- .cke_combo_text --+ +-- .cke_combo_open -------+ | |
1148
- | | | | | | | +-- .cke_combo_arrow --+ | | |
1149
- | | | | | | | | | | | |
1150
- | | | | | | | +----------------------+ | | |
1151
- | | | | +---------------------+ +--------------------------+ | |
1152
- | +----------------------+ +------------------------------------------------------+ |
1153
- +-----------------------------------------------------------------------------------+
1154
- */
1155
- /*
1156
- Usage:
1157
- - linear-gradient((color1, color2, color3)) - returns linear-gradient with evenly distributed colors,
1158
- if 3 colors used then the position of each will be 33,33%
1159
- - linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
1160
- first param - color, second - position. Also you can use px or other valid units for set position.
1161
- */
1162
- /* based on "visually-hidden" mixin in LDS for accessibility goals */
1163
- /* Do not edit */
1164
- /* The box that hold the entire combo widget */
1165
- .cke_combo {
1166
- display: inline-block;
1167
- }
1168
-
1169
- .cke_rtl .cke_combo {
1170
- float: right;
1171
- }
1172
-
1173
- .cke_hc .cke_combo {
1174
- margin-top: -2px;
1175
- }
1176
-
1177
- /* The label of the combo widget. It is invisible by default, yet
1178
- it's important for semantics and accessibility. */
1179
- .cke_combo_label {
1180
- display: none;
1181
- float: left;
1182
- line-height: 26px;
1183
- vertical-align: top;
1184
- margin-right: 5px;
1185
- }
1186
-
1187
- .cke_rtl .cke_combo_label {
1188
- float: right;
1189
- margin-left: 5px;
1190
- margin-right: 0;
1191
- }
1192
-
1193
- /* The container for combo text and arrow. */
1194
- .cke_combo_button {
1195
- display: inline-block;
1196
- margin: 0 2px 0 0;
1197
- border: 1px solid #ddd;
1198
- border-radius: 2px;
1199
- border-radius: 2px;
1200
- background: white;
1201
- max-height: 26px;
1202
- white-space: nowrap;
1203
- }
1204
-
1205
- /* Different states of the container. */
1206
- .cke_combo_off a.cke_combo_button:hover,
1207
- .cke_combo_off a.cke_combo_button:focus {
1208
- outline: none;
1209
- }
1210
-
1211
- .cke_combo_off a.cke_combo_button:hover,
1212
- .cke_combo_off a.cke_combo_button:focus,
1213
- .cke_combo_off a.cke_combo_button:active {
1214
- background-color: #a4a9b1;
1215
- text-shadow: none;
1216
- }
1217
-
1218
- .cke_rtl .cke_combo_button {
1219
- float: right;
1220
- margin-left: 5px;
1221
- margin-right: 0;
1222
- }
1223
-
1224
- .cke_hc a.cke_combo_button {
1225
- padding: 3px;
1226
- }
1227
-
1228
- .cke_hc .cke_combo_on a.cke_combo_button,
1229
- .cke_hc .cke_combo_off a.cke_combo_button:hover,
1230
- .cke_hc .cke_combo_off a.cke_combo_button:focus,
1231
- .cke_hc .cke_combo_off a.cke_combo_button:active {
1232
- border-width: 3px;
1233
- padding: 1px;
1234
- }
1235
-
1236
- /* The label that shows the current value of the rich combo.
1237
- By default, it holds the name of the property.
1238
- See: .cke_combo_inlinelabel */
1239
- .cke_combo_text {
1240
- line-height: 26px;
1241
- padding-left: 10px;
1242
- text-overflow: ellipsis;
1243
- overflow: hidden;
1244
- float: left;
1245
- cursor: default;
1246
- color: #474747;
1247
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
1248
- width: 60px;
1249
- }
1250
-
1251
- .cke_rtl .cke_combo_text {
1252
- float: right;
1253
- text-align: right;
1254
- padding-left: 0;
1255
- padding-right: 10px;
1256
- }
1257
-
1258
- .cke_hc .cke_combo_text {
1259
- line-height: 18px;
1260
- font-size: 12px;
1261
- }
1262
-
1263
- /* The handler which opens the panel of rich combo properties.
1264
- It holds an arrow as a visual indicator. */
1265
- .cke_combo_open {
1266
- display: inline-block;
1267
- font-size: 0;
1268
- height: 26px;
1269
- line-height: 17px;
1270
- margin: 0;
1271
- text-align: center;
1272
- width: 20px;
1273
- cursor: pointer;
1274
- }
1275
-
1276
- .cke_combo_open:hover {
1277
- color: white;
1278
- background: #3e7da7;
1279
- }
1280
-
1281
- .cke_combo_button:hover {
1282
- color: white !important;
1283
- background: #3e7da7 !important;
1284
- }
1285
-
1286
- .cke_combo_button:hover .cke_combo_text {
1287
- color: #e6e6e6 !important;
1288
- }
1289
-
1290
- .cke_combo_on .cke_combo_button {
1291
- background-color: #0e5d91;
1292
- }
1293
-
1294
- .cke_combo_on .cke_combo_button .cke_combo_text {
1295
- color: #e6e6e6 !important;
1296
- }
1297
-
1298
- .cke_hc .cke_combo_open {
1299
- cursor: default;
1300
- display: inline-block;
1301
- font-size: 0;
1302
- height: 26px;
1303
- line-height: 17px;
1304
- margin: 0;
1305
- text-align: center;
1306
- width: 20px;
1307
- }
1308
-
1309
- /* The arrow which is displayed inside of the .cke_combo_open handler. */
1310
- .cke_combo_arrow, .cke_button_arrow {
1311
- margin: 8px 0 0;
1312
- float: left;
1313
- left: 7px;
1314
- position: relative;
1315
- font-family: 'tao';
1316
- speak: none;
1317
- font-style: normal;
1318
- font-weight: normal;
1319
- font-variant: normal;
1320
- text-transform: none;
1321
- line-height: 1;
1322
- /* Better Font Rendering =========== */
1323
- -webkit-font-smoothing: antialiased;
1324
- -moz-osx-font-smoothing: grayscale;
1325
- cursor: pointer;
1326
- font-size: 1rem;
1327
- }
1328
-
1329
- .cke_combo_arrow, .cke_button_arrow {
1330
- /* use !important to prevent issues with browser extensions that change fonts */
1331
- font-family: 'tao' !important;
1332
- speak: never;
1333
- font-style: normal;
1334
- font-weight: normal;
1335
- font-variant: normal;
1336
- text-transform: none;
1337
- line-height: 1;
1338
- /* Better Font Rendering =========== */
1339
- -webkit-font-smoothing: antialiased;
1340
- -moz-osx-font-smoothing: grayscale;
1341
- content: "\e611";
1342
- }
1343
-
1344
- .cke_hc .cke_combo_arrow {
1345
- font-size: 10px;
1346
- width: auto;
1347
- border: 0;
1348
- margin-top: 3px;
1349
- }
1350
-
1351
- /* Disabled combo button styles. */
1352
- .cke_combo_disabled .cke_combo_inlinelabel,
1353
- .cke_combo_disabled .cke_combo_open {
1354
- opacity: 0.3;
1355
- }
1356
-
1357
- /* Styles the elements path bar, available at the bottom of the editor UI.*/
1358
- /*
1359
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
1360
- For licensing, see LICENSE.md or http://ckeditor.com/license
1361
- */
1362
- /*
1363
- elementspath.css (part of editor.css)
1364
- =======================================
1365
-
1366
- This file styles the "Elements Path", whith is the list of element names
1367
- present at the the bottom bar of the CKEditor interface.
1368
-
1369
- The following is a visual representation of its main elements:
1370
-
1371
- +-- .cke_path ---------------------------------------------------------------+
1372
- | +-- .cke_path_item ----+ +-- .cke_path_item ----+ +-- .cke_path_empty ---+ |
1373
- | | | | | | | |
1374
- | +----------------------+ +----------------------+ +----------------------+ |
1375
- +----------------------------------------------------------------------------+
1376
- */
1377
- /* The box that holds the entire elements path. */
1378
- .cke_path {
1379
- float: left;
1380
- margin: -2px 0 2px;
1381
- }
1382
-
1383
- /* Each item of the elements path. */
1384
- .cke_path_item,
1385
- .cke_path_empty {
1386
- display: inline-block;
1387
- float: left;
1388
- padding: 3px 4px;
1389
- margin-right: 2px;
1390
- cursor: default;
1391
- text-decoration: none;
1392
- outline: 0;
1393
- border: 0;
1394
- color: #4c4c4c;
1395
- text-shadow: 0 1px 0 #fff;
1396
- font-weight: bold;
1397
- font-size: 11px;
1398
- }
1399
-
1400
- .cke_rtl .cke_path,
1401
- .cke_rtl .cke_path_item,
1402
- .cke_rtl .cke_path_empty {
1403
- float: right;
1404
- }
1405
-
1406
- /* The items are <a> elements, so we define its hover states here. */
1407
- a.cke_path_item:hover,
1408
- a.cke_path_item:focus,
1409
- a.cke_path_item:active {
1410
- background-color: #bfbfbf;
1411
- color: #333;
1412
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
1413
- border-radius: 2px;
1414
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
1415
- }
1416
-
1417
- .cke_hc a.cke_path_item:hover,
1418
- .cke_hc a.cke_path_item:focus,
1419
- .cke_hc a.cke_path_item:active {
1420
- border: 2px solid;
1421
- padding: 1px 2px;
1422
- }
1423
-
1424
- /* Contains hard-coded presets for "configurable-like" options of the UI
1425
- (e.g. display labels on specific buttons) */
1426
- /*
1427
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
1428
- For licensing, see LICENSE.md or http://ckeditor.com/license
1429
- */
1430
- /*
1431
- Usage:
1432
- - linear-gradient((color1, color2, color3)) - returns linear-gradient with evenly distributed colors,
1433
- if 3 colors used then the position of each will be 33,33%
1434
- - linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
1435
- first param - color, second - position. Also you can use px or other valid units for set position.
1436
- */
1437
- /* based on "visually-hidden" mixin in LDS for accessibility goals */
1438
- /* Do not edit */
1439
- /* "Source" button label */
1440
- .cke_button__source_label,
1441
- .cke_button__sourcedialog_label {
1442
- display: inline;
1443
- }
1444
-
1445
- /* "Font Size" combo width */
1446
- .cke_combo__fontsize .cke_combo_text {
1447
- width: 30px;
1448
- }
1449
-
1450
- /* "Font Size" panel size */
1451
- .cke_combopanel__fontsize {
1452
- width: 120px;
1453
- }
1454
-
1455
- /* Editable regions */
1456
- .cke_source {
1457
- font-family: 'Courier New', Monospace;
1458
- font-size: small;
1459
- background-color: #fff;
1460
- white-space: pre;
1461
- }
1462
-
1463
- .cke_wysiwyg_frame, .cke_wysiwyg_div {
1464
- background-color: #fff;
1465
- }
1466
-
1467
- /* Tao specific stuff */
1468
- /*
1469
- Usage:
1470
- - linear-gradient((color1, color2, color3)) - returns linear-gradient with evenly distributed colors,
1471
- if 3 colors used then the position of each will be 33,33%
1472
- - linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
1473
- first param - color, second - position. Also you can use px or other valid units for set position.
1474
- */
1475
- /* based on "visually-hidden" mixin in LDS for accessibility goals */
1476
- /* Do not edit */
1477
- [class^="icon-"], [class*=" icon-"] {
1478
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
1479
- }
1480
-
1481
- .cke_button {
1482
- min-width: 14px;
1483
- text-decoration: none !important;
1484
- text-align: center;
1485
- }
1486
-
1487
- .cke_top,
1488
- .cke_top:before,
1489
- .cke_top:after,
1490
- .cke_top *,
1491
- .cke_top *:before,
1492
- .cke_top *:after {
1493
- box-sizing: content-box !important;
1494
- }
1495
-
1496
- .cke_button_icon, .cke_button {
1497
- padding-top: 1px;
1498
- line-height: 0.9;
1499
- font-size: 16px;
1500
- }
1501
-
1502
- .cke_nose {
1503
- position: absolute;
1504
- bottom: -6px;
1505
- transform: rotate(45deg);
1506
- border: 1px #f3f1ef solid;
1507
- border-left: none;
1508
- border-top: none;
1509
- width: 12px;
1510
- height: 12px;
1511
- background: #f3f1ef;
1512
- box-shadow: 2px 1px 1px 0 rgba(0, 0, 0, 0.1);
1513
- opacity: 0;
1514
- }
1515
-
1516
- .cke_nose.float-space-left {
1517
- opacity: 1;
1518
- transition: opacity .1s ease-in-out;
1519
- right: auto;
1520
- left: 5px;
1521
- }
1522
-
1523
- .cke_nose.float-space-right {
1524
- opacity: 1;
1525
- transition: opacity .1s ease-in-out;
1526
- right: 5px;
1527
- left: auto;
1528
- }
1529
-
1530
- .cke_nose.float-space-bottom {
1531
- top: -6px;
1532
- box-shadow: none;
1533
- }
1534
-
1535
- .cke_nose.float-space-top {
1536
- bottom: -6px;
1537
- }
1538
-
1539
- /* Icon set */
1540
- /* Do not edit */
1541
- /*
1542
- Usage:
1543
- - linear-gradient((color1, color2, color3)) - returns linear-gradient with evenly distributed colors,
1544
- if 3 colors used then the position of each will be 33,33%
1545
- - linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
1546
- first param - color, second - position. Also you can use px or other valid units for set position.
1547
- */
1548
- /* based on "visually-hidden" mixin in LDS for accessibility goals */
1549
- /* Do not edit */
1550
- .cke .cke_top .cke_toolbar .cke_button_icon {
1551
- background-image: none !important;
1552
- }
1553
-
1554
- .cke_button_icon, .cke_button {
1555
- /* use !important to prevent issues with browser extensions that change fonts */
1556
- font-family: 'tao' !important;
1557
- speak: never;
1558
- font-style: normal;
1559
- font-weight: normal;
1560
- font-variant: normal;
1561
- text-transform: none;
1562
- line-height: 1;
1563
- /* Better Font Rendering =========== */
1564
- -webkit-font-smoothing: antialiased;
1565
- -moz-osx-font-smoothing: grayscale;
1566
- }
1567
-
1568
- .cke_button__anchor_icon:before {
1569
- content: "\e64e";
1570
- }
1571
-
1572
- .cke_button__bgcolor_icon:before {
1573
- content: "\e683";
1574
- }
1575
-
1576
- .cke_button__bidiltr_icon:before {
1577
- content: "\e652";
1578
- }
1579
-
1580
- .cke_button__bidirtl_icon:before {
1581
- content: "\e651";
1582
- }
1583
-
1584
- .cke_button__blockquote_icon:before {
1585
- content: "\e666";
1586
- }
1587
-
1588
- .cke_button__bold_icon:before {
1589
- content: "\e65e";
1590
- }
1591
-
1592
- .cke_button__bulletedlist_icon:before {
1593
- content: "\e62a";
1594
- }
1595
-
1596
- .cke_button__copy_icon:before {
1597
- content: "\e659";
1598
- }
1599
-
1600
- .cke_button__creatediv_icon:before {
1601
- content: "\e667";
1602
- }
1603
-
1604
- .cke_button__cut_icon:before {
1605
- content: "\e657";
1606
- }
1607
-
1608
- .cke_button__find_icon:before {
1609
- content: "\e61f";
1610
- }
1611
-
1612
- .cke_button__horizontalrule_icon:before {
1613
- content: "\e64c";
1614
- }
1615
-
1616
- .cke_button__image_icon:before {
1617
- content: "\e620";
1618
- }
1619
-
1620
- .cke_button__indent_icon:before {
1621
- content: "\e665";
1622
- }
1623
-
1624
- .cke_button__italic_icon:before {
1625
- content: "\e65f";
1626
- }
1627
-
1628
- .cke_button__justifyblock_icon:before {
1629
- content: "\e66b";
1630
- }
1631
-
1632
- .cke_button__justifycenter_icon:before {
1633
- content: "\e669";
1634
- }
1635
-
1636
- .cke_button__justifyleft_icon:before {
1637
- content: "\e668";
1638
- }
1639
-
1640
- .cke_button__justifyright_icon:before {
1641
- content: "\e66a";
1642
- }
1643
-
1644
- .cke_button__link_icon:before {
1645
- content: "\e650";
1646
- }
1647
-
1648
- .cke_button__newpage_icon:before {
1649
- content: "\e655";
1650
- }
1651
-
1652
- .cke_button__numberedlist_icon:before {
1653
- content: "\e62b";
1654
- }
1655
-
1656
- .cke_button__outdent_icon:before {
1657
- content: "\e664";
1658
- }
1659
-
1660
- .cke_button__paste_icon:before {
1661
- content: "\e65a";
1662
- }
1663
-
1664
- .cke_button__pastefromword_icon:before {
1665
- content: "\e65d";
1666
- }
1667
-
1668
- .cke_button__pastetext_icon:before {
1669
- content: "\e65c";
1670
- }
1671
-
1672
- .cke_button__radio_icon:before {
1673
- content: "\e69a";
1674
- }
1675
-
1676
- .cke_button__redo_icon:before {
1677
- content: "\e613";
1678
- }
1679
-
1680
- .cke_button__replace_icon:before {
1681
- content: "\e658";
1682
- }
1683
-
1684
- .cke_button__scayt_icon:before {
1685
- content: "\e684";
1686
- }
1687
-
1688
- .cke_button__selectall_icon:before {
1689
- content: "\e65b";
1690
- }
1691
-
1692
- .cke_button__sourcedialog_icon:before {
1693
- content: "\e654";
1694
- }
1695
-
1696
- .cke_button__specialchar_icon:before {
1697
- content: "\e653";
1698
- }
1699
-
1700
- .cke_button__strike_icon:before {
1701
- content: "\e663";
1702
- }
1703
-
1704
- .cke_button__subscript_icon:before {
1705
- content: "\e661";
1706
- }
1707
-
1708
- .cke_button__superscript_icon:before {
1709
- content: "\e662";
1710
- }
1711
-
1712
- .cke_button__table_icon:before {
1713
- content: "\e64d";
1714
- }
1715
-
1716
- .cke_button__templates_icon:before {
1717
- content: "\e656";
1718
- }
1719
-
1720
- .cke_button__textcolor_icon:before {
1721
- content: "\e682";
1722
- }
1723
-
1724
- .cke_button__taohighlight_icon:before {
1725
- content: "\e902";
1726
- }
1727
-
1728
- .cke_button__underline_icon:before {
1729
- content: "\e660";
1730
- }
1731
-
1732
- .cke_button__taounderline_icon:before {
1733
- content: "\e660";
1734
- }
1735
-
1736
- .cke_button__undo_icon:before {
1737
- content: "\e612";
1738
- }
1739
-
1740
- .cke_button__unlink_icon:before {
1741
- content: "\e64f";
1742
- }
1743
-
1744
- .cke_button__taomediamanager_icon:before {
1745
- content: "\e670";
1746
- }
1747
-
1748
- .cke_button__taoqtiimage_icon:before {
1749
- content: "\e620";
1750
- }
1751
-
1752
- .cke_button__taoqtimaths_icon:before {
1753
- content: "\e6ac";
1754
- }
1755
-
1756
- .cke_button__taoqtimedia_icon:before {
1757
- content: "\e670";
1758
- }
1759
-
1760
- .cke_button__taoqtiinclude_icon:before {
1761
- content: "\e6b2";
1762
- }
1763
-
1764
- .cke_button__taoqtitable_icon:before {
1765
- content: "\e64d";
1766
- }
1767
-
1768
- .cke_button__taotooltip_icon:before {
1769
- content: "\e90c";
1770
- }
1771
-
1772
- .cke_button__taoqtiprintedvariable_icon:before {
1773
- content: "\e908";
1774
- }
1775
-
1776
- .cke_button__taotab_icon:before {
1777
- content: "\e90d";
1778
- }
1779
-
1780
- .cke_button__taountab_icon:before {
1781
- content: "\e90e";
1782
- }
1783
-
1784
- .cke_combo_arrow:before {
1785
- content: "\e611";
1786
- }
1787
-
1788
- .cke_button_arrow:before {
1789
- content: "\e611";
1790
- }
1791
-
1792
- /* Important!
1793
- To avoid showing the editor UI while its styles are still not available, the
1794
- editor creates it with visibility:hidden. Here, we restore the UI visibility. */
1795
- .cke_chrome {
1796
- visibility: inherit;
1797
- }
1798
-
1799
- /* For accessibility purposes, several "voice labels" are present in the UI.
1800
- These are usually <span> elements that show not be visible, but that are
1801
- used by screen-readers to announce other elements. Here, we hide these
1802
- <spans>, in fact. */
1803
- .cke_voice_label {
1804
- display: none;
1805
- }
1806
-
1807
- legend.cke_voice_label {
1808
- display: none;
1809
- }
1810
-
1811
- .cke_top {
1812
- display: table;
1813
- }
1814
-
1815
- .txt-ctr {
1816
- text-align: center;
1817
- }
1818
-
1819
- .txt-lft {
1820
- text-align: left;
1821
- }
1822
-
1823
- .txt-rgt {
1824
- text-align: right;
1825
- }
1826
-
1827
- .txt-jty {
1828
- text-align: justify;
1829
- }
1830
-
1831
- .txt-underline {
1832
- text-decoration: underline;
1833
- font-size: inherit;
1834
- }
1835
-
1836
- .txt-highlight {
1837
- padding: 0 5px;
1838
- background: #FF6416;
1839
- color: white;
1840
- }
1841
-
1842
- .cke_editable:focus .qti-table .cke_table-faked-selection {
1843
- /* We have to use !important here, as td might specify it's own background, thus table selection
1844
- would not be visible. */
1845
- background: #b3d4fc !important;
1846
- text-shadow: none;
1847
- color: #222;
1848
- }
1849
-
1850
- /*# sourceMappingURL=editor.css.map */