@oat-sa/tao-core-ui 1.54.2 → 1.55.0

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 (822) hide show
  1. package/LICENSE +339 -339
  2. package/README.md +17 -17
  3. package/dist/actionbar.js +105 -105
  4. package/dist/adder.js +109 -109
  5. package/dist/animable/absorbable/absorbable.js +42 -42
  6. package/dist/animable/absorbable/css/absorb.css +7 -7
  7. package/dist/animable/pulsable/css/pulse.css +7 -7
  8. package/dist/animable/pulsable/pulsable.js +36 -36
  9. package/dist/areaBroker.js +51 -51
  10. package/dist/autocomplete/css/autocomplete.css +7 -7
  11. package/dist/autocomplete.js +400 -400
  12. package/dist/autoscroll.js +22 -22
  13. package/dist/badge/badge.js +48 -48
  14. package/dist/badge/css/badge.css +7 -7
  15. package/dist/breadcrumbs/css/breadcrumbs.css +7 -7
  16. package/dist/breadcrumbs.js +70 -70
  17. package/dist/btngrouper.js +64 -64
  18. package/dist/bulkActionPopup/css/bulkActionPopup.css +7 -7
  19. package/dist/bulkActionPopup.js +104 -104
  20. package/dist/button.js +102 -102
  21. package/dist/calculator/css/calculator.css +10 -10
  22. package/dist/calculator.js +51 -51
  23. package/dist/cascadingComboBox.js +47 -47
  24. package/dist/ckeditor/ckConfigurator.js +47 -47
  25. package/dist/ckeditor/dtdHandler.js +110 -110
  26. package/dist/class/css/selector.css +7 -7
  27. package/dist/class/selector.js +111 -111
  28. package/dist/component/alignable.js +81 -81
  29. package/dist/component/containable.js +37 -37
  30. package/dist/component/css/components.css +7 -7
  31. package/dist/component/css/windowComponent.css +7 -7
  32. package/dist/component/draggable.js +24 -24
  33. package/dist/component/placeable.js +70 -70
  34. package/dist/component/resizable.js +60 -60
  35. package/dist/component/stackable.js +20 -20
  36. package/dist/component/windowed.js +59 -59
  37. package/dist/component.js +153 -153
  38. package/dist/container.js +76 -76
  39. package/dist/contextualPopup/css/contextualPopup.css +7 -7
  40. package/dist/contextualPopup.js +113 -113
  41. package/dist/dashboard/css/dashboard.css +7 -7
  42. package/dist/dashboard.js +75 -75
  43. package/dist/datalist/css/datalist.css +7 -7
  44. package/dist/datalist.js +160 -160
  45. package/dist/datatable/css/datatable.css +7 -7
  46. package/dist/datatable/filterStrategy/filterStrategy.js +27 -27
  47. package/dist/datatable/filterStrategy/multiple.js +25 -25
  48. package/dist/datatable/filterStrategy/single.js +25 -25
  49. package/dist/datatable.js +374 -374
  50. package/dist/dateRange/css/dateRange.css +7 -7
  51. package/dist/dateRange/dateRange.js +110 -110
  52. package/dist/datetime/css/picker.css +7 -7
  53. package/dist/datetime/picker.js +174 -174
  54. package/dist/deleter.js +92 -92
  55. package/dist/destination/css/selector.css +7 -7
  56. package/dist/destination/selector.js +65 -65
  57. package/dist/dialog/alert.js +26 -26
  58. package/dist/dialog/confirm.js +27 -27
  59. package/dist/dialog/confirmDelete.js +44 -44
  60. package/dist/dialog.js +156 -156
  61. package/dist/disabler.js +90 -90
  62. package/dist/documentViewer/css/documentViewer.css +7 -7
  63. package/dist/documentViewer/providers/pdfViewer/fallback/viewer.js +43 -43
  64. package/dist/documentViewer/providers/pdfViewer/pdfjs/areaBroker.js +25 -25
  65. package/dist/documentViewer/providers/pdfViewer/pdfjs/findBar.js +133 -133
  66. package/dist/documentViewer/providers/pdfViewer/pdfjs/pageView.js +102 -102
  67. package/dist/documentViewer/providers/pdfViewer/pdfjs/pagesManager.js +52 -52
  68. package/dist/documentViewer/providers/pdfViewer/pdfjs/searchEngine.js +125 -125
  69. package/dist/documentViewer/providers/pdfViewer/pdfjs/textManager.js +67 -67
  70. package/dist/documentViewer/providers/pdfViewer/pdfjs/viewer.js +94 -94
  71. package/dist/documentViewer/providers/pdfViewer/pdfjs/wrapper.js +111 -111
  72. package/dist/documentViewer/providers/pdfViewer.js +42 -42
  73. package/dist/documentViewer/viewerFactory.js +71 -71
  74. package/dist/documentViewer.js +99 -99
  75. package/dist/dropdown/css/dropdown.css +7 -7
  76. package/dist/dropdown.js +97 -97
  77. package/dist/durationer.js +58 -58
  78. package/dist/dynamicComponent/css/dynamicComponent.css +7 -7
  79. package/dist/dynamicComponent.js +116 -116
  80. package/dist/feedback.js +97 -97
  81. package/dist/filesender.js +26 -26
  82. package/dist/filter.js +47 -47
  83. package/dist/form/css/dropdownForm.css +7 -7
  84. package/dist/form/css/form.css +7 -7
  85. package/dist/form/dropdownForm.js +112 -112
  86. package/dist/form/form.js +245 -245
  87. package/dist/form/simpleForm.js +71 -71
  88. package/dist/form/validator/css/validator.css +7 -7
  89. package/dist/form/validator/renderer.js +65 -65
  90. package/dist/form/validator/validator.js +87 -87
  91. package/dist/form/widget/css/widget.css +7 -7
  92. package/dist/form/widget/definitions.js +24 -24
  93. package/dist/form/widget/loader.js +16 -16
  94. package/dist/form/widget/providers/checkBox.js +75 -75
  95. package/dist/form/widget/providers/comboBox.js +59 -59
  96. package/dist/form/widget/providers/default.js +35 -35
  97. package/dist/form/widget/providers/hidden.js +50 -50
  98. package/dist/form/widget/providers/hiddenBox.js +71 -71
  99. package/dist/form/widget/providers/radioBox.js +70 -70
  100. package/dist/form/widget/providers/textArea.js +48 -48
  101. package/dist/form/widget/providers/textBox.js +34 -34
  102. package/dist/form/widget/widget.js +154 -154
  103. package/dist/form.js +10 -10
  104. package/dist/formValidator/formValidator.js +61 -61
  105. package/dist/formValidator/highlighters/highlighter.js +41 -41
  106. package/dist/formValidator/highlighters/message.js +29 -29
  107. package/dist/formValidator/highlighters/tooltip.js +32 -32
  108. package/dist/generis/form/css/form.css +7 -7
  109. package/dist/generis/form/form.js +86 -86
  110. package/dist/generis/validator/css/validator.css +7 -7
  111. package/dist/generis/validator/validator.js +51 -51
  112. package/dist/generis/widget/checkBox/checkBox.js +52 -52
  113. package/dist/generis/widget/comboBox/comboBox.js +45 -45
  114. package/dist/generis/widget/css/widget.css +7 -7
  115. package/dist/generis/widget/hiddenBox/hiddenBox.js +53 -53
  116. package/dist/generis/widget/loader.js +20 -20
  117. package/dist/generis/widget/textBox/textBox.js +40 -40
  118. package/dist/generis/widget/widget.js +60 -60
  119. package/dist/groupedComboBox.js +49 -49
  120. package/dist/groupvalidator.js +19 -19
  121. package/dist/hider.js +41 -41
  122. package/dist/highlighter.js +262 -262
  123. package/dist/image/ImgStateActive/extractLabel.js +20 -20
  124. package/dist/image/ImgStateActive/initHelper.js +69 -69
  125. package/dist/image/ImgStateActive/initMediaEditor.js +32 -32
  126. package/dist/image/ImgStateActive/mediaSizer.js +16 -16
  127. package/dist/image/ImgStateActive.js +88 -88
  128. package/dist/incrementer.js +58 -58
  129. package/dist/inplacer.js +87 -87
  130. package/dist/interactUtils.js +42 -42
  131. package/dist/itemButtonList/css/item-button-list.css +23 -23
  132. package/dist/itemButtonList.js +115 -115
  133. package/dist/keyNavigation/navigableDomElement.js +76 -76
  134. package/dist/keyNavigation/navigator.js +158 -158
  135. package/dist/listbox/css/listbox.css +7 -7
  136. package/dist/listbox.js +97 -97
  137. package/dist/liststyler.js +57 -57
  138. package/dist/loadingButton/css/button.css +7 -7
  139. package/dist/loadingButton/loadingButton.js +48 -48
  140. package/dist/lock.js +125 -125
  141. package/dist/login/login.js +100 -100
  142. package/dist/maths/calculator/basicCalculator.js +63 -63
  143. package/dist/maths/calculator/calculatorComponent.js +29 -29
  144. package/dist/maths/calculator/core/areaBroker.js +25 -25
  145. package/dist/maths/calculator/core/board.js +313 -313
  146. package/dist/maths/calculator/core/expression.js +111 -111
  147. package/dist/maths/calculator/core/labels.js +29 -29
  148. package/dist/maths/calculator/core/plugin.js +19 -19
  149. package/dist/maths/calculator/core/terms.js +26 -26
  150. package/dist/maths/calculator/core/tokenizer.js +98 -98
  151. package/dist/maths/calculator/core/tokens.js +59 -59
  152. package/dist/maths/calculator/css/calculator.css +7 -7
  153. package/dist/maths/calculator/defaultCalculator.js +23 -23
  154. package/dist/maths/calculator/plugins/core/degrad.js +22 -22
  155. package/dist/maths/calculator/plugins/core/history.js +45 -45
  156. package/dist/maths/calculator/plugins/core/remind.js +22 -22
  157. package/dist/maths/calculator/plugins/core/stepNavigation.js +31 -31
  158. package/dist/maths/calculator/plugins/keyboard/templateKeyboard/templateKeyboard.js +61 -61
  159. package/dist/maths/calculator/plugins/modifiers/pow10.js +35 -35
  160. package/dist/maths/calculator/plugins/modifiers/sign.js +90 -90
  161. package/dist/maths/calculator/plugins/screen/simpleScreen/simpleScreen.js +60 -60
  162. package/dist/maths/calculator/pluginsLoader.js +21 -21
  163. package/dist/maths/calculator/scientificCalculator.js +91 -91
  164. package/dist/mediaEditor/mediaEditorComponent.js +64 -64
  165. package/dist/mediaEditor/plugins/mediaAlignment/helper.js +16 -16
  166. package/dist/mediaEditor/plugins/mediaAlignment/mediaAlignmentComponent.js +60 -60
  167. package/dist/mediaEditor/plugins/mediaAlignment/style.css +7 -7
  168. package/dist/mediaEditor/plugins/mediaDimension/helper.js +70 -70
  169. package/dist/mediaEditor/plugins/mediaDimension/mediaDimensionComponent.js +153 -153
  170. package/dist/mediaEditor/plugins/mediaDimension/style.css +141 -141
  171. package/dist/mediaplayer/css/player.css +7 -7
  172. package/dist/mediaplayer/players/html5.js +65 -65
  173. package/dist/mediaplayer/players/youtube.js +52 -52
  174. package/dist/mediaplayer/players.js +18 -18
  175. package/dist/mediaplayer/support.js +55 -55
  176. package/dist/mediaplayer/utils/reminder.js +100 -100
  177. package/dist/mediaplayer/utils/timeObserver.js +92 -92
  178. package/dist/mediaplayer/youtubeManager.js +35 -35
  179. package/dist/mediaplayer.js +460 -460
  180. package/dist/mediasizer.js +135 -135
  181. package/dist/modal.js +87 -87
  182. package/dist/movableComponent.js +35 -35
  183. package/dist/pageSizeSelector.js +44 -44
  184. package/dist/pageStatus.js +33 -33
  185. package/dist/pagination/css/pagination.css +7 -7
  186. package/dist/pagination/paginationStrategy.js +23 -23
  187. package/dist/pagination/providers/pages.js +37 -37
  188. package/dist/pagination/providers/simple.js +35 -35
  189. package/dist/pagination.js +45 -45
  190. package/dist/previewer.js +67 -67
  191. package/dist/progressbar.js +58 -58
  192. package/dist/report.js +86 -86
  193. package/dist/resource/css/selector.css +7 -7
  194. package/dist/resource/filters.js +73 -73
  195. package/dist/resource/list.js +66 -66
  196. package/dist/resource/selectable.js +92 -92
  197. package/dist/resource/selector.js +195 -195
  198. package/dist/resource/tree.js +104 -104
  199. package/dist/resourcemgr/css/resourcemgr.css +7 -7
  200. package/dist/resourcemgr/fileBrowser.js +98 -95
  201. package/dist/resourcemgr/fileSelector.js +58 -58
  202. package/dist/resourcemgr/util/updatePermissions.js +4 -4
  203. package/dist/resourcemgr.js +62 -62
  204. package/dist/scroller.js +26 -26
  205. package/dist/searchModal/advancedSearch.js +130 -130
  206. package/dist/searchModal/css/advancedSearch.css +7 -7
  207. package/dist/searchModal/css/searchModal.css +7 -7
  208. package/dist/searchModal.js +96 -96
  209. package/dist/selecter.js +6 -6
  210. package/dist/stacker.js +43 -43
  211. package/dist/switch/css/switch.css +7 -7
  212. package/dist/switch/switch.js +75 -75
  213. package/dist/tableModel.js +33 -33
  214. package/dist/tabs/css/tabs.css +12 -12
  215. package/dist/tabs.js +219 -220
  216. package/dist/taskQueue/css/taskQueue.css +7 -7
  217. package/dist/taskQueue/status.js +72 -72
  218. package/dist/taskQueue/table.js +67 -67
  219. package/dist/taskQueue/taskQueue.js +18 -18
  220. package/dist/taskQueue/taskQueueModel.js +86 -86
  221. package/dist/taskQueue.js +47 -47
  222. package/dist/taskQueueButton/css/taskable.css +7 -7
  223. package/dist/taskQueueButton/css/treeButton.css +7 -7
  224. package/dist/taskQueueButton/standardButton.js +39 -39
  225. package/dist/taskQueueButton/taskable.js +54 -54
  226. package/dist/taskQueueButton/treeButton.js +56 -56
  227. package/dist/themeLoader.js +75 -75
  228. package/dist/themes.js +84 -84
  229. package/dist/toggler.js +57 -57
  230. package/dist/tooltip.js +54 -54
  231. package/dist/tooltipster.js +17 -17
  232. package/dist/transformer.js +117 -117
  233. package/dist/tristateCheckboxGroup/css/tristateCheckboxGroup.css +7 -7
  234. package/dist/tristateCheckboxGroup.js +75 -75
  235. package/dist/uploader.js +172 -175
  236. package/dist/validator/validators.js +48 -48
  237. package/dist/validator.js +24 -24
  238. package/dist/waitForMedia.js +33 -33
  239. package/dist/waitingDialog/css/waitingDialog.css +7 -7
  240. package/dist/waitingDialog/waitingDialog.js +54 -54
  241. package/package.json +107 -107
  242. package/scss/basic.scss +16 -16
  243. package/scss/ckeditor/skins/tao/scss/inc/_ck-icons.scss +59 -59
  244. package/scss/ckeditor/skins/tao/scss/inc/_tao.scss +59 -59
  245. package/scss/font/tao/tao.svg +234 -234
  246. package/scss/inc/_base.scss +495 -496
  247. package/scss/inc/_bootstrap.scss +6 -6
  248. package/scss/inc/_buttons.scss +114 -114
  249. package/scss/inc/_colors.scss +88 -88
  250. package/scss/inc/_feedback.scss +150 -150
  251. package/scss/inc/_flex-grid.scss +15 -15
  252. package/scss/inc/_fonts.scss +4 -4
  253. package/scss/inc/_forms.scss +832 -832
  254. package/scss/inc/_functions.scss +283 -283
  255. package/scss/inc/_jquery.nouislider.scss +254 -254
  256. package/scss/inc/_normalize.scss +528 -528
  257. package/scss/inc/_report.scss +67 -67
  258. package/scss/inc/_secondary-properties.scss +89 -89
  259. package/scss/inc/_select2.scss +634 -634
  260. package/scss/inc/_toolbars.scss +155 -155
  261. package/scss/inc/_tooltip.scss +312 -312
  262. package/scss/inc/_variables.scss +21 -21
  263. package/scss/inc/base/_highlight.scss +5 -5
  264. package/scss/inc/base/_list-style.scss +58 -58
  265. package/scss/inc/base/_svg.scss +3 -3
  266. package/scss/inc/base/_table.scss +62 -62
  267. package/scss/inc/fonts/_source-sans-pro.scss +29 -29
  268. package/scss/inc/fonts/_tao-icon-classes.scss +226 -226
  269. package/scss/inc/fonts/_tao-icon-def.scss +12 -12
  270. package/scss/inc/fonts/_tao-icon-vars.scss +240 -240
  271. package/src/.DS_Store +0 -0
  272. package/src/actionbar/tpl/main.tpl +8 -8
  273. package/src/actionbar.js +251 -251
  274. package/src/adder.js +250 -250
  275. package/src/animable/absorbable/absorbable.js +134 -134
  276. package/src/animable/absorbable/css/absorb.css +7 -7
  277. package/src/animable/absorbable/scss/absorb.scss +37 -37
  278. package/src/animable/pulsable/css/pulse.css +7 -7
  279. package/src/animable/pulsable/pulsable.js +90 -90
  280. package/src/animable/pulsable/scss/pulse.scss +22 -22
  281. package/src/areaBroker.js +160 -160
  282. package/src/autocomplete/css/autocomplete.css +7 -7
  283. package/src/autocomplete/scss/autocomplete.scss +37 -37
  284. package/src/autocomplete.js +1029 -1029
  285. package/src/autoscroll.js +57 -57
  286. package/src/badge/badge.js +119 -119
  287. package/src/badge/css/badge.css +7 -7
  288. package/src/badge/scss/badge.scss +92 -92
  289. package/src/badge/tpl/badge.tpl +4 -4
  290. package/src/breadcrumbs/css/breadcrumbs.css +7 -7
  291. package/src/breadcrumbs/scss/breadcrumbs.scss +52 -52
  292. package/src/breadcrumbs/tpl/breadcrumbs.tpl +20 -20
  293. package/src/breadcrumbs.js +99 -99
  294. package/src/btngrouper.js +213 -213
  295. package/src/bulkActionPopup/css/bulkActionPopup.css +7 -7
  296. package/src/bulkActionPopup/scss/bulkActionPopup.scss +63 -63
  297. package/src/bulkActionPopup/tpl/layout.tpl +76 -76
  298. package/src/bulkActionPopup/tpl/select.tpl +8 -8
  299. package/src/bulkActionPopup.js +274 -274
  300. package/src/button/tpl/button.tpl +4 -4
  301. package/src/button.js +135 -135
  302. package/src/calculator/css/calculator.css +10 -10
  303. package/src/calculator/scss/calculator.scss +139 -139
  304. package/src/calculator.js +188 -188
  305. package/src/cascadingComboBox.js +126 -126
  306. package/src/ckeditor/ckConfigurator.js +707 -707
  307. package/src/ckeditor/dtdHandler.js +1030 -1030
  308. package/src/class/css/selector.css +7 -7
  309. package/src/class/scss/selector.scss +101 -101
  310. package/src/class/selector.js +329 -329
  311. package/src/class/tpl/listItem.tpl +9 -9
  312. package/src/class/tpl/selector.tpl +10 -10
  313. package/src/component/alignable.js +274 -274
  314. package/src/component/containable.js +122 -122
  315. package/src/component/css/components.css +7 -7
  316. package/src/component/css/windowComponent.css +7 -7
  317. package/src/component/draggable.js +99 -99
  318. package/src/component/placeable.js +233 -233
  319. package/src/component/resizable.js +190 -190
  320. package/src/component/scss/components.scss +507 -507
  321. package/src/component/scss/windowComponent.scss +62 -62
  322. package/src/component/stackable.js +67 -67
  323. package/src/component/tpl/window.tpl +7 -7
  324. package/src/component/windowed.js +206 -206
  325. package/src/component.js +401 -401
  326. package/src/container.js +200 -200
  327. package/src/contextualPopup/css/contextualPopup.css +7 -7
  328. package/src/contextualPopup/scss/contextualPopup.scss +78 -78
  329. package/src/contextualPopup/tpl/popup.tpl +10 -10
  330. package/src/contextualPopup.js +297 -297
  331. package/src/css/basic.css +7764 -0
  332. package/src/css/ckeditor/skins/tao/css/dialog.css +950 -0
  333. package/src/css/ckeditor/skins/tao/css/editor.css +1850 -0
  334. package/src/dashboard/css/dashboard.css +7 -7
  335. package/src/dashboard/scss/dashboard.scss +93 -93
  336. package/src/dashboard/tpl/dashboard.tpl +16 -16
  337. package/src/dashboard/tpl/dashboardMetricsList.tpl +15 -15
  338. package/src/dashboard.js +184 -184
  339. package/src/datalist/css/datalist.css +7 -7
  340. package/src/datalist/scss/datalist.scss +116 -116
  341. package/src/datalist/tpl/list.tpl +24 -24
  342. package/src/datalist/tpl/main.tpl +44 -44
  343. package/src/datalist.js +500 -500
  344. package/src/datatable/css/datatable.css +7 -7
  345. package/src/datatable/filterStrategy/filterStrategy.js +70 -70
  346. package/src/datatable/filterStrategy/multiple.js +126 -126
  347. package/src/datatable/filterStrategy/single.js +108 -108
  348. package/src/datatable/scss/datatable.scss +146 -146
  349. package/src/datatable/tpl/button.tpl +6 -6
  350. package/src/datatable/tpl/layout.tpl +158 -158
  351. package/src/datatable.js +1056 -1056
  352. package/src/dateRange/css/dateRange.css +7 -7
  353. package/src/dateRange/dateRange.js +341 -341
  354. package/src/dateRange/scss/dateRange.scss +7 -7
  355. package/src/dateRange/tpl/select.tpl +18 -18
  356. package/src/datetime/css/picker.css +7 -7
  357. package/src/datetime/picker.js +576 -576
  358. package/src/datetime/scss/picker.scss +192 -192
  359. package/src/datetime/tpl/picker.tpl +18 -18
  360. package/src/deleter/undo.tpl +6 -6
  361. package/src/deleter.js +296 -296
  362. package/src/destination/css/selector.css +7 -7
  363. package/src/destination/scss/selector.scss +36 -36
  364. package/src/destination/selector.js +195 -195
  365. package/src/destination/tpl/selector.tpl +13 -13
  366. package/src/dialog/alert.js +70 -70
  367. package/src/dialog/confirm.js +85 -85
  368. package/src/dialog/confirmDelete.js +95 -95
  369. package/src/dialog/tpl/body.tpl +24 -24
  370. package/src/dialog/tpl/buttons.tpl +6 -6
  371. package/src/dialog/tpl/checkbox.tpl +5 -5
  372. package/src/dialog.js +517 -517
  373. package/src/disabler.js +230 -230
  374. package/src/documentViewer/css/documentViewer.css +7 -7
  375. package/src/documentViewer/providers/pdfViewer/fallback/viewer.js +69 -69
  376. package/src/documentViewer/providers/pdfViewer/pdfjs/areaBroker.js +41 -41
  377. package/src/documentViewer/providers/pdfViewer/pdfjs/findBar.js +475 -475
  378. package/src/documentViewer/providers/pdfViewer/pdfjs/findBar.tpl +20 -20
  379. package/src/documentViewer/providers/pdfViewer/pdfjs/match.tpl +1 -1
  380. package/src/documentViewer/providers/pdfViewer/pdfjs/page.tpl +4 -4
  381. package/src/documentViewer/providers/pdfViewer/pdfjs/pageView.js +318 -318
  382. package/src/documentViewer/providers/pdfViewer/pdfjs/pagesManager.js +167 -167
  383. package/src/documentViewer/providers/pdfViewer/pdfjs/searchEngine.js +451 -451
  384. package/src/documentViewer/providers/pdfViewer/pdfjs/textManager.js +252 -252
  385. package/src/documentViewer/providers/pdfViewer/pdfjs/viewer.js +299 -299
  386. package/src/documentViewer/providers/pdfViewer/pdfjs/viewer.tpl +16 -16
  387. package/src/documentViewer/providers/pdfViewer/pdfjs/wrapper.js +351 -351
  388. package/src/documentViewer/providers/pdfViewer.js +93 -93
  389. package/src/documentViewer/scss/documentViewer.scss +184 -184
  390. package/src/documentViewer/viewerFactory.js +191 -191
  391. package/src/documentViewer.js +238 -238
  392. package/src/dropdown/css/dropdown.css +7 -7
  393. package/src/dropdown/scss/dropdown.scss +99 -99
  394. package/src/dropdown/tpl/dropdown.tpl +8 -8
  395. package/src/dropdown/tpl/list-item.tpl +4 -4
  396. package/src/dropdown.js +255 -255
  397. package/src/durationer.js +222 -222
  398. package/src/dynamicComponent/css/dynamicComponent.css +7 -7
  399. package/src/dynamicComponent/scss/dynamicComponent.scss +98 -98
  400. package/src/dynamicComponent/tpl/layout.tpl +17 -17
  401. package/src/dynamicComponent.js +554 -554
  402. package/src/feedback/feedback.tpl +7 -7
  403. package/src/feedback.js +295 -295
  404. package/src/filesender.js +114 -114
  405. package/src/filter/template.tpl +5 -5
  406. package/src/filter.js +135 -135
  407. package/src/form/css/dropdownForm.css +7 -7
  408. package/src/form/css/form.css +7 -7
  409. package/src/form/dropdownForm.js +281 -281
  410. package/src/form/form.js +688 -688
  411. package/src/form/scss/dropdownForm.scss +60 -60
  412. package/src/form/scss/form.scss +25 -25
  413. package/src/form/simpleForm.js +125 -125
  414. package/src/form/tpl/dropdownForm.tpl +4 -4
  415. package/src/form/tpl/form.tpl +7 -7
  416. package/src/form/validator/css/validator.css +7 -7
  417. package/src/form/validator/renderer.js +118 -118
  418. package/src/form/validator/scss/validator.scss +14 -14
  419. package/src/form/validator/tpl/message.tpl +1 -1
  420. package/src/form/validator/tpl/validator.tpl +1 -1
  421. package/src/form/validator/validator.js +220 -220
  422. package/src/form/widget/css/widget.css +7 -7
  423. package/src/form/widget/definitions.js +51 -51
  424. package/src/form/widget/loader.js +40 -40
  425. package/src/form/widget/providers/checkBox.js +138 -138
  426. package/src/form/widget/providers/comboBox.js +63 -63
  427. package/src/form/widget/providers/default.js +90 -90
  428. package/src/form/widget/providers/hidden.js +62 -62
  429. package/src/form/widget/providers/hiddenBox.js +152 -152
  430. package/src/form/widget/providers/radioBox.js +99 -99
  431. package/src/form/widget/providers/textArea.js +52 -52
  432. package/src/form/widget/providers/textBox.js +48 -48
  433. package/src/form/widget/scss/widget.scss +55 -55
  434. package/src/form/widget/tpl/checkBox.tpl +25 -25
  435. package/src/form/widget/tpl/comboBox.tpl +13 -13
  436. package/src/form/widget/tpl/hidden.tpl +1 -1
  437. package/src/form/widget/tpl/hiddenBox.tpl +17 -17
  438. package/src/form/widget/tpl/label.tpl +6 -6
  439. package/src/form/widget/tpl/radioBox.tpl +25 -25
  440. package/src/form/widget/tpl/textArea.tpl +8 -8
  441. package/src/form/widget/tpl/widget.tpl +8 -8
  442. package/src/form/widget/widget.js +372 -372
  443. package/src/form.js +53 -53
  444. package/src/formValidator/formValidator.js +253 -253
  445. package/src/formValidator/highlighters/highlighter.js +102 -102
  446. package/src/formValidator/highlighters/message.js +70 -70
  447. package/src/formValidator/highlighters/tooltip.js +78 -78
  448. package/src/generis/form/css/form.css +7 -7
  449. package/src/generis/form/form.js +239 -239
  450. package/src/generis/form/readme.md +70 -70
  451. package/src/generis/form/scss/form.scss +23 -23
  452. package/src/generis/form/tpl/form.tpl +16 -16
  453. package/src/generis/validator/css/validator.css +7 -7
  454. package/src/generis/validator/readme.md +46 -46
  455. package/src/generis/validator/scss/validator.scss +13 -13
  456. package/src/generis/validator/validator.js +128 -128
  457. package/src/generis/widget/checkBox/checkBox.js +112 -112
  458. package/src/generis/widget/checkBox/checkBox.tpl +18 -18
  459. package/src/generis/widget/comboBox/comboBox.js +67 -67
  460. package/src/generis/widget/comboBox/comboBox.tpl +12 -12
  461. package/src/generis/widget/css/widget.css +7 -7
  462. package/src/generis/widget/hiddenBox/hiddenBox.js +132 -132
  463. package/src/generis/widget/hiddenBox/hiddenBox.tpl +16 -16
  464. package/src/generis/widget/loader.js +49 -49
  465. package/src/generis/widget/readme.md +59 -59
  466. package/src/generis/widget/scss/widget.scss +61 -61
  467. package/src/generis/widget/textBox/textBox.js +65 -65
  468. package/src/generis/widget/textBox/textBox.tpl +7 -7
  469. package/src/generis/widget/widget.js +164 -164
  470. package/src/generis/widget/widget.tpl +5 -5
  471. package/src/groupedComboBox.js +99 -99
  472. package/src/groupvalidator.js +84 -84
  473. package/src/hider.js +88 -88
  474. package/src/highlighter.js +1166 -1166
  475. package/src/image/ImgStateActive/extractLabel.js +29 -29
  476. package/src/image/ImgStateActive/initHelper.js +135 -135
  477. package/src/image/ImgStateActive/initMediaEditor.js +91 -91
  478. package/src/image/ImgStateActive/mediaSizer.js +53 -53
  479. package/src/image/ImgStateActive.js +115 -115
  480. package/src/incrementer.js +319 -319
  481. package/src/inplacer.js +316 -316
  482. package/src/interactUtils.js +140 -140
  483. package/src/itemButtonList/css/item-button-list.css +23 -23
  484. package/src/itemButtonList/scss/item-button-list.scss +236 -236
  485. package/src/itemButtonList/tpl/itemButtonList.tpl +21 -21
  486. package/src/itemButtonList.js +274 -274
  487. package/src/keyNavigation/navigableDomElement.js +282 -282
  488. package/src/keyNavigation/navigator.js +543 -543
  489. package/src/listbox/css/listbox.css +7 -7
  490. package/src/listbox/scss/listbox.scss +116 -116
  491. package/src/listbox/tpl/list.tpl +14 -14
  492. package/src/listbox/tpl/main.tpl +9 -9
  493. package/src/listbox.js +251 -251
  494. package/src/liststyler.js +155 -155
  495. package/src/loadingButton/css/button.css +7 -7
  496. package/src/loadingButton/loadingButton.js +110 -110
  497. package/src/loadingButton/scss/button.scss +41 -41
  498. package/src/loadingButton/tpl/button.tpl +5 -5
  499. package/src/lock/lock.tpl +16 -16
  500. package/src/lock.js +395 -395
  501. package/src/login/login.js +322 -322
  502. package/src/login/tpl/login.tpl +29 -29
  503. package/src/login/tpl/passwordReveal.tpl +7 -7
  504. package/src/maths/calculator/basicCalculator.js +55 -55
  505. package/src/maths/calculator/calculatorComponent.js +128 -128
  506. package/src/maths/calculator/core/areaBroker.js +38 -38
  507. package/src/maths/calculator/core/board.js +841 -841
  508. package/src/maths/calculator/core/expression.js +430 -430
  509. package/src/maths/calculator/core/labels.js +116 -116
  510. package/src/maths/calculator/core/plugin.js +40 -40
  511. package/src/maths/calculator/core/terms.js +459 -459
  512. package/src/maths/calculator/core/tokenizer.js +245 -245
  513. package/src/maths/calculator/core/tokens.js +178 -178
  514. package/src/maths/calculator/core/tpl/board.tpl +4 -4
  515. package/src/maths/calculator/css/calculator.css +7 -7
  516. package/src/maths/calculator/defaultCalculator.js +66 -66
  517. package/src/maths/calculator/plugins/core/degrad.js +90 -90
  518. package/src/maths/calculator/plugins/core/history.js +166 -166
  519. package/src/maths/calculator/plugins/core/remind.js +96 -96
  520. package/src/maths/calculator/plugins/core/stepNavigation.js +175 -175
  521. package/src/maths/calculator/plugins/keyboard/templateKeyboard/defaultTemplate.tpl +36 -36
  522. package/src/maths/calculator/plugins/keyboard/templateKeyboard/templateKeyboard.js +91 -91
  523. package/src/maths/calculator/plugins/modifiers/pow10.js +143 -143
  524. package/src/maths/calculator/plugins/modifiers/sign.js +339 -339
  525. package/src/maths/calculator/plugins/screen/simpleScreen/defaultTemplate.tpl +3 -3
  526. package/src/maths/calculator/plugins/screen/simpleScreen/history.tpl +3 -3
  527. package/src/maths/calculator/plugins/screen/simpleScreen/simpleScreen.js +191 -191
  528. package/src/maths/calculator/pluginsLoader.js +46 -46
  529. package/src/maths/calculator/scientificCalculator.js +74 -74
  530. package/src/maths/calculator/scss/calculator.scss +396 -396
  531. package/src/maths/calculator/tpl/basicKeyboard.tpl +37 -37
  532. package/src/maths/calculator/tpl/basicScreen.tpl +2 -2
  533. package/src/maths/calculator/tpl/scientificKeyboard.tpl +61 -61
  534. package/src/maths/calculator/tpl/scientificScreen.tpl +3 -3
  535. package/src/mediaEditor/mediaEditorComponent.js +141 -141
  536. package/src/mediaEditor/plugins/mediaAlignment/helper.js +58 -58
  537. package/src/mediaEditor/plugins/mediaAlignment/mediaAlignmentComponent.js +96 -96
  538. package/src/mediaEditor/plugins/mediaAlignment/style.css +7 -7
  539. package/src/mediaEditor/plugins/mediaAlignment/tpl/mediaAlignment.tpl +25 -25
  540. package/src/mediaEditor/plugins/mediaDimension/helper.js +189 -189
  541. package/src/mediaEditor/plugins/mediaDimension/mediaDimensionComponent.js +561 -561
  542. package/src/mediaEditor/plugins/mediaDimension/style.css +141 -141
  543. package/src/mediaEditor/plugins/mediaDimension/tpl/mediaDimension.tpl +55 -55
  544. package/src/mediaEditor/tpl/editor.tpl +4 -4
  545. package/src/mediaplayer/css/player.css +7 -7
  546. package/src/mediaplayer/players/html5.js +564 -564
  547. package/src/mediaplayer/players/youtube.js +323 -323
  548. package/src/mediaplayer/players.js +29 -29
  549. package/src/mediaplayer/readme.md +305 -305
  550. package/src/mediaplayer/scss/player.scss +530 -530
  551. package/src/mediaplayer/support.js +126 -126
  552. package/src/mediaplayer/tpl/audio.tpl +6 -6
  553. package/src/mediaplayer/tpl/player.tpl +37 -37
  554. package/src/mediaplayer/tpl/source.tpl +1 -1
  555. package/src/mediaplayer/tpl/video.tpl +6 -6
  556. package/src/mediaplayer/tpl/youtube.tpl +1 -1
  557. package/src/mediaplayer/utils/reminder.js +184 -184
  558. package/src/mediaplayer/utils/timeObserver.js +143 -143
  559. package/src/mediaplayer/youtubeManager.js +161 -161
  560. package/src/mediaplayer.js +1606 -1606
  561. package/src/mediasizer/mediasizer.tpl +55 -55
  562. package/src/mediasizer.js +635 -635
  563. package/src/modal.js +365 -365
  564. package/src/movableComponent.js +78 -78
  565. package/src/pageSizeSelector/tpl/pageSizeSelector.tpl +9 -9
  566. package/src/pageSizeSelector.js +107 -107
  567. package/src/pageStatus.js +147 -147
  568. package/src/pagination/css/pagination.css +7 -7
  569. package/src/pagination/paginationStrategy.js +53 -53
  570. package/src/pagination/providers/pages.js +161 -161
  571. package/src/pagination/providers/simple.js +74 -74
  572. package/src/pagination/providers/tpl/pages/page.tpl +1 -1
  573. package/src/pagination/providers/tpl/pages.tpl +8 -8
  574. package/src/pagination/providers/tpl/simple.tpl +7 -7
  575. package/src/pagination/scss/pagination.scss +111 -111
  576. package/src/pagination.js +237 -237
  577. package/src/previewer.js +300 -300
  578. package/src/progressbar.js +165 -165
  579. package/src/report/feedback.tpl +11 -11
  580. package/src/report/layout.tpl +10 -10
  581. package/src/report.js +184 -184
  582. package/src/resource/css/selector.css +7 -7
  583. package/src/resource/filters.js +208 -208
  584. package/src/resource/list.js +200 -200
  585. package/src/resource/scss/_filters.scss +26 -26
  586. package/src/resource/scss/_resource-list.scss +107 -107
  587. package/src/resource/scss/_resource-tree.scss +205 -205
  588. package/src/resource/scss/selector.scss +187 -187
  589. package/src/resource/selectable.js +322 -322
  590. package/src/resource/selector.js +871 -871
  591. package/src/resource/tpl/filters.tpl +2 -2
  592. package/src/resource/tpl/list.tpl +7 -7
  593. package/src/resource/tpl/listNode.tpl +4 -4
  594. package/src/resource/tpl/selector.tpl +46 -46
  595. package/src/resource/tpl/tree.tpl +4 -4
  596. package/src/resource/tpl/treeNode.tpl +30 -30
  597. package/src/resource/tree.js +400 -400
  598. package/src/resourcemgr/css/resourcemgr.css +7 -7
  599. package/src/resourcemgr/fileBrowser.js +381 -370
  600. package/src/resourcemgr/filePreview.js +73 -73
  601. package/src/resourcemgr/fileSelector.js +348 -348
  602. package/src/resourcemgr/scss/resourcemgr.scss +254 -254
  603. package/src/resourcemgr/tpl/fileSelect.tpl +39 -39
  604. package/src/resourcemgr/tpl/folder.tpl +11 -11
  605. package/src/resourcemgr/tpl/layout.tpl +84 -84
  606. package/src/resourcemgr/tpl/rootFolder.tpl +13 -13
  607. package/src/resourcemgr/util/updatePermissions.js +53 -53
  608. package/src/resourcemgr.js +214 -214
  609. package/src/scroller.js +94 -94
  610. package/src/scss/.DS_Store +0 -0
  611. package/src/scss/basic.scss +16 -0
  612. package/src/scss/ckeditor/skins/tao/scss/dialog.scss +763 -0
  613. package/src/scss/ckeditor/skins/tao/scss/editor.scss +111 -0
  614. package/src/scss/ckeditor/skins/tao/scss/inc/_ck-icons.scss +59 -0
  615. package/src/scss/ckeditor/skins/tao/scss/inc/_colorpanel.scss +118 -0
  616. package/src/scss/ckeditor/skins/tao/scss/inc/_elementspath.scss +69 -0
  617. package/src/scss/ckeditor/skins/tao/scss/inc/_mainui.scss +194 -0
  618. package/src/scss/ckeditor/skins/tao/scss/inc/_menu.scss +181 -0
  619. package/src/scss/ckeditor/skins/tao/scss/inc/_panel.scss +200 -0
  620. package/src/scss/ckeditor/skins/tao/scss/inc/_presets.scss +32 -0
  621. package/src/scss/ckeditor/skins/tao/scss/inc/_reset.scss +101 -0
  622. package/src/scss/ckeditor/skins/tao/scss/inc/_richcombo.scss +213 -0
  623. package/src/scss/ckeditor/skins/tao/scss/inc/_tao.scss +59 -0
  624. package/src/scss/ckeditor/skins/tao/scss/inc/_toolbar.scss +301 -0
  625. package/src/scss/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
  626. package/src/scss/font/source-sans-pro/source-sans-pro-italic.eot.b64 +1 -0
  627. package/src/scss/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
  628. package/src/scss/font/source-sans-pro/source-sans-pro-italic.woff.b64 +1 -0
  629. package/src/scss/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
  630. package/src/scss/font/source-sans-pro/source-sans-pro-regular.eot.b64 +1 -0
  631. package/src/scss/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
  632. package/src/scss/font/source-sans-pro/source-sans-pro-regular.woff.b64 +1 -0
  633. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.eot +0 -0
  634. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.eot.b64 +1 -0
  635. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.woff +0 -0
  636. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.woff.b64 +1 -0
  637. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
  638. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.eot.b64 +1 -0
  639. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
  640. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.woff.b64 +1 -0
  641. package/src/scss/font/tao/tao.eot +0 -0
  642. package/src/scss/font/tao/tao.svg +235 -0
  643. package/src/scss/font/tao/tao.ttf +0 -0
  644. package/src/scss/font/tao/tao.woff +0 -0
  645. package/src/scss/inc/_base.scss +496 -0
  646. package/src/scss/inc/_bootstrap.scss +6 -0
  647. package/src/scss/inc/_buttons.scss +114 -0
  648. package/src/scss/inc/_colors.scss +88 -0
  649. package/src/scss/inc/_feedback.scss +150 -0
  650. package/src/scss/inc/_flex-grid.scss +15 -0
  651. package/src/scss/inc/_fonts.scss +4 -0
  652. package/src/scss/inc/_forms.scss +827 -0
  653. package/src/scss/inc/_functions.scss +283 -0
  654. package/src/scss/inc/_grid.scss +66 -0
  655. package/src/scss/inc/_jquery.nouislider.scss +254 -0
  656. package/src/scss/inc/_normalize.scss +528 -0
  657. package/src/scss/inc/_report.scss +68 -0
  658. package/src/scss/inc/_secondary-properties.scss +89 -0
  659. package/src/scss/inc/_select2.scss +634 -0
  660. package/src/scss/inc/_toolbars.scss +155 -0
  661. package/src/scss/inc/_tooltip.scss +312 -0
  662. package/src/scss/inc/_variables.scss +21 -0
  663. package/src/scss/inc/base/_highlight.scss +5 -0
  664. package/src/scss/inc/base/_list-style.scss +59 -0
  665. package/src/scss/inc/base/_svg.scss +3 -0
  666. package/src/scss/inc/base/_table.scss +63 -0
  667. package/src/scss/inc/fonts/_source-sans-pro.scss +29 -0
  668. package/src/scss/inc/fonts/_tao-icon-classes.scss +226 -0
  669. package/src/scss/inc/fonts/_tao-icon-def.scss +12 -0
  670. package/src/scss/inc/fonts/_tao-icon-vars.scss +240 -0
  671. package/src/searchModal/advancedSearch.js +601 -601
  672. package/src/searchModal/css/advancedSearch.css +7 -7
  673. package/src/searchModal/css/searchModal.css +7 -7
  674. package/src/searchModal/scss/advancedSearch.scss +177 -177
  675. package/src/searchModal/scss/searchModal.scss +375 -375
  676. package/src/searchModal/tpl/advanced-search.tpl +9 -9
  677. package/src/searchModal/tpl/info-message.tpl +3 -3
  678. package/src/searchModal/tpl/invalid-criteria-warning.tpl +10 -10
  679. package/src/searchModal/tpl/layout.tpl +25 -25
  680. package/src/searchModal/tpl/list-checkbox-criterion.tpl +12 -12
  681. package/src/searchModal/tpl/list-select-criterion.tpl +6 -6
  682. package/src/searchModal/tpl/text-criterion.tpl +6 -6
  683. package/src/searchModal.js +496 -496
  684. package/src/selecter.js +43 -43
  685. package/src/stacker.js +133 -133
  686. package/src/switch/css/switch.css +7 -7
  687. package/src/switch/scss/switch.scss +83 -83
  688. package/src/switch/switch.js +195 -195
  689. package/src/switch/tpl/switch.tpl +7 -7
  690. package/src/tableModel.js +112 -112
  691. package/src/tabs/css/tabs.css +12 -12
  692. package/src/tabs/scss/tabs.scss +50 -50
  693. package/src/tabs/tpl/panel.tpl +3 -3
  694. package/src/tabs/tpl/tabs.tpl +10 -10
  695. package/src/tabs.js +528 -529
  696. package/src/taskQueue/css/taskQueue.css +7 -7
  697. package/src/taskQueue/scss/taskQueue.scss +47 -47
  698. package/src/taskQueue/status.js +228 -228
  699. package/src/taskQueue/table.js +350 -350
  700. package/src/taskQueue/taskQueue.js +33 -33
  701. package/src/taskQueue/taskQueueModel.js +548 -548
  702. package/src/taskQueue/tpl/statusMessage.tpl +7 -7
  703. package/src/taskQueue.js +218 -218
  704. package/src/taskQueueButton/css/taskable.css +7 -7
  705. package/src/taskQueueButton/css/treeButton.css +7 -7
  706. package/src/taskQueueButton/scss/taskable.scss +4 -4
  707. package/src/taskQueueButton/scss/treeButton.scss +34 -34
  708. package/src/taskQueueButton/standardButton.js +108 -108
  709. package/src/taskQueueButton/taskable.js +202 -202
  710. package/src/taskQueueButton/tpl/report.tpl +5 -5
  711. package/src/taskQueueButton/tpl/treeButton.tpl +6 -6
  712. package/src/taskQueueButton/treeButton.js +109 -109
  713. package/src/themeLoader.js +252 -252
  714. package/src/themes.js +162 -162
  715. package/src/toggler.js +200 -200
  716. package/src/tooltip/default.tpl +3 -3
  717. package/src/tooltip.js +160 -160
  718. package/src/tooltipster.js +25 -25
  719. package/src/transformer.js +327 -327
  720. package/src/tristateCheckboxGroup/css/tristateCheckboxGroup.css +7 -7
  721. package/src/tristateCheckboxGroup/scss/tristateCheckboxGroup.scss +15 -15
  722. package/src/tristateCheckboxGroup/tpl/li.tpl +6 -6
  723. package/src/tristateCheckboxGroup.js +207 -207
  724. package/src/uploader/fileEntry.tpl +6 -6
  725. package/src/uploader/uploader.tpl +32 -32
  726. package/src/uploader.js +594 -613
  727. package/src/validator/Report.js +10 -10
  728. package/src/validator/Validator.js +108 -108
  729. package/src/validator/validators.js +220 -220
  730. package/src/validator.js +264 -264
  731. package/src/waitForMedia.js +82 -82
  732. package/src/waitingDialog/css/waitingDialog.css +7 -7
  733. package/src/waitingDialog/scss/waitingDialog.scss +34 -34
  734. package/src/waitingDialog/waitingDialog.js +240 -240
  735. package/dist/animable/absorbable/css/absorb.css.map +0 -1
  736. package/dist/animable/pulsable/css/pulse.css.map +0 -1
  737. package/dist/autocomplete/css/autocomplete.css.map +0 -1
  738. package/dist/badge/css/badge.css.map +0 -1
  739. package/dist/breadcrumbs/css/breadcrumbs.css.map +0 -1
  740. package/dist/bulkActionPopup/css/bulkActionPopup.css.map +0 -1
  741. package/dist/calculator/css/calculator.css.map +0 -1
  742. package/dist/class/css/selector.css.map +0 -1
  743. package/dist/component/css/components.css.map +0 -1
  744. package/dist/component/css/windowComponent.css.map +0 -1
  745. package/dist/contextualPopup/css/contextualPopup.css.map +0 -1
  746. package/dist/dashboard/css/dashboard.css.map +0 -1
  747. package/dist/datalist/css/datalist.css.map +0 -1
  748. package/dist/datatable/css/datatable.css.map +0 -1
  749. package/dist/dateRange/css/dateRange.css.map +0 -1
  750. package/dist/datetime/css/picker.css.map +0 -1
  751. package/dist/destination/css/selector.css.map +0 -1
  752. package/dist/documentViewer/css/documentViewer.css.map +0 -1
  753. package/dist/dropdown/css/dropdown.css.map +0 -1
  754. package/dist/dynamicComponent/css/dynamicComponent.css.map +0 -1
  755. package/dist/form/css/dropdownForm.css.map +0 -1
  756. package/dist/form/css/form.css.map +0 -1
  757. package/dist/form/validator/css/validator.css.map +0 -1
  758. package/dist/form/widget/css/widget.css.map +0 -1
  759. package/dist/generis/form/css/form.css.map +0 -1
  760. package/dist/generis/validator/css/validator.css.map +0 -1
  761. package/dist/generis/widget/css/widget.css.map +0 -1
  762. package/dist/itemButtonList/css/item-button-list.css.map +0 -1
  763. package/dist/listbox/css/listbox.css.map +0 -1
  764. package/dist/loadingButton/css/button.css.map +0 -1
  765. package/dist/maths/calculator/css/calculator.css.map +0 -1
  766. package/dist/mediaplayer/css/player.css.map +0 -1
  767. package/dist/pagination/css/pagination.css.map +0 -1
  768. package/dist/resource/css/selector.css.map +0 -1
  769. package/dist/resourcemgr/css/resourcemgr.css.map +0 -1
  770. package/dist/searchModal/css/advancedSearch.css.map +0 -1
  771. package/dist/searchModal/css/searchModal.css.map +0 -1
  772. package/dist/switch/css/switch.css.map +0 -1
  773. package/dist/tabs/css/tabs.css.map +0 -1
  774. package/dist/taskQueue/css/taskQueue.css.map +0 -1
  775. package/dist/taskQueueButton/css/taskable.css.map +0 -1
  776. package/dist/taskQueueButton/css/treeButton.css.map +0 -1
  777. package/dist/tristateCheckboxGroup/css/tristateCheckboxGroup.css.map +0 -1
  778. package/dist/waitingDialog/css/waitingDialog.css.map +0 -1
  779. package/src/animable/absorbable/css/absorb.css.map +0 -1
  780. package/src/animable/pulsable/css/pulse.css.map +0 -1
  781. package/src/autocomplete/css/autocomplete.css.map +0 -1
  782. package/src/badge/css/badge.css.map +0 -1
  783. package/src/breadcrumbs/css/breadcrumbs.css.map +0 -1
  784. package/src/bulkActionPopup/css/bulkActionPopup.css.map +0 -1
  785. package/src/calculator/css/calculator.css.map +0 -1
  786. package/src/class/css/selector.css.map +0 -1
  787. package/src/component/css/components.css.map +0 -1
  788. package/src/component/css/windowComponent.css.map +0 -1
  789. package/src/contextualPopup/css/contextualPopup.css.map +0 -1
  790. package/src/dashboard/css/dashboard.css.map +0 -1
  791. package/src/datalist/css/datalist.css.map +0 -1
  792. package/src/datatable/css/datatable.css.map +0 -1
  793. package/src/dateRange/css/dateRange.css.map +0 -1
  794. package/src/datetime/css/picker.css.map +0 -1
  795. package/src/destination/css/selector.css.map +0 -1
  796. package/src/documentViewer/css/documentViewer.css.map +0 -1
  797. package/src/dropdown/css/dropdown.css.map +0 -1
  798. package/src/dynamicComponent/css/dynamicComponent.css.map +0 -1
  799. package/src/form/css/dropdownForm.css.map +0 -1
  800. package/src/form/css/form.css.map +0 -1
  801. package/src/form/validator/css/validator.css.map +0 -1
  802. package/src/form/widget/css/widget.css.map +0 -1
  803. package/src/generis/form/css/form.css.map +0 -1
  804. package/src/generis/validator/css/validator.css.map +0 -1
  805. package/src/generis/widget/css/widget.css.map +0 -1
  806. package/src/itemButtonList/css/item-button-list.css.map +0 -1
  807. package/src/listbox/css/listbox.css.map +0 -1
  808. package/src/loadingButton/css/button.css.map +0 -1
  809. package/src/maths/calculator/css/calculator.css.map +0 -1
  810. package/src/mediaplayer/css/player.css.map +0 -1
  811. package/src/pagination/css/pagination.css.map +0 -1
  812. package/src/resource/css/selector.css.map +0 -1
  813. package/src/resourcemgr/css/resourcemgr.css.map +0 -1
  814. package/src/searchModal/css/advancedSearch.css.map +0 -1
  815. package/src/searchModal/css/searchModal.css.map +0 -1
  816. package/src/switch/css/switch.css.map +0 -1
  817. package/src/tabs/css/tabs.css.map +0 -1
  818. package/src/taskQueue/css/taskQueue.css.map +0 -1
  819. package/src/taskQueueButton/css/taskable.css.map +0 -1
  820. package/src/taskQueueButton/css/treeButton.css.map +0 -1
  821. package/src/tristateCheckboxGroup/css/tristateCheckboxGroup.css.map +0 -1
  822. package/src/waitingDialog/css/waitingDialog.css.map +0 -1
@@ -0,0 +1,1850 @@
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 */