spiderfw 0.6.38 → 0.6.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (515) hide show
  1. checksums.yaml +13 -5
  2. data/CHANGELOG +23 -0
  3. data/VERSION +1 -1
  4. data/apps/core/admin/views/admin.layout.shtml +6 -0
  5. data/apps/core/auth/controllers/login_controller.rb +1 -1
  6. data/apps/core/components/assets.rb +55 -6
  7. data/apps/core/components/public/bootstrap/scss/_variables.scss +5 -2
  8. data/apps/core/components/public/bootstrap/scss/bootstrap.css +942 -236
  9. data/apps/core/components/public/bootstrap/scss/responsive.css +187 -30
  10. data/apps/core/components/public/css/tinymce/skins/lightgray/AbsoluteLayout.less +17 -0
  11. data/apps/core/components/public/css/tinymce/skins/lightgray/Animations.less +10 -0
  12. data/apps/core/components/public/css/tinymce/skins/lightgray/Button.less +172 -0
  13. data/apps/core/components/public/css/tinymce/skins/lightgray/ButtonGroup.less +71 -0
  14. data/apps/core/components/public/css/tinymce/skins/lightgray/Checkbox.less +49 -0
  15. data/apps/core/components/public/css/tinymce/skins/lightgray/ColorBox.less +6 -0
  16. data/apps/core/components/public/css/tinymce/skins/lightgray/ColorButton.less +72 -0
  17. data/apps/core/components/public/css/tinymce/skins/lightgray/ColorPicker.less +80 -0
  18. data/apps/core/components/public/css/tinymce/skins/lightgray/ComboBox.less +39 -0
  19. data/apps/core/components/public/css/tinymce/skins/lightgray/Container.less +9 -0
  20. data/apps/core/components/public/css/tinymce/skins/lightgray/Content.Inline.less +4 -0
  21. data/apps/core/components/public/css/tinymce/skins/lightgray/Content.Objects.less +166 -0
  22. data/apps/core/components/public/css/tinymce/skins/lightgray/Content.less +27 -0
  23. data/apps/core/components/public/css/tinymce/skins/lightgray/CropRect.less +54 -0
  24. data/apps/core/components/public/css/tinymce/skins/lightgray/FieldSet.less +15 -0
  25. data/apps/core/components/public/css/tinymce/skins/lightgray/FitLayout.less +9 -0
  26. data/apps/core/components/public/css/tinymce/skins/lightgray/FloatPanel.less +69 -0
  27. data/apps/core/components/public/css/tinymce/skins/lightgray/FlowLayout.less +36 -0
  28. data/apps/core/components/public/css/tinymce/skins/lightgray/Icons.Ie7.less +136 -0
  29. data/apps/core/components/public/css/tinymce/skins/lightgray/Icons.less +180 -0
  30. data/apps/core/components/public/css/tinymce/skins/lightgray/Iframe.less +6 -0
  31. data/apps/core/components/public/css/tinymce/skins/lightgray/ImagePanel.less +20 -0
  32. data/apps/core/components/public/css/tinymce/skins/lightgray/InfoBox.less +71 -0
  33. data/apps/core/components/public/css/tinymce/skins/lightgray/Label.less +38 -0
  34. data/apps/core/components/public/css/tinymce/skins/lightgray/ListBox.less +26 -0
  35. data/apps/core/components/public/css/tinymce/skins/lightgray/Menu.less +34 -0
  36. data/apps/core/components/public/css/tinymce/skins/lightgray/MenuBar.less +32 -0
  37. data/apps/core/components/public/css/tinymce/skins/lightgray/MenuButton.less +34 -0
  38. data/apps/core/components/public/css/tinymce/skins/lightgray/MenuItem.less +142 -0
  39. data/apps/core/components/public/css/tinymce/skins/lightgray/Mixins.less +54 -0
  40. data/apps/core/components/public/css/tinymce/skins/lightgray/Notification.less +144 -0
  41. data/apps/core/components/public/css/tinymce/skins/lightgray/Panel.less +7 -0
  42. data/apps/core/components/public/css/tinymce/skins/lightgray/Path.less +45 -0
  43. data/apps/core/components/public/css/tinymce/skins/lightgray/Progress.less +34 -0
  44. data/apps/core/components/public/css/tinymce/skins/lightgray/Radio.less +1 -0
  45. data/apps/core/components/public/css/tinymce/skins/lightgray/Reset.less +32 -0
  46. data/apps/core/components/public/css/tinymce/skins/lightgray/ResizeHandle.less +18 -0
  47. data/apps/core/components/public/css/tinymce/skins/lightgray/Scrollable.less +44 -0
  48. data/apps/core/components/public/css/tinymce/skins/lightgray/SelectBox.less +6 -0
  49. data/apps/core/components/public/css/tinymce/skins/lightgray/Slider.less +29 -0
  50. data/apps/core/components/public/css/tinymce/skins/lightgray/Spacer.less +5 -0
  51. data/apps/core/components/public/css/tinymce/skins/lightgray/SplitButton.less +49 -0
  52. data/apps/core/components/public/css/tinymce/skins/lightgray/StackLayout.less +5 -0
  53. data/apps/core/components/public/css/tinymce/skins/lightgray/TabPanel.less +44 -0
  54. data/apps/core/components/public/css/tinymce/skins/lightgray/TextBox.less +41 -0
  55. data/apps/core/components/public/css/tinymce/skins/lightgray/Throbber.less +19 -0
  56. data/apps/core/components/public/css/tinymce/skins/lightgray/TinyMCE.less +159 -0
  57. data/apps/core/components/public/css/tinymce/skins/lightgray/ToolTip.less +129 -0
  58. data/apps/core/components/public/css/tinymce/skins/lightgray/Variables.less +214 -0
  59. data/apps/core/components/public/css/tinymce/skins/lightgray/Window.less +127 -0
  60. data/apps/core/components/public/css/tinymce/skins/lightgray/content.inline.min.css +1 -0
  61. data/apps/core/components/public/css/tinymce/skins/lightgray/content.min.css +1 -0
  62. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/readme.md +1 -0
  63. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.eot +0 -0
  64. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.json +1277 -0
  65. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.svg +63 -0
  66. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.ttf +0 -0
  67. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.woff +0 -0
  68. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
  69. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.json +3381 -0
  70. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.svg +129 -0
  71. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
  72. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
  73. data/apps/core/components/public/css/tinymce/skins/lightgray/img/anchor.gif +0 -0
  74. data/apps/core/components/public/css/tinymce/skins/lightgray/img/loader.gif +0 -0
  75. data/apps/core/components/public/css/tinymce/skins/lightgray/img/object.gif +0 -0
  76. data/apps/core/components/public/css/tinymce/skins/lightgray/img/trans.gif +0 -0
  77. data/apps/core/components/public/css/tinymce/skins/lightgray/skin.dev.less +46 -0
  78. data/apps/core/components/public/css/tinymce/skins/lightgray/skin.ie7.dev.less +46 -0
  79. data/apps/core/components/public/css/tinymce/skins/lightgray/skin.ie7.less +2542 -0
  80. data/apps/core/components/public/css/tinymce/skins/lightgray/skin.ie7.min.css +1 -0
  81. data/apps/core/components/public/css/tinymce/skins/lightgray/skin.less +2586 -0
  82. data/apps/core/components/public/css/tinymce/skins/lightgray/skin.min.css +1 -0
  83. data/apps/core/components/public/js/bootbox_2/bootbox.js +551 -0
  84. data/apps/core/components/public/js/jquery/jquery-ui-1.9.2/ui/i18n/jquery.ui.datepicker-it-min.js +4 -0
  85. data/apps/core/components/public/js/spider.js +7 -3
  86. data/apps/core/components/public/js/tinymce/classes/AddOnManager.js +265 -0
  87. data/apps/core/components/public/js/tinymce/classes/Compat.js +90 -0
  88. data/apps/core/components/public/js/tinymce/classes/DragDropOverrides.js +224 -0
  89. data/apps/core/components/public/js/tinymce/classes/Editor.js +2221 -0
  90. data/apps/core/components/public/js/tinymce/classes/EditorCommands.js +1028 -0
  91. data/apps/core/components/public/js/tinymce/classes/EditorManager.js +715 -0
  92. data/apps/core/components/public/js/tinymce/classes/EditorObservable.js +204 -0
  93. data/apps/core/components/public/js/tinymce/classes/EditorUpload.js +191 -0
  94. data/apps/core/components/public/js/tinymce/classes/EnterKey.js +676 -0
  95. data/apps/core/components/public/js/tinymce/classes/Env.js +177 -0
  96. data/apps/core/components/public/js/tinymce/classes/FocusManager.js +266 -0
  97. data/apps/core/components/public/js/tinymce/classes/ForceBlocks.js +138 -0
  98. data/apps/core/components/public/js/tinymce/classes/Formatter.js +2378 -0
  99. data/apps/core/components/public/js/tinymce/classes/LegacyInput.js +82 -0
  100. data/apps/core/components/public/js/tinymce/classes/Mode.js +54 -0
  101. data/apps/core/components/public/js/tinymce/classes/NodeChange.js +154 -0
  102. data/apps/core/components/public/js/tinymce/classes/NotificationManager.js +156 -0
  103. data/apps/core/components/public/js/tinymce/classes/Register.js +34 -0
  104. data/apps/core/components/public/js/tinymce/classes/SelectionOverrides.js +810 -0
  105. data/apps/core/components/public/js/tinymce/classes/Shortcuts.js +172 -0
  106. data/apps/core/components/public/js/tinymce/classes/UndoManager.js +346 -0
  107. data/apps/core/components/public/js/tinymce/classes/WindowManager.js +278 -0
  108. data/apps/core/components/public/js/tinymce/classes/caret/CaretBookmark.js +263 -0
  109. data/apps/core/components/public/js/tinymce/classes/caret/CaretCandidate.js +86 -0
  110. data/apps/core/components/public/js/tinymce/classes/caret/CaretContainer.js +151 -0
  111. data/apps/core/components/public/js/tinymce/classes/caret/CaretPosition.js +371 -0
  112. data/apps/core/components/public/js/tinymce/classes/caret/CaretUtils.js +302 -0
  113. data/apps/core/components/public/js/tinymce/classes/caret/CaretWalker.js +215 -0
  114. data/apps/core/components/public/js/tinymce/classes/caret/FakeCaret.js +192 -0
  115. data/apps/core/components/public/js/tinymce/classes/caret/LineUtils.js +135 -0
  116. data/apps/core/components/public/js/tinymce/classes/caret/LineWalker.js +166 -0
  117. data/apps/core/components/public/js/tinymce/classes/data/Binding.js +79 -0
  118. data/apps/core/components/public/js/tinymce/classes/data/ObservableArray.js +196 -0
  119. data/apps/core/components/public/js/tinymce/classes/data/ObservableObject.js +194 -0
  120. data/apps/core/components/public/js/tinymce/classes/dom/BookmarkManager.js +456 -0
  121. data/apps/core/components/public/js/tinymce/classes/dom/ControlSelection.js +634 -0
  122. data/apps/core/components/public/js/tinymce/classes/dom/DOMUtils.js +1853 -0
  123. data/apps/core/components/public/js/tinymce/classes/dom/Dimensions.js +64 -0
  124. data/apps/core/components/public/js/tinymce/classes/dom/DomQuery.js +1578 -0
  125. data/apps/core/components/public/js/tinymce/classes/dom/ElementUtils.js +118 -0
  126. data/apps/core/components/public/js/tinymce/classes/dom/EventUtils.js +583 -0
  127. data/apps/core/components/public/js/tinymce/classes/dom/NodePath.js +50 -0
  128. data/apps/core/components/public/js/tinymce/classes/dom/NodeType.js +110 -0
  129. data/apps/core/components/public/js/tinymce/classes/dom/Range.js +785 -0
  130. data/apps/core/components/public/js/tinymce/classes/dom/RangeUtils.js +628 -0
  131. data/apps/core/components/public/js/tinymce/classes/dom/ScriptLoader.js +254 -0
  132. data/apps/core/components/public/js/tinymce/classes/dom/Selection.js +1008 -0
  133. data/apps/core/components/public/js/tinymce/classes/dom/Serializer.js +506 -0
  134. data/apps/core/components/public/js/tinymce/classes/dom/Sizzle.jQuery.js +23 -0
  135. data/apps/core/components/public/js/tinymce/classes/dom/Sizzle.js +2039 -0
  136. data/apps/core/components/public/js/tinymce/classes/dom/StyleSheetLoader.js +190 -0
  137. data/apps/core/components/public/js/tinymce/classes/dom/TreeWalker.js +127 -0
  138. data/apps/core/components/public/js/tinymce/classes/dom/TridentSelection.js +508 -0
  139. data/apps/core/components/public/js/tinymce/classes/file/BlobCache.js +72 -0
  140. data/apps/core/components/public/js/tinymce/classes/file/Conversions.js +106 -0
  141. data/apps/core/components/public/js/tinymce/classes/file/ImageScanner.js +145 -0
  142. data/apps/core/components/public/js/tinymce/classes/file/Uploader.js +193 -0
  143. data/apps/core/components/public/js/tinymce/classes/fmt/Hooks.js +66 -0
  144. data/apps/core/components/public/js/tinymce/classes/fmt/Preview.js +151 -0
  145. data/apps/core/components/public/js/tinymce/classes/geom/ClientRect.js +136 -0
  146. data/apps/core/components/public/js/tinymce/classes/geom/Rect.js +214 -0
  147. data/apps/core/components/public/js/tinymce/classes/html/DomParser.js +822 -0
  148. data/apps/core/components/public/js/tinymce/classes/html/Entities.js +268 -0
  149. data/apps/core/components/public/js/tinymce/classes/html/Node.js +496 -0
  150. data/apps/core/components/public/js/tinymce/classes/html/SaxParser.js +474 -0
  151. data/apps/core/components/public/js/tinymce/classes/html/Schema.js +1004 -0
  152. data/apps/core/components/public/js/tinymce/classes/html/Serializer.js +158 -0
  153. data/apps/core/components/public/js/tinymce/classes/html/Styles.js +363 -0
  154. data/apps/core/components/public/js/tinymce/classes/html/Writer.js +199 -0
  155. data/apps/core/components/public/js/tinymce/classes/jquery.tinymce.js +377 -0
  156. data/apps/core/components/public/js/tinymce/classes/text/ExtendingChar.js +53 -0
  157. data/apps/core/components/public/js/tinymce/classes/text/Zwsp.js +36 -0
  158. data/apps/core/components/public/js/tinymce/classes/ui/AbsoluteLayout.js +63 -0
  159. data/apps/core/components/public/js/tinymce/classes/ui/BoxUtils.js +98 -0
  160. data/apps/core/components/public/js/tinymce/classes/ui/Button.js +199 -0
  161. data/apps/core/components/public/js/tinymce/classes/ui/ButtonGroup.js +62 -0
  162. data/apps/core/components/public/js/tinymce/classes/ui/Checkbox.js +162 -0
  163. data/apps/core/components/public/js/tinymce/classes/ui/ClassList.js +149 -0
  164. data/apps/core/components/public/js/tinymce/classes/ui/Collection.js +438 -0
  165. data/apps/core/components/public/js/tinymce/classes/ui/ColorBox.js +72 -0
  166. data/apps/core/components/public/js/tinymce/classes/ui/ColorButton.js +124 -0
  167. data/apps/core/components/public/js/tinymce/classes/ui/ColorPicker.js +206 -0
  168. data/apps/core/components/public/js/tinymce/classes/ui/ComboBox.js +306 -0
  169. data/apps/core/components/public/js/tinymce/classes/ui/Container.js +506 -0
  170. data/apps/core/components/public/js/tinymce/classes/ui/Control.js +1301 -0
  171. data/apps/core/components/public/js/tinymce/classes/ui/DomUtils.js +107 -0
  172. data/apps/core/components/public/js/tinymce/classes/ui/DragHelper.js +144 -0
  173. data/apps/core/components/public/js/tinymce/classes/ui/ElementPath.js +79 -0
  174. data/apps/core/components/public/js/tinymce/classes/ui/Factory.js +105 -0
  175. data/apps/core/components/public/js/tinymce/classes/ui/FieldSet.js +59 -0
  176. data/apps/core/components/public/js/tinymce/classes/ui/FilePicker.js +85 -0
  177. data/apps/core/components/public/js/tinymce/classes/ui/FitLayout.js +48 -0
  178. data/apps/core/components/public/js/tinymce/classes/ui/FlexLayout.js +246 -0
  179. data/apps/core/components/public/js/tinymce/classes/ui/FloatPanel.js +409 -0
  180. data/apps/core/components/public/js/tinymce/classes/ui/FlowLayout.js +46 -0
  181. data/apps/core/components/public/js/tinymce/classes/ui/Form.js +157 -0
  182. data/apps/core/components/public/js/tinymce/classes/ui/FormItem.js +56 -0
  183. data/apps/core/components/public/js/tinymce/classes/ui/FormatControls.js +535 -0
  184. data/apps/core/components/public/js/tinymce/classes/ui/GridLayout.js +233 -0
  185. data/apps/core/components/public/js/tinymce/classes/ui/Iframe.js +85 -0
  186. data/apps/core/components/public/js/tinymce/classes/ui/InfoBox.js +93 -0
  187. data/apps/core/components/public/js/tinymce/classes/ui/KeyboardNavigation.js +406 -0
  188. data/apps/core/components/public/js/tinymce/classes/ui/Label.js +144 -0
  189. data/apps/core/components/public/js/tinymce/classes/ui/Layout.js +120 -0
  190. data/apps/core/components/public/js/tinymce/classes/ui/ListBox.js +152 -0
  191. data/apps/core/components/public/js/tinymce/classes/ui/Menu.js +195 -0
  192. data/apps/core/components/public/js/tinymce/classes/ui/MenuBar.js +33 -0
  193. data/apps/core/components/public/js/tinymce/classes/ui/MenuButton.js +268 -0
  194. data/apps/core/components/public/js/tinymce/classes/ui/MenuItem.js +336 -0
  195. data/apps/core/components/public/js/tinymce/classes/ui/MessageBox.js +202 -0
  196. data/apps/core/components/public/js/tinymce/classes/ui/Movable.js +200 -0
  197. data/apps/core/components/public/js/tinymce/classes/ui/Notification.js +154 -0
  198. data/apps/core/components/public/js/tinymce/classes/ui/Panel.js +67 -0
  199. data/apps/core/components/public/js/tinymce/classes/ui/PanelButton.js +114 -0
  200. data/apps/core/components/public/js/tinymce/classes/ui/Path.js +127 -0
  201. data/apps/core/components/public/js/tinymce/classes/ui/Progress.js +81 -0
  202. data/apps/core/components/public/js/tinymce/classes/ui/Radio.js +29 -0
  203. data/apps/core/components/public/js/tinymce/classes/ui/ReflowQueue.js +79 -0
  204. data/apps/core/components/public/js/tinymce/classes/ui/Resizable.js +68 -0
  205. data/apps/core/components/public/js/tinymce/classes/ui/ResizeHandle.js +86 -0
  206. data/apps/core/components/public/js/tinymce/classes/ui/Scrollable.js +141 -0
  207. data/apps/core/components/public/js/tinymce/classes/ui/SelectBox.js +106 -0
  208. data/apps/core/components/public/js/tinymce/classes/ui/Selector.js +369 -0
  209. data/apps/core/components/public/js/tinymce/classes/ui/Slider.js +161 -0
  210. data/apps/core/components/public/js/tinymce/classes/ui/Spacer.js +39 -0
  211. data/apps/core/components/public/js/tinymce/classes/ui/SplitButton.js +146 -0
  212. data/apps/core/components/public/js/tinymce/classes/ui/StackLayout.js +34 -0
  213. data/apps/core/components/public/js/tinymce/classes/ui/TabPanel.js +178 -0
  214. data/apps/core/components/public/js/tinymce/classes/ui/TextBox.js +208 -0
  215. data/apps/core/components/public/js/tinymce/classes/ui/Throbber.js +88 -0
  216. data/apps/core/components/public/js/tinymce/classes/ui/Toolbar.js +56 -0
  217. data/apps/core/components/public/js/tinymce/classes/ui/Tooltip.js +73 -0
  218. data/apps/core/components/public/js/tinymce/classes/ui/Widget.js +151 -0
  219. data/apps/core/components/public/js/tinymce/classes/ui/Window.js +474 -0
  220. data/apps/core/components/public/js/tinymce/classes/util/Arr.js +153 -0
  221. data/apps/core/components/public/js/tinymce/classes/util/Class.js +167 -0
  222. data/apps/core/components/public/js/tinymce/classes/util/Color.js +235 -0
  223. data/apps/core/components/public/js/tinymce/classes/util/Delay.js +191 -0
  224. data/apps/core/components/public/js/tinymce/classes/util/EventDispatcher.js +294 -0
  225. data/apps/core/components/public/js/tinymce/classes/util/Fun.js +87 -0
  226. data/apps/core/components/public/js/tinymce/classes/util/I18n.js +116 -0
  227. data/apps/core/components/public/js/tinymce/classes/util/JSON.js +109 -0
  228. data/apps/core/components/public/js/tinymce/classes/util/JSONP.js +38 -0
  229. data/apps/core/components/public/js/tinymce/classes/util/JSONRequest.js +110 -0
  230. data/apps/core/components/public/js/tinymce/classes/util/LocalStorage.js +213 -0
  231. data/apps/core/components/public/js/tinymce/classes/util/Observable.js +129 -0
  232. data/apps/core/components/public/js/tinymce/classes/util/Promise.js +200 -0
  233. data/apps/core/components/public/js/tinymce/classes/util/Quirks.js +1701 -0
  234. data/apps/core/components/public/js/tinymce/classes/util/Tools.js +442 -0
  235. data/apps/core/components/public/js/tinymce/classes/util/URI.js +411 -0
  236. data/apps/core/components/public/js/tinymce/classes/util/VK.js +37 -0
  237. data/apps/core/components/public/js/tinymce/classes/util/XHR.js +110 -0
  238. data/apps/core/components/public/js/tinymce/jquery.tinymce.min.js +1 -0
  239. data/apps/core/components/public/js/tinymce/langs/it.js +219 -0
  240. data/apps/core/components/public/js/tinymce/langs/readme.md +3 -0
  241. data/apps/core/components/public/js/tinymce/license.txt +504 -0
  242. data/apps/core/components/public/js/tinymce/plugins/advlist/plugin.js +97 -0
  243. data/apps/core/components/public/js/tinymce/plugins/advlist/plugin.min.js +1 -0
  244. data/apps/core/components/public/js/tinymce/plugins/anchor/plugin.js +55 -0
  245. data/apps/core/components/public/js/tinymce/plugins/anchor/plugin.min.js +1 -0
  246. data/apps/core/components/public/js/tinymce/plugins/autolink/plugin.js +204 -0
  247. data/apps/core/components/public/js/tinymce/plugins/autolink/plugin.min.js +1 -0
  248. data/apps/core/components/public/js/tinymce/plugins/autoresize/plugin.js +162 -0
  249. data/apps/core/components/public/js/tinymce/plugins/autoresize/plugin.min.js +1 -0
  250. data/apps/core/components/public/js/tinymce/plugins/autosave/plugin.js +165 -0
  251. data/apps/core/components/public/js/tinymce/plugins/autosave/plugin.min.js +1 -0
  252. data/apps/core/components/public/js/tinymce/plugins/bbcode/plugin.js +123 -0
  253. data/apps/core/components/public/js/tinymce/plugins/bbcode/plugin.min.js +1 -0
  254. data/apps/core/components/public/js/tinymce/plugins/charmap/plugin.js +450 -0
  255. data/apps/core/components/public/js/tinymce/plugins/charmap/plugin.min.js +1 -0
  256. data/apps/core/components/public/js/tinymce/plugins/code/plugin.js +60 -0
  257. data/apps/core/components/public/js/tinymce/plugins/code/plugin.min.js +1 -0
  258. data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Dialog.js +121 -0
  259. data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Plugin.js +95 -0
  260. data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Prism.js +937 -0
  261. data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Utils.js +33 -0
  262. data/apps/core/components/public/js/tinymce/plugins/codesample/css/prism.css +138 -0
  263. data/apps/core/components/public/js/tinymce/plugins/codesample/plugin.dev.js +141 -0
  264. data/apps/core/components/public/js/tinymce/plugins/codesample/plugin.js +1299 -0
  265. data/apps/core/components/public/js/tinymce/plugins/codesample/plugin.min.js +1 -0
  266. data/apps/core/components/public/js/tinymce/plugins/colorpicker/plugin.js +112 -0
  267. data/apps/core/components/public/js/tinymce/plugins/colorpicker/plugin.min.js +1 -0
  268. data/apps/core/components/public/js/tinymce/plugins/compat3x/css/dialog.css +118 -0
  269. data/apps/core/components/public/js/tinymce/plugins/compat3x/img/buttons.png +0 -0
  270. data/apps/core/components/public/js/tinymce/plugins/compat3x/img/icons.gif +0 -0
  271. data/apps/core/components/public/js/tinymce/plugins/compat3x/img/items.gif +0 -0
  272. data/apps/core/components/public/js/tinymce/plugins/compat3x/img/menu_arrow.gif +0 -0
  273. data/apps/core/components/public/js/tinymce/plugins/compat3x/img/menu_check.gif +0 -0
  274. data/apps/core/components/public/js/tinymce/plugins/compat3x/img/progress.gif +0 -0
  275. data/apps/core/components/public/js/tinymce/plugins/compat3x/img/tabs.gif +0 -0
  276. data/apps/core/components/public/js/tinymce/plugins/compat3x/plugin.js +297 -0
  277. data/apps/core/components/public/js/tinymce/plugins/compat3x/plugin.min.js +1 -0
  278. data/apps/core/components/public/js/tinymce/plugins/compat3x/tiny_mce_popup.js +542 -0
  279. data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/editable_selects.js +70 -0
  280. data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/form_utils.js +210 -0
  281. data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/mctabs.js +164 -0
  282. data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/validate.js +252 -0
  283. data/apps/core/components/public/js/tinymce/plugins/contextmenu/plugin.js +88 -0
  284. data/apps/core/components/public/js/tinymce/plugins/contextmenu/plugin.min.js +1 -0
  285. data/apps/core/components/public/js/tinymce/plugins/directionality/plugin.js +64 -0
  286. data/apps/core/components/public/js/tinymce/plugins/directionality/plugin.min.js +1 -0
  287. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-cool.gif +0 -0
  288. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-cry.gif +0 -0
  289. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif +0 -0
  290. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif +0 -0
  291. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-frown.gif +0 -0
  292. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-innocent.gif +0 -0
  293. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-kiss.gif +0 -0
  294. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-laughing.gif +0 -0
  295. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif +0 -0
  296. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-sealed.gif +0 -0
  297. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-smile.gif +0 -0
  298. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-surprised.gif +0 -0
  299. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif +0 -0
  300. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-undecided.gif +0 -0
  301. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-wink.gif +0 -0
  302. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-yell.gif +0 -0
  303. data/apps/core/components/public/js/tinymce/plugins/emoticons/plugin.js +65 -0
  304. data/apps/core/components/public/js/tinymce/plugins/emoticons/plugin.min.js +1 -0
  305. data/apps/core/components/public/js/tinymce/plugins/example/dialog.html +8 -0
  306. data/apps/core/components/public/js/tinymce/plugins/example/plugin.js +68 -0
  307. data/apps/core/components/public/js/tinymce/plugins/example/plugin.min.js +1 -0
  308. data/apps/core/components/public/js/tinymce/plugins/example_dependency/plugin.js +22 -0
  309. data/apps/core/components/public/js/tinymce/plugins/example_dependency/plugin.min.js +1 -0
  310. data/apps/core/components/public/js/tinymce/plugins/fullpage/plugin.js +490 -0
  311. data/apps/core/components/public/js/tinymce/plugins/fullpage/plugin.min.js +1 -0
  312. data/apps/core/components/public/js/tinymce/plugins/fullscreen/plugin.js +154 -0
  313. data/apps/core/components/public/js/tinymce/plugins/fullscreen/plugin.min.js +1 -0
  314. data/apps/core/components/public/js/tinymce/plugins/hr/plugin.js +30 -0
  315. data/apps/core/components/public/js/tinymce/plugins/hr/plugin.min.js +1 -0
  316. data/apps/core/components/public/js/tinymce/plugins/image/plugin.js +630 -0
  317. data/apps/core/components/public/js/tinymce/plugins/image/plugin.min.js +1 -0
  318. data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/atomic.js +6 -0
  319. data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/browser.js +6 -0
  320. data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/demo.js +8 -0
  321. data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/prod.js +6 -0
  322. data/apps/core/components/public/js/tinymce/plugins/imagetools/plugin.js +2668 -0
  323. data/apps/core/components/public/js/tinymce/plugins/imagetools/plugin.min.js +1 -0
  324. data/apps/core/components/public/js/tinymce/plugins/imagetools/src/demo/html/demo.html +16 -0
  325. data/apps/core/components/public/js/tinymce/plugins/imagetools/src/demo/js/Demo.js +92 -0
  326. data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/CropRect.js +214 -0
  327. data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/Dialog.js +485 -0
  328. data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/ImagePanel.js +218 -0
  329. data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/Plugin.js +411 -0
  330. data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/UndoStack.js +57 -0
  331. data/apps/core/components/public/js/tinymce/plugins/importcss/plugin.js +227 -0
  332. data/apps/core/components/public/js/tinymce/plugins/importcss/plugin.min.js +1 -0
  333. data/apps/core/components/public/js/tinymce/plugins/insertdatetime/plugin.js +121 -0
  334. data/apps/core/components/public/js/tinymce/plugins/insertdatetime/plugin.min.js +1 -0
  335. data/apps/core/components/public/js/tinymce/plugins/layer/plugin.js +225 -0
  336. data/apps/core/components/public/js/tinymce/plugins/layer/plugin.min.js +1 -0
  337. data/apps/core/components/public/js/tinymce/plugins/legacyoutput/plugin.js +211 -0
  338. data/apps/core/components/public/js/tinymce/plugins/legacyoutput/plugin.min.js +1 -0
  339. data/apps/core/components/public/js/tinymce/plugins/link/plugin.js +403 -0
  340. data/apps/core/components/public/js/tinymce/plugins/link/plugin.min.js +1 -0
  341. data/apps/core/components/public/js/tinymce/plugins/lists/plugin.js +885 -0
  342. data/apps/core/components/public/js/tinymce/plugins/lists/plugin.min.js +1 -0
  343. data/apps/core/components/public/js/tinymce/plugins/media/moxieplayer.swf +0 -0
  344. data/apps/core/components/public/js/tinymce/plugins/media/plugin.js +878 -0
  345. data/apps/core/components/public/js/tinymce/plugins/media/plugin.min.js +1 -0
  346. data/apps/core/components/public/js/tinymce/plugins/nonbreaking/plugin.js +53 -0
  347. data/apps/core/components/public/js/tinymce/plugins/nonbreaking/plugin.min.js +1 -0
  348. data/apps/core/components/public/js/tinymce/plugins/noneditable/plugin.js +101 -0
  349. data/apps/core/components/public/js/tinymce/plugins/noneditable/plugin.min.js +1 -0
  350. data/apps/core/components/public/js/tinymce/plugins/pagebreak/plugin.js +88 -0
  351. data/apps/core/components/public/js/tinymce/plugins/pagebreak/plugin.min.js +1 -0
  352. data/apps/core/components/public/js/tinymce/plugins/paste/classes/Clipboard.js +672 -0
  353. data/apps/core/components/public/js/tinymce/plugins/paste/classes/Plugin.js +121 -0
  354. data/apps/core/components/public/js/tinymce/plugins/paste/classes/Quirks.js +159 -0
  355. data/apps/core/components/public/js/tinymce/plugins/paste/classes/Utils.js +140 -0
  356. data/apps/core/components/public/js/tinymce/plugins/paste/classes/WordFilter.js +500 -0
  357. data/apps/core/components/public/js/tinymce/plugins/paste/plugin.dev.js +142 -0
  358. data/apps/core/components/public/js/tinymce/plugins/paste/plugin.js +1708 -0
  359. data/apps/core/components/public/js/tinymce/plugins/paste/plugin.min.js +1 -0
  360. data/apps/core/components/public/js/tinymce/plugins/preview/plugin.js +88 -0
  361. data/apps/core/components/public/js/tinymce/plugins/preview/plugin.min.js +1 -0
  362. data/apps/core/components/public/js/tinymce/plugins/print/plugin.js +32 -0
  363. data/apps/core/components/public/js/tinymce/plugins/print/plugin.min.js +1 -0
  364. data/apps/core/components/public/js/tinymce/plugins/save/plugin.js +98 -0
  365. data/apps/core/components/public/js/tinymce/plugins/save/plugin.min.js +1 -0
  366. data/apps/core/components/public/js/tinymce/plugins/searchreplace/plugin.js +609 -0
  367. data/apps/core/components/public/js/tinymce/plugins/searchreplace/plugin.min.js +1 -0
  368. data/apps/core/components/public/js/tinymce/plugins/spellchecker/classes/DomTextMatcher.js +480 -0
  369. data/apps/core/components/public/js/tinymce/plugins/spellchecker/classes/Plugin.js +439 -0
  370. data/apps/core/components/public/js/tinymce/plugins/spellchecker/plugin.dev.js +139 -0
  371. data/apps/core/components/public/js/tinymce/plugins/spellchecker/plugin.js +1026 -0
  372. data/apps/core/components/public/js/tinymce/plugins/spellchecker/plugin.min.js +1 -0
  373. data/apps/core/components/public/js/tinymce/plugins/tabfocus/plugin.js +120 -0
  374. data/apps/core/components/public/js/tinymce/plugins/tabfocus/plugin.min.js +1 -0
  375. data/apps/core/components/public/js/tinymce/plugins/table/classes/CellSelection.js +202 -0
  376. data/apps/core/components/public/js/tinymce/plugins/table/classes/Dialogs.js +824 -0
  377. data/apps/core/components/public/js/tinymce/plugins/table/classes/Plugin.js +599 -0
  378. data/apps/core/components/public/js/tinymce/plugins/table/classes/Quirks.js +400 -0
  379. data/apps/core/components/public/js/tinymce/plugins/table/classes/ResizeBars.js +984 -0
  380. data/apps/core/components/public/js/tinymce/plugins/table/classes/TableGrid.js +941 -0
  381. data/apps/core/components/public/js/tinymce/plugins/table/classes/Utils.js +36 -0
  382. data/apps/core/components/public/js/tinymce/plugins/table/plugin.dev.js +142 -0
  383. data/apps/core/components/public/js/tinymce/plugins/table/plugin.js +4106 -0
  384. data/apps/core/components/public/js/tinymce/plugins/table/plugin.min.js +2 -0
  385. data/apps/core/components/public/js/tinymce/plugins/template/plugin.js +270 -0
  386. data/apps/core/components/public/js/tinymce/plugins/template/plugin.min.js +1 -0
  387. data/apps/core/components/public/js/tinymce/plugins/textcolor/plugin.js +282 -0
  388. data/apps/core/components/public/js/tinymce/plugins/textcolor/plugin.min.js +1 -0
  389. data/apps/core/components/public/js/tinymce/plugins/textpattern/plugin.js +268 -0
  390. data/apps/core/components/public/js/tinymce/plugins/textpattern/plugin.min.js +1 -0
  391. data/apps/core/components/public/js/tinymce/plugins/visualblocks/css/visualblocks.css +135 -0
  392. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/address.gif +0 -0
  393. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/article.gif +0 -0
  394. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/aside.gif +0 -0
  395. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/blockquote.gif +0 -0
  396. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/div.gif +0 -0
  397. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/dl.gif +0 -0
  398. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/figure.gif +0 -0
  399. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h1.gif +0 -0
  400. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h2.gif +0 -0
  401. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h3.gif +0 -0
  402. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h4.gif +0 -0
  403. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h5.gif +0 -0
  404. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h6.gif +0 -0
  405. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/hgroup.gif +0 -0
  406. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/ol.gif +0 -0
  407. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/p.gif +0 -0
  408. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/pre.gif +0 -0
  409. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/section.gif +0 -0
  410. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/ul.gif +0 -0
  411. data/apps/core/components/public/js/tinymce/plugins/visualblocks/plugin.js +86 -0
  412. data/apps/core/components/public/js/tinymce/plugins/visualblocks/plugin.min.js +1 -0
  413. data/apps/core/components/public/js/tinymce/plugins/visualchars/plugin.js +123 -0
  414. data/apps/core/components/public/js/tinymce/plugins/visualchars/plugin.min.js +1 -0
  415. data/apps/core/components/public/js/tinymce/plugins/wordcount/plugin.js +69 -0
  416. data/apps/core/components/public/js/tinymce/plugins/wordcount/plugin.min.js +1 -0
  417. data/apps/core/components/public/js/tinymce/skins/lightgray/AbsoluteLayout.less +17 -0
  418. data/apps/core/components/public/js/tinymce/skins/lightgray/Animations.less +10 -0
  419. data/apps/core/components/public/js/tinymce/skins/lightgray/Button.less +172 -0
  420. data/apps/core/components/public/js/tinymce/skins/lightgray/ButtonGroup.less +71 -0
  421. data/apps/core/components/public/js/tinymce/skins/lightgray/Checkbox.less +49 -0
  422. data/apps/core/components/public/js/tinymce/skins/lightgray/ColorBox.less +6 -0
  423. data/apps/core/components/public/js/tinymce/skins/lightgray/ColorButton.less +72 -0
  424. data/apps/core/components/public/js/tinymce/skins/lightgray/ColorPicker.less +80 -0
  425. data/apps/core/components/public/js/tinymce/skins/lightgray/ComboBox.less +39 -0
  426. data/apps/core/components/public/js/tinymce/skins/lightgray/Container.less +9 -0
  427. data/apps/core/components/public/js/tinymce/skins/lightgray/Content.Inline.less +4 -0
  428. data/apps/core/components/public/js/tinymce/skins/lightgray/Content.Objects.less +166 -0
  429. data/apps/core/components/public/js/tinymce/skins/lightgray/Content.less +27 -0
  430. data/apps/core/components/public/js/tinymce/skins/lightgray/CropRect.less +54 -0
  431. data/apps/core/components/public/js/tinymce/skins/lightgray/FieldSet.less +15 -0
  432. data/apps/core/components/public/js/tinymce/skins/lightgray/FitLayout.less +9 -0
  433. data/apps/core/components/public/js/tinymce/skins/lightgray/FloatPanel.less +69 -0
  434. data/apps/core/components/public/js/tinymce/skins/lightgray/FlowLayout.less +36 -0
  435. data/apps/core/components/public/js/tinymce/skins/lightgray/Icons.Ie7.less +136 -0
  436. data/apps/core/components/public/js/tinymce/skins/lightgray/Icons.less +180 -0
  437. data/apps/core/components/public/js/tinymce/skins/lightgray/Iframe.less +6 -0
  438. data/apps/core/components/public/js/tinymce/skins/lightgray/ImagePanel.less +20 -0
  439. data/apps/core/components/public/js/tinymce/skins/lightgray/InfoBox.less +71 -0
  440. data/apps/core/components/public/js/tinymce/skins/lightgray/Label.less +38 -0
  441. data/apps/core/components/public/js/tinymce/skins/lightgray/ListBox.less +26 -0
  442. data/apps/core/components/public/js/tinymce/skins/lightgray/Menu.less +34 -0
  443. data/apps/core/components/public/js/tinymce/skins/lightgray/MenuBar.less +32 -0
  444. data/apps/core/components/public/js/tinymce/skins/lightgray/MenuButton.less +34 -0
  445. data/apps/core/components/public/js/tinymce/skins/lightgray/MenuItem.less +142 -0
  446. data/apps/core/components/public/js/tinymce/skins/lightgray/Mixins.less +54 -0
  447. data/apps/core/components/public/js/tinymce/skins/lightgray/Notification.less +144 -0
  448. data/apps/core/components/public/js/tinymce/skins/lightgray/Panel.less +7 -0
  449. data/apps/core/components/public/js/tinymce/skins/lightgray/Path.less +45 -0
  450. data/apps/core/components/public/js/tinymce/skins/lightgray/Progress.less +34 -0
  451. data/apps/core/components/public/js/tinymce/skins/lightgray/Radio.less +1 -0
  452. data/apps/core/components/public/js/tinymce/skins/lightgray/Reset.less +32 -0
  453. data/apps/core/components/public/js/tinymce/skins/lightgray/ResizeHandle.less +18 -0
  454. data/apps/core/components/public/js/tinymce/skins/lightgray/Scrollable.less +44 -0
  455. data/apps/core/components/public/js/tinymce/skins/lightgray/SelectBox.less +6 -0
  456. data/apps/core/components/public/js/tinymce/skins/lightgray/Slider.less +29 -0
  457. data/apps/core/components/public/js/tinymce/skins/lightgray/Spacer.less +5 -0
  458. data/apps/core/components/public/js/tinymce/skins/lightgray/SplitButton.less +49 -0
  459. data/apps/core/components/public/js/tinymce/skins/lightgray/StackLayout.less +5 -0
  460. data/apps/core/components/public/js/tinymce/skins/lightgray/TabPanel.less +44 -0
  461. data/apps/core/components/public/js/tinymce/skins/lightgray/TextBox.less +41 -0
  462. data/apps/core/components/public/js/tinymce/skins/lightgray/Throbber.less +19 -0
  463. data/apps/core/components/public/js/tinymce/skins/lightgray/TinyMCE.less +159 -0
  464. data/apps/core/components/public/js/tinymce/skins/lightgray/ToolTip.less +129 -0
  465. data/apps/core/components/public/js/tinymce/skins/lightgray/Variables.less +214 -0
  466. data/apps/core/components/public/js/tinymce/skins/lightgray/Window.less +127 -0
  467. data/apps/core/components/public/js/tinymce/skins/lightgray/content.inline.min.css +1 -0
  468. data/apps/core/components/public/js/tinymce/skins/lightgray/content.min.css +1 -0
  469. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/readme.md +1 -0
  470. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.eot +0 -0
  471. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.json +1277 -0
  472. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.svg +63 -0
  473. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf +0 -0
  474. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.woff +0 -0
  475. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
  476. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.json +3381 -0
  477. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.svg +129 -0
  478. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
  479. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
  480. data/apps/core/components/public/js/tinymce/skins/lightgray/img/anchor.gif +0 -0
  481. data/apps/core/components/public/js/tinymce/skins/lightgray/img/loader.gif +0 -0
  482. data/apps/core/components/public/js/tinymce/skins/lightgray/img/object.gif +0 -0
  483. data/apps/core/components/public/js/tinymce/skins/lightgray/img/trans.gif +0 -0
  484. data/apps/core/components/public/js/tinymce/skins/lightgray/skin.dev.less +46 -0
  485. data/apps/core/components/public/js/tinymce/skins/lightgray/skin.ie7.dev.less +46 -0
  486. data/apps/core/components/public/js/tinymce/skins/lightgray/skin.ie7.less +2542 -0
  487. data/apps/core/components/public/js/tinymce/skins/lightgray/skin.ie7.min.css +1 -0
  488. data/apps/core/components/public/js/tinymce/skins/lightgray/skin.less +2586 -0
  489. data/apps/core/components/public/js/tinymce/skins/lightgray/skin.min.css +1 -0
  490. data/apps/core/components/public/js/tinymce/themes/modern/theme.js +878 -0
  491. data/apps/core/components/public/js/tinymce/themes/modern/theme.min.js +1 -0
  492. data/apps/core/components/public/js/tinymce/tinymce.dev.js +286 -0
  493. data/apps/core/components/public/js/tinymce/tinymce.js +45811 -0
  494. data/apps/core/components/public/js/tinymce/tinymce.min.js +13 -0
  495. data/apps/core/forms/widgets/form/form.rb +3 -1
  496. data/apps/core/forms/widgets/form/form.shtml +1 -0
  497. data/apps/core/forms/widgets/inputs/search_select/search_select.rb +1 -1
  498. data/apps/core/forms/widgets/inputs/select/select.rb +1 -1
  499. data/apps/core/forms/widgets/inputs/select/select.shtml +0 -1
  500. data/apps/messenger/backends/sms/skebby.rb +1 -1
  501. data/apps/messenger/controllers/mixins/messenger_helper.rb +23 -5
  502. data/lib/spiderfw/config/options/spider.rb +1 -1
  503. data/lib/spiderfw/controller/mixins/visual.rb +2 -0
  504. data/lib/spiderfw/http/adapters/rack.rb +10 -5
  505. data/lib/spiderfw/http/http.rb +4 -2
  506. data/lib/spiderfw/model/base_model.rb +4 -4
  507. data/lib/spiderfw/model/mappers/db_mapper.rb +4 -2
  508. data/lib/spiderfw/model/storage/db/adapters/mysql.rb +2 -1
  509. data/lib/spiderfw/model/storage/db/db_storage.rb +4 -0
  510. data/lib/spiderfw/spider.rb +6 -0
  511. data/lib/spiderfw/templates/layout.rb +1 -1
  512. data/lib/spiderfw/utils/monkey/object.rb +3 -0
  513. data/spider.gemspec +6 -2
  514. metadata +539 -42
  515. data/blueprints/.DS_Store +0 -0
@@ -0,0 +1,129 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Generated by IcoMoon</metadata>
5
+ <defs>
6
+ <font id="tinymce" horiz-adv-x="1024">
7
+ <font-face units-per-em="1024" ascent="960" descent="-64" />
8
+ <missing-glyph horiz-adv-x="1024" />
9
+ <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
+ <glyph unicode="&#xe000;" glyph-name="save" d="M896 960h-896v-1024h1024v896l-128 128zM512 832h128v-256h-128v256zM896 64h-768v768h64v-320h576v320h74.978l53.022-53.018v-714.982z" />
11
+ <glyph unicode="&#xe001;" glyph-name="newdocument" d="M903.432 760.57l-142.864 142.862c-31.112 31.112-92.568 56.568-136.568 56.568h-480c-44 0-80-36-80-80v-864c0-44 36-80 80-80h736c44 0 80 36 80 80v608c0 44-25.456 105.458-56.568 136.57zM858.178 715.314c3.13-3.13 6.25-6.974 9.28-11.314h-163.458v163.456c4.34-3.030 8.184-6.15 11.314-9.28l142.864-142.862zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16h480c4.832 0 10.254-0.61 16-1.704v-254.296h254.296c1.094-5.746 1.704-11.166 1.704-16v-608z" />
12
+ <glyph unicode="&#xe002;" glyph-name="fullpage" d="M1024 367.542v160.916l-159.144 15.914c-8.186 30.042-20.088 58.548-35.21 84.98l104.596 127.838-113.052 113.050-127.836-104.596c-26.434 15.124-54.942 27.026-84.982 35.208l-15.914 159.148h-160.916l-15.914-159.146c-30.042-8.186-58.548-20.086-84.98-35.208l-127.838 104.594-113.050-113.050 104.596-127.836c-15.124-26.432-27.026-54.94-35.21-84.98l-159.146-15.916v-160.916l159.146-15.914c8.186-30.042 20.086-58.548 35.21-84.982l-104.596-127.836 113.048-113.048 127.838 104.596c26.432-15.124 54.94-27.028 84.98-35.21l15.916-159.148h160.916l15.914 159.144c30.042 8.186 58.548 20.088 84.982 35.21l127.836-104.596 113.048 113.048-104.596 127.836c15.124 26.434 27.028 54.942 35.21 84.98l159.148 15.92zM704 384l-128-128h-128l-128 128v128l128 128h128l128-128v-128z" />
13
+ <glyph unicode="&#xe003;" glyph-name="alignleft" d="M0 896h1024v-128h-1024zM0 704h640v-128h-640zM0 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
14
+ <glyph unicode="&#xe004;" glyph-name="aligncenter" d="M0 896h1024v-128h-1024zM192 704h640v-128h-640zM192 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
15
+ <glyph unicode="&#xe005;" glyph-name="alignright" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
16
+ <glyph unicode="&#xe006;" glyph-name="alignjustify" d="M0 896h1024v-128h-1024zM0 704h1024v-128h-1024zM0 512h1024v-128h-1024zM0 320h1024v-128h-1024zM0 128h1024v-128h-1024z" />
17
+ <glyph unicode="&#xe007;" glyph-name="cut" d="M890.774 250.846c-45.654 45.556-103.728 69.072-157.946 69.072h-29.112l-63.904 64.008 255.62 256.038c63.904 64.010 63.904 192.028 0 256.038l-383.43-384.056-383.432 384.054c-63.904-64.008-63.904-192.028 0-256.038l255.622-256.034-63.906-64.008h-29.114c-54.22 0-112.292-23.518-157.948-69.076-81.622-81.442-92.65-202.484-24.63-270.35 29.97-29.902 70.288-44.494 112.996-44.494 54.216 0 112.29 23.514 157.946 69.072 53.584 53.464 76.742 124 67.084 185.348l65.384 65.488 65.376-65.488c-9.656-61.348 13.506-131.882 67.084-185.348 45.662-45.558 103.732-69.072 157.948-69.072 42.708 0 83.024 14.592 112.994 44.496 68.020 67.866 56.988 188.908-24.632 270.35zM353.024 114.462c-7.698-17.882-19.010-34.346-33.626-48.926-14.636-14.604-31.172-25.918-49.148-33.624-16.132-6.916-32.96-10.568-48.662-10.568-15.146 0-36.612 3.402-52.862 19.612-16.136 16.104-19.52 37.318-19.52 52.288 0 15.542 3.642 32.21 10.526 48.212 7.7 17.884 19.014 34.346 33.626 48.926 14.634 14.606 31.172 25.914 49.15 33.624 16.134 6.914 32.96 10.568 48.664 10.568 15.146 0 36.612-3.4 52.858-19.614 16.134-16.098 19.522-37.316 19.522-52.284 0.002-15.542-3.638-32.216-10.528-48.214zM512.004 293.404c-49.914 0-90.376 40.532-90.376 90.526 0 49.992 40.462 90.52 90.376 90.52s90.372-40.528 90.372-90.52c0-49.998-40.46-90.526-90.372-90.526zM855.272 40.958c-16.248-16.208-37.712-19.612-52.86-19.612-15.704 0-32.53 3.652-48.666 10.568-17.972 7.706-34.508 19.020-49.142 33.624-14.614 14.58-25.926 31.042-33.626 48.926-6.886 15.998-10.526 32.672-10.526 48.212 0 14.966 3.384 36.188 19.52 52.286 16.246 16.208 37.712 19.614 52.86 19.614 15.7 0 32.53-3.654 48.66-10.568 17.978-7.708 34.516-19.018 49.15-33.624 14.61-14.58 25.924-31.042 33.626-48.926 6.884-15.998 10.526-32.67 10.526-48.212-0.002-14.97-3.39-36.186-19.522-52.288z" />
18
+ <glyph unicode="&#xe008;" glyph-name="paste" d="M832 640v160c0 17.6-14.4 32-32 32h-224v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-224c-17.602 0-32-14.4-32-32v-640c0-17.6 14.398-32 32-32h288v-192h448l192 192v512h-192zM384 895.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 704v64h512v-64h-512zM832 26.51v101.49h101.49l-101.49-101.49zM960 192h-192v-192h-320v576h512v-384z" />
19
+ <glyph unicode="&#xe009;" glyph-name="searchreplace" d="M64 960h384v-64h-384zM576 960h384v-64h-384zM952 640h-56v256h-256v-256h-256v256h-256v-256h-56c-39.6 0-72-32.4-72-72v-560c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v376h128v-376c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v560c0 39.6-32.4 72-72 72zM348 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM924 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />
20
+ <glyph unicode="&#xe00a;" glyph-name="bullist" d="M384 896h640v-128h-640v128zM384 512h640v-128h-640v128zM384 128h640v-128h-640v128zM0 832c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 448c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 64c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128z" />
21
+ <glyph unicode="&#xe00b;" glyph-name="numlist" d="M384 128h640v-128h-640zM384 512h640v-128h-640zM384 896h640v-128h-640zM192 960v-256h-64v192h-64v64zM128 434v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM256 256v-320h-192v64h128v64h-128v64h128v64h-128v64z" />
22
+ <glyph unicode="&#xe00c;" glyph-name="indent" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM0 256v384l256-192z" />
23
+ <glyph unicode="&#xe00d;" glyph-name="outdent" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM256 640v-384l-256 192z" />
24
+ <glyph unicode="&#xe00e;" glyph-name="blockquote" d="M225 512c123.712 0 224-100.29 224-224 0-123.712-100.288-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.634-11.636-22.252-24.016-31.83-37.020 11.438 1.8 23.16 2.746 35.104 2.746zM801 512c123.71 0 224-100.29 224-224 0-123.712-100.29-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.636-11.636-22.254-24.016-31.832-37.020 11.44 1.8 23.16 2.746 35.106 2.746z" />
25
+ <glyph unicode="&#xe00f;" glyph-name="undo" d="M761.862-64c113.726 206.032 132.888 520.306-313.862 509.824v-253.824l-384 384 384 384v-248.372c534.962 13.942 594.57-472.214 313.862-775.628z" />
26
+ <glyph unicode="&#xe010;" glyph-name="redo" d="M576 711.628v248.372l384-384-384-384v253.824c-446.75 10.482-427.588-303.792-313.86-509.824-280.712 303.414-221.1 789.57 313.86 775.628z" />
27
+ <glyph unicode="&#xe011;" glyph-name="link" d="M320 256c17.6-17.6 47.274-16.726 65.942 1.942l316.118 316.116c18.668 18.668 19.54 48.342 1.94 65.942s-47.274 16.726-65.942-1.942l-316.116-316.116c-18.668-18.668-19.542-48.342-1.942-65.942zM476.888 284.888c4.56-9.050 6.99-19.16 6.99-29.696 0-17.616-6.744-34.060-18.992-46.308l-163.382-163.382c-12.248-12.248-28.694-18.992-46.308-18.992s-34.060 6.744-46.308 18.992l-99.382 99.382c-12.248 12.248-18.992 28.694-18.992 46.308s6.744 34.060 18.992 46.308l163.382 163.382c12.248 12.248 28.694 18.994 46.308 18.994 10.536 0 20.644-2.43 29.696-6.99l65.338 65.338c-27.87 21.41-61.44 32.16-95.034 32.16-39.986 0-79.972-15.166-110.308-45.502l-163.382-163.382c-60.67-60.67-60.67-159.948 0-220.618l99.382-99.382c30.334-30.332 70.32-45.5 110.306-45.5 39.988 0 79.974 15.168 110.308 45.502l163.382 163.382c55.82 55.82 60.238 144.298 13.344 205.344l-65.34-65.34zM978.498 815.116l-99.382 99.382c-30.334 30.336-70.32 45.502-110.308 45.502-39.986 0-79.972-15.166-110.308-45.502l-163.382-163.382c-55.82-55.82-60.238-144.298-13.342-205.342l65.338 65.34c-4.558 9.050-6.988 19.16-6.988 29.694 0 17.616 6.744 34.060 18.992 46.308l163.382 163.382c12.248 12.248 28.694 18.994 46.308 18.994s34.060-6.746 46.308-18.994l99.382-99.382c12.248-12.248 18.992-28.694 18.992-46.308s-6.744-34.060-18.992-46.308l-163.382-163.382c-12.248-12.248-28.694-18.992-46.308-18.992-10.536 0-20.644 2.43-29.696 6.99l-65.338-65.338c27.872-21.41 61.44-32.16 95.034-32.16 39.988 0 79.974 15.168 110.308 45.502l163.382 163.382c60.67 60.666 60.67 159.944 0 220.614z" />
28
+ <glyph unicode="&#xe012;" glyph-name="unlink" d="M476.888 284.886c4.56-9.048 6.99-19.158 6.99-29.696 0-17.616-6.744-34.058-18.992-46.308l-163.38-163.38c-12.248-12.248-28.696-18.992-46.308-18.992s-34.060 6.744-46.308 18.992l-99.38 99.38c-12.248 12.25-18.992 28.696-18.992 46.308s6.744 34.060 18.992 46.308l163.38 163.382c12.248 12.246 28.696 18.992 46.308 18.992 10.538 0 20.644-2.43 29.696-6.988l65.338 65.336c-27.87 21.41-61.44 32.16-95.034 32.16-39.986 0-79.972-15.166-110.308-45.502l-163.38-163.382c-60.67-60.67-60.67-159.95 0-220.618l99.38-99.382c30.334-30.332 70.32-45.5 110.306-45.5 39.988 0 79.974 15.168 110.308 45.502l163.38 163.38c55.82 55.82 60.238 144.298 13.344 205.346l-65.34-65.338zM978.496 815.116l-99.38 99.382c-30.334 30.336-70.32 45.502-110.308 45.502-39.986 0-79.97-15.166-110.306-45.502l-163.382-163.382c-55.82-55.82-60.238-144.298-13.342-205.342l65.338 65.34c-4.558 9.050-6.988 19.16-6.988 29.694 0 17.616 6.744 34.060 18.992 46.308l163.382 163.382c12.246 12.248 28.694 18.994 46.306 18.994 17.616 0 34.060-6.746 46.308-18.994l99.38-99.382c12.248-12.248 18.992-28.694 18.992-46.308s-6.744-34.060-18.992-46.308l-163.38-163.382c-12.248-12.248-28.694-18.992-46.308-18.992-10.536 0-20.644 2.43-29.696 6.99l-65.338-65.338c27.872-21.41 61.44-32.16 95.034-32.16 39.988 0 79.974 15.168 110.308 45.504l163.38 163.38c60.672 60.666 60.672 159.944 0 220.614zM233.368 681.376l-191.994 191.994 45.256 45.256 191.994-191.994zM384 960h64v-192h-64zM0 576h192v-64h-192zM790.632 214.624l191.996-191.996-45.256-45.256-191.996 191.996zM576 128h64v-192h-64zM832 384h192v-64h-192z" />
29
+ <glyph unicode="&#xe013;" glyph-name="anchor" d="M192 960v-1024l320 320 320-320v1024h-640zM768 90.51l-256 256-256-256v805.49h512v-805.49z" />
30
+ <glyph unicode="&#xe014;" glyph-name="image" d="M0 832v-832h1024v832h-1024zM960 64h-896v704h896v-704zM704 608c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM896 128h-768l192 512 256-320 128 96z" />
31
+ <glyph unicode="&#xe015;" glyph-name="media" d="M0 832v-768h1024v768h-1024zM192 128h-128v128h128v-128zM192 384h-128v128h128v-128zM192 640h-128v128h128v-128zM768 128h-512v640h512v-640zM960 128h-128v128h128v-128zM960 384h-128v128h128v-128zM960 640h-128v128h128v-128zM384 640v-384l256 192z" />
32
+ <glyph unicode="&#xe016;" glyph-name="help" d="M448 256h128v-128h-128zM704 704c35.346 0 64-28.654 64-64v-192l-192-128h-128v64l192 128v64h-320v128h384zM512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512z" />
33
+ <glyph unicode="&#xe017;" glyph-name="code" d="M320 704l-256-256 256-256h128l-256 256 256 256zM704 704h-128l256-256-256-256h128l256 256z" />
34
+ <glyph unicode="&#xe018;" glyph-name="inserttime" d="M512 768c-212.076 0-384-171.922-384-384s171.922-384 384-384c212.074 0 384 171.922 384 384s-171.926 384-384 384zM715.644 180.354c-54.392-54.396-126.716-84.354-203.644-84.354s-149.25 29.958-203.646 84.354c-54.396 54.394-84.354 126.718-84.354 203.646s29.958 149.25 84.354 203.646c54.396 54.396 126.718 84.354 203.646 84.354s149.252-29.958 203.642-84.354c54.402-54.396 84.358-126.718 84.358-203.646s-29.958-149.252-84.356-203.646zM325.93 756.138l-42.94 85.878c-98.874-49.536-179.47-130.132-229.006-229.008l85.876-42.94c40.248 80.336 105.732 145.822 186.070 186.070zM884.134 570.070l85.878 42.938c-49.532 98.876-130.126 179.472-229.004 229.008l-42.944-85.878c80.338-40.248 145.824-105.732 186.070-186.068zM512 576h-64v-192c0-10.11 4.7-19.11 12.022-24.972l-0.012-0.016 160-128 39.976 49.976-147.986 118.39v176.622z" />
35
+ <glyph unicode="&#xe019;" glyph-name="preview" d="M512 640c-209.368 0-395.244-100.556-512-256 116.756-155.446 302.632-256 512-256s395.244 100.554 512 256c-116.756 155.444-302.632 256-512 256zM448 512c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM773.616 254.704c-39.648-20.258-81.652-35.862-124.846-46.376-44.488-10.836-90.502-16.328-136.77-16.328-46.266 0-92.282 5.492-136.768 16.324-43.194 10.518-85.198 26.122-124.846 46.376-63.020 32.202-120.222 76.41-167.64 129.298 47.418 52.888 104.62 97.1 167.64 129.298 32.336 16.522 66.242 29.946 101.082 40.040-19.888-30.242-31.468-66.434-31.468-105.336 0-106.040 85.962-192 192-192s192 85.96 192 192c0 38.902-11.582 75.094-31.466 105.34 34.838-10.096 68.744-23.52 101.082-40.042 63.022-32.198 120.218-76.408 167.638-129.298-47.42-52.886-104.618-97.1-167.638-129.296zM860.918 716.278c-108.72 55.554-226.112 83.722-348.918 83.722s-240.198-28.168-348.918-83.722c-58.772-30.032-113.732-67.904-163.082-112.076v-109.206c55.338 58.566 120.694 107.754 192.194 144.29 99.62 50.904 207.218 76.714 319.806 76.714s220.186-25.81 319.804-76.716c71.502-36.536 136.858-85.724 192.196-144.29v109.206c-49.35 44.174-104.308 82.046-163.082 112.078z" />
36
+ <glyph unicode="&#xe01a;" glyph-name="forecolor" d="M322.018 128l57.6 192h264.764l57.6-192h113.632l-191.996 640h-223.236l-192-640h113.636zM475.618 640h72.764l57.6-192h-187.964l57.6 192z" />
37
+ <glyph unicode="&#xe01b;" glyph-name="table" d="M0 896v-896h1024v896h-1024zM384 320v192h256v-192h-256zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
38
+ <glyph unicode="&#xe01c;" glyph-name="hr" d="M0 512h1024v-128h-1024z" />
39
+ <glyph unicode="&#xe01d;" glyph-name="removeformat" d="M0 64h576v-128h-576zM192 960h704v-128h-704zM277.388 128l204.688 784.164 123.85-32.328-196.25-751.836zM929.774-64l-129.774 129.774-129.774-129.774-62.226 62.226 129.774 129.774-129.774 129.774 62.226 62.226 129.774-129.774 129.774 129.774 62.226-62.226-129.774-129.774 129.774-129.774z" />
40
+ <glyph unicode="&#xe01e;" glyph-name="sub" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
41
+ <glyph unicode="&#xe01f;" glyph-name="sup" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
42
+ <glyph unicode="&#xe020;" glyph-name="charmap" d="M704 64h256l64 128v-256h-384v214.214c131.112 56.484 224 197.162 224 361.786 0 214.432-157.598 382.266-352 382.266-194.406 0-352-167.832-352-382.266 0-164.624 92.886-305.302 224-361.786v-214.214h-384v256l64-128h256v32.59c-187.63 66.46-320 227.402-320 415.41 0 247.424 229.23 448 512 448s512-200.576 512-448c0-188.008-132.37-348.95-320-415.41v-32.59z" />
43
+ <glyph unicode="&#xe021;" glyph-name="emoticons" d="M512 960c-282.77 0-512-229.228-512-512 0-282.77 229.228-512 512-512 282.77 0 512 229.23 512 512 0 282.772-229.23 512-512 512zM512 16c-238.586 0-432 193.412-432 432 0 238.586 193.414 432 432 432 238.59 0 432-193.414 432-432 0-238.588-193.41-432-432-432zM384 640c0-35.346-28.654-64-64-64s-64 28.654-64 64 28.654 64 64 64 64-28.654 64-64zM768 640c0-35.346-28.652-64-64-64s-64 28.654-64 64 28.652 64 64 64 64-28.654 64-64zM512 308c141.074 0 262.688 57.532 318.462 123.192-20.872-171.22-156.288-303.192-318.462-303.192-162.118 0-297.498 132.026-318.444 303.168 55.786-65.646 177.386-123.168 318.444-123.168z" />
44
+ <glyph unicode="&#xe022;" glyph-name="print" d="M256 896h512v-128h-512zM960 704h-896c-35.2 0-64-28.8-64-64v-320c0-35.2 28.796-64 64-64h192v-256h512v256h192c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM704 64h-384v320h384v-320zM974.4 608c0-25.626-20.774-46.4-46.398-46.4-25.626 0-46.402 20.774-46.402 46.4s20.776 46.4 46.402 46.4c25.626 0 46.398-20.774 46.398-46.4z" />
45
+ <glyph unicode="&#xe023;" glyph-name="fullscreen" d="M1024 960v-384l-138.26 138.26-212-212-107.48 107.48 212 212-138.26 138.26zM245.74 821.74l212-212-107.48-107.48-212 212-138.26-138.26v384h384zM885.74 181.74l138.26 138.26v-384h-384l138.26 138.26-212 212 107.48 107.48zM457.74 286.26l-212-212 138.26-138.26h-384v384l138.26-138.26 212 212z" />
46
+ <glyph unicode="&#xe024;" glyph-name="spellchecker" d="M128 704h128v-192h64v384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-384h64v192zM128 896h128v-128h-128v128zM960 896v64h-192c-35.202 0-64-28.8-64-64v-320c0-35.2 28.798-64 64-64h192v64h-192v320h192zM640 800v96c0 35.2-28.8 64-64 64h-192v-448h192c35.2 0 64 28.8 64 64v96c0 35.2-8.8 64-44 64 35.2 0 44 28.8 44 64zM576 576h-128v128h128v-128zM576 768h-128v128h128v-128zM832 384l-416-448-224 288 82 70 142-148 352 302z" />
47
+ <glyph unicode="&#xe025;" glyph-name="nonbreaking" d="M448 384h-192v128h192v192h128v-192h192v-128h-192v-192h-128zM1024 320v-384h-1024v384h128v-256h768v256z" />
48
+ <glyph unicode="&#xe026;" glyph-name="template" d="M384 768h128v-64h-128zM576 768h128v-64h-128zM896 768v-256h-192v64h128v128h-64v64zM320 576h128v-64h-128zM512 576h128v-64h-128zM192 704v-128h64v-64h-128v256h192v-64zM384 384h128v-64h-128zM576 384h128v-64h-128zM896 384v-256h-192v64h128v128h-64v64zM320 192h128v-64h-128zM512 192h128v-64h-128zM192 320v-128h64v-64h-128v256h192v-64zM960 896h-896v-896h896v896zM1024 960v0-1024h-1024v1024h1024z" />
49
+ <glyph unicode="&#xe027;" glyph-name="pagebreak" d="M0 448h128v-64h-128zM192 448h192v-64h-192zM448 448h128v-64h-128zM640 448h192v-64h-192zM896 448h128v-64h-128zM880 960l16-448h-768l16 448h32l16-384h640l16 384zM144-64l-16 384h768l-16-384h-32l-16 320h-640l-16-320z" />
50
+ <glyph unicode="&#xe028;" glyph-name="restoredraft" d="M576 896c247.424 0 448-200.576 448-448s-200.576-448-448-448v96c94.024 0 182.418 36.614 248.902 103.098s103.098 154.878 103.098 248.902c0 94.022-36.614 182.418-103.098 248.902s-154.878 103.098-248.902 103.098c-94.022 0-182.418-36.614-248.902-103.098-51.14-51.138-84.582-115.246-97.306-184.902h186.208l-224-256-224 256h164.57c31.060 217.102 217.738 384 443.43 384zM768 512v-128h-256v320h128v-192z" />
51
+ <glyph unicode="&#xe02a;" glyph-name="bold" d="M707.88 475.348c37.498 44.542 60.12 102.008 60.12 164.652 0 141.16-114.842 256-256 256h-320v-896h384c141.158 0 256 114.842 256 256 0 92.956-49.798 174.496-124.12 219.348zM384 768h101.5c55.968 0 101.5-57.42 101.5-128s-45.532-128-101.5-128h-101.5v256zM543 128h-159v256h159c58.45 0 106-57.42 106-128s-47.55-128-106-128z" />
52
+ <glyph unicode="&#xe02b;" glyph-name="italic" d="M896 896v-64h-128l-320-768h128v-64h-448v64h128l320 768h-128v64z" />
53
+ <glyph unicode="&#xe02c;" glyph-name="underline" d="M704 896h128v-416c0-159.058-143.268-288-320-288-176.73 0-320 128.942-320 288v416h128v-416c0-40.166 18.238-78.704 51.354-108.506 36.896-33.204 86.846-51.494 140.646-51.494s103.75 18.29 140.646 51.494c33.116 29.802 51.354 68.34 51.354 108.506v416zM192 128h640v-128h-640z" />
54
+ <glyph unicode="&#xe02d;" glyph-name="strikethrough" d="M731.42 442.964c63.92-47.938 100.58-116.086 100.58-186.964s-36.66-139.026-100.58-186.964c-59.358-44.518-137.284-69.036-219.42-69.036-82.138 0-160.062 24.518-219.42 69.036-63.92 47.938-100.58 116.086-100.58 186.964h128c0-69.382 87.926-128 192-128s192 58.618 192 128c0 69.382-87.926 128-192 128-82.138 0-160.062 24.518-219.42 69.036-63.92 47.94-100.58 116.086-100.58 186.964s36.66 139.024 100.58 186.964c59.358 44.518 137.282 69.036 219.42 69.036 82.136 0 160.062-24.518 219.42-69.036 63.92-47.94 100.58-116.086 100.58-186.964h-128c0 69.382-87.926 128-192 128s-192-58.618-192-128c0-69.382 87.926-128 192-128 82.136 0 160.062-24.518 219.42-69.036zM0 448h1024v-64h-1024z" />
55
+ <glyph unicode="&#xe02e;" glyph-name="visualchars" d="M384 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224z" />
56
+ <glyph unicode="&#xe02f;" glyph-name="ltr" d="M448 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224zM64 512l256-224-256-224z" />
57
+ <glyph unicode="&#xe030;" glyph-name="rtl" d="M256 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224zM960 64l-256 224 256 224z" />
58
+ <glyph unicode="&#xe031;" glyph-name="copy" d="M832 704h-192v64l-192 192h-448v-768h384v-256h640v576l-192 192zM832 613.49l101.49-101.49h-101.49v101.49zM448 869.49l101.49-101.49h-101.49v101.49zM64 896h320v-192h192v-448h-512v640zM960 0h-512v192h192v448h128v-192h192v-448z" />
59
+ <glyph unicode="&#xe032;" glyph-name="resize" d="M768 704h64v-64h-64zM640 576h64v-64h-64zM640 448h64v-64h-64zM640 320h64v-64h-64zM512 448h64v-64h-64zM512 320h64v-64h-64zM384 320h64v-64h-64zM768 576h64v-64h-64zM768 448h64v-64h-64zM768 320h64v-64h-64zM768 192h64v-64h-64zM640 192h64v-64h-64zM512 192h64v-64h-64zM384 192h64v-64h-64zM256 192h64v-64h-64z" />
60
+ <glyph unicode="&#xe033;" glyph-name="checkbox" d="M128 416l288-288 480 480-128 128-352-352-160 160z" />
61
+ <glyph unicode="&#xe034;" glyph-name="browse" d="M928 832h-416l-32 64h-352l-64-128h896zM904.34 256h74.86l44.8 448h-1024l64-640h484.080c-104.882 37.776-180.080 138.266-180.080 256 0 149.982 122.018 272 272 272 149.98 0 272-122.018 272-272 0-21.678-2.622-43.15-7.66-64zM1002.996 46.25l-198.496 174.692c17.454 28.92 27.5 62.814 27.5 99.058 0 106.040-85.96 192-192 192s-192-85.96-192-192 85.96-192 192-192c36.244 0 70.138 10.046 99.058 27.5l174.692-198.496c22.962-26.678 62.118-28.14 87.006-3.252l5.492 5.492c24.888 24.888 23.426 64.044-3.252 87.006zM640 196c-68.484 0-124 55.516-124 124s55.516 124 124 124 124-55.516 124-124-55.516-124-124-124z" />
62
+ <glyph unicode="&#xe035;" glyph-name="pastetext" d="M512 448v-128h32l32 64h64v-256h-48v-64h224v64h-48v256h64l32-64h32v128zM832 640v160c0 17.6-14.4 32-32 32h-224v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-224c-17.602 0-32-14.4-32-32v-640c0-17.6 14.398-32 32-32h288v-192h640v704h-192zM384 895.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 704v64h512v-64h-512zM960 0h-512v576h512v-576z" />
63
+ <glyph unicode="&#xe600;" glyph-name="gamma" d="M483.2 320l-147.2 336c-9.6 25.6-19.2 44.8-25.6 54.4s-16 12.8-25.6 12.8c-16 0-25.6-3.2-28.8-3.2v70.4c9.6 6.4 25.6 6.4 38.4 9.6 32 0 57.6-6.4 73.6-22.4 6.4-6.4 12.8-16 19.2-25.6 6.4-12.8 12.8-25.6 16-41.6l121.6-291.2 150.4 371.2h92.8l-198.4-470.4v-224h-86.4v224zM0 960v-1024h1024v1024h-1024zM960 0h-896v896h896v-896z" />
64
+ <glyph unicode="&#xe601;" glyph-name="orientation" d="M627.2 80h-579.2v396.8h579.2v-396.8zM553.6 406.4h-435.2v-256h435.2v256zM259.2 732.8c176 176 457.6 176 633.6 0s176-457.6 0-633.6c-121.6-121.6-297.6-160-454.4-108.8 121.6-28.8 262.4 9.6 361.6 108.8 150.4 150.4 160 384 22.4 521.6-121.6 121.6-320 128-470.4 19.2l86.4-86.4-294.4-22.4 22.4 294.4 92.8-92.8z" />
65
+ <glyph unicode="&#xe602;" glyph-name="invert" d="M892.8-22.4l-89.6 89.6c-70.4-80-172.8-131.2-288-131.2-208 0-380.8 166.4-384 377.6 0 0 0 0 0 0 0 3.2 0 3.2 0 6.4s0 3.2 0 6.4v0c0 0 0 0 0 3.2 0 0 0 3.2 0 3.2 3.2 105.6 48 211.2 105.6 304l-192 192 44.8 44.8 182.4-182.4c0 0 0 0 0 0l569.6-569.6c0 0 0 0 0 0l99.2-99.2-48-44.8zM896 326.4c0 0 0 0 0 0 0 3.2 0 6.4 0 6.4-9.6 316.8-384 627.2-384 627.2s-108.8-89.6-208-220.8l70.4-70.4c6.4 9.6 16 22.4 22.4 32 41.6 51.2 83.2 96 115.2 128v0c32-32 73.6-76.8 115.2-128 108.8-137.6 169.6-265.6 172.8-371.2 0 0 0-3.2 0-3.2v0 0c0-3.2 0-3.2 0-6.4s0-3.2 0-3.2v0 0c0-22.4-3.2-41.6-9.6-64l76.8-76.8c16 41.6 28.8 89.6 28.8 137.6 0 0 0 0 0 0 0 3.2 0 3.2 0 6.4s0 3.2 0 6.4z" />
66
+ <glyph unicode="&#xe603;" glyph-name="codesample" d="M199.995 578.002v104.002c0 43.078 34.923 78.001 78.001 78.001h26v104.002h-26c-100.518 0-182.003-81.485-182.003-182.003v-104.002c0-43.078-34.923-78.001-78.001-78.001h-26v-104.002h26c43.078 0 78.001-34.923 78.001-78.001v-104.002c0-100.515 81.485-182.003 182.003-182.003h26v104.002h-26c-43.078 0-78.001 34.923-78.001 78.001v104.002c0 50.931-20.928 96.966-54.646 130.002 33.716 33.036 54.646 79.072 54.646 130.002zM824.005 578.002v104.002c0 43.078-34.923 78.001-78.001 78.001h-26v104.002h26c100.515 0 182.003-81.485 182.003-182.003v-104.002c0-43.078 34.923-78.001 78.001-78.001h26v-104.002h-26c-43.078 0-78.001-34.923-78.001-78.001v-104.002c0-100.515-81.488-182.003-182.003-182.003h-26v104.002h26c43.078 0 78.001 34.923 78.001 78.001v104.002c0 50.931 20.928 96.966 54.646 130.002-33.716 33.036-54.646 79.072-54.646 130.002zM616.002 603.285c0-57.439-46.562-104.002-104.002-104.002s-104.002 46.562-104.002 104.002c0 57.439 46.562 104.002 104.002 104.002s104.002-46.562 104.002-104.002zM512 448.717c-57.439 0-104.002-46.562-104.002-104.002 0-55.845 26-100.115 105.752-103.88-23.719-33.417-59.441-46.612-105.752-50.944v-61.751c0 0 208.003-18.144 208.003 216.577-0.202 57.441-46.56 104.004-104.002 104.004z" />
67
+ <glyph unicode="&#xe604;" glyph-name="tablerowprops" d="M0 896v-896h1024v896h-1024zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
68
+ <glyph unicode="&#xe605;" glyph-name="tablecellprops" d="M0 896v-896h1024v896h-1024zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
69
+ <glyph unicode="&#xe606;" glyph-name="table2" d="M0 896v-832h1024v832h-1024zM320 128h-256v192h256v-192zM320 384h-256v192h256v-192zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192zM960 640h-896v192h896v-192z" />
70
+ <glyph unicode="&#xe607;" glyph-name="tablemergecells" d="M0 896v-896h1024v896h-1024zM384 64v448h576v-448h-576zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192z" />
71
+ <glyph unicode="&#xe608;" glyph-name="tableinsertcolbefore" d="M320 188.8v182.4h-182.4v89.6h182.4v182.4h86.4v-182.4h185.6v-89.6h-185.6v-182.4zM0 896v-896h1024v896h-1024zM640 64h-576v704h576v-704zM960 64h-256v192h256v-192zM960 320h-256v192h256v-192zM960 576h-256v192h256v-192z" />
72
+ <glyph unicode="&#xe609;" glyph-name="tableinsertcolafter" d="M704 643.2v-182.4h182.4v-89.6h-182.4v-182.4h-86.4v182.4h-185.6v89.6h185.6v182.4zM0 896v-896h1024v896h-1024zM320 64h-256v192h256v-192zM320 320h-256v192h256v-192zM320 576h-256v192h256v-192zM960 64h-576v704h576v-704z" />
73
+ <glyph unicode="&#xe60a;" glyph-name="tableinsertrowbefore" d="M691.2 508.8h-144v-144h-70.4v144h-144v67.2h144v144h70.4v-144h144zM0 896v-896h1024v896h-1024zM320 64h-256v192h256v-192zM640 64h-256v192h256v-192zM960 64h-256v192h256v-192zM960 316.8h-896v451.2h896v-451.2z" />
74
+ <glyph unicode="&#xe60b;" glyph-name="tableinsertrowafter" d="M332.8 323.2h144v144h70.4v-144h144v-67.2h-144v-144h-70.4v144h-144zM0 896v-896h1024v896h-1024zM384 768h256v-192h-256v192zM64 768h256v-192h-256v192zM960 64h-896v451.2h896v-451.2zM960 576h-256v192h256v-192z" />
75
+ <glyph unicode="&#xe60d;" glyph-name="tablesplitcells" d="M0 896v-896h1024v896h-1024zM384 768h256v-192h-256v192zM320 64h-256v192h256v-192zM320 320h-256v192h256v-192zM320 576h-256v192h256v-192zM960 64h-576v448h576v-448zM960 576h-256v192h256v-192zM864 156.8l-60.8-60.8-131.2 131.2-131.2-131.2-60.8 60.8 131.2 131.2-131.2 131.2 60.8 60.8 131.2-131.2 131.2 131.2 60.8-60.8-131.2-131.2z" />
76
+ <glyph unicode="&#xe60e;" glyph-name="tabledelete" d="M0 896h1024v-896h-1024v896zM60.8 768v-704h899.2v704h-899.2zM809.6 211.2l-96-96-204.8 204.8-204.8-204.8-96 96 204.8 204.8-204.8 204.8 96 96 204.8-204.8 204.8 204.8 96-96-204.8-204.8z" />
77
+ <glyph unicode="&#xe62a;" glyph-name="tableleftheader" d="M0 896v-832h1024v832h-1024zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM640 640h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192zM960 640h-256v192h256v-192z" />
78
+ <glyph unicode="&#xe62b;" glyph-name="tabletopheader" d="M0 896v-832h1024v832h-1024zM320 128h-256v192h256v-192zM320 384h-256v192h256v-192zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192z" />
79
+ <glyph unicode="&#xe800;" glyph-name="tabledeleterow" d="M886.4 572.8l-156.8-156.8 160-160-76.8-76.8-160 160-156.8-156.8-76.8 73.6 160 160-163.2 163.2 76.8 76.8 163.2-163.2 156.8 156.8 73.6-76.8zM0 896v-896h1024v896h-1024zM960 576h-22.4l-64-64h86.4v-192h-89.6l64-64h25.6v-192h-896v192h310.4l64 64h-374.4v192h371.2l-64 64h-307.2v192h896v-192z" />
80
+ <glyph unicode="&#xe801;" glyph-name="tabledeletecol" d="M320 499.2l64-64v-12.8l-64-64v140.8zM640 422.4l64-64v137.6l-64-64v-9.6zM1024 896v-896h-1024v896h1024zM960 768h-256v-51.2l-12.8 12.8-51.2-51.2v89.6h-256v-89.6l-51.2 51.2-12.8-12.8v51.2h-256v-704h256v118.4l35.2-35.2 28.8 28.8v-115.2h256v115.2l48-48 16 16v-83.2h256v707.2zM672 662.4l-156.8-156.8-163.2 163.2-76.8-76.8 163.2-163.2-156.8-156.8 76.8-76.8 156.8 156.8 160-160 76.8 76.8-160 160 156.8 156.8-76.8 76.8z" />
81
+ <glyph unicode="&#xe900;" glyph-name="a11y" d="M960 704v64l-448-128-448 128v-64l320-128v-256l-128-448h64l192 448 192-448h64l-128 448v256zM416 800q0 40 28 68t68 28 68-28 28-68-28-68-68-28-68 28-28 68z" />
82
+ <glyph unicode="&#xe902;" glyph-name="fill" d="M521.6 915.2l-67.2-67.2-86.4 86.4-86.4-86.4 86.4-86.4-368-368 432-432 518.4 518.4-428.8 435.2zM435.2 134.4l-262.4 262.4 35.2 35.2 576 51.2-348.8-348.8zM953.6 409.6c-6.4-6.4-16-16-28.8-32-28.8-32-41.6-64-41.6-89.6v0 0 0 0 0 0 0c0-16 6.4-35.2 22.4-48 12.8-12.8 32-22.4 48-22.4s35.2 6.4 48 22.4 22.4 32 22.4 48v0 0 0 0 0 0 0c0 25.6-12.8 54.4-41.6 89.6-9.6 16-22.4 25.6-28.8 32v0z" />
83
+ <glyph unicode="&#xe903;" glyph-name="borderwidth" d="M0 265.6h1024v-128h-1024v128zM0 32h1024v-64h-1024v64zM0 566.4h1024v-192h-1024v192zM0 928h1024v-256h-1024v256z" />
84
+ <glyph unicode="&#xe904;" glyph-name="line" d="M739.2 627.2l-502.4-502.4h-185.6v185.6l502.4 502.4 185.6-185.6zM803.2 688l-185.6 185.6 67.2 67.2c22.4 22.4 54.4 22.4 76.8 0l108.8-108.8c22.4-22.4 22.4-54.4 0-76.8l-67.2-67.2zM41.6 48h940.8v-112h-940.8v112z" />
85
+ <glyph unicode="&#xe905;" glyph-name="count" d="M0 480h1024v-64h-1024v64zM304 912v-339.2h-67.2v272h-67.2v67.2zM444.8 694.4v-54.4h134.4v-67.2h-201.6v153.6l134.4 64v54.4h-134.4v67.2h201.6v-153.6zM854.4 912v-339.2h-204.8v67.2h137.6v67.2h-137.6v70.4h137.6v67.2h-137.6v67.2zM115.2 166.4c3.2 57.6 38.4 83.2 108.8 83.2 38.4 0 67.2-9.6 86.4-25.6s25.6-35.2 25.6-70.4v-112c0-25.6 0-28.8 9.6-41.6h-73.6c-3.2 9.6-3.2 9.6-6.4 19.2-22.4-19.2-41.6-25.6-70.4-25.6-54.4 0-89.6 32-89.6 76.8s28.8 70.4 99.2 80l38.4 6.4c16 3.2 22.4 6.4 22.4 16 0 12.8-12.8 22.4-38.4 22.4s-41.6-9.6-44.8-28.8h-67.2zM262.4 115.2c-6.4-3.2-12.8-6.4-25.6-6.4l-25.6-6.4c-25.6-6.4-38.4-16-38.4-28.8 0-16 12.8-25.6 35.2-25.6s41.6 9.6 54.4 32v35.2zM390.4 336h73.6v-112c22.4 16 41.6 22.4 67.2 22.4 64 0 105.6-51.2 105.6-124.8 0-76.8-44.8-134.4-108.8-134.4-32 0-48 9.6-67.2 35.2v-28.8h-70.4v342.4zM460.8 121.6c0-41.6 22.4-70.4 51.2-70.4s51.2 28.8 51.2 70.4c0 44.8-19.2 70.4-51.2 70.4-28.8 0-51.2-28.8-51.2-70.4zM851.2 153.6c-3.2 22.4-19.2 35.2-44.8 35.2-32 0-51.2-25.6-51.2-70.4 0-48 19.2-73.6 51.2-73.6 25.6 0 41.6 12.8 44.8 41.6l70.4-3.2c-9.6-60.8-54.4-96-118.4-96-73.6 0-121.6 51.2-121.6 128 0 80 48 131.2 124.8 131.2 64 0 108.8-35.2 112-96h-67.2z" />
86
+ <glyph unicode="&#xe907;" glyph-name="translate" d="M553.6 304l-118.4 118.4c80 89.6 137.6 195.2 172.8 304h137.6v92.8h-326.4v92.8h-92.8v-92.8h-326.4v-92.8h518.4c-32-89.6-80-176-147.2-249.6-44.8 48-80 99.2-108.8 156.8h-92.8c35.2-76.8 80-147.2 137.6-211.2l-236.8-233.6 67.2-67.2 233.6 233.6 144-144c3.2 0 38.4 92.8 38.4 92.8zM816 540.8h-92.8l-208-560h92.8l51.2 140.8h220.8l51.2-140.8h92.8l-208 560zM691.2 214.4l76.8 201.6 76.8-201.6h-153.6z" />
87
+ <glyph unicode="&#xe908;" glyph-name="drag" d="M576 896h128v-128h-128v128zM576 640h128v-128h-128v128zM320 640h128v-128h-128v128zM576 384h128v-128h-128v128zM320 384h128v-128h-128v128zM320 128h128v-128h-128v128zM576 128h128v-128h-128v128zM320 896h128v-128h-128v128z" />
88
+ <glyph unicode="&#xe90b;" glyph-name="home" d="M1024 369.556l-512 397.426-512-397.428v162.038l512 397.426 512-397.428zM896 384v-384h-256v256h-256v-256h-256v384l384 288z" />
89
+ <glyph unicode="&#xe911;" glyph-name="books" d="M576.234 670.73l242.712 81.432 203.584-606.784-242.712-81.432zM0 64h256v704h-256v-704zM64 640h128v-64h-128v64zM320 64h256v704h-256v-704zM384 640h128v-64h-128v64z" />
90
+ <glyph unicode="&#xe914;" glyph-name="upload" d="M839.432 760.57c27.492-27.492 50.554-78.672 55.552-120.57h-318.984v318.984c41.898-4.998 93.076-28.060 120.568-55.552l142.864-142.862zM512 576v384h-368c-44 0-80-36-80-80v-864c0-44 36-80 80-80h672c44 0 80 36 80 80v560h-384zM576 192v-192h-192v192h-160l256 256 256-256h-160z" />
91
+ <glyph unicode="&#xe915;" glyph-name="editimage" d="M768 416v-352h-640v640h352l128 128h-512c-52.8 0-96-43.2-96-96v-704c0-52.8 43.2-96 96-96h704c52.798 0 96 43.2 96 96v512l-128-128zM864 960l-608-608v-160h160l608 608c0 96-64 160-160 160zM416 320l-48 48 480 480 48-48-480-480z" />
92
+ <glyph unicode="&#xe91c;" glyph-name="bubble" d="M928 896h-832c-52.8 0-96-43.2-96-96v-512c0-52.8 43.2-96 96-96h160v-256l307.2 256h364.8c52.8 0 96 43.2 96 96v512c0 52.8-43.2 96-96 96zM896 320h-379.142l-196.858-174.714v174.714h-192v448h768v-448z" />
93
+ <glyph unicode="&#xe91d;" glyph-name="user" d="M622.826 257.264c-22.11 3.518-22.614 64.314-22.614 64.314s64.968 64.316 79.128 150.802c38.090 0 61.618 91.946 23.522 124.296 1.59 34.054 48.96 267.324-190.862 267.324s-192.45-233.27-190.864-267.324c-38.094-32.35-14.57-124.296 23.522-124.296 14.158-86.486 79.128-150.802 79.128-150.802s-0.504-60.796-22.614-64.314c-71.22-11.332-337.172-128.634-337.172-257.264h896c0 128.63-265.952 245.932-337.174 257.264z" />
94
+ <glyph unicode="&#xe926;" glyph-name="lock" d="M592 512h-16v192c0 105.87-86.13 192-192 192h-128c-105.87 0-192-86.13-192-192v-192h-16c-26.4 0-48-21.6-48-48v-480c0-26.4 21.6-48 48-48h544c26.4 0 48 21.6 48 48v480c0 26.4-21.6 48-48 48zM192 704c0 35.29 28.71 64 64 64h128c35.29 0 64-28.71 64-64v-192h-256v192z" />
95
+ <glyph unicode="&#xe927;" glyph-name="unlock" d="M768 896c105.87 0 192-86.13 192-192v-192h-128v192c0 35.29-28.71 64-64 64h-128c-35.29 0-64-28.71-64-64v-192h16c26.4 0 48-21.6 48-48v-480c0-26.4-21.6-48-48-48h-544c-26.4 0-48 21.6-48 48v480c0 26.4 21.6 48 48 48h400v192c0 105.87 86.13 192 192 192h128z" />
96
+ <glyph unicode="&#xe928;" glyph-name="settings" d="M448 832v16c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576zM256 704v128h128v-128h-128zM832 528c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-576v-128h576v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h192v128h-192v16zM640 384v128h128v-128h-128zM448 208c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576v16zM256 64v128h128v-128h-128z" />
97
+ <glyph unicode="&#xe92a;" glyph-name="remove2" d="M192-64h640l64 704h-768zM640 832v128h-256v-128h-320v-192l64 64h768l64-64v192h-320zM576 832h-128v64h128v-64z" />
98
+ <glyph unicode="&#xe92d;" glyph-name="menu" d="M384 896h256v-256h-256zM384 576h256v-256h-256zM384 256h256v-256h-256z" />
99
+ <glyph unicode="&#xe930;" glyph-name="warning" d="M1009.956 44.24l-437.074 871.112c-16.742 29.766-38.812 44.648-60.882 44.648s-44.14-14.882-60.884-44.648l-437.074-871.112c-33.486-59.532-5-108.24 63.304-108.24h869.308c68.302 0 96.792 48.708 63.302 108.24zM512 64c-35.346 0-64 28.654-64 64 0 35.348 28.654 64 64 64 35.348 0 64-28.652 64-64 0-35.346-28.652-64-64-64zM556 256h-88l-20 256c0 35.346 28.654 64 64 64s64-28.654 64-64l-20-256z" />
100
+ <glyph unicode="&#xe931;" glyph-name="question" d="M448 256h128v-128h-128zM704 704c35.346 0 64-28.654 64-64v-192l-192-128h-128v64l192 128v64h-320v128h384zM512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512z" />
101
+ <glyph unicode="&#xe932;" glyph-name="pluscircle" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384zM768 384h-192v-192h-128v192h-192v128h192v192h128v-192h192z" />
102
+ <glyph unicode="&#xe933;" glyph-name="info" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM448 768h128v-128h-128v128zM640 128h-256v64h64v256h-64v64h192v-320h64v-64z" />
103
+ <glyph unicode="&#xe934;" glyph-name="notice" d="M1024 224l-288 736h-448l-288-288v-448l288-288h448l288 288v448l-288 288zM576 128h-128v128h128v-128zM576 384h-128v384h128v-384z" />
104
+ <glyph unicode="&#xe935;" glyph-name="drop" d="M864.626 486.838c-65.754 183.44-205.11 348.15-352.626 473.162-147.516-125.012-286.87-289.722-352.626-473.162-40.664-113.436-44.682-236.562 12.584-345.4 65.846-125.14 198.632-205.438 340.042-205.438s274.196 80.298 340.040 205.44c57.27 108.838 53.25 231.962 12.586 345.398zM738.764 201.044c-43.802-83.252-132.812-137.044-226.764-137.044-55.12 0-108.524 18.536-152.112 50.652 13.242-1.724 26.632-2.652 40.112-2.652 117.426 0 228.668 67.214 283.402 171.242 44.878 85.292 40.978 173.848 23.882 244.338 14.558-28.15 26.906-56.198 36.848-83.932 22.606-63.062 40.024-156.34-5.368-242.604z" />
105
+ <glyph unicode="&#xe939;" glyph-name="minus" d="M0 544v-192c0-17.672 14.328-32 32-32h960c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32h-960c-17.672 0-32-14.328-32-32z" />
106
+ <glyph unicode="&#xe93a;" glyph-name="plus" d="M992 576h-352v352c0 17.672-14.328 32-32 32h-192c-17.672 0-32-14.328-32-32v-352h-352c-17.672 0-32-14.328-32-32v-192c0-17.672 14.328-32 32-32h352v-352c0-17.672 14.328-32 32-32h192c17.672 0 32 14.328 32 32v352h352c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32z" />
107
+ <glyph unicode="&#xe93b;" glyph-name="arrowup" d="M0 320l192-192 320 320 320-320 192 192-511.998 512z" />
108
+ <glyph unicode="&#xe93c;" glyph-name="arrowright" d="M384 960l-192-192 320-320-320-320 192-192 512 512z" />
109
+ <glyph unicode="&#xe93d;" glyph-name="arrowdown" d="M1024 576l-192 192-320-320-320 320-192-192 512-511.998z" />
110
+ <glyph unicode="&#xe93f;" glyph-name="arrowup2" d="M768 320l-256 256-256-256z" />
111
+ <glyph unicode="&#xe940;" glyph-name="arrowdown2" d="M256 576l256-256 256 256z" />
112
+ <glyph unicode="&#xe941;" glyph-name="menu2" d="M256 704l256-256 256 256zM255.996 384.004l256-256 256 256z" />
113
+ <glyph unicode="&#xe961;" glyph-name="newtab" d="M704 384l128 128v-512h-768v768h512l-128-128h-256v-512h512zM960 896v-352l-130.744 130.744-354.746-354.744h-90.51v90.512l354.744 354.744-130.744 130.744z" />
114
+ <glyph unicode="&#xeaa8;" glyph-name="rotateleft" d="M607.998 831.986c-212.070 0-383.986-171.916-383.986-383.986h-191.994l246.848-246.848 246.848 246.848h-191.994c0 151.478 122.798 274.276 274.276 274.276 151.48 0 274.276-122.798 274.276-274.276 0-151.48-122.796-274.276-274.276-274.276v-109.71c212.070 0 383.986 171.916 383.986 383.986s-171.916 383.986-383.986 383.986z" />
115
+ <glyph unicode="&#xeaa9;" glyph-name="rotateright" d="M416.002 831.986c212.070 0 383.986-171.916 383.986-383.986h191.994l-246.848-246.848-246.848 246.848h191.994c0 151.478-122.798 274.276-274.276 274.276-151.48 0-274.276-122.798-274.276-274.276 0-151.48 122.796-274.276 274.276-274.276v-109.71c-212.070 0-383.986 171.916-383.986 383.986s171.916 383.986 383.986 383.986z" />
116
+ <glyph unicode="&#xeaaa;" glyph-name="flipv" d="M0 576h1024v384zM1024 0v384h-1024z" />
117
+ <glyph unicode="&#xeaac;" glyph-name="fliph" d="M576 960v-1024h384zM0-64h384v1024z" />
118
+ <glyph unicode="&#xeb35;" glyph-name="zoomin" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM448 768h-128v-128h-128v-128h128v-128h128v128h128v128h-128z" />
119
+ <glyph unicode="&#xeb36;" glyph-name="zoomout" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM192 640h384v-128h-384z" />
120
+ <glyph unicode="&#xeba7;" glyph-name="sharpen" d="M768 832h-512l-256-256 512-576 512 576-256 256zM512 181.334v2.666h-2.37l-14.222 16h16.592v16h-30.814l-14.222 16h45.036v16h-59.258l-14.222 16h73.48v16h-87.704l-14.222 16h101.926v16h-116.148l-14.222 16h130.37v16h-144.592l-14.222 16h158.814v16h-173.038l-14.222 16h187.26v16h-201.482l-14.222 16h215.704v16h-229.926l-14.222 16h244.148v16h-258.372l-14.222 16h272.594v16h-286.816l-14.222 16h301.038v16h-315.26l-14.222 16h329.482v16h-343.706l-7.344 8.262 139.072 139.072h211.978v-3.334h215.314l16-16h-231.314v-16h247.314l16-16h-263.314v-16h279.314l16-16h-295.314v-16h311.314l16-16h-327.314v-16h343.312l7.738-7.738-351.050-394.928z" />
121
+ <glyph unicode="&#xec6a;" glyph-name="options" d="M64 768h896v-192h-896zM64 512h896v-192h-896zM64 256h896v-192h-896z" />
122
+ <glyph unicode="&#xeccc;" glyph-name="sun" d="M512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.348 0-64 28.654-64 64s28.652 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.258c24.992-24.99 24.992-65.516 0-90.508-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.99-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.518 24.992 90.508 0 24.994-24.994 24.994-65.52 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0s-24.994 65.518 0 90.508l45.256 45.258zM512 704c-141.384 0-256-114.616-256-256 0-141.382 114.616-256 256-256 141.382 0 256 114.618 256 256 0 141.384-114.616 256-256 256zM512 288c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160-71.634-160-160-160z" />
123
+ <glyph unicode="&#xeccd;" glyph-name="moon" d="M715.812 895.52c-60.25 34.784-124.618 55.904-189.572 64.48 122.936-160.082 144.768-384.762 37.574-570.42-107.2-185.67-312.688-279.112-512.788-252.68 39.898-51.958 90.376-97.146 150.628-131.934 245.908-141.974 560.37-57.72 702.344 188.198 141.988 245.924 57.732 560.372-188.186 702.356z" />
124
+ <glyph unicode="&#xecd4;" glyph-name="contrast" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM128 448c0 212.078 171.922 384 384 384v-768c-212.078 0-384 171.922-384 384z" />
125
+ <glyph unicode="&#xed6a;" glyph-name="remove22" d="M893.254 738.746l-90.508 90.508-290.746-290.744-290.746 290.744-90.508-90.506 290.746-290.748-290.746-290.746 90.508-90.508 290.746 290.746 290.746-290.746 90.508 90.51-290.744 290.744z" />
126
+ <glyph unicode="&#xedc0;" glyph-name="arrowleft" d="M672-64l192 192-320 320 320 320-192 192-512-512z" />
127
+ <glyph unicode="&#xedf9;" glyph-name="resize2" d="M0 896v-384c0-35.346 28.654-64 64-64s64 28.654 64 64v229.488l677.488-677.488h-229.488c-35.346 0-64-28.652-64-64 0-35.346 28.654-64 64-64h384c35.346 0 64 28.654 64 64v384c0 35.348-28.654 64-64 64s-64-28.652-64-64v-229.488l-677.488 677.488h229.488c35.346 0 64 28.654 64 64s-28.652 64-64 64h-384c-35.346 0-64-28.654-64-64z" />
128
+ <glyph unicode="&#xee78;" glyph-name="crop" d="M832 704l192 192-64 64-192-192h-448v192h-128v-192h-192v-128h192v-512h512v-192h128v192h192v128h-192v448zM320 640h320l-320-320v320zM384 256l320 320v-320h-320z" />
129
+ </font></defs></svg>
@@ -0,0 +1,46 @@
1
+ @import "Variables.less";
2
+ @import "Reset.less";
3
+ @import "Mixins.less";
4
+ @import "Animations.less";
5
+ @import "TinyMCE.less";
6
+ @import "CropRect.less";
7
+ @import "ImagePanel.less";
8
+ @import "Container.less";
9
+ @import "Scrollable.less";
10
+ @import "Panel.less";
11
+ @import "FloatPanel.less";
12
+ @import "Window.less";
13
+ @import "ToolTip.less";
14
+ @import "Progress.less";
15
+ @import "Notification.less";
16
+ @import "AbsoluteLayout.less";
17
+ @import "Button.less";
18
+ @import "ButtonGroup.less";
19
+ @import "Checkbox.less";
20
+ @import "ComboBox.less";
21
+ @import "ColorBox.less";
22
+ @import "ColorButton.less";
23
+ @import "ColorPicker.less";
24
+ @import "Path.less";
25
+ @import "FieldSet.less";
26
+ @import "FitLayout.less";
27
+ @import "FlowLayout.less";
28
+ @import "Iframe.less";
29
+ @import "InfoBox.less";
30
+ @import "Label.less";
31
+ @import "MenuBar.less";
32
+ @import "MenuButton.less";
33
+ @import "MenuItem.less";
34
+ @import "Throbber.less";
35
+ @import "Menu.less";
36
+ @import "ListBox.less";
37
+ @import "Radio.less";
38
+ @import "ResizeHandle.less";
39
+ @import "SelectBox.less";
40
+ @import "Slider.less";
41
+ @import "Spacer.less";
42
+ @import "SplitButton.less";
43
+ @import "StackLayout.less";
44
+ @import "TabPanel.less";
45
+ @import "TextBox.less";
46
+ @import "Icons.less";
@@ -0,0 +1,46 @@
1
+ @import "Variables.less";
2
+ @import "Reset.less";
3
+ @import "Mixins.less";
4
+ @import "Animations.less";
5
+ @import "TinyMCE.less";
6
+ @import "CropRect.less";
7
+ @import "ImagePanel.less";
8
+ @import "Container.less";
9
+ @import "Scrollable.less";
10
+ @import "Panel.less";
11
+ @import "FloatPanel.less";
12
+ @import "Window.less";
13
+ @import "ToolTip.less";
14
+ @import "Progress.less";
15
+ @import "Notification.less";
16
+ @import "AbsoluteLayout.less";
17
+ @import "Button.less";
18
+ @import "ButtonGroup.less";
19
+ @import "Checkbox.less";
20
+ @import "ComboBox.less";
21
+ @import "ColorBox.less";
22
+ @import "ColorButton.less";
23
+ @import "ColorPicker.less";
24
+ @import "Path.less";
25
+ @import "FieldSet.less";
26
+ @import "FitLayout.less";
27
+ @import "FlowLayout.less";
28
+ @import "Iframe.less";
29
+ @import "InfoBox.less";
30
+ @import "Label.less";
31
+ @import "MenuBar.less";
32
+ @import "MenuButton.less";
33
+ @import "MenuItem.less";
34
+ @import "Throbber.less";
35
+ @import "Menu.less";
36
+ @import "ListBox.less";
37
+ @import "Radio.less";
38
+ @import "ResizeHandle.less";
39
+ @import "SelectBox.less";
40
+ @import "Slider.less";
41
+ @import "Spacer.less";
42
+ @import "SplitButton.less";
43
+ @import "StackLayout.less";
44
+ @import "TabPanel.less";
45
+ @import "TextBox.less";
46
+ @import "Icons.Ie7.less";
@@ -0,0 +1,2542 @@
1
+
2
+ // Variables
3
+ // Syntax: <control>-(<sub control>)-<bg|border|text>-(<state>)-(<extra>);
4
+ // Example: @btn-primary-bg-hover-hlight;
5
+
6
+ @prefix: mce;
7
+
8
+ // Default font
9
+ @font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
10
+ @font-size: 14px;
11
+ @line-height: 20px;
12
+ @has-gradients: false;
13
+ @has-radius: false;
14
+ @has-boxshadow: false;
15
+ @has-button-borders: false;
16
+
17
+ // Text colors
18
+ @text: #333;
19
+ @text-inverse: white;
20
+ @text-disabled: #aaa;
21
+ @text-shadow: 0 1px 1px hsla(hue(@text-inverse), saturation(@text-inverse), lightness(@text-inverse), 0.75);
22
+ @text-error: #b94a48;
23
+ @text-warning: #c09853;
24
+ @text-success: #468847;
25
+
26
+ // Button
27
+ @btn-text: @text;
28
+ @btn-text-shadow: none;
29
+ @btn-border-top: transparent;
30
+ @btn-border-right: transparent;
31
+ @btn-border-bottom: transparent;
32
+ @btn-border-left: transparent;
33
+ @btn-caret-border: @btn-text;
34
+ @btn-text-disabled: @text-disabled;
35
+ @btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
36
+ @btn-box-shadow-active: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
37
+ @btn-box-disabled-opacity: 0.4;
38
+ @btn-bg: white;
39
+ @btn-bg-hlight: #D9D9D9;
40
+ @btn-bg-hover: darken(@btn-bg, 5%);
41
+ @btn-bg-hlight-hover: darken(@btn-bg-hlight, 5%);
42
+ @btn-border-hover: darken(@btn-bg, 20%);
43
+ @btn-border-active: darken(@btn-bg, 20%);
44
+ @btn-padding: 4px 8px;
45
+
46
+ @btn-primary-bg: #2980b9;
47
+ @btn-primary-bg-hlight: #3498db;
48
+ @btn-primary-bg-hover: darken(@btn-primary-bg, 5%);
49
+ @btn-primary-bg-hover-hlight: darken(@btn-primary-bg-hlight, 5%);
50
+ @btn-primary-text: #fff;
51
+ @btn-primary-text-shadow: none;
52
+ @btn-primary-border-top: mix(@btn-border-top, @btn-primary-bg, 50%);
53
+ @btn-primary-border-right: mix(@btn-border-right, @btn-primary-bg, 50%);
54
+ @btn-primary-border-bottom: mix(@btn-border-bottom, @btn-primary-bg, 50%);
55
+ @btn-primary-border-left: mix(@btn-border-left, @btn-primary-bg, 50%);
56
+ @btn-primary-border: transparent;
57
+ @btn-primary-border-hover: transparent;
58
+
59
+ // Button group
60
+ @btn-group-border-width: 1px;
61
+
62
+ // Menu
63
+ @menuitem-text: @text;
64
+ @menu-bg: #fff;
65
+ @menu-margin: -1px 0 0;
66
+ @menu-border: rgba(0, 0, 0, 0.2);
67
+ @menubar-border: mix(@panel-border, @panel-bg, 60%);
68
+ @menuitem-text-inverse: @text-inverse;
69
+ @menubar-bg-active: darken(@btn-bg, 10%);
70
+ @menuitem-bg-hover: #0081C2;
71
+ @menuitem-bg-selected: #2980b9;
72
+ @menuitem-bg-selected-hlight: #3498db;
73
+ @menuitem-bg-disabled: #CCC;
74
+ @menuitem-caret: @menuitem-text;
75
+ @menuitem-caret-selected: @menuitem-text-inverse;
76
+ @menuitem-separator-top: transparent;
77
+ @menuitem-separator-bottom: rgba(0,0,0,0.1);
78
+ @menuitem-bg-active: #3498db;
79
+ @menuitem-text-active: @text-inverse;
80
+ @menuitem-preview-border-active: #aaa;
81
+ @menubar-menubtn-text: #333;
82
+
83
+ // Panel
84
+ @panel-border: rgba(0,0,0,.2);
85
+ @panel-bg: #FDFDFD;
86
+ @panel-bg-hlight: #DDD;
87
+
88
+ // Tabs
89
+ @tab-border: #c5c5c5;
90
+ @tab-bg: #ffffff;
91
+ @tab-bg-hover: #FDFDFD;
92
+ @tab-bg-active: #FDFDFD;
93
+ @tabs-bg: #FFF;
94
+
95
+ // Tooltip
96
+ @tooltip-bg: #000;
97
+ @tooltip-text: white;
98
+ @tooltip-font-size: 11px;
99
+
100
+ // Notification
101
+ @notification-font-size: 14px;
102
+ @notification-bg: #F0F0F0;
103
+ @notification-border: #CCCCCC;
104
+ @notification-text: #333333;
105
+ @notification-success-bg: #dff0d8;
106
+ @notification-success-border: #d6e9c6;
107
+ @notification-success-text: #3c763d;
108
+ @notification-info-bg: #d9edf7;
109
+ @notification-info-border: #779ECB;
110
+ @notification-info-text: #31708f;
111
+ @notification-warning-bg: #fcf8e3;
112
+ @notification-warning-border: #faebcc;
113
+ @notification-warning-text: #8a6d3b;
114
+ @notification-error-bg: #f2dede;
115
+ @notification-error-border: #ebccd1;
116
+ @notification-error-text: #a94442;
117
+
118
+ // Infobox
119
+ @infobox-bg: @notification-bg;
120
+ @infobox-border: @notification-border;
121
+ @infobox-text: @notification-text;
122
+ @infobox-success-bg: @notification-success-bg;
123
+ @infobox-success-border: @notification-success-border;
124
+ @infobox-success-text: @notification-success-text;
125
+ @infobox-info-bg: @notification-info-bg;
126
+ @infobox-info-border: @notification-info-border;
127
+ @infobox-info-text: @notification-info-text;
128
+ @infobox-warning-bg: @notification-warning-bg;
129
+ @infobox-warning-border: @notification-warning-border;
130
+ @infobox-warning-text: @notification-warning-text;
131
+ @infobox-error-bg: @notification-error-bg;
132
+ @infobox-error-border: @notification-error-border;
133
+ @infobox-error-text: @notification-error-text;
134
+
135
+ // Window
136
+ @window-border: #c5c5c5;
137
+ @window-head-border: @window-border;
138
+ @window-head-close: mix(@text, @window-bg, 60%);
139
+ @window-head-close-hover: mix(@text, @window-bg, 40%);
140
+ @window-foot-border: @window-border;
141
+ @window-foot-bg: @window-bg;
142
+ @window-fullscreen-bg: #FFF;
143
+ @window-modalblock-bg: #000;
144
+ @window-modalblock-opacity: 0.3;
145
+ @window-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
146
+ @window-bg: #FFF;
147
+ @window-title-font-size: 20px;
148
+
149
+ // Popover
150
+ @popover-bg: @window-bg;
151
+ @popover-arrow-width: 10px;
152
+ @popover-arrow: @window-bg;
153
+ @popover-arrow-outer-width: @popover-arrow-width + 1;
154
+ @popover-arrow-outer: rgba(0, 0, 0, 0.25);
155
+
156
+ // Floatpanel
157
+ @floatpanel-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
158
+
159
+ // Checkbox
160
+ @checkbox-bg: @btn-bg;
161
+ @checkbox-bg-hlight: @btn-bg-hlight;
162
+ @checkbox-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
163
+ @checkbox-border: #c5c5c5;
164
+ @checkbox-border-focus: rgba(82, 168, 236, .8);
165
+
166
+ // Path
167
+ @path-text: @text;
168
+ @path-bg-focus: #666;
169
+ @path-text-focus: #fff;
170
+
171
+ // Textbox
172
+ @textbox-text-placeholder: #aaa;
173
+ @textbox-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
174
+ @textbox-bg: #fff;
175
+ @textbox-border: #c5c5c5;
176
+ @textbox-border-focus: #3498db;
177
+
178
+ // Selectbox
179
+ @selectbox-bg: @textbox-bg;
180
+ @selectbox-border: @textbox-border;
181
+
182
+ // Throbber
183
+ @throbber-bg: #fff url('img/loader.gif') no-repeat center center;
184
+
185
+ // Combobox
186
+ @combobox-border: @textbox-border;
187
+
188
+ // Colorpicker
189
+ @colorpicker-border: @textbox-border;
190
+ @colorpicker-hue-bg: #fff;
191
+ @colorpicker-hue-border: #333;
192
+
193
+ // Grid
194
+ @grid-bg-active: @menuitem-bg-active;
195
+ @grid-border-active: @menuitem-bg-active;
196
+ @grid-border: #d6d6d6;
197
+
198
+ // Misc
199
+ @colorbtn-backcolor-bg: #BBB;
200
+ @iframe-border: @panel-border;
201
+
202
+ // Slider
203
+ @slider-border: #AAA;
204
+ @slider-bg: #EEE;
205
+ @slider-handle-border: #BBB;
206
+ @slider-handle-bg: #DDD;
207
+
208
+ // Progress
209
+ @progress-border: #ccc;
210
+ @progress-bar-bg: #dfdfdf;
211
+ @progress-bar-bg-hlight: #cccccc;
212
+ @progress-text: @text;
213
+
214
+ // Flow layout
215
+ @flow-layout-spacing: 2px;
216
+
217
+
218
+ // Reset
219
+
220
+ .@{prefix}-container, .@{prefix}-container *, .@{prefix}-widget, .@{prefix}-widget *, .@{prefix}-reset {
221
+ margin: 0; padding: 0; border: 0; outline: 0;
222
+ vertical-align: top; background: transparent;
223
+ text-decoration: none; color: @text;
224
+ font-family: @font-family;
225
+ font-size: @font-size; text-shadow: none; float: none;
226
+ position: static; width: auto; height: auto;
227
+ white-space: nowrap; cursor: inherit;
228
+ -webkit-tap-highlight-color: transparent;
229
+ line-height: normal; font-weight: normal;
230
+ text-align: left;
231
+ -moz-box-sizing: content-box;
232
+ -webkit-box-sizing: content-box;
233
+ box-sizing: content-box;
234
+ direction: ltr;
235
+ max-width: none;
236
+ }
237
+
238
+ .@{prefix}-widget button {
239
+ -moz-box-sizing: border-box;
240
+ -webkit-box-sizing: border-box;
241
+ box-sizing: border-box;
242
+ }
243
+
244
+ .@{prefix}-container *[unselectable] {
245
+ -moz-user-select: none;
246
+ -webkit-user-select: none;
247
+ -o-user-select: none;
248
+ user-select: none;
249
+ }
250
+
251
+
252
+ // Mixins
253
+
254
+ .opacity(@opacity) {
255
+ opacity: @opacity;
256
+ @opacityie: @opacity * 100;
257
+ filter: ~"alpha(opacity=@{opacityie})";
258
+ zoom: 1;
259
+ }
260
+
261
+ .vertical-gradient(@startColor, @endColor) when (@has-gradients = true) {
262
+ background-color: mix(@startColor, @endColor, 60%);
263
+ background-image: -moz-linear-gradient(top, @startColor, @endColor); // FF 3.6+
264
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), to(@endColor)); // Safari 4+, Chrome 2+
265
+ background-image: -webkit-linear-gradient(top, @startColor, @endColor); // Safari 5.1+, Chrome 10+
266
+ background-image: -o-linear-gradient(top, @startColor, @endColor); // Opera 11.10
267
+ background-image: linear-gradient(to bottom, @startColor, @endColor); // Standard, IE10
268
+ background-repeat: repeat-x;
269
+ filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)", argb(@startColor), argb(@endColor)));
270
+ zoom: 1;
271
+ }
272
+
273
+ .vertical-gradient(@startColor, @endColor) when (@has-gradients = false) {
274
+ background-color: mix(@startColor, @endColor, 60%);
275
+ }
276
+
277
+ .border-radius(@radius) when (@has-radius = true) {
278
+ -webkit-border-radius: @radius;
279
+ -moz-border-radius: @radius;
280
+ border-radius: @radius;
281
+ }
282
+
283
+ .box-shadow(@shadowA, @shadowB:X, ...) when (@has-boxshadow = true) {
284
+ // Multiple shadow solution from http://toekneestuck.com/blog/2012/05/15/less-css-arguments-variable/
285
+ @props: ~`"@{arguments}".replace(/[\[\]]|\,\sX/g, '')`;
286
+ -webkit-box-shadow: @props;
287
+ -moz-box-shadow: @props;
288
+ box-shadow: @props;
289
+ }
290
+
291
+ .transition(@transition) {
292
+ -webkit-transition: @transition;
293
+ transition: @transition;
294
+ }
295
+
296
+ .inline-block() {
297
+ display: inline-block;
298
+ *display: inline;
299
+ *zoom: 1;
300
+ }
301
+
302
+ .reset-gradient() {
303
+ filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
304
+ background: transparent;
305
+ }
306
+
307
+
308
+ // Animations
309
+
310
+ .@{prefix}-fade {
311
+ opacity: 0;
312
+ .transition(opacity .15s linear);
313
+
314
+ &.@{prefix}-in {
315
+ opacity: 1;
316
+ }
317
+ }
318
+
319
+
320
+ .@{prefix}-tinymce {
321
+ // Avoid FOUC
322
+ visibility: inherit !important;
323
+ position: relative;
324
+ }
325
+
326
+ .@{prefix}-fullscreen {
327
+ border: 0; padding: 0; margin: 0;
328
+ overflow: hidden;
329
+ height: 100%;
330
+ z-index: 100;
331
+ }
332
+
333
+ div.@{prefix}-fullscreen {
334
+ position: fixed;
335
+ top: 0; left: 0;
336
+ width: 100%;
337
+ height: auto;
338
+ }
339
+
340
+ .@{prefix}-tinymce {
341
+ display: block;
342
+ .border-radius(2px);
343
+ }
344
+
345
+ .@{prefix}-wordcount {
346
+ position: absolute;
347
+ top: 0;
348
+ right: 0;
349
+ padding: 8px;
350
+ }
351
+
352
+ div.@{prefix}-edit-area {
353
+ background: #FFF;
354
+ filter: none;
355
+ }
356
+
357
+ .@{prefix}-statusbar {
358
+ position: relative;
359
+ }
360
+
361
+ .@{prefix}-statusbar .@{prefix}-container-body {
362
+ position: relative;
363
+ }
364
+
365
+ .@{prefix}-fullscreen .@{prefix}-resizehandle {
366
+ display: none;
367
+ }
368
+
369
+ // Charmap
370
+
371
+ .@{prefix}-charmap {
372
+ border-collapse: collapse;
373
+ }
374
+
375
+ .@{prefix}-charmap td {
376
+ cursor: default;
377
+ border: 1px solid @panel-border;
378
+ width: 20px;
379
+ height: 20px;
380
+ line-height: 20px;
381
+ text-align: center;
382
+ vertical-align: middle;
383
+ padding: 2px;
384
+ }
385
+
386
+ .@{prefix}-charmap td div {
387
+ text-align: center;
388
+ }
389
+
390
+ .@{prefix}-charmap td:hover {
391
+ background: @btn-bg-hlight;
392
+ }
393
+
394
+ .@{prefix}-grid td.@{prefix}-grid-cell div {
395
+ border: 1px solid @grid-border;
396
+ width: 15px; height: 15px;
397
+ margin: 0px;
398
+ cursor: pointer;
399
+
400
+ &:focus {
401
+ border-color: @grid-border-active;
402
+ }
403
+
404
+ &[disabled] {
405
+ cursor: not-allowed;
406
+ }
407
+ }
408
+
409
+ .@{prefix}-grid {
410
+ border-spacing: 2px;
411
+ border-collapse: separate;
412
+
413
+ a {
414
+ display: block;
415
+ border: 1px solid transparent;
416
+
417
+ &:hover, &:focus {
418
+ border-color: @grid-border-active;
419
+ }
420
+ }
421
+ }
422
+
423
+ .@{prefix}-grid-border {
424
+ margin: 0 4px 0 4px;
425
+
426
+ a {
427
+ border-color: @grid-border;
428
+ width: 13px; height: 13px;
429
+ }
430
+
431
+ a:hover, a.@{prefix}-active {
432
+ border-color: @grid-border-active;
433
+ background: @grid-bg-active;
434
+ }
435
+ }
436
+
437
+ .@{prefix}-text-center {
438
+ text-align: center;
439
+ }
440
+
441
+ div.@{prefix}-tinymce-inline {
442
+ width: 100%;
443
+ .box-shadow(none);
444
+ }
445
+
446
+ .@{prefix}-colorbtn-trans div {
447
+ text-align: center;
448
+ vertical-align: middle;
449
+ font-weight: bold;
450
+ font-size: 20px;
451
+ line-height: 16px;
452
+ color: mix(@text, #fff, 70%);
453
+ }
454
+
455
+ .@{prefix}-monospace {
456
+ font-family: "Courier New", Courier, monospace;
457
+ }
458
+
459
+ // Reduce double margins between toolbar rows
460
+
461
+ .@{prefix}-toolbar-grp when (@has-button-borders = false) {
462
+ padding: @flow-layout-spacing 0;
463
+ }
464
+
465
+ .@{prefix}-toolbar-grp when (@has-button-borders = true) {
466
+ padding-bottom: 2px;
467
+ }
468
+
469
+ .@{prefix}-toolbar-grp .@{prefix}-flow-layout-item {
470
+ margin-bottom: 0;
471
+ }
472
+
473
+ // RTL
474
+
475
+ .@{prefix}-rtl .@{prefix}-wordcount {
476
+ left: 0;
477
+ right: auto;
478
+ }
479
+
480
+
481
+ // CropRect
482
+
483
+ .@{prefix}-croprect-container {
484
+ position: absolute;
485
+ top: 0;
486
+ left: 0;
487
+ }
488
+
489
+ .@{prefix}-croprect-handle {
490
+ position: absolute;
491
+ top: 0; left: 0;
492
+ width: 20px; height: 20px;
493
+ border: 2px solid white;
494
+ }
495
+
496
+ .@{prefix}-croprect-handle-nw {
497
+ border-width: 2px 0 0 2px;
498
+ margin: -2px 0 0 -2px;
499
+ cursor: nw-resize;
500
+ top: 100px; left: 100px;
501
+ }
502
+
503
+ .@{prefix}-croprect-handle-ne {
504
+ border-width: 2px 2px 0 0;
505
+ margin: -2px 0 0 -20px;
506
+ cursor: ne-resize;
507
+ top: 100px; left: 200px;
508
+ }
509
+
510
+ .@{prefix}-croprect-handle-sw {
511
+ border-width: 0 0 2px 2px;
512
+ margin: -20px 2px 0 -2px;
513
+ cursor: sw-resize;
514
+ top: 200px; left: 100px;
515
+ }
516
+
517
+ .@{prefix}-croprect-handle-se {
518
+ border-width: 0 2px 2px 0;
519
+ margin: -20px 0 0 -20px;
520
+ cursor: se-resize;
521
+ top: 200px; left: 200px;
522
+ }
523
+
524
+ .@{prefix}-croprect-handle-move {
525
+ position: absolute;
526
+ cursor: move;
527
+ border: 0;
528
+ }
529
+
530
+ .@{prefix}-croprect-block {
531
+ .opacity(@window-modalblock-opacity);
532
+ position: absolute;
533
+ background: black;
534
+ }
535
+
536
+
537
+ // ImagePanel
538
+
539
+ .@{prefix}-imagepanel {
540
+ overflow: auto;
541
+ background: black;
542
+ }
543
+
544
+ .@{prefix}-imagepanel img {
545
+ position: absolute;
546
+ }
547
+
548
+ .@{prefix}-imagetool.@{prefix}-btn .@{prefix}-ico {
549
+ display: block;
550
+ width: 20px;
551
+ height: 20px;
552
+ text-align: center;
553
+ line-height: 20px;
554
+ font-size: 20px;
555
+ padding: 5px;
556
+ }
557
+
558
+
559
+ // Container
560
+
561
+ .@{prefix}-container, .@{prefix}-container-body {
562
+ display: block;
563
+ }
564
+
565
+ .@{prefix}-autoscroll {
566
+ overflow: hidden;
567
+ }
568
+
569
+
570
+ // Scrollbar
571
+
572
+ .@{prefix}-scrollbar {
573
+ position: absolute;
574
+ width: 7px;
575
+ height: 100%;
576
+ top: 2px;
577
+ right: 2px;
578
+ .opacity(0.4);
579
+ }
580
+
581
+ .@{prefix}-scrollbar-h {
582
+ top: auto;
583
+ right: auto;
584
+ left: 2px;
585
+ bottom: 2px;
586
+ width: 100%;
587
+ height: 7px;
588
+ }
589
+
590
+ .@{prefix}-scrollbar-thumb {
591
+ position: absolute;
592
+ background-color: #000;
593
+ border: 1px solid #888;
594
+ border-color: rgba(85, 85, 85, .6);
595
+ width: 5px;
596
+ height: 100%;
597
+ .border-radius(7px);
598
+ }
599
+
600
+ .@{prefix}-scrollbar-h .@{prefix}-scrollbar-thumb {
601
+ width: 100%;
602
+ height: 5px;
603
+ }
604
+
605
+ .@{prefix}-scrollbar:hover, .@{prefix}-scrollbar.@{prefix}-active {
606
+ background-color: #AAA;
607
+ .opacity(0.6);
608
+ .border-radius(7px);
609
+ }
610
+
611
+ .@{prefix}-scroll {
612
+ position: relative;
613
+ }
614
+
615
+
616
+ // Panel
617
+
618
+ .@{prefix}-panel {
619
+ border: 0 solid mix(rgb(red(@panel-border), green(@panel-border), blue(@panel-border)), @panel-bg, 20%);
620
+ border: 0 solid @panel-border;
621
+ .vertical-gradient(@panel-bg, @panel-bg-hlight);
622
+ }
623
+
624
+
625
+ // FloatPanel
626
+
627
+ .@{prefix}-floatpanel {
628
+ position: absolute;
629
+ .box-shadow(@floatpanel-box-shadow);
630
+ }
631
+
632
+ .@{prefix}-floatpanel.@{prefix}-fixed {
633
+ position: fixed;
634
+ }
635
+
636
+ // Popover panel
637
+
638
+ .@{prefix}-floatpanel .@{prefix}-arrow,
639
+ .@{prefix}-floatpanel .@{prefix}-arrow:after {
640
+ position: absolute;
641
+ display: block;
642
+ width: 0;
643
+ height: 0;
644
+ border-color: transparent;
645
+ border-style: solid;
646
+ }
647
+
648
+ .@{prefix}-floatpanel .@{prefix}-arrow {
649
+ border-width: @popover-arrow-outer-width;
650
+ }
651
+
652
+ .@{prefix}-floatpanel .@{prefix}-arrow:after {
653
+ border-width: @popover-arrow-width;
654
+ content: "";
655
+ }
656
+
657
+ .@{prefix}-floatpanel.@{prefix}-popover {
658
+ .reset-gradient();
659
+ .border-radius(6px);
660
+ .box-shadow(@floatpanel-box-shadow);
661
+ top: 0;
662
+ left: 0;
663
+ background: @popover-bg;
664
+ border: 1px solid @panel-border;
665
+ border: 1px solid @popover-arrow-outer;
666
+
667
+ &.@{prefix}-bottom {
668
+ margin-top: @popover-arrow-width;
669
+ *margin-top: 0;
670
+
671
+ & > .@{prefix}-arrow {
672
+ left: 50%;
673
+ margin-left: -@popover-arrow-outer-width;
674
+ border-top-width: 0;
675
+ border-bottom-color: @panel-border;
676
+ border-bottom-color: @popover-arrow-outer;
677
+ top: -@popover-arrow-outer-width;
678
+
679
+ &:after {
680
+ top: 1px;
681
+ margin-left: -@popover-arrow-width;
682
+ border-top-width: 0;
683
+ border-bottom-color: @popover-arrow;
684
+ }
685
+ }
686
+
687
+ &.@{prefix}-start { margin-left: -22px; }
688
+ &.@{prefix}-start > .@{prefix}-arrow { left: 20px; }
689
+
690
+ &.@{prefix}-end { margin-left: 22px; }
691
+ &.@{prefix}-end > .@{prefix}-arrow { right: 10px; left: auto; }
692
+ }
693
+ }
694
+
695
+ // Window
696
+
697
+ .@{prefix}-fullscreen {
698
+ border: 0; padding: 0; margin: 0;
699
+ overflow: hidden;
700
+ height: 100%;
701
+ }
702
+
703
+ div.@{prefix}-fullscreen {
704
+ position: fixed;
705
+ top: 0; left: 0;
706
+ }
707
+
708
+ #@{prefix}-modal-block {
709
+ .opacity(0);
710
+ position: fixed;
711
+ left: 0; top: 0;
712
+ width: 100%; height: 100%;
713
+ background: @window-modalblock-bg;
714
+ }
715
+
716
+ #@{prefix}-modal-block.@{prefix}-in {
717
+ .opacity(@window-modalblock-opacity);
718
+ }
719
+
720
+ .@{prefix}-window-move {
721
+ cursor: move;
722
+ }
723
+
724
+ .@{prefix}-window {
725
+ .border-radius(6px);
726
+ .box-shadow(@window-box-shadow);
727
+ .reset-gradient();
728
+ background: @window-bg;
729
+ position: fixed;
730
+ top: 0; left: 0;
731
+ opacity: 0;
732
+ transform: scale(0.1);
733
+ transition: transform 100ms ease-in, opacity 150ms ease-in;
734
+ }
735
+
736
+ .@{prefix}-window.@{prefix}-in {
737
+ transform: scale(1);
738
+ opacity: 1;
739
+ }
740
+
741
+ .@{prefix}-window-head {
742
+ padding: 9px 15px;
743
+ border-bottom: 1px solid @window-head-border;
744
+ position: relative;
745
+ }
746
+
747
+ .@{prefix}-window-head .@{prefix}-close {
748
+ position: absolute;
749
+ right: 0;
750
+ top: 0;
751
+ height: 38px;
752
+ width: 38px;
753
+ text-align: center;
754
+ cursor: pointer;
755
+
756
+ i {
757
+ color: @window-head-close;
758
+ }
759
+ }
760
+
761
+ .@{prefix}-close:hover i {
762
+ color: @window-head-close-hover;
763
+ }
764
+
765
+ .@{prefix}-window-head .@{prefix}-title {
766
+ line-height: 20px;
767
+ font-size: @window-title-font-size;
768
+ font-weight: bold;
769
+ text-rendering: optimizelegibility;
770
+ padding-right: 20px;
771
+ }
772
+
773
+ .@{prefix}-window .@{prefix}-container-body {
774
+ display: block;
775
+ }
776
+
777
+ .@{prefix}-foot {
778
+ display: block;
779
+ background-color: @window-foot-bg;
780
+ border-top: 1px solid @window-foot-border;
781
+ .border-radius(0 0 6px 6px);
782
+ }
783
+
784
+ .@{prefix}-window-head .@{prefix}-dragh {
785
+ position: absolute;
786
+ top: 0; left: 0;
787
+ cursor: move;
788
+ width: 90%;
789
+ height: 100%;
790
+ }
791
+
792
+ .@{prefix}-window iframe {
793
+ width: 100%;
794
+ height: 100%;
795
+ }
796
+
797
+ .@{prefix}-window.@{prefix}-fullscreen, .@{prefix}-window.@{prefix}-fullscreen .@{prefix}-foot {
798
+ .border-radius(0);
799
+ }
800
+
801
+ .@{prefix}-window-body .@{prefix}-listbox {
802
+ border-color: @btn-border-hover;
803
+ }
804
+
805
+ // RTL
806
+
807
+ .@{prefix}-rtl .@{prefix}-window-head .@{prefix}-close {
808
+ position: absolute;
809
+ right: auto;
810
+ left: 15px;
811
+ }
812
+
813
+ .@{prefix}-rtl .@{prefix}-window-head .@{prefix}-dragh {
814
+ left: auto;
815
+ right: 0;
816
+ }
817
+
818
+ .@{prefix}-rtl .@{prefix}-window-head .@{prefix}-title {
819
+ direction: rtl;
820
+ text-align: right;
821
+ }
822
+
823
+
824
+ // Tooltip
825
+
826
+ .@{prefix}-tooltip {
827
+ position: absolute;
828
+ padding: 5px;
829
+ .opacity(0.8);
830
+ }
831
+
832
+ .@{prefix}-tooltip-inner {
833
+ font-size: @tooltip-font-size;
834
+ background-color: @tooltip-bg;
835
+ color: @tooltip-text;
836
+ max-width: 200px;
837
+ padding: 5px 8px 4px 8px;
838
+ text-align: center;
839
+ white-space: normal;
840
+ }
841
+
842
+ .@{prefix}-tooltip-inner {
843
+ .border-radius(3px);
844
+ }
845
+
846
+ .@{prefix}-tooltip-inner {
847
+ .box-shadow(0 0 5px @tooltip-bg);
848
+ }
849
+
850
+ .@{prefix}-tooltip-arrow {
851
+ position: absolute;
852
+ width: 0;
853
+ height: 0;
854
+ line-height: 0;
855
+ border: 5px dashed @tooltip-bg;
856
+ }
857
+
858
+ .@{prefix}-tooltip-arrow-n {
859
+ border-bottom-color: @tooltip-bg;
860
+ }
861
+
862
+ .@{prefix}-tooltip-arrow-s {
863
+ border-top-color: @tooltip-bg;
864
+ }
865
+
866
+ .@{prefix}-tooltip-arrow-e {
867
+ border-left-color: @tooltip-bg;
868
+ }
869
+
870
+ .@{prefix}-tooltip-arrow-w {
871
+ border-right-color: @tooltip-bg;
872
+ }
873
+
874
+ .@{prefix}-tooltip-nw, .@{prefix}-tooltip-sw {
875
+ margin-left: -14px;
876
+ }
877
+
878
+ .@{prefix}-tooltip-n .@{prefix}-tooltip-arrow {
879
+ top: 0px;
880
+ left: 50%;
881
+ margin-left: -5px;
882
+ border-bottom-style: solid;
883
+ border-top: none;
884
+ border-left-color: transparent;
885
+ border-right-color: transparent;
886
+ }
887
+
888
+ .@{prefix}-tooltip-nw .@{prefix}-tooltip-arrow {
889
+ top: 0;
890
+ left: 10px;
891
+ border-bottom-style: solid;
892
+ border-top: none;
893
+ border-left-color: transparent;
894
+ border-right-color: transparent;
895
+ }
896
+
897
+ .@{prefix}-tooltip-ne .@{prefix}-tooltip-arrow {
898
+ top: 0;
899
+ right: 10px;
900
+ border-bottom-style: solid;
901
+ border-top: none;
902
+ border-left-color: transparent;
903
+ border-right-color: transparent;
904
+ }
905
+
906
+ .@{prefix}-tooltip-s .@{prefix}-tooltip-arrow {
907
+ bottom: 0;
908
+ left: 50%;
909
+ margin-left: -5px;
910
+ border-top-style: solid;
911
+ border-bottom: none;
912
+ border-left-color: transparent;
913
+ border-right-color: transparent;
914
+ }
915
+
916
+ .@{prefix}-tooltip-sw .@{prefix}-tooltip-arrow {
917
+ bottom: 0;
918
+ left: 10px;
919
+ border-top-style: solid;
920
+ border-bottom: none;
921
+ border-left-color: transparent;
922
+ border-right-color: transparent;
923
+ }
924
+
925
+ .@{prefix}-tooltip-se .@{prefix}-tooltip-arrow {
926
+ bottom: 0;
927
+ right: 10px;
928
+ border-top-style: solid;
929
+ border-bottom: none;
930
+ border-left-color: transparent;
931
+ border-right-color: transparent;
932
+ }
933
+
934
+ .@{prefix}-tooltip-e .@{prefix}-tooltip-arrow {
935
+ right: 0;
936
+ top: 50%;
937
+ margin-top: -5px;
938
+ border-left-style: solid;
939
+ border-right: none;
940
+ border-top-color: transparent;
941
+ border-bottom-color: transparent;
942
+ }
943
+
944
+ .@{prefix}-tooltip-w .@{prefix}-tooltip-arrow {
945
+ left: 0;
946
+ top: 50%;
947
+ margin-top: -5px;
948
+ border-right-style: solid;
949
+ border-left: none;
950
+ border-top-color: transparent;
951
+ border-bottom-color: transparent;
952
+ }
953
+
954
+
955
+ // Progress
956
+
957
+ .@{prefix}-progress {
958
+ display: inline-block;
959
+ position: relative;
960
+ height: 20px;
961
+ }
962
+
963
+ .@{prefix}-progress .@{prefix}-bar-container {
964
+ display: inline-block;
965
+ width: 100px;
966
+ height: 100%;
967
+ margin-right: 8px;
968
+ border: 1px solid @progress-border;
969
+ overflow: hidden;
970
+ .border-radius(4px);
971
+ }
972
+
973
+ .@{prefix}-progress .@{prefix}-text {
974
+ display: inline-block;
975
+ margin-top: auto;
976
+ margin-bottom: auto;
977
+ font-size: 14px;
978
+ width: 40px;
979
+ color: @progress-text;
980
+ }
981
+
982
+ .@{prefix}-bar {
983
+ display: block;
984
+ width: 0%;
985
+ height: 100%;
986
+ .vertical-gradient(@progress-bar-bg, @progress-bar-bg-hlight);
987
+ .transition(width .2s ease);
988
+ }
989
+
990
+
991
+ // notification
992
+
993
+ .@{prefix}-notification {
994
+ position: absolute;
995
+ background-color: @notification-bg;
996
+ padding: 5px;
997
+ margin-top: 5px;
998
+ border-width: 1px;
999
+ border-style: solid;
1000
+ border-color: @notification-border;
1001
+ transform: scale(0.1);
1002
+ transition: transform 100ms ease-in, opacity 150ms ease-in;
1003
+ opacity: 0;
1004
+ }
1005
+
1006
+ .@{prefix}-notification.@{prefix}-in {
1007
+ opacity: 1;
1008
+ transform: scale(1);
1009
+ }
1010
+
1011
+ .@{prefix}-notification-success {
1012
+ background-color: @notification-success-bg;
1013
+ border-color: @notification-success-border;
1014
+ }
1015
+
1016
+ .@{prefix}-notification-info {
1017
+ background-color: @notification-info-bg;
1018
+ border-color: @notification-info-border;
1019
+ }
1020
+
1021
+ .@{prefix}-notification-warning {
1022
+ background-color: @notification-warning-bg;
1023
+ border-color: @notification-warning-border;
1024
+ }
1025
+
1026
+ .@{prefix}-notification-error {
1027
+ background-color: @notification-error-bg;
1028
+ border-color: @notification-error-border;
1029
+ }
1030
+
1031
+ .@{prefix}-notification.@{prefix}-has-close {
1032
+ padding-right: 15px;
1033
+ }
1034
+
1035
+ .@{prefix}-notification .@{prefix}-ico {
1036
+ margin-top: 5px;
1037
+ }
1038
+
1039
+ .@{prefix}-notification-inner {
1040
+ display: inline-block;
1041
+ font-size: @notification-font-size;
1042
+ margin: 5px 8px 4px 8px;
1043
+ text-align: center;
1044
+ white-space: normal;
1045
+ color: @notification-info-text;
1046
+ }
1047
+
1048
+ .@{prefix}-notification-inner a {
1049
+ text-decoration: underline;
1050
+ cursor: pointer;
1051
+ }
1052
+
1053
+ .@{prefix}-notification .@{prefix}-progress {
1054
+ margin-right: 8px;
1055
+ }
1056
+
1057
+ .@{prefix}-notification .@{prefix}-progress .@{prefix}-text {
1058
+ margin-top: 5px;
1059
+ }
1060
+
1061
+ .@{prefix}-notification *, .@{prefix}-notification .@{prefix}-progress .@{prefix}-text {
1062
+ color: @notification-text;
1063
+ }
1064
+
1065
+ .@{prefix}-notification .@{prefix}-progress .@{prefix}-bar-container {
1066
+ border-color: @notification-border;
1067
+ }
1068
+
1069
+ .@{prefix}-notification .@{prefix}-progress .@{prefix}-bar-container .@{prefix}-bar {
1070
+ background-color: @notification-text;
1071
+ }
1072
+
1073
+ .@{prefix}-notification-success *, .@{prefix}-notification-success .@{prefix}-progress .@{prefix}-text {
1074
+ color: @notification-success-text;
1075
+ }
1076
+
1077
+ .@{prefix}-notification-success .@{prefix}-progress .@{prefix}-bar-container {
1078
+ border-color: @notification-success-border;
1079
+ }
1080
+
1081
+ .@{prefix}-notification-success .@{prefix}-progress .@{prefix}-bar-container .@{prefix}-bar {
1082
+ background-color: @notification-success-text;
1083
+ }
1084
+
1085
+ .@{prefix}-notification-info *, .@{prefix}-notification-info .@{prefix}-progress .@{prefix}-text {
1086
+ color: @notification-info-text;
1087
+ }
1088
+
1089
+ .@{prefix}-notification-info .@{prefix}-progress .@{prefix}-bar-container {
1090
+ border-color: @notification-info-border;
1091
+ }
1092
+
1093
+ .@{prefix}-notification-info .@{prefix}-progress .@{prefix}-bar-container .@{prefix}-bar {
1094
+ background-color: @notification-info-text;
1095
+ }
1096
+
1097
+ .@{prefix}-notification-warning *, .@{prefix}-notification-warning .@{prefix}-progress .@{prefix}-text {
1098
+ color: @notification-warning-text;
1099
+ }
1100
+
1101
+ .@{prefix}-notification-warning .@{prefix}-progress .@{prefix}-bar-container {
1102
+ border-color: @notification-warning-border;
1103
+ }
1104
+
1105
+ .@{prefix}-notification-warning .@{prefix}-progress .@{prefix}-bar-container .@{prefix}-bar {
1106
+ background-color: @notification-warning-text;
1107
+ }
1108
+
1109
+ .@{prefix}-notification-error *, .@{prefix}-notification-error .@{prefix}-progress .@{prefix}-text {
1110
+ color: @notification-error-text;
1111
+ }
1112
+
1113
+ .@{prefix}-notification-error .@{prefix}-progress .@{prefix}-bar-container {
1114
+ border-color: @notification-error-border;
1115
+ }
1116
+
1117
+ .@{prefix}-notification-error .@{prefix}-progress .@{prefix}-bar-container .@{prefix}-bar {
1118
+ background-color: @notification-error-text;
1119
+ }
1120
+
1121
+ .@{prefix}-notification .@{prefix}-close {
1122
+ position: absolute;
1123
+ top: 6px;
1124
+ right: 8px;
1125
+ font-size: 20px;
1126
+ font-weight: bold;
1127
+ line-height: 20px;
1128
+ color: @window-head-close;
1129
+ cursor: pointer;
1130
+
1131
+ // IE7
1132
+ height: 20px;
1133
+ overflow: hidden;
1134
+ }
1135
+
1136
+ // AbsoluteLayout
1137
+
1138
+ .@{prefix}-abs-layout {
1139
+ position: relative;
1140
+ }
1141
+
1142
+ body .@{prefix}-abs-layout-item, .@{prefix}-abs-end {
1143
+ position: absolute;
1144
+ }
1145
+
1146
+ .@{prefix}-abs-end {
1147
+ width: 1px; height: 1px;
1148
+ }
1149
+
1150
+ .@{prefix}-container-body.@{prefix}-abs-layout {
1151
+ overflow: hidden;
1152
+ }
1153
+
1154
+
1155
+ // Button
1156
+
1157
+ .@{prefix}-btn {
1158
+ border: 1px solid mix(rgb(red(@btn-border-right), green(@btn-border-right), blue(@btn-border-right)), @panel-bg, 30%);
1159
+ border-color: @btn-border-top @btn-border-right @btn-border-bottom @btn-border-left;
1160
+ position: relative;
1161
+ text-shadow: @text-shadow;
1162
+
1163
+ .inline-block();
1164
+ .border-radius(3px);
1165
+ .box-shadow(@btn-box-shadow);
1166
+ .vertical-gradient(@btn-bg, @btn-bg-hlight);
1167
+
1168
+ &:hover, &:focus {
1169
+ color: @btn-text;
1170
+ .vertical-gradient(darken(@btn-bg, 5%), darken(@btn-bg-hlight, 5%));
1171
+ border-color: @btn-border-hover;
1172
+ }
1173
+
1174
+ &.@{prefix}-disabled button, &.@{prefix}-disabled:hover button {
1175
+ cursor: default;
1176
+ .box-shadow(none);
1177
+ .opacity(@btn-box-disabled-opacity);
1178
+ }
1179
+
1180
+ &.@{prefix}-active, &.@{prefix}-active:hover {
1181
+ .vertical-gradient(darken(@btn-bg, 10%), darken(@btn-bg-hlight, 5%));
1182
+ .box-shadow(@btn-box-shadow-active);
1183
+ border-color: darken(@btn-bg, 20%);
1184
+ }
1185
+
1186
+ &:active {
1187
+ .vertical-gradient(darken(@btn-bg, 7%), darken(@btn-bg-hlight, 5%));
1188
+ .box-shadow(@btn-box-shadow-active);
1189
+ border-color: @btn-border-active;
1190
+
1191
+ }
1192
+ }
1193
+
1194
+ .@{prefix}-btn button {
1195
+ padding: @btn-padding;
1196
+ font-size: @font-size;
1197
+ line-height: @line-height;
1198
+ *line-height: @line-height - 4px;
1199
+ cursor: pointer;
1200
+ color: @btn-text;
1201
+ text-align: center;
1202
+
1203
+ // Fixes for default inner padding of button
1204
+ overflow: visible; // IE7
1205
+ -webkit-appearance: none; // WebKit
1206
+ &::-moz-focus-inner { // Gecko
1207
+ border: 0;
1208
+ padding: 0;
1209
+ }
1210
+ }
1211
+
1212
+ .@{prefix}-btn i {
1213
+ text-shadow: 1px 1px @btn-text-shadow;
1214
+ }
1215
+
1216
+ .@{prefix}-primary {
1217
+ min-width: 50px;
1218
+ color: @btn-primary-text;
1219
+ border: 1px solid transparent;
1220
+ border-color: @btn-primary-border;
1221
+ .vertical-gradient(@btn-primary-bg, @btn-primary-bg-hlight);
1222
+
1223
+ &:hover, &:focus {
1224
+ .vertical-gradient(darken(@btn-primary-bg, 5%), darken(@btn-primary-bg-hlight, 5%));
1225
+ border-color: @btn-primary-border-hover;
1226
+ }
1227
+
1228
+ &.@{prefix}-disabled button, &.@{prefix}-disabled:hover button {
1229
+ cursor: default;
1230
+ .box-shadow(none);
1231
+ .opacity(@btn-box-disabled-opacity);
1232
+ }
1233
+
1234
+ &.@{prefix}-active, &.@{prefix}-active:hover, &:not(.@{prefix}-disabled):active {
1235
+ .vertical-gradient(darken(@btn-primary-bg, 10%), darken(@btn-primary-bg-hlight, 10%));
1236
+ .box-shadow(@btn-box-shadow-active);
1237
+ }
1238
+ }
1239
+
1240
+ .@{prefix}-primary button, .@{prefix}-primary button i {
1241
+ color: @btn-primary-text;
1242
+ text-shadow: 1px 1px @btn-primary-text-shadow;
1243
+ }
1244
+
1245
+ .@{prefix}-btn .@{prefix}-txt {
1246
+ font-size: inherit;
1247
+ line-height: inherit;
1248
+ color: inherit;
1249
+ }
1250
+
1251
+ .@{prefix}-btn-large button {
1252
+ padding: 9px 14px;
1253
+ font-size: @font-size + 2px;
1254
+ line-height: normal;
1255
+ .border-radius(5px);
1256
+ }
1257
+
1258
+ .@{prefix}-btn-large i {
1259
+ margin-top: 2px;
1260
+ }
1261
+
1262
+ .@{prefix}-btn-small button {
1263
+ padding: 1px 5px;
1264
+ font-size: @font-size - 2px;
1265
+ *padding-bottom: 2px;
1266
+ }
1267
+
1268
+ .@{prefix}-btn-small i {
1269
+ line-height: 20px;
1270
+ vertical-align: top;
1271
+ *line-height: 18px;
1272
+ }
1273
+
1274
+ .@{prefix}-btn .@{prefix}-caret {
1275
+ margin-top: 8px;
1276
+ margin-left: 0;
1277
+ }
1278
+
1279
+ .@{prefix}-btn-small .@{prefix}-caret {
1280
+ margin-top: 8px;
1281
+ margin-left: 0;
1282
+ }
1283
+
1284
+ .@{prefix}-caret {
1285
+ .inline-block();
1286
+ width: 0; height: 0;
1287
+ vertical-align: top;
1288
+ border-top: 4px solid @btn-caret-border;
1289
+ border-right: 4px solid transparent;
1290
+ border-left: 4px solid transparent;
1291
+ content: "";
1292
+ }
1293
+
1294
+ .@{prefix}-disabled .@{prefix}-caret {
1295
+ border-top-color: @text-disabled;
1296
+ }
1297
+
1298
+ .@{prefix}-caret.@{prefix}-up {
1299
+ border-bottom: 4px solid @btn-caret-border;
1300
+ border-top: 0;
1301
+ }
1302
+
1303
+ .@{prefix}-btn-flat {
1304
+ border: 0;
1305
+ background: transparent;
1306
+ .border-radius(0);
1307
+ .box-shadow(none);
1308
+ filter: none;
1309
+ }
1310
+
1311
+ .@{prefix}-btn-flat:hover, .@{prefix}-btn-flat.@{prefix}-active, .@{prefix}-btn-flat:focus, .@{prefix}-btn-flat:active {
1312
+ border: 0;
1313
+ background: @menubar-bg-active;
1314
+ filter: none;
1315
+ .box-shadow(none);
1316
+ }
1317
+
1318
+ .@{prefix}-btn-has-text .@{prefix}-ico {
1319
+ padding-right: 5px;
1320
+ }
1321
+
1322
+ // RTL
1323
+
1324
+ .@{prefix}-rtl .@{prefix}-btn button {
1325
+ direction: rtl;
1326
+ }
1327
+
1328
+
1329
+ // ButtonGroup
1330
+
1331
+ .btn-group-border-left(@border-color) when (@has-button-borders = true) {
1332
+ border-left: 1px solid @border-color;
1333
+ }
1334
+
1335
+ .btn-group-border-right(@border-color) when (@has-button-borders = true) {
1336
+ border-right: 1px solid @border-color;
1337
+ }
1338
+
1339
+
1340
+ .@{prefix}-btn-group .@{prefix}-btn {
1341
+ border-width: @btn-group-border-width;
1342
+ margin: 0;
1343
+ .border-radius(0);
1344
+ margin-left: @flow-layout-spacing;
1345
+ }
1346
+
1347
+ .@{prefix}-btn-group .@{prefix}-btn when (@has-button-borders = true) {
1348
+ border-left-width: 0;
1349
+ border-right-width: 0;
1350
+ margin-left: 0;
1351
+ }
1352
+
1353
+ .@{prefix}-btn-group:not(:first-child) when (@has-button-borders = true) {
1354
+ padding-left: 1px;
1355
+ margin-left: 1px;
1356
+ }
1357
+
1358
+ .@{prefix}-btn-group:not(:first-child) when (@has-button-borders = false) {
1359
+ border-left: 1px solid darken(@btn-bg, 15%);
1360
+ padding-left: @flow-layout-spacing + 1px;
1361
+ margin-left: @flow-layout-spacing + 1px;
1362
+ }
1363
+
1364
+ .@{prefix}-btn-group .@{prefix}-first {
1365
+ .border-radius(3px 0 0 3px);
1366
+ .btn-group-border-left(@btn-border-left);
1367
+ margin-left: 0;
1368
+ }
1369
+
1370
+ .@{prefix}-btn-group .@{prefix}-last {
1371
+ .border-radius(0 3px 3px 0);
1372
+ .btn-group-border-right(@btn-border-right);
1373
+ }
1374
+
1375
+ .@{prefix}-btn-group .@{prefix}-first.@{prefix}-last {
1376
+ .border-radius(3px);
1377
+ }
1378
+
1379
+ .@{prefix}-btn-group .@{prefix}-btn.@{prefix}-flow-layout-item {
1380
+ margin: 0;
1381
+ }
1382
+
1383
+ // RTL
1384
+
1385
+ .@{prefix}-rtl .@{prefix}-btn-group .@{prefix}-btn {
1386
+ margin-left: 0;
1387
+ margin-right: @flow-layout-spacing;
1388
+ }
1389
+
1390
+ .@{prefix}-rtl .@{prefix}-btn-group .@{prefix}-first {
1391
+ margin-right: 0;
1392
+ }
1393
+
1394
+ .@{prefix}-rtl .@{prefix}-btn-group:not(:first-child) {
1395
+ border-left: none;
1396
+ border-right:1px solid darken(@btn-bg, 15%);
1397
+ padding-right: @flow-layout-spacing + 2px;
1398
+ margin-right: @flow-layout-spacing + 2px;
1399
+ }
1400
+
1401
+
1402
+ // Checkbox
1403
+
1404
+ .@{prefix}-checkbox {
1405
+ cursor: pointer;
1406
+ }
1407
+
1408
+ i.@{prefix}-i-checkbox {
1409
+ margin: 0 3px 0 0;
1410
+ border: 1px solid @checkbox-border;
1411
+ .border-radius(3px);
1412
+ .box-shadow(@checkbox-box-shadow);
1413
+ .vertical-gradient(@checkbox-bg, @checkbox-bg-hlight);
1414
+ text-indent: -10em;
1415
+ *font-size: 0;
1416
+ *line-height: 0;
1417
+ *text-indent: 0;
1418
+ overflow: hidden;
1419
+ }
1420
+
1421
+ .@{prefix}-checked i.@{prefix}-i-checkbox {
1422
+ color: @btn-text;
1423
+ font-size: 16px;
1424
+ line-height: 16px;
1425
+ text-indent: 0;
1426
+ }
1427
+
1428
+ .@{prefix}-checkbox:focus i.@{prefix}-i-checkbox, .@{prefix}-checkbox.@{prefix}-focus i.@{prefix}-i-checkbox {
1429
+ border: 1px solid @checkbox-border-focus;
1430
+ .box-shadow(inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px fadeout(@checkbox-border-focus, 15%));
1431
+ }
1432
+
1433
+ .@{prefix}-checkbox.@{prefix}-disabled .@{prefix}-label, .@{prefix}-checkbox.@{prefix}-disabled i.@{prefix}-i-checkbox {
1434
+ color: mix(@text, @panel-bg, 40%);
1435
+ }
1436
+
1437
+ .@{prefix}-checkbox .@{prefix}-label {
1438
+ vertical-align: middle;
1439
+ }
1440
+
1441
+ // RTL
1442
+
1443
+ .@{prefix}-rtl .@{prefix}-checkbox {
1444
+ direction: rtl;
1445
+ text-align: right;
1446
+ }
1447
+
1448
+ .@{prefix}-rtl i.@{prefix}-i-checkbox {
1449
+ margin: 0 0 0 3px;
1450
+ }
1451
+
1452
+
1453
+ // ComboBox
1454
+
1455
+ .@{prefix}-combobox {
1456
+ .inline-block();
1457
+ .border-radius(3px);
1458
+ .box-shadow(@textbox-box-shadow);
1459
+ *height: 32px;
1460
+ }
1461
+
1462
+ .@{prefix}-combobox input {
1463
+ border: 1px solid @textbox-border;
1464
+ border-right-color: @combobox-border;
1465
+ height: 28px;
1466
+ }
1467
+
1468
+ .@{prefix}-combobox.@{prefix}-disabled input {
1469
+ color: mix(@text, @textbox-bg, 40%);
1470
+ }
1471
+
1472
+ .@{prefix}-combobox.@{prefix}-has-open input {
1473
+ .border-radius(4px 0 0 4px);
1474
+ }
1475
+
1476
+ .@{prefix}-combobox .@{prefix}-btn {
1477
+ border: 1px solid @textbox-border;
1478
+ border-left: 0;
1479
+ .border-radius(0 4px 4px 0);
1480
+ }
1481
+
1482
+ .@{prefix}-combobox button {
1483
+ padding-right: 8px;
1484
+ padding-left: 8px;
1485
+ }
1486
+
1487
+ .@{prefix}-combobox.@{prefix}-disabled .@{prefix}-btn button {
1488
+ cursor: default;
1489
+ .box-shadow(none);
1490
+ .opacity(@btn-box-disabled-opacity);
1491
+ }
1492
+
1493
+
1494
+ // ColorBox
1495
+
1496
+ .@{prefix}-colorbox i {
1497
+ border: 1px solid @textbox-border;
1498
+ width: 14px; height: 14px;
1499
+ }
1500
+
1501
+
1502
+ // ColorButton
1503
+
1504
+ .@{prefix}-colorbutton .@{prefix}-ico {
1505
+ position: relative;
1506
+ }
1507
+
1508
+ .@{prefix}-colorbutton-grid {
1509
+ margin: 4px;
1510
+ }
1511
+
1512
+ .@{prefix}-colorbutton button {
1513
+ padding-right: 6px;
1514
+ padding-left: 6px;
1515
+ }
1516
+
1517
+ .@{prefix}-colorbutton .@{prefix}-preview {
1518
+ padding-right: 3px;
1519
+ display: block;
1520
+ position: absolute;
1521
+ left: 50%;
1522
+ top: 50%;
1523
+ margin-left: -17px;
1524
+ margin-top: 7px;
1525
+ background: gray;
1526
+ width: 13px;
1527
+ height: 2px;
1528
+ overflow: hidden;
1529
+ }
1530
+
1531
+ .@{prefix}-colorbutton.@{prefix}-btn-small .@{prefix}-preview {
1532
+ margin-left: -16px;
1533
+ padding-right: 0;
1534
+ width: 16px;
1535
+ }
1536
+
1537
+ .@{prefix}-colorbutton .@{prefix}-open {
1538
+ padding-left: 4px;
1539
+ padding-right: 4px;
1540
+ border-left: 1px solid transparent;
1541
+ }
1542
+
1543
+ .@{prefix}-colorbutton:hover .@{prefix}-open {
1544
+ border-color: darken(@btn-bg, 20%);
1545
+ }
1546
+
1547
+ .@{prefix}-colorbutton.@{prefix}-btn-small .@{prefix}-open {
1548
+ padding: 0 3px 0 3px;
1549
+ }
1550
+
1551
+ // RTL
1552
+
1553
+ .@{prefix}-rtl .@{prefix}-colorbutton {
1554
+ direction: rtl;
1555
+ }
1556
+
1557
+ .@{prefix}-rtl .@{prefix}-colorbutton .@{prefix}-preview {
1558
+ margin-left: 0;
1559
+ padding-right: 0;
1560
+ padding-left: 3px;
1561
+ }
1562
+
1563
+ .@{prefix}-rtl .@{prefix}-colorbutton.@{prefix}-btn-small .@{prefix}-preview {
1564
+ margin-left: 0;
1565
+ padding-right: 0;
1566
+ padding-left: 2px;
1567
+ }
1568
+
1569
+ .@{prefix}-rtl .@{prefix}-colorbutton .@{prefix}-open {
1570
+ padding-left: 4px;
1571
+ padding-right: 4px;
1572
+ border-left: 0;
1573
+ }
1574
+
1575
+
1576
+ // ColorPicker
1577
+
1578
+ .@{prefix}-colorpicker {
1579
+ position: relative;
1580
+ width: 250px;
1581
+ height: 220px;
1582
+ }
1583
+
1584
+ .@{prefix}-colorpicker-sv {
1585
+ position: absolute;
1586
+ top: 0; left: 0;
1587
+ width: 90%;
1588
+ height: 100%;
1589
+ border: 1px solid @colorpicker-border;
1590
+ cursor: crosshair;
1591
+ overflow: hidden;
1592
+ }
1593
+
1594
+ .@{prefix}-colorpicker-h-chunk {
1595
+ width: 100%;
1596
+ }
1597
+
1598
+ .@{prefix}-colorpicker-overlay1, .@{prefix}-colorpicker-overlay2 {
1599
+ width: 100%;
1600
+ height: 100%;
1601
+ position: absolute;
1602
+ top: 0;
1603
+ left: 0;
1604
+ }
1605
+
1606
+ .@{prefix}-colorpicker-overlay1 {
1607
+ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff');
1608
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
1609
+ background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
1610
+ }
1611
+
1612
+ .@{prefix}-colorpicker-overlay2 {
1613
+ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000');
1614
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
1615
+ background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
1616
+ }
1617
+
1618
+ .@{prefix}-colorpicker-selector1 {
1619
+ background: none;
1620
+ position: absolute;
1621
+ width: 12px;
1622
+ height: 12px;
1623
+ margin: -8px 0 0 -8px;
1624
+ border: 1px solid black;
1625
+ border-radius: 50%;
1626
+ }
1627
+
1628
+ .@{prefix}-colorpicker-selector2 {
1629
+ position: absolute;
1630
+ width: 10px;
1631
+ height: 10px;
1632
+ border: 1px solid white;
1633
+ border-radius: 50%;
1634
+ }
1635
+
1636
+ .@{prefix}-colorpicker-h {
1637
+ position: absolute;
1638
+ top: 0; right: 0;
1639
+ width: 6.5%;
1640
+ height: 100%;
1641
+ border: 1px solid @colorpicker-border;
1642
+ cursor: crosshair;
1643
+ }
1644
+
1645
+ .@{prefix}-colorpicker-h-marker {
1646
+ margin-top: -4px;
1647
+ position: absolute;
1648
+ top: 0;
1649
+ left: -1px;
1650
+ width: 100%;
1651
+ border: 1px solid @colorpicker-hue-border;
1652
+ background: @colorpicker-hue-bg;
1653
+ height: 4px;
1654
+ z-index: 100;
1655
+ }
1656
+
1657
+
1658
+ // Path
1659
+
1660
+ .@{prefix}-path {
1661
+ .inline-block();
1662
+ padding: 8px;
1663
+ white-space: normal;
1664
+ }
1665
+
1666
+ .@{prefix}-path .@{prefix}-txt {
1667
+ display: inline-block;
1668
+ padding-right: 3px;
1669
+ }
1670
+
1671
+ .@{prefix}-path .@{prefix}-path-body {
1672
+ display: inline-block;
1673
+ }
1674
+
1675
+ .@{prefix}-path-item {
1676
+ .inline-block();
1677
+ cursor: pointer;
1678
+ color: @path-text;
1679
+ }
1680
+
1681
+ .@{prefix}-path-item:hover {
1682
+ text-decoration: underline;
1683
+ }
1684
+
1685
+ .@{prefix}-path-item:focus {
1686
+ background: @path-bg-focus;
1687
+ color: @path-text-focus;
1688
+ }
1689
+
1690
+ .@{prefix}-path .@{prefix}-divider {
1691
+ display: inline;
1692
+ }
1693
+
1694
+ .@{prefix}-disabled .@{prefix}-path-item {
1695
+ color: @text-disabled;
1696
+ }
1697
+
1698
+ // RTL
1699
+
1700
+ .@{prefix}-rtl .@{prefix}-path {
1701
+ direction: rtl;
1702
+ }
1703
+
1704
+
1705
+ // FieldSet
1706
+
1707
+ .@{prefix}-fieldset {
1708
+ border: 0 solid #9E9E9E;
1709
+ .border-radius(3px);
1710
+ }
1711
+
1712
+ .@{prefix}-fieldset > .@{prefix}-container-body {
1713
+ margin-top: -15px;
1714
+ }
1715
+
1716
+ .@{prefix}-fieldset-title {
1717
+ margin-left: 5px;
1718
+ padding: 0 5px 0 5px;
1719
+ }
1720
+
1721
+ // FitLayout
1722
+
1723
+ .@{prefix}-fit-layout {
1724
+ .inline-block();
1725
+ }
1726
+
1727
+ .@{prefix}-fit-layout-item {
1728
+ position: absolute;
1729
+ }
1730
+
1731
+
1732
+ // FlowLayout
1733
+
1734
+ .@{prefix}-flow-layout-item {
1735
+ .inline-block();
1736
+ }
1737
+
1738
+ .@{prefix}-flow-layout-item {
1739
+ margin: @flow-layout-spacing 0 @flow-layout-spacing @flow-layout-spacing;
1740
+ }
1741
+
1742
+ .@{prefix}-flow-layout-item.@{prefix}-last {
1743
+ margin-right: @flow-layout-spacing;
1744
+ }
1745
+
1746
+ .@{prefix}-flow-layout {
1747
+ white-space: normal;
1748
+ }
1749
+
1750
+ .@{prefix}-tinymce-inline .@{prefix}-flow-layout {
1751
+ white-space: nowrap;
1752
+ }
1753
+
1754
+ // RTL
1755
+
1756
+ .@{prefix}-rtl .@{prefix}-flow-layout {
1757
+ text-align: right;
1758
+ direction: rtl;
1759
+ }
1760
+
1761
+ .@{prefix}-rtl .@{prefix}-flow-layout-item {
1762
+ margin: @flow-layout-spacing @flow-layout-spacing @flow-layout-spacing 0;
1763
+ }
1764
+
1765
+ .@{prefix}-rtl .@{prefix}-flow-layout-item.@{prefix}-last {
1766
+ margin-left: @flow-layout-spacing;
1767
+ }
1768
+
1769
+
1770
+ // Iframe
1771
+
1772
+ .@{prefix}-iframe {
1773
+ border: 0 solid @iframe-border;
1774
+ width: 100%; height: 100%;
1775
+ }
1776
+
1777
+
1778
+ // InfoBox
1779
+
1780
+ .@{prefix}-infobox {
1781
+ .inline-block();
1782
+ text-shadow: @text-shadow;
1783
+ overflow: hidden;
1784
+ border: 1px solid red;
1785
+
1786
+ div {
1787
+ display: block;
1788
+ margin: 5px;
1789
+
1790
+ button {
1791
+ position: absolute;
1792
+ top: 50%; right: 4px;
1793
+ cursor: pointer;
1794
+ margin-top: -8px;
1795
+ display: none;
1796
+ }
1797
+
1798
+ button:focus {
1799
+ outline: 2px solid @btn-border-hover;
1800
+ }
1801
+ }
1802
+ }
1803
+
1804
+ .@{prefix}-infobox.@{prefix}-has-help {
1805
+ div {
1806
+ margin-right: 25px;
1807
+ }
1808
+
1809
+ button {
1810
+ display: block;
1811
+ }
1812
+ }
1813
+
1814
+ .@{prefix}-infobox.@{prefix}-success {
1815
+ background: @infobox-success-bg;
1816
+ border-color: @infobox-success-border;
1817
+
1818
+ div {
1819
+ color: @infobox-success-text;
1820
+ }
1821
+ }
1822
+
1823
+ .@{prefix}-infobox.@{prefix}-warning {
1824
+ background: @infobox-warning-bg;
1825
+ border-color: @infobox-warning-border;
1826
+
1827
+ div {
1828
+ color: @infobox-warning-text;
1829
+ }
1830
+ }
1831
+
1832
+ .@{prefix}-infobox.@{prefix}-error {
1833
+ background: @infobox-error-bg;
1834
+ border-color: @infobox-error-border;
1835
+
1836
+ div {
1837
+ color: @infobox-error-text;
1838
+ }
1839
+ }
1840
+
1841
+ // RTL
1842
+
1843
+ .@{prefix}-rtl .@{prefix}-infobox {
1844
+ div {
1845
+ text-align: right;
1846
+ direction: rtl;
1847
+ }
1848
+ }
1849
+
1850
+
1851
+ // Label
1852
+
1853
+ .@{prefix}-label {
1854
+ .inline-block();
1855
+ text-shadow: @text-shadow;
1856
+ overflow: hidden;
1857
+ }
1858
+
1859
+ .@{prefix}-label.@{prefix}-autoscroll {
1860
+ overflow: auto;
1861
+ }
1862
+
1863
+ .@{prefix}-label.@{prefix}-disabled {
1864
+ color: @text-disabled;
1865
+ }
1866
+
1867
+ .@{prefix}-label.@{prefix}-multiline {
1868
+ white-space: pre-wrap;
1869
+ }
1870
+
1871
+ .@{prefix}-label.@{prefix}-success {
1872
+ color: @text-success;
1873
+ }
1874
+
1875
+ .@{prefix}-label.@{prefix}-warning {
1876
+ color: @text-warning;
1877
+ }
1878
+
1879
+ .@{prefix}-label.@{prefix}-error {
1880
+ color: @text-error;
1881
+ }
1882
+
1883
+ // RTL
1884
+
1885
+ .@{prefix}-rtl .@{prefix}-label {
1886
+ text-align: right;
1887
+ direction: rtl;
1888
+ }
1889
+
1890
+
1891
+ /* MenuBar */
1892
+
1893
+ .@{prefix}-menubar .@{prefix}-menubtn {
1894
+ border-color: transparent;
1895
+ background: transparent;
1896
+ .border-radius(0);
1897
+ .box-shadow(none);
1898
+ filter: none;
1899
+ }
1900
+
1901
+ .@{prefix}-menubar .@{prefix}-menubtn button {
1902
+ color: @menubar-menubtn-text;
1903
+ }
1904
+
1905
+ .@{prefix}-menubar {
1906
+ border: 1px solid @menubar-border;
1907
+ }
1908
+
1909
+ .@{prefix}-menubar .@{prefix}-menubtn button span {
1910
+ color: @text;
1911
+ }
1912
+
1913
+ .@{prefix}-menubar .@{prefix}-caret {
1914
+ border-top-color: @text;
1915
+ }
1916
+
1917
+ .@{prefix}-menubar .@{prefix}-menubtn:hover, .@{prefix}-menubar .@{prefix}-menubtn.@{prefix}-active, .@{prefix}-menubar .@{prefix}-menubtn:focus {
1918
+ border-color: darken(@btn-bg, 20%);
1919
+ background: @menu-bg;
1920
+ filter: none;
1921
+ .box-shadow(none);
1922
+ }
1923
+
1924
+
1925
+ /* MenuButton */
1926
+
1927
+ .@{prefix}-menubtn button {
1928
+ color: @btn-text;
1929
+ //margin-right: 2px;
1930
+ //line-height: @line-height;
1931
+ //*line-height: @line-height - 4px;
1932
+ }
1933
+
1934
+ .@{prefix}-menubtn.@{prefix}-btn-small span {
1935
+ font-size: @font-size - 2px;
1936
+ }
1937
+
1938
+ .@{prefix}-menubtn.@{prefix}-fixed-width span {
1939
+ display: inline-block;
1940
+ overflow-x: hidden;
1941
+ text-overflow: ellipsis;
1942
+ width: 90px;
1943
+ }
1944
+
1945
+ .@{prefix}-menubtn.@{prefix}-fixed-width.@{prefix}-btn-small span {
1946
+ width: 70px;
1947
+ }
1948
+
1949
+ .@{prefix}-menubtn .@{prefix}-caret {
1950
+ *margin-top: 6px;
1951
+ }
1952
+
1953
+ // RTL
1954
+
1955
+ .@{prefix}-rtl .@{prefix}-menubtn button {
1956
+ direction: rtl;
1957
+ text-align: right;
1958
+ }
1959
+
1960
+
1961
+ // MenuItem
1962
+
1963
+ .@{prefix}-menu-item {
1964
+ display: block;
1965
+ padding: 6px 15px 6px 12px;
1966
+ clear: both;
1967
+ font-weight: normal;
1968
+ line-height: 20px;
1969
+ color: @menuitem-text;
1970
+ white-space: nowrap;
1971
+ cursor: pointer;
1972
+ line-height: normal;
1973
+ border-left: 4px solid transparent;
1974
+ margin-bottom: 1px;
1975
+ }
1976
+
1977
+ .@{prefix}-menu-item .@{prefix}-ico, .@{prefix}-menu-item .@{prefix}-text {
1978
+ color: @menuitem-text;
1979
+ }
1980
+
1981
+ .@{prefix}-menu-item.@{prefix}-disabled .@{prefix}-text, .@{prefix}-menu-item.@{prefix}-disabled .@{prefix}-ico {
1982
+ color: mix(@menuitem-text, @menu-bg, 40%);
1983
+ }
1984
+
1985
+ .@{prefix}-menu-item:hover .@{prefix}-text, .@{prefix}-menu-item.@{prefix}-selected .@{prefix}-text, .@{prefix}-menu-item:focus .@{prefix}-text {
1986
+ color: @menuitem-text-inverse;
1987
+ }
1988
+
1989
+ .@{prefix}-menu-item:hover .@{prefix}-ico, .@{prefix}-menu-item.@{prefix}-selected .@{prefix}-ico, .@{prefix}-menu-item:focus .@{prefix}-ico {
1990
+ color: @menuitem-text-inverse;
1991
+ }
1992
+
1993
+ .@{prefix}-menu-item.@{prefix}-disabled:hover {
1994
+ background: @menuitem-bg-disabled;
1995
+ }
1996
+
1997
+ .@{prefix}-menu-shortcut {
1998
+ display: inline-block;
1999
+ color: mix(@menuitem-text, @menu-bg, 40%);
2000
+ }
2001
+
2002
+ .@{prefix}-menu-shortcut {
2003
+ .inline-block();
2004
+ padding: 0 15px 0 20px;
2005
+ }
2006
+
2007
+ .@{prefix}-menu-item:hover .@{prefix}-menu-shortcut, .@{prefix}-menu-item.@{prefix}-selected .@{prefix}-menu-shortcut, .@{prefix}-menu-item:focus .@{prefix}-menu-shortcut {
2008
+ color: @menuitem-text-inverse;
2009
+ }
2010
+
2011
+ .@{prefix}-menu-item .@{prefix}-caret {
2012
+ margin-top: 4px;
2013
+ *margin-top: 3px;
2014
+ margin-right: 6px;
2015
+ border-top: 4px solid transparent;
2016
+ border-bottom: 4px solid transparent;
2017
+ border-left: 4px solid @menuitem-caret;
2018
+ }
2019
+
2020
+ .@{prefix}-menu-item.@{prefix}-selected .@{prefix}-caret, .@{prefix}-menu-item:focus .@{prefix}-caret, .@{prefix}-menu-item:hover .@{prefix}-caret {
2021
+ border-left-color: @menuitem-caret-selected;
2022
+ }
2023
+
2024
+ .@{prefix}-menu-align .@{prefix}-menu-shortcut {
2025
+ *margin-top: -2px;
2026
+ }
2027
+
2028
+ .@{prefix}-menu-align .@{prefix}-menu-shortcut, .@{prefix}-menu-align .@{prefix}-caret {
2029
+ position: absolute;
2030
+ right: 0;
2031
+ }
2032
+
2033
+ .@{prefix}-menu-item.@{prefix}-active i {
2034
+ visibility: visible;
2035
+ }
2036
+
2037
+ .@{prefix}-menu-item-normal.@{prefix}-active {
2038
+ background-color: @menuitem-bg-active;
2039
+ }
2040
+
2041
+ .@{prefix}-menu-item-preview.@{prefix}-active {
2042
+ border-left: 5px solid @menuitem-preview-border-active;
2043
+ }
2044
+
2045
+ .@{prefix}-menu-item-normal.@{prefix}-active .@{prefix}-text {
2046
+ color: @menuitem-text-active;
2047
+ }
2048
+
2049
+ .@{prefix}-menu-item-normal.@{prefix}-active:hover .@{prefix}-text, .@{prefix}-menu-item-normal.@{prefix}-active:hover .@{prefix}-ico {
2050
+ color: @menuitem-text-inverse;
2051
+ }
2052
+
2053
+ .@{prefix}-menu-item-normal.@{prefix}-active:focus .@{prefix}-text, .@{prefix}-menu-item-normal.@{prefix}-active:focus .@{prefix}-ico {
2054
+ color: @menuitem-text-inverse;
2055
+ }
2056
+
2057
+ .@{prefix}-menu-item:hover, .@{prefix}-menu-item.@{prefix}-selected, .@{prefix}-menu-item:focus {
2058
+ text-decoration: none;
2059
+ color: @menuitem-text-inverse;
2060
+ .vertical-gradient(@menuitem-bg-selected, @menuitem-bg-selected-hlight);
2061
+ }
2062
+
2063
+ div.@{prefix}-menu .@{prefix}-menu-item-sep, .@{prefix}-menu-item-sep:hover {
2064
+ border: 0;
2065
+ padding: 0;
2066
+ height: 1px;
2067
+ margin: 9px 1px;
2068
+ overflow: hidden;
2069
+ background: @menuitem-separator-top;
2070
+ border-bottom: 1px solid @menuitem-separator-bottom;
2071
+ cursor: default;
2072
+ filter: none;
2073
+ }
2074
+
2075
+ // RTL
2076
+
2077
+ .@{prefix}-menu.@{prefix}-rtl {
2078
+ direction: rtl;
2079
+ }
2080
+
2081
+ .@{prefix}-rtl .@{prefix}-menu-item {
2082
+ text-align: right;
2083
+ direction: rtl;
2084
+ padding: 6px 12px 6px 15px;
2085
+ }
2086
+
2087
+ .@{prefix}-menu-align.@{prefix}-rtl .@{prefix}-menu-shortcut, .@{prefix}-menu-align.@{prefix}-rtl .@{prefix}-caret {
2088
+ right: auto;
2089
+ left: 0;
2090
+ }
2091
+
2092
+ .@{prefix}-rtl .@{prefix}-menu-item .@{prefix}-caret {
2093
+ margin-left: 6px;
2094
+ margin-right: 0;
2095
+ border-right: 4px solid @menuitem-caret;
2096
+ border-left: 0;
2097
+ }
2098
+
2099
+ .@{prefix}-rtl .@{prefix}-menu-item.@{prefix}-selected .@{prefix}-caret, .@{prefix}-rtl .@{prefix}-menu-item:focus .@{prefix}-caret, .@{prefix}-rtl .@{prefix}-menu-item:hover .@{prefix}-caret {
2100
+ border-left-color: transparent;
2101
+ border-right-color: @menuitem-caret-selected;
2102
+ }
2103
+
2104
+
2105
+ // Throbber
2106
+
2107
+ .@{prefix}-throbber {
2108
+ position: absolute;
2109
+ top: 0; left: 0;
2110
+ width: 100%; height: 100%;
2111
+ .opacity(0.6);
2112
+ background: @throbber-bg;
2113
+ }
2114
+
2115
+ .@{prefix}-throbber-inline {
2116
+ position: static;
2117
+ height: 50px;
2118
+ }
2119
+
2120
+ .@{prefix}-menu .@{prefix}-throbber-inline {
2121
+ height: 25px;
2122
+ background-size: contain;
2123
+ }
2124
+
2125
+
2126
+ // Menu
2127
+
2128
+ .@{prefix}-menu {
2129
+ position: absolute;
2130
+ left: 0; top: 0;
2131
+ .reset-gradient();
2132
+ z-index: 1000;
2133
+ padding: 5px 0 5px 0;
2134
+ margin: @menu-margin;
2135
+ min-width: 160px;
2136
+ background: @menu-bg;
2137
+ border: 1px solid mix(rgb(red(@menu-border), green(@menu-border), blue(@menu-border)), @panel-bg, round(alpha(@menu-border) * 200));
2138
+ border: 1px solid @menu-border;
2139
+ z-index: 1002;
2140
+ .border-radius(6px);
2141
+ .box-shadow(0 5px 10px rgba(0,0,0,.2));
2142
+ max-height: 400px;
2143
+ overflow: auto;
2144
+ overflow-x: hidden;
2145
+ }
2146
+
2147
+ .@{prefix}-menu i {
2148
+ display: none;
2149
+ }
2150
+
2151
+ .@{prefix}-menu-has-icons i {
2152
+ display: inline-block;
2153
+ *display: inline;
2154
+ }
2155
+
2156
+ .@{prefix}-menu-sub-tr-tl { margin: -6px 0 0 -1px; }
2157
+ .@{prefix}-menu-sub-br-bl { margin: 6px 0 0 -1px; }
2158
+ .@{prefix}-menu-sub-tl-tr { margin: -6px 0 0 1px; }
2159
+ .@{prefix}-menu-sub-bl-br { margin: 6px 0 0 1px; }
2160
+
2161
+
2162
+ // ListBox
2163
+
2164
+ .@{prefix}-listbox button {
2165
+ text-align: left;
2166
+ padding-right: 20px;
2167
+ position: relative;
2168
+ }
2169
+
2170
+ .@{prefix}-listbox .@{prefix}-caret {
2171
+ position: absolute;
2172
+ margin-top: -2px;
2173
+ right: 8px;
2174
+ top: 50%;
2175
+ }
2176
+
2177
+ // RTL
2178
+
2179
+ .@{prefix}-rtl .@{prefix}-listbox .@{prefix}-caret {
2180
+ right: auto;
2181
+ left: 8px;
2182
+ }
2183
+
2184
+ .@{prefix}-rtl .@{prefix}-listbox button {
2185
+ padding-right: 10px;
2186
+ padding-left: 20px;
2187
+ }
2188
+
2189
+
2190
+ // Radio - not implemented yet
2191
+
2192
+
2193
+ .@{prefix}-container-body .@{prefix}-resizehandle {
2194
+ position: absolute;
2195
+ right: 0;
2196
+ bottom: 0;
2197
+ width: 16px;
2198
+ height: 16px;
2199
+ visibility: visible;
2200
+ cursor: s-resize;
2201
+ margin: 0;
2202
+ }
2203
+
2204
+ .@{prefix}-container-body .@{prefix}-resizehandle-both {
2205
+ cursor: se-resize;
2206
+ }
2207
+
2208
+ i.@{prefix}-i-resize {
2209
+ color: @text;
2210
+ }
2211
+
2212
+
2213
+ // SelectBox
2214
+
2215
+ .@{prefix}-selectbox {
2216
+ background: @selectbox-bg;
2217
+ border: 1px solid @selectbox-border;
2218
+ }
2219
+
2220
+
2221
+ // Slider
2222
+
2223
+ .@{prefix}-slider {
2224
+ .border-radius(3px);
2225
+ border: 1px solid @slider-border;
2226
+ background: @slider-bg;
2227
+ width: 100px;
2228
+ height: 10px;
2229
+ position: relative;
2230
+ display: block;
2231
+ }
2232
+
2233
+ .@{prefix}-slider.@{prefix}-vertical {
2234
+ width: 10px;
2235
+ height: 100px;
2236
+ }
2237
+
2238
+ .@{prefix}-slider-handle {
2239
+ .border-radius(3px);
2240
+ border: 1px solid @slider-handle-border;
2241
+ background: @slider-handle-bg;
2242
+ display: block;
2243
+ width: 13px;
2244
+ height: 13px;
2245
+ position: absolute;
2246
+ top: 0; left: 0;
2247
+ margin-left: -1px;
2248
+ margin-top: -2px;
2249
+ }
2250
+
2251
+
2252
+ // Spacer
2253
+
2254
+ .@{prefix}-spacer {
2255
+ visibility: hidden;
2256
+ }
2257
+
2258
+
2259
+ // SplitButton
2260
+
2261
+ .@{prefix}-splitbtn .@{prefix}-open {
2262
+ border-left: 1px solid transparent;
2263
+ }
2264
+
2265
+ .@{prefix}-splitbtn:hover .@{prefix}-open {
2266
+ border-left-color: darken(@btn-bg, 20%);
2267
+ }
2268
+
2269
+ .@{prefix}-splitbtn button when (@has-button-borders = false) {
2270
+ padding-right: 6px;
2271
+ padding-left: 6px;
2272
+ }
2273
+
2274
+ .@{prefix}-splitbtn button when (@has-button-borders = true) {
2275
+ padding-right: 4px;
2276
+ padding-left: 8px;
2277
+ }
2278
+
2279
+ .@{prefix}-splitbtn .@{prefix}-open {
2280
+ padding-right: 4px;
2281
+ padding-left: 4px;
2282
+ }
2283
+
2284
+ .@{prefix}-splitbtn .@{prefix}-open.@{prefix}-active {
2285
+ .vertical-gradient(darken(@btn-bg, 10%), darken(@btn-bg-hlight, 5%));
2286
+ outline: 1px solid darken(@btn-bg, 20%);
2287
+ }
2288
+
2289
+ .@{prefix}-splitbtn.@{prefix}-btn-small .@{prefix}-open {
2290
+ padding: 0 3px 0 3px;
2291
+ }
2292
+
2293
+ // RTL
2294
+
2295
+ .@{prefix}-rtl .@{prefix}-splitbtn {
2296
+ direction: rtl;
2297
+ text-align: right;
2298
+ }
2299
+
2300
+ .@{prefix}-rtl .@{prefix}-splitbtn button {
2301
+ padding-right: 4px;
2302
+ padding-left: 4px;
2303
+ }
2304
+
2305
+ .@{prefix}-rtl .@{prefix}-splitbtn .@{prefix}-open {
2306
+ border-left: 0;
2307
+ }
2308
+
2309
+
2310
+ // StackLayout
2311
+
2312
+ .@{prefix}-stack-layout-item {
2313
+ display: block;
2314
+ }
2315
+
2316
+
2317
+ // TabPanel
2318
+
2319
+ .@{prefix}-tabs {
2320
+ display: block;
2321
+ border-bottom: 1px solid @tab-border;
2322
+ }
2323
+
2324
+ .@{prefix}-tabs,
2325
+ .@{prefix}-tabs + .@{prefix}-container-body {
2326
+ background: @tabs-bg;
2327
+ }
2328
+
2329
+ .@{prefix}-tab {
2330
+ .inline-block();
2331
+ border: 1px solid @tab-border;
2332
+ border-width: 0 1px 0 0;
2333
+ background: @tab-bg;
2334
+ padding: 8px;
2335
+ text-shadow: @text-shadow;
2336
+ height: 13px;
2337
+ cursor: pointer;
2338
+ }
2339
+
2340
+ .@{prefix}-tab:hover {
2341
+ background: @tab-bg-hover;
2342
+ }
2343
+
2344
+ .@{prefix}-tab.@{prefix}-active {
2345
+ background: @tab-bg-active;
2346
+ border-bottom-color: transparent;
2347
+ margin-bottom: -1px;
2348
+ height: 14px;
2349
+ }
2350
+
2351
+ // RTL
2352
+
2353
+ .@{prefix}-rtl .@{prefix}-tabs {
2354
+ text-align: right;
2355
+ direction: rtl;
2356
+ }
2357
+
2358
+ .@{prefix}-rtl .@{prefix}-tab {
2359
+ border-width: 0 0 0 1px;
2360
+ }
2361
+
2362
+
2363
+ // TextBox
2364
+
2365
+ .@{prefix}-textbox {
2366
+ background: @textbox-bg;
2367
+ border: 1px solid @textbox-border;
2368
+ .border-radius(3px);
2369
+ .box-shadow(@textbox-box-shadow);
2370
+ display: inline-block;
2371
+ .transition(~"border linear .2s, box-shadow linear .2s");
2372
+ height: 28px;
2373
+ resize: none;
2374
+ padding: 0 4px 0 4px;
2375
+ white-space: pre-wrap;
2376
+ *white-space: pre;
2377
+ color: @text;
2378
+ }
2379
+
2380
+ .@{prefix}-textbox:focus, .@{prefix}-textbox.@{prefix}-focus {
2381
+ border-color: @textbox-border-focus;
2382
+ .box-shadow(inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px fadeout(@textbox-border-focus, 15%));
2383
+ }
2384
+
2385
+ .@{prefix}-placeholder .@{prefix}-textbox {
2386
+ color: @textbox-text-placeholder;
2387
+ }
2388
+
2389
+ .@{prefix}-textbox.@{prefix}-multiline {
2390
+ padding: 4px;
2391
+ height: auto;
2392
+ }
2393
+
2394
+ .@{prefix}-textbox.@{prefix}-disabled {
2395
+ color: mix(@text, @textbox-bg, 40%);
2396
+ }
2397
+
2398
+ // RTL
2399
+
2400
+ .@{prefix}-rtl .@{prefix}-textbox {
2401
+ text-align: right;
2402
+ direction: rtl;
2403
+ }
2404
+
2405
+
2406
+ /* Icons IE7 */
2407
+
2408
+ @font-face {
2409
+ font-family: 'tinymce';
2410
+ src:url('fonts/tinymce.eot');
2411
+ src:url('fonts/tinymce.eot?#iefix') format('embedded-opentype'),
2412
+ url('fonts/tinymce.woff') format('woff'),
2413
+ url('fonts/tinymce.ttf') format('truetype'),
2414
+ url('fonts/tinymce.svg#tinymce') format('svg');
2415
+ font-weight: normal;
2416
+ font-style: normal;
2417
+ }
2418
+
2419
+ @font-face {
2420
+ font-family: 'tinymce-small';
2421
+ src:url('fonts/tinymce-small.eot');
2422
+ src:url('fonts/tinymce-small.eot?#iefix') format('embedded-opentype'),
2423
+ url('fonts/tinymce-small.woff') format('woff'),
2424
+ url('fonts/tinymce-small.ttf') format('truetype'),
2425
+ url('fonts/tinymce-small.svg#tinymce') format('svg');
2426
+ font-weight: normal;
2427
+ font-style: normal;
2428
+ }
2429
+
2430
+ @iconSize: 16px;
2431
+
2432
+ .@{prefix}-ico {
2433
+ font-family: 'tinymce';
2434
+ font-style: normal;
2435
+ font-weight: normal;
2436
+ font-size: @iconSize;
2437
+ line-height: 16px;
2438
+ vertical-align: text-top;
2439
+ -webkit-font-smoothing: antialiased;
2440
+
2441
+ display: inline-block;
2442
+ background: transparent center center;
2443
+ width: 16px;
2444
+ height: 16px;
2445
+ color: @btn-text;
2446
+ -ie7-icon: ' ';
2447
+ }
2448
+
2449
+ .@{prefix}-btn-small .@{prefix}-ico {
2450
+ font-family: 'tinymce-small';
2451
+ }
2452
+
2453
+ // .@{prefix}-i-checkbox needs to have zoom overridden since it's set by the gradient mixin
2454
+ .@{prefix}-ico, i.@{prefix}-i-checkbox {
2455
+ zoom: ~"expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = this.currentStyle['-ie7-icon'].substr(1, 1) + '&nbsp;')";
2456
+ }
2457
+
2458
+ .@{prefix}-i-save { -ie7-icon: "\e000"; }
2459
+ .@{prefix}-i-newdocument { -ie7-icon: "\e001"; }
2460
+ .@{prefix}-i-fullpage { -ie7-icon: "\e002"; }
2461
+ .@{prefix}-i-alignleft { -ie7-icon: "\e003"; }
2462
+ .@{prefix}-i-aligncenter { -ie7-icon: "\e004"; }
2463
+ .@{prefix}-i-alignright { -ie7-icon: "\e005"; }
2464
+ .@{prefix}-i-alignjustify { -ie7-icon: "\e006"; }
2465
+ .@{prefix}-i-alignnone { -ie7-icon: "\e003"; }
2466
+ .@{prefix}-i-cut { -ie7-icon: "\e007"; }
2467
+ .@{prefix}-i-paste { -ie7-icon: "\e008"; }
2468
+ .@{prefix}-i-searchreplace { -ie7-icon: "\e009"; }
2469
+ .@{prefix}-i-bullist { -ie7-icon: "\e00a"; }
2470
+ .@{prefix}-i-numlist { -ie7-icon: "\e00b"; }
2471
+ .@{prefix}-i-indent { -ie7-icon: "\e00c"; }
2472
+ .@{prefix}-i-outdent { -ie7-icon: "\e00d"; }
2473
+ .@{prefix}-i-blockquote { -ie7-icon: "\e00e"; }
2474
+ .@{prefix}-i-undo { -ie7-icon: "\e00f"; }
2475
+ .@{prefix}-i-redo { -ie7-icon: "\e010"; }
2476
+ .@{prefix}-i-link { -ie7-icon: "\e011"; }
2477
+ .@{prefix}-i-unlink { -ie7-icon: "\e012"; }
2478
+ .@{prefix}-i-anchor { -ie7-icon: "\e013"; }
2479
+ .@{prefix}-i-image { -ie7-icon: "\e014"; }
2480
+ .@{prefix}-i-media { -ie7-icon: "\e015"; }
2481
+ .@{prefix}-i-help { -ie7-icon: "\e016"; }
2482
+ .@{prefix}-i-code { -ie7-icon: "\e017"; }
2483
+ .@{prefix}-i-insertdatetime { -ie7-icon: "\e018"; }
2484
+ .@{prefix}-i-preview { -ie7-icon: "\e019"; }
2485
+ .@{prefix}-i-forecolor { -ie7-icon: "\e01a"; }
2486
+ .@{prefix}-i-backcolor { -ie7-icon: "\e01a"; }
2487
+ .@{prefix}-i-table { -ie7-icon: "\e01b"; }
2488
+ .@{prefix}-i-hr { -ie7-icon: "\e01c"; }
2489
+ .@{prefix}-i-removeformat { -ie7-icon: "\e01d"; }
2490
+ .@{prefix}-i-subscript { -ie7-icon: "\e01e"; }
2491
+ .@{prefix}-i-superscript { -ie7-icon: "\e01f"; }
2492
+ .@{prefix}-i-charmap { -ie7-icon: "\e020"; }
2493
+ .@{prefix}-i-emoticons { -ie7-icon: "\e021"; }
2494
+ .@{prefix}-i-print { -ie7-icon: "\e022"; }
2495
+ .@{prefix}-i-fullscreen { -ie7-icon: "\e023"; }
2496
+ .@{prefix}-i-spellchecker { -ie7-icon: "\e024"; }
2497
+ .@{prefix}-i-nonbreaking { -ie7-icon: "\e025"; }
2498
+ .@{prefix}-i-template { -ie7-icon: "\e026"; }
2499
+ .@{prefix}-i-pagebreak { -ie7-icon: "\e027"; }
2500
+ .@{prefix}-i-restoredraft { -ie7-icon: "\e028"; }
2501
+ .@{prefix}-i-untitled { -ie7-icon: "\e029"; }
2502
+ .@{prefix}-i-bold { -ie7-icon: "\e02a"; }
2503
+ .@{prefix}-i-italic { -ie7-icon: "\e02b"; }
2504
+ .@{prefix}-i-underline { -ie7-icon: "\e02c"; }
2505
+ .@{prefix}-i-strikethrough { -ie7-icon: "\e02d"; }
2506
+ .@{prefix}-i-visualchars { -ie7-icon: "\e02e"; }
2507
+ .@{prefix}-i-ltr { -ie7-icon: "\e02f"; }
2508
+ .@{prefix}-i-rtl { -ie7-icon: "\e030"; }
2509
+ .@{prefix}-i-copy { -ie7-icon: "\e031"; }
2510
+ .@{prefix}-i-resize { -ie7-icon: "\e032"; }
2511
+ .@{prefix}-i-browse { -ie7-icon: "\e034"; }
2512
+ .@{prefix}-i-pastetext { -ie7-icon: "\e035"; }
2513
+ .@{prefix}-i-rotateleft { -ie7-icon: "\eaa8"; }
2514
+ .@{prefix}-i-rotateright { -ie7-icon: "\eaa9"; }
2515
+ .@{prefix}-i-crop { -ie7-icon: "\ee78"; }
2516
+ .@{prefix}-i-editimage { -ie7-icon: "\e914"; }
2517
+ .@{prefix}-i-options { -ie7-icon: "\ec6a"; }
2518
+ .@{prefix}-i-flipv { -ie7-icon: "\eaaa"; }
2519
+ .@{prefix}-i-fliph { -ie7-icon: "\eaac"; }
2520
+ .@{prefix}-i-zoomin { -ie7-icon: "\eb35"; }
2521
+ .@{prefix}-i-zoomout { -ie7-icon: "\eb36"; }
2522
+ .@{prefix}-i-sun { -ie7-icon: "\eccc"; }
2523
+ .@{prefix}-i-moon { -ie7-icon: "\eccd"; }
2524
+ .@{prefix}-i-arrowleft { -ie7-icon: "\edc0"; }
2525
+ .@{prefix}-i-arrowright { -ie7-icon: "\edb8"; }
2526
+ .@{prefix}-i-drop { -ie7-icon: "\e934"; }
2527
+ .@{prefix}-i-contrast { -ie7-icon: "\ecd4"; }
2528
+ .@{prefix}-i-sharpen { -ie7-icon: "\eba7"; }
2529
+ .@{prefix}-i-palette { -ie7-icon: "\e92a"; }
2530
+ .@{prefix}-i-resize2 { -ie7-icon: "\edf9"; }
2531
+ .@{prefix}-i-orientation { -ie7-icon: "\e601"; }
2532
+ .@{prefix}-i-invert { -ie7-icon: "\e602"; }
2533
+ .@{prefix}-i-gamma { -ie7-icon: "\e600"; }
2534
+ .@{prefix}-i-remove { -ie7-icon: "\ed6a"; }
2535
+ .@{prefix}-i-codesample { -ie7-icon: "\e603"; }
2536
+ .@{prefix}-i-checkbox, .@{prefix}-i-selected {
2537
+ -ie7-icon: "\e033";
2538
+ }
2539
+
2540
+ .@{prefix}-i-selected { visibility: hidden; }
2541
+ .@{prefix}-i-backcolor { background: #BBB; }
2542
+