baidu_ueditor_rails 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (242) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +14 -0
  3. data/Gemfile.lock +88 -0
  4. data/bin/rails +8 -0
  5. data/vendor/assets/javascripts/ueditor/dialogs/anchor/anchor.html +40 -0
  6. data/vendor/assets/javascripts/ueditor/dialogs/attachment/attachment.css +130 -0
  7. data/vendor/assets/javascripts/ueditor/dialogs/attachment/attachment.html +128 -0
  8. data/vendor/assets/javascripts/ueditor/dialogs/attachment/callbacks.js +166 -0
  9. data/vendor/assets/javascripts/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif +0 -0
  10. data/vendor/assets/javascripts/ueditor/dialogs/attachment/fileTypeImages/icon_default.png +0 -0
  11. data/vendor/assets/javascripts/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif +0 -0
  12. data/vendor/assets/javascripts/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif +0 -0
  13. data/vendor/assets/javascripts/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif +0 -0
  14. data/vendor/assets/javascripts/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif +0 -0
  15. data/vendor/assets/javascripts/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif +0 -0
  16. data/vendor/assets/javascripts/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif +0 -0
  17. data/vendor/assets/javascripts/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif +0 -0
  18. data/vendor/assets/javascripts/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif +0 -0
  19. data/vendor/assets/javascripts/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif +0 -0
  20. data/vendor/assets/javascripts/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif +0 -0
  21. data/vendor/assets/javascripts/ueditor/dialogs/attachment/fileTypeMaps.js +29 -0
  22. data/vendor/assets/javascripts/ueditor/dialogs/background/background.css +25 -0
  23. data/vendor/assets/javascripts/ueditor/dialogs/background/background.html +56 -0
  24. data/vendor/assets/javascripts/ueditor/dialogs/background/background.js +251 -0
  25. data/vendor/assets/javascripts/ueditor/dialogs/charts/chart.config.js +65 -0
  26. data/vendor/assets/javascripts/ueditor/dialogs/charts/charts.css +165 -0
  27. data/vendor/assets/javascripts/ueditor/dialogs/charts/charts.html +89 -0
  28. data/vendor/assets/javascripts/ueditor/dialogs/charts/charts.js +519 -0
  29. data/vendor/assets/javascripts/ueditor/dialogs/charts/images/charts0.png +0 -0
  30. data/vendor/assets/javascripts/ueditor/dialogs/charts/images/charts1.png +0 -0
  31. data/vendor/assets/javascripts/ueditor/dialogs/charts/images/charts2.png +0 -0
  32. data/vendor/assets/javascripts/ueditor/dialogs/charts/images/charts3.png +0 -0
  33. data/vendor/assets/javascripts/ueditor/dialogs/charts/images/charts4.png +0 -0
  34. data/vendor/assets/javascripts/ueditor/dialogs/charts/images/charts5.png +0 -0
  35. data/vendor/assets/javascripts/ueditor/dialogs/emotion/emotion.css +43 -0
  36. data/vendor/assets/javascripts/ueditor/dialogs/emotion/emotion.html +54 -0
  37. data/vendor/assets/javascripts/ueditor/dialogs/emotion/emotion.js +186 -0
  38. data/vendor/assets/javascripts/ueditor/dialogs/emotion/images/0.gif +0 -0
  39. data/vendor/assets/javascripts/ueditor/dialogs/emotion/images/bface.gif +0 -0
  40. data/vendor/assets/javascripts/ueditor/dialogs/emotion/images/cface.gif +0 -0
  41. data/vendor/assets/javascripts/ueditor/dialogs/emotion/images/fface.gif +0 -0
  42. data/vendor/assets/javascripts/ueditor/dialogs/emotion/images/jxface2.gif +0 -0
  43. data/vendor/assets/javascripts/ueditor/dialogs/emotion/images/neweditor-tab-bg.png +0 -0
  44. data/vendor/assets/javascripts/ueditor/dialogs/emotion/images/tface.gif +0 -0
  45. data/vendor/assets/javascripts/ueditor/dialogs/emotion/images/wface.gif +0 -0
  46. data/vendor/assets/javascripts/ueditor/dialogs/emotion/images/yface.gif +0 -0
  47. data/vendor/assets/javascripts/ueditor/dialogs/gmap/gmap.html +89 -0
  48. data/vendor/assets/javascripts/ueditor/dialogs/help/help.css +7 -0
  49. data/vendor/assets/javascripts/ueditor/dialogs/help/help.html +82 -0
  50. data/vendor/assets/javascripts/ueditor/dialogs/help/help.js +56 -0
  51. data/vendor/assets/javascripts/ueditor/dialogs/image/image.css +69 -0
  52. data/vendor/assets/javascripts/ueditor/dialogs/image/image.html +257 -0
  53. data/vendor/assets/javascripts/ueditor/dialogs/image/image.js +713 -0
  54. data/vendor/assets/javascripts/ueditor/dialogs/image/imageUploader.swf +0 -0
  55. data/vendor/assets/javascripts/ueditor/dialogs/image/images/center_focus.jpg +0 -0
  56. data/vendor/assets/javascripts/ueditor/dialogs/image/images/left_focus.jpg +0 -0
  57. data/vendor/assets/javascripts/ueditor/dialogs/image/images/none_focus.jpg +0 -0
  58. data/vendor/assets/javascripts/ueditor/dialogs/image/images/right_focus.jpg +0 -0
  59. data/vendor/assets/javascripts/ueditor/dialogs/insertframe/insertframe.html +98 -0
  60. data/vendor/assets/javascripts/ueditor/dialogs/internal.js +81 -0
  61. data/vendor/assets/javascripts/ueditor/dialogs/link/link.html +126 -0
  62. data/vendor/assets/javascripts/ueditor/dialogs/map/map.html +135 -0
  63. data/vendor/assets/javascripts/ueditor/dialogs/map/show.html +118 -0
  64. data/vendor/assets/javascripts/ueditor/dialogs/music/music.css +30 -0
  65. data/vendor/assets/javascripts/ueditor/dialogs/music/music.html +32 -0
  66. data/vendor/assets/javascripts/ueditor/dialogs/music/music.js +192 -0
  67. data/vendor/assets/javascripts/ueditor/dialogs/preview/preview.html +40 -0
  68. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/images/addimg.png +0 -0
  69. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/images/brush.png +0 -0
  70. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/images/delimg.png +0 -0
  71. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/images/delimgH.png +0 -0
  72. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/images/empty.png +0 -0
  73. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/images/emptyH.png +0 -0
  74. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/images/eraser.png +0 -0
  75. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/images/redo.png +0 -0
  76. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/images/redoH.png +0 -0
  77. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/images/scale.png +0 -0
  78. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/images/scaleH.png +0 -0
  79. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/images/size.png +0 -0
  80. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/images/undo.png +0 -0
  81. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/images/undoH.png +0 -0
  82. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/scrawl.css +72 -0
  83. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/scrawl.html +95 -0
  84. data/vendor/assets/javascripts/ueditor/dialogs/scrawl/scrawl.js +655 -0
  85. data/vendor/assets/javascripts/ueditor/dialogs/searchreplace/searchreplace.html +102 -0
  86. data/vendor/assets/javascripts/ueditor/dialogs/searchreplace/searchreplace.js +164 -0
  87. data/vendor/assets/javascripts/ueditor/dialogs/snapscreen/snapscreen.html +58 -0
  88. data/vendor/assets/javascripts/ueditor/dialogs/spechars/spechars.html +21 -0
  89. data/vendor/assets/javascripts/ueditor/dialogs/spechars/spechars.js +57 -0
  90. data/vendor/assets/javascripts/ueditor/dialogs/table/dragicon.png +0 -0
  91. data/vendor/assets/javascripts/ueditor/dialogs/table/edittable.css +84 -0
  92. data/vendor/assets/javascripts/ueditor/dialogs/table/edittable.html +64 -0
  93. data/vendor/assets/javascripts/ueditor/dialogs/table/edittable.js +237 -0
  94. data/vendor/assets/javascripts/ueditor/dialogs/table/edittd.html +61 -0
  95. data/vendor/assets/javascripts/ueditor/dialogs/table/edittip.html +33 -0
  96. data/vendor/assets/javascripts/ueditor/dialogs/tangram.js +1495 -0
  97. data/vendor/assets/javascripts/ueditor/dialogs/template/config.js +42 -0
  98. data/vendor/assets/javascripts/ueditor/dialogs/template/images/bg.gif +0 -0
  99. data/vendor/assets/javascripts/ueditor/dialogs/template/images/pre0.png +0 -0
  100. data/vendor/assets/javascripts/ueditor/dialogs/template/images/pre1.png +0 -0
  101. data/vendor/assets/javascripts/ueditor/dialogs/template/images/pre2.png +0 -0
  102. data/vendor/assets/javascripts/ueditor/dialogs/template/images/pre3.png +0 -0
  103. data/vendor/assets/javascripts/ueditor/dialogs/template/images/pre4.png +0 -0
  104. data/vendor/assets/javascripts/ueditor/dialogs/template/template.css +18 -0
  105. data/vendor/assets/javascripts/ueditor/dialogs/template/template.html +26 -0
  106. data/vendor/assets/javascripts/ueditor/dialogs/template/template.js +53 -0
  107. data/vendor/assets/javascripts/ueditor/dialogs/video/callbacks.js +166 -0
  108. data/vendor/assets/javascripts/ueditor/dialogs/video/images/center_focus.jpg +0 -0
  109. data/vendor/assets/javascripts/ueditor/dialogs/video/images/left_focus.jpg +0 -0
  110. data/vendor/assets/javascripts/ueditor/dialogs/video/images/none_focus.jpg +0 -0
  111. data/vendor/assets/javascripts/ueditor/dialogs/video/images/right_focus.jpg +0 -0
  112. data/vendor/assets/javascripts/ueditor/dialogs/video/video.css +150 -0
  113. data/vendor/assets/javascripts/ueditor/dialogs/video/video.html +95 -0
  114. data/vendor/assets/javascripts/ueditor/dialogs/video/video.js +471 -0
  115. data/vendor/assets/javascripts/ueditor/dialogs/webapp/webapp.html +53 -0
  116. data/vendor/assets/javascripts/ueditor/dialogs/wordimage/fClipboard_ueditor.swf +0 -0
  117. data/vendor/assets/javascripts/ueditor/dialogs/wordimage/imageUploader.swf +0 -0
  118. data/vendor/assets/javascripts/ueditor/dialogs/wordimage/wordimage.html +104 -0
  119. data/vendor/assets/javascripts/ueditor/dialogs/wordimage/wordimage.js +158 -0
  120. data/vendor/assets/javascripts/ueditor/index.html +175 -0
  121. data/vendor/assets/javascripts/ueditor/lang/en/en.js +638 -0
  122. data/vendor/assets/javascripts/ueditor/lang/en/images/addimage.png +0 -0
  123. data/vendor/assets/javascripts/ueditor/lang/en/images/alldeletebtnhoverskin.png +0 -0
  124. data/vendor/assets/javascripts/ueditor/lang/en/images/alldeletebtnupskin.png +0 -0
  125. data/vendor/assets/javascripts/ueditor/lang/en/images/background.png +0 -0
  126. data/vendor/assets/javascripts/ueditor/lang/en/images/button.png +0 -0
  127. data/vendor/assets/javascripts/ueditor/lang/en/images/copy.png +0 -0
  128. data/vendor/assets/javascripts/ueditor/lang/en/images/deletedisable.png +0 -0
  129. data/vendor/assets/javascripts/ueditor/lang/en/images/deleteenable.png +0 -0
  130. data/vendor/assets/javascripts/ueditor/lang/en/images/imglabel.png +0 -0
  131. data/vendor/assets/javascripts/ueditor/lang/en/images/listbackground.png +0 -0
  132. data/vendor/assets/javascripts/ueditor/lang/en/images/localimage.png +0 -0
  133. data/vendor/assets/javascripts/ueditor/lang/en/images/music.png +0 -0
  134. data/vendor/assets/javascripts/ueditor/lang/en/images/rotateleftdisable.png +0 -0
  135. data/vendor/assets/javascripts/ueditor/lang/en/images/rotateleftenable.png +0 -0
  136. data/vendor/assets/javascripts/ueditor/lang/en/images/rotaterightdisable.png +0 -0
  137. data/vendor/assets/javascripts/ueditor/lang/en/images/rotaterightenable.png +0 -0
  138. data/vendor/assets/javascripts/ueditor/lang/en/images/upload.png +0 -0
  139. data/vendor/assets/javascripts/ueditor/lang/zh-cn/images/copy.png +0 -0
  140. data/vendor/assets/javascripts/ueditor/lang/zh-cn/images/imglabel.png +0 -0
  141. data/vendor/assets/javascripts/ueditor/lang/zh-cn/images/localimage.png +0 -0
  142. data/vendor/assets/javascripts/ueditor/lang/zh-cn/images/music.png +0 -0
  143. data/vendor/assets/javascripts/ueditor/lang/zh-cn/images/upload.png +0 -0
  144. data/vendor/assets/javascripts/ueditor/lang/zh-cn/zh-cn.js +605 -0
  145. data/vendor/assets/javascripts/ueditor/themes/default/css/ueditor.css +1823 -0
  146. data/vendor/assets/javascripts/ueditor/themes/default/css/ueditor.min.css +8 -0
  147. data/vendor/assets/javascripts/ueditor/themes/default/dialogbase.css +100 -0
  148. data/vendor/assets/javascripts/ueditor/themes/default/images/anchor.gif +0 -0
  149. data/vendor/assets/javascripts/ueditor/themes/default/images/arrow.png +0 -0
  150. data/vendor/assets/javascripts/ueditor/themes/default/images/arrow_down.png +0 -0
  151. data/vendor/assets/javascripts/ueditor/themes/default/images/arrow_up.png +0 -0
  152. data/vendor/assets/javascripts/ueditor/themes/default/images/button-bg.gif +0 -0
  153. data/vendor/assets/javascripts/ueditor/themes/default/images/cancelbutton.gif +0 -0
  154. data/vendor/assets/javascripts/ueditor/themes/default/images/charts.png +0 -0
  155. data/vendor/assets/javascripts/ueditor/themes/default/images/cursor_h.gif +0 -0
  156. data/vendor/assets/javascripts/ueditor/themes/default/images/cursor_h.png +0 -0
  157. data/vendor/assets/javascripts/ueditor/themes/default/images/cursor_v.gif +0 -0
  158. data/vendor/assets/javascripts/ueditor/themes/default/images/cursor_v.png +0 -0
  159. data/vendor/assets/javascripts/ueditor/themes/default/images/dialog-title-bg.png +0 -0
  160. data/vendor/assets/javascripts/ueditor/themes/default/images/filescan.png +0 -0
  161. data/vendor/assets/javascripts/ueditor/themes/default/images/highlighted.gif +0 -0
  162. data/vendor/assets/javascripts/ueditor/themes/default/images/icons-all.gif +0 -0
  163. data/vendor/assets/javascripts/ueditor/themes/default/images/icons.gif +0 -0
  164. data/vendor/assets/javascripts/ueditor/themes/default/images/icons.png +0 -0
  165. data/vendor/assets/javascripts/ueditor/themes/default/images/lock.gif +0 -0
  166. data/vendor/assets/javascripts/ueditor/themes/default/images/neweditor-tab-bg.png +0 -0
  167. data/vendor/assets/javascripts/ueditor/themes/default/images/pagebreak.gif +0 -0
  168. data/vendor/assets/javascripts/ueditor/themes/default/images/scale.png +0 -0
  169. data/vendor/assets/javascripts/ueditor/themes/default/images/sortable.png +0 -0
  170. data/vendor/assets/javascripts/ueditor/themes/default/images/spacer.gif +0 -0
  171. data/vendor/assets/javascripts/ueditor/themes/default/images/sparator_v.png +0 -0
  172. data/vendor/assets/javascripts/ueditor/themes/default/images/table-cell-align.png +0 -0
  173. data/vendor/assets/javascripts/ueditor/themes/default/images/tangram-colorpicker.png +0 -0
  174. data/vendor/assets/javascripts/ueditor/themes/default/images/toolbar_bg.png +0 -0
  175. data/vendor/assets/javascripts/ueditor/themes/default/images/unhighlighted.gif +0 -0
  176. data/vendor/assets/javascripts/ueditor/themes/default/images/upload.png +0 -0
  177. data/vendor/assets/javascripts/ueditor/themes/default/images/videologo.gif +0 -0
  178. data/vendor/assets/javascripts/ueditor/themes/default/images/word.gif +0 -0
  179. data/vendor/assets/javascripts/ueditor/themes/default/images/wordpaste.png +0 -0
  180. data/vendor/assets/javascripts/ueditor/themes/iframe.css +1 -0
  181. data/vendor/assets/javascripts/ueditor/third-party/SyntaxHighlighter/shCore.js +3655 -0
  182. data/vendor/assets/javascripts/ueditor/third-party/SyntaxHighlighter/shCoreDefault.css +1 -0
  183. data/vendor/assets/javascripts/ueditor/third-party/codemirror/codemirror.css +104 -0
  184. data/vendor/assets/javascripts/ueditor/third-party/codemirror/codemirror.js +3581 -0
  185. data/vendor/assets/javascripts/ueditor/third-party/highcharts/adapters/mootools-adapter.js +13 -0
  186. data/vendor/assets/javascripts/ueditor/third-party/highcharts/adapters/mootools-adapter.src.js +313 -0
  187. data/vendor/assets/javascripts/ueditor/third-party/highcharts/adapters/prototype-adapter.js +15 -0
  188. data/vendor/assets/javascripts/ueditor/third-party/highcharts/adapters/prototype-adapter.src.js +316 -0
  189. data/vendor/assets/javascripts/ueditor/third-party/highcharts/adapters/standalone-framework.js +17 -0
  190. data/vendor/assets/javascripts/ueditor/third-party/highcharts/adapters/standalone-framework.src.js +583 -0
  191. data/vendor/assets/javascripts/ueditor/third-party/highcharts/highcharts-more.js +50 -0
  192. data/vendor/assets/javascripts/ueditor/third-party/highcharts/highcharts-more.src.js +2430 -0
  193. data/vendor/assets/javascripts/ueditor/third-party/highcharts/highcharts.js +283 -0
  194. data/vendor/assets/javascripts/ueditor/third-party/highcharts/highcharts.src.js +16974 -0
  195. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/annotations.js +7 -0
  196. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/annotations.src.js +401 -0
  197. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/canvas-tools.js +133 -0
  198. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/canvas-tools.src.js +3113 -0
  199. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/data.js +17 -0
  200. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/data.src.js +582 -0
  201. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/drilldown.js +11 -0
  202. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/drilldown.src.js +447 -0
  203. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/exporting.js +22 -0
  204. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/exporting.src.js +709 -0
  205. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/funnel.js +12 -0
  206. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/funnel.src.js +289 -0
  207. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/heatmap.js +1 -0
  208. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/heatmap.src.js +53 -0
  209. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/map.js +27 -0
  210. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/map.src.js +1002 -0
  211. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/no-data-to-display.js +12 -0
  212. data/vendor/assets/javascripts/ueditor/third-party/highcharts/modules/no-data-to-display.src.js +128 -0
  213. data/vendor/assets/javascripts/ueditor/third-party/highcharts/themes/dark-blue.js +254 -0
  214. data/vendor/assets/javascripts/ueditor/third-party/highcharts/themes/dark-green.js +255 -0
  215. data/vendor/assets/javascripts/ueditor/third-party/highcharts/themes/gray.js +257 -0
  216. data/vendor/assets/javascripts/ueditor/third-party/highcharts/themes/grid.js +103 -0
  217. data/vendor/assets/javascripts/ueditor/third-party/highcharts/themes/skies.js +89 -0
  218. data/vendor/assets/javascripts/ueditor/third-party/jquery-1.10.2.min.js +6 -0
  219. data/vendor/assets/javascripts/ueditor/third-party/snapscreen/UEditorSnapscreen.exe +0 -0
  220. data/vendor/assets/javascripts/ueditor/third-party/swfupload/fileprogress.js +215 -0
  221. data/vendor/assets/javascripts/ueditor/third-party/swfupload/swfupload.cookies.js +53 -0
  222. data/vendor/assets/javascripts/ueditor/third-party/swfupload/swfupload.js +1132 -0
  223. data/vendor/assets/javascripts/ueditor/third-party/swfupload/swfupload.proxy.js +96 -0
  224. data/vendor/assets/javascripts/ueditor/third-party/swfupload/swfupload.queue.js +98 -0
  225. data/vendor/assets/javascripts/ueditor/third-party/swfupload/swfupload.speed.js +346 -0
  226. data/vendor/assets/javascripts/ueditor/third-party/swfupload/swfupload.swf +0 -0
  227. data/vendor/assets/javascripts/ueditor/third-party/swfupload/swfupload_fp9.swf +0 -0
  228. data/vendor/assets/javascripts/ueditor/third-party/video-js/font/vjs.eot +0 -0
  229. data/vendor/assets/javascripts/ueditor/third-party/video-js/font/vjs.svg +65 -0
  230. data/vendor/assets/javascripts/ueditor/third-party/video-js/font/vjs.ttf +0 -0
  231. data/vendor/assets/javascripts/ueditor/third-party/video-js/font/vjs.woff +0 -0
  232. data/vendor/assets/javascripts/ueditor/third-party/video-js/video-js.css +766 -0
  233. data/vendor/assets/javascripts/ueditor/third-party/video-js/video-js.min.css +5 -0
  234. data/vendor/assets/javascripts/ueditor/third-party/video-js/video-js.swf +0 -0
  235. data/vendor/assets/javascripts/ueditor/third-party/video-js/video.dev.js +7108 -0
  236. data/vendor/assets/javascripts/ueditor/third-party/video-js/video.js +129 -0
  237. data/vendor/assets/javascripts/ueditor/ueditor.all.js +27535 -0
  238. data/vendor/assets/javascripts/ueditor/ueditor.all.min.js +664 -0
  239. data/vendor/assets/javascripts/ueditor/ueditor.config.js +452 -0
  240. data/vendor/assets/javascripts/ueditor/ueditor.parse.js +1015 -0
  241. data/vendor/assets/javascripts/ueditor/ueditor.parse.min.js +28 -0
  242. metadata +241 -1
@@ -0,0 +1,65 @@
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>
5
+ This is a custom SVG font generated by IcoMoon.
6
+ <iconset grid="16"></iconset>
7
+ </metadata>
8
+ <defs>
9
+ <font id="VideoJS" horiz-adv-x="512" >
10
+ <font-face units-per-em="512" ascent="480" descent="-32" />
11
+ <missing-glyph horiz-adv-x="512" />
12
+ <glyph class="hidden" unicode="&#xf000;" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
13
+ <glyph unicode="&#xe002;" d="M 64,416L 224,416L 224,32L 64,32zM 288,416L 448,416L 448,32L 288,32z" />
14
+ <glyph unicode="&#xe003;" d="M 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
15
+ <glyph unicode="&#xe004;" d="M 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
16
+ c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
17
+ c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
18
+ <glyph unicode="&#xe005;" d="M 359.765,64.235c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.372-9.372,24.568,0,33.941
19
+ c 65.503,65.503, 65.503,172.085,0,237.588c-9.372,9.373-9.372,24.569,0,33.941c 9.372,9.371, 24.569,9.372, 33.941,0
20
+ C 417.532,335.938, 440,281.696, 440,224c0-57.695-22.468-111.938-63.265-152.735C 372.049,66.578, 365.907,64.235, 359.765,64.235zM 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
21
+ c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
22
+ c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
23
+ <glyph unicode="&#xe006;" d="M 445.020,18.98c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.373-9.372,24.568,0,33.941
24
+ C 471.868,103.771, 496.001,162.030, 496.001,224c0,61.969-24.133,120.229-67.952,164.049c-9.372,9.373-9.372,24.569,0,33.941
25
+ c 9.372,9.372, 24.569,9.372, 33.941,0c 52.885-52.886, 82.011-123.2, 82.011-197.99c0-74.791-29.126-145.104-82.011-197.99
26
+ C 457.304,21.323, 451.162,18.98, 445.020,18.98zM 359.765,64.235c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.372-9.372,24.568,0,33.941
27
+ c 65.503,65.503, 65.503,172.085,0,237.588c-9.372,9.373-9.372,24.569,0,33.941c 9.372,9.371, 24.569,9.372, 33.941,0
28
+ C 417.532,335.938, 440,281.696, 440,224c0-57.695-22.468-111.938-63.265-152.735C 372.049,66.578, 365.907,64.235, 359.765,64.235zM 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
29
+ c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
30
+ c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" horiz-adv-x="544" />
31
+ <glyph unicode="&#xe007;" d="M 256,480L 96,224L 256-32L 416,224 z" />
32
+ <glyph unicode="&#xe008;" d="M 0,480 L 687.158,480 L 687.158-35.207 L 0-35.207 L 0,480 z M 622.731,224.638 C 621.878,314.664 618.46,353.922 597.131,381.656 C 593.291,387.629 586.038,391.042 580.065,395.304 C 559.158,410.669 460.593,416.211 346.247,416.211 C 231.896,416.211 128.642,410.669 108.162,395.304 C 101.762,391.042 94.504,387.629 90.242,381.656 C 69.331,353.922 66.349,314.664 65.069,224.638 C 66.349,134.607 69.331,95.353 90.242,67.62 C 94.504,61.22 101.762,58.233 108.162,53.967 C 128.642,38.18 231.896,33.060 346.247,32.207 C 460.593,33.060 559.158,38.18 580.065,53.967 C 586.038,58.233 593.291,61.22 597.131,67.62 C 618.46,95.353 621.878,134.607 622.731,224.638 z M 331.179,247.952 C 325.389,318.401 287.924,359.905 220.901,359.905 C 159.672,359.905 111.54,304.689 111.54,215.965 C 111.54,126.859 155.405,71.267 227.907,71.267 C 285.79,71.267 326.306,113.916 332.701,184.742 L 263.55,184.742 C 260.81,158.468 249.843,138.285 226.69,138.285 C 190.136,138.285 183.435,174.462 183.435,212.92 C 183.435,265.854 198.665,292.886 223.951,292.886 C 246.492,292.886 260.81,276.511 262.939,247.952 L 331.179,247.952 z M 570.013,247.952 C 564.228,318.401 526.758,359.905 459.74,359.905 C 398.507,359.905 350.379,304.689 350.379,215.965 C 350.379,126.859 394.244,71.267 466.746,71.267 C 524.625,71.267 565.14,113.916 571.536,184.742 L 502.384,184.742 C 499.649,158.468 488.682,138.285 465.529,138.285 C 428.971,138.285 422.27,174.462 422.27,212.92 C 422.27,265.854 437.504,292.886 462.785,292.886 C 485.327,292.886 499.649,276.511 501.778,247.952 L 570.013,247.952 z " horiz-adv-x="687.158" />
33
+ <glyph unicode="&#xe009;" d="M 64,416L 448,416L 448,32L 64,32z" />
34
+ <glyph unicode="&#xe00a;" d="M 192,416A64,64 12780 1 1 320,416A64,64 12780 1 1 192,416zM 327.765,359.765A64,64 12780 1 1 455.765,359.765A64,64 12780 1 1 327.765,359.765zM 416,224A32,32 12780 1 1 480,224A32,32 12780 1 1 416,224zM 359.765,88.235A32,32 12780 1 1 423.765,88.23500000000001A32,32 12780 1 1 359.765,88.23500000000001zM 224.001,32A32,32 12780 1 1 288.001,32A32,32 12780 1 1 224.001,32zM 88.236,88.235A32,32 12780 1 1 152.236,88.23500000000001A32,32 12780 1 1 88.236,88.23500000000001zM 72.236,359.765A48,48 12780 1 1 168.236,359.765A48,48 12780 1 1 72.236,359.765zM 28,224A36,36 12780 1 1 100,224A36,36 12780 1 1 28,224z" />
35
+ <glyph unicode="&#xe00b;" d="M 224,192 L 224-16 L 144,64 L 48-32 L 0,16 L 96,112 L 16,192 ZM 512,432 L 416,336 L 496,256 L 288,256 L 288,464 L 368,384 L 464,480 Z" />
36
+ <glyph unicode="&#xe00c;" d="M 256,448 C 397.385,448 512,354.875 512,240 C 512,125.124 397.385,32 256,32 C 242.422,32 229.095,32.867 216.088,34.522 C 161.099-20.467 95.463-30.328 32-31.776 L 32-18.318 C 66.268-1.529 96,29.052 96,64 C 96,68.877 95.621,73.665 94.918,78.348 C 37.020,116.48 0,174.725 0,240 C 0,354.875 114.615,448 256,448 Z" />
37
+ <glyph unicode="&#xe00d;" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 256,352
38
+ c 70.692,0, 128-57.308, 128-128s-57.308-128-128-128s-128,57.308-128,128S 185.308,352, 256,352z M 408.735,71.265
39
+ C 367.938,30.468, 313.695,8, 256,8c-57.696,0-111.938,22.468-152.735,63.265C 62.468,112.062, 40,166.304, 40,224
40
+ c0,57.695, 22.468,111.938, 63.265,152.735l 33.941-33.941c0,0,0,0,0,0c-65.503-65.503-65.503-172.085,0-237.588
41
+ C 168.937,73.475, 211.125,56, 256,56c 44.874,0, 87.062,17.475, 118.794,49.206c 65.503,65.503, 65.503,172.084,0,237.588l 33.941,33.941
42
+ C 449.532,335.938, 472,281.695, 472,224C 472,166.304, 449.532,112.062, 408.735,71.265z" />
43
+ <glyph unicode="&#xe01e;" d="M 512,224c-0.639,33.431-7.892,66.758-21.288,97.231c-13.352,30.5-32.731,58.129-56.521,80.96
44
+ c-23.776,22.848-51.972,40.91-82.492,52.826C 321.197,466.979, 288.401,472.693, 256,472c-32.405-0.641-64.666-7.687-94.167-20.678
45
+ c-29.524-12.948-56.271-31.735-78.367-54.788c-22.112-23.041-39.58-50.354-51.093-79.899C 20.816,287.104, 15.309,255.375, 16,224
46
+ c 0.643-31.38, 7.482-62.574, 20.067-91.103c 12.544-28.55, 30.738-54.414, 53.055-75.774c 22.305-21.377, 48.736-38.252, 77.307-49.36
47
+ C 194.988-3.389, 225.652-8.688, 256-8c 30.354,0.645, 60.481,7.277, 88.038,19.457c 27.575,12.141, 52.558,29.74, 73.183,51.322
48
+ c 20.641,21.57, 36.922,47.118, 47.627,74.715c 6.517,16.729, 10.94,34.2, 13.271,51.899c 0.623-0.036, 1.249-0.060, 1.881-0.060
49
+ c 17.673,0, 32,14.326, 32,32c0,0.898-0.047,1.786-0.119,2.666L 512,223.999 z M 461.153,139.026c-11.736-26.601-28.742-50.7-49.589-70.59
50
+ c-20.835-19.905-45.5-35.593-72.122-45.895C 312.828,12.202, 284.297,7.315, 256,8c-28.302,0.649-56.298,6.868-81.91,18.237
51
+ c-25.625,11.333-48.842,27.745-67.997,47.856c-19.169,20.099-34.264,43.882-44.161,69.529C 51.997,169.264, 47.318,196.729, 48,224
52
+ c 0.651,27.276, 6.664,54.206, 17.627,78.845c 10.929,24.65, 26.749,46.985, 46.123,65.405c 19.365,18.434, 42.265,32.935, 66.937,42.428
53
+ C 203.356,420.208, 229.755,424.681, 256,424c 26.25-0.653, 52.114-6.459, 75.781-17.017c 23.676-10.525, 45.128-25.751, 62.812-44.391
54
+ c 17.698-18.629, 31.605-40.647, 40.695-64.344C 444.412,274.552, 448.679,249.219, 448,224l 0.119,0 c-0.072-0.88-0.119-1.768-0.119-2.666
55
+ c0-16.506, 12.496-30.087, 28.543-31.812C 473.431,172.111, 468.278,155.113, 461.153,139.026z" />
56
+ <glyph unicode="&#xe01f;" d="M 256,480 C 116.626,480 3.271,368.619 0.076,230.013 C 3.036,350.945 94.992,448 208,448 C 322.875,448 416,347.712 416,224 C 416,197.49 437.49,176 464,176 C 490.51,176 512,197.49 512,224 C 512,365.385 397.385,480 256,480 ZM 256-32 C 395.374-32 508.729,79.381 511.924,217.987 C 508.964,97.055 417.008,0 304,0 C 189.125,0 96,100.288 96,224 C 96,250.51 74.51,272 48,272 C 21.49,272 0,250.51 0,224 C 0,82.615 114.615-32 256-32 Z" />
57
+ <glyph unicode="&#xe00e;" d="M 432,128c-22.58,0-42.96-9.369-57.506-24.415L 158.992,211.336C 159.649,215.462, 160,219.689, 160,224
58
+ s-0.351,8.538-1.008,12.663l 215.502,107.751C 389.040,329.369, 409.42,320, 432,320c 44.183,0, 80,35.817, 80,80S 476.183,480, 432,480
59
+ s-80-35.817-80-80c0-4.311, 0.352-8.538, 1.008-12.663L 137.506,279.585C 122.96,294.63, 102.58,304, 80,304c-44.183,0-80-35.818-80-80
60
+ c0-44.184, 35.817-80, 80-80c 22.58,0, 42.96,9.369, 57.506,24.414l 215.502-107.751C 352.352,56.538, 352,52.311, 352,48
61
+ c0-44.184, 35.817-80, 80-80s 80,35.816, 80,80C 512,92.182, 476.183,128, 432,128z" />
62
+ <glyph unicode="&#xe001;" d="M 96,416L 416,224L 96,32 z" />
63
+ <glyph unicode="&#xe000;" d="M 512,480 L 512,272 L 432,352 L 336,256 L 288,304 L 384,400 L 304,480 ZM 224,144 L 128,48 L 208-32 L 0-32 L 0,176 L 80,96 L 176,192 Z" />
64
+ <glyph unicode="&#x20;" horiz-adv-x="256" />
65
+ </font></defs></svg>
@@ -0,0 +1,766 @@
1
+ /*!
2
+ Video.js Default Styles (http://videojs.com)
3
+ Version 4.3.0
4
+ Create your own skin at http://designer.videojs.com
5
+ */
6
+ /* SKIN
7
+ ================================================================================
8
+ The main class name for all skin-specific styles. To make your own skin,
9
+ replace all occurances of 'vjs-default-skin' with a new name. Then add your new
10
+ skin name to your video tag instead of the default skin.
11
+ e.g. <video class="video-js my-skin-name">
12
+ */
13
+ .vjs-default-skin {
14
+ color: #cccccc;
15
+ }
16
+ /* Custom Icon Font
17
+ --------------------------------------------------------------------------------
18
+ The control icons are from a custom font. Each icon corresponds to a character
19
+ (e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
20
+ */
21
+ @font-face {
22
+ font-family: 'VideoJS';
23
+ src: url('font/vjs.eot');
24
+ src: url('font/vjs.eot?#iefix') format('embedded-opentype'), url('font/vjs.woff') format('woff'), url('font/vjs.ttf') format('truetype');
25
+ font-weight: normal;
26
+ font-style: normal;
27
+ }
28
+ /* Base UI Component Classes
29
+ --------------------------------------------------------------------------------
30
+ */
31
+ /* Slider - used for Volume bar and Seek bar */
32
+ .vjs-default-skin .vjs-slider {
33
+ /* Replace browser focus hightlight with handle highlight */
34
+ outline: 0;
35
+ position: relative;
36
+ cursor: pointer;
37
+ padding: 0;
38
+ /* background-color-with-alpha */
39
+ background-color: #333333;
40
+ background-color: rgba(51, 51, 51, 0.9);
41
+ }
42
+ .vjs-default-skin .vjs-slider:focus {
43
+ /* box-shadow */
44
+ -webkit-box-shadow: 0 0 2em #ffffff;
45
+ -moz-box-shadow: 0 0 2em #ffffff;
46
+ box-shadow: 0 0 2em #ffffff;
47
+ }
48
+ .vjs-default-skin .vjs-slider-handle {
49
+ position: absolute;
50
+ /* Needed for IE6 */
51
+ left: 0;
52
+ top: 0;
53
+ }
54
+ .vjs-default-skin .vjs-slider-handle:before {
55
+ content: "\e009";
56
+ font-family: VideoJS;
57
+ font-size: 1em;
58
+ line-height: 1;
59
+ text-align: center;
60
+ text-shadow: 0em 0em 1em #fff;
61
+ position: absolute;
62
+ top: 0;
63
+ left: 0;
64
+ /* Rotate the square icon to make a diamond */
65
+ /* transform */
66
+ -webkit-transform: rotate(-45deg);
67
+ -moz-transform: rotate(-45deg);
68
+ -ms-transform: rotate(-45deg);
69
+ -o-transform: rotate(-45deg);
70
+ transform: rotate(-45deg);
71
+ }
72
+ /* Control Bar
73
+ --------------------------------------------------------------------------------
74
+ The default control bar that is a container for most of the controls.
75
+ */
76
+ .vjs-default-skin .vjs-control-bar {
77
+ /* Start hidden */
78
+ display: none;
79
+ position: absolute;
80
+ /* Place control bar at the bottom of the player box/video.
81
+ If you want more margin below the control bar, add more height. */
82
+ bottom: 0;
83
+ /* Use left/right to stretch to 100% width of player div */
84
+ left: 0;
85
+ right: 0;
86
+ /* Height includes any margin you want above or below control items */
87
+ height: 3.0em;
88
+ /* background-color-with-alpha */
89
+ background-color: #07141e;
90
+ background-color: rgba(7, 20, 30, 0.7);
91
+ }
92
+ /* Show the control bar only once the video has started playing */
93
+ .vjs-default-skin.vjs-has-started .vjs-control-bar {
94
+ display: block;
95
+ /* Visibility needed to make sure things hide in older browsers too. */
96
+
97
+ visibility: visible;
98
+ opacity: 1;
99
+ /* transition */
100
+ -webkit-transition: visibility 0.1s, opacity 0.1s;
101
+ -moz-transition: visibility 0.1s, opacity 0.1s;
102
+ -o-transition: visibility 0.1s, opacity 0.1s;
103
+ transition: visibility 0.1s, opacity 0.1s;
104
+ }
105
+ /* Hide the control bar when the video is playing and the user is inactive */
106
+ .vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
107
+ display: block;
108
+ visibility: hidden;
109
+ opacity: 0;
110
+ /* transition */
111
+ -webkit-transition: visibility 1s, opacity 1s;
112
+ -moz-transition: visibility 1s, opacity 1s;
113
+ -o-transition: visibility 1s, opacity 1s;
114
+ transition: visibility 1s, opacity 1s;
115
+ }
116
+ .vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
117
+ display: none;
118
+ }
119
+ .vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
120
+ display: none;
121
+ }
122
+ /* IE8 is flakey with fonts, and you have to change the actual content to force
123
+ fonts to show/hide properly.
124
+ - "\9" IE8 hack didn't work for this
125
+ - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
126
+ */
127
+ @media \0screen {
128
+ .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
129
+ content: "";
130
+ }
131
+ }
132
+ /* General styles for individual controls. */
133
+ .vjs-default-skin .vjs-control {
134
+ outline: none;
135
+ position: relative;
136
+ float: left;
137
+ text-align: center;
138
+ margin: 0;
139
+ padding: 0;
140
+ height: 3.0em;
141
+ width: 4em;
142
+ }
143
+ /* FontAwsome button icons */
144
+ .vjs-default-skin .vjs-control:before {
145
+ font-family: VideoJS;
146
+ font-size: 1.5em;
147
+ line-height: 2;
148
+ position: absolute;
149
+ top: 0;
150
+ left: 0;
151
+ width: 100%;
152
+ height: 100%;
153
+ text-align: center;
154
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
155
+ }
156
+ /* Replacement for focus outline */
157
+ .vjs-default-skin .vjs-control:focus:before,
158
+ .vjs-default-skin .vjs-control:hover:before {
159
+ text-shadow: 0em 0em 1em #ffffff;
160
+ }
161
+ .vjs-default-skin .vjs-control:focus {
162
+ /* outline: 0; */
163
+ /* keyboard-only users cannot see the focus on several of the UI elements when
164
+ this is set to 0 */
165
+
166
+ }
167
+ /* Hide control text visually, but have it available for screenreaders */
168
+ .vjs-default-skin .vjs-control-text {
169
+ /* hide-visually */
170
+ border: 0;
171
+ clip: rect(0 0 0 0);
172
+ height: 1px;
173
+ margin: -1px;
174
+ overflow: hidden;
175
+ padding: 0;
176
+ position: absolute;
177
+ width: 1px;
178
+ }
179
+ /* Play/Pause
180
+ --------------------------------------------------------------------------------
181
+ */
182
+ .vjs-default-skin .vjs-play-control {
183
+ width: 5em;
184
+ cursor: pointer;
185
+ }
186
+ .vjs-default-skin .vjs-play-control:before {
187
+ content: "\e001";
188
+ }
189
+ .vjs-default-skin.vjs-playing .vjs-play-control:before {
190
+ content: "\e002";
191
+ }
192
+ /* Volume/Mute
193
+ -------------------------------------------------------------------------------- */
194
+ .vjs-default-skin .vjs-mute-control,
195
+ .vjs-default-skin .vjs-volume-menu-button {
196
+ cursor: pointer;
197
+ float: right;
198
+ }
199
+ .vjs-default-skin .vjs-mute-control:before,
200
+ .vjs-default-skin .vjs-volume-menu-button:before {
201
+ content: "\e006";
202
+ }
203
+ .vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
204
+ .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
205
+ content: "\e003";
206
+ }
207
+ .vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
208
+ .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
209
+ content: "\e004";
210
+ }
211
+ .vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
212
+ .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
213
+ content: "\e005";
214
+ }
215
+ .vjs-default-skin .vjs-volume-control {
216
+ width: 5em;
217
+ float: right;
218
+ }
219
+ .vjs-default-skin .vjs-volume-bar {
220
+ width: 5em;
221
+ height: 0.6em;
222
+ margin: 1.1em auto 0;
223
+ }
224
+ .vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
225
+ height: 2.9em;
226
+ }
227
+ .vjs-default-skin .vjs-volume-level {
228
+ position: absolute;
229
+ top: 0;
230
+ left: 0;
231
+ height: 0.5em;
232
+ background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
233
+ }
234
+ .vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
235
+ width: 0.5em;
236
+ height: 0.5em;
237
+ }
238
+ .vjs-default-skin .vjs-volume-handle:before {
239
+ font-size: 0.9em;
240
+ top: -0.2em;
241
+ left: -0.2em;
242
+ width: 1em;
243
+ height: 1em;
244
+ }
245
+ .vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
246
+ width: 6em;
247
+ left: -4em;
248
+ }
249
+ /* Progress
250
+ --------------------------------------------------------------------------------
251
+ */
252
+ .vjs-default-skin .vjs-progress-control {
253
+ position: absolute;
254
+ left: 0;
255
+ right: 0;
256
+ width: auto;
257
+ font-size: 0.3em;
258
+ height: 1em;
259
+ /* Set above the rest of the controls. */
260
+ top: -1em;
261
+ /* Shrink the bar slower than it grows. */
262
+ /* transition */
263
+ -webkit-transition: all 0.4s;
264
+ -moz-transition: all 0.4s;
265
+ -o-transition: all 0.4s;
266
+ transition: all 0.4s;
267
+ }
268
+ /* On hover, make the progress bar grow to something that's more clickable.
269
+ This simply changes the overall font for the progress bar, and this
270
+ updates both the em-based widths and heights, as wells as the icon font */
271
+ .vjs-default-skin:hover .vjs-progress-control {
272
+ font-size: .9em;
273
+ /* Even though we're not changing the top/height, we need to include them in
274
+ the transition so they're handled correctly. */
275
+
276
+ /* transition */
277
+ -webkit-transition: all 0.2s;
278
+ -moz-transition: all 0.2s;
279
+ -o-transition: all 0.2s;
280
+ transition: all 0.2s;
281
+ }
282
+ /* Box containing play and load progresses. Also acts as seek scrubber. */
283
+ .vjs-default-skin .vjs-progress-holder {
284
+ height: 100%;
285
+ }
286
+ /* Progress Bars */
287
+ .vjs-default-skin .vjs-progress-holder .vjs-play-progress,
288
+ .vjs-default-skin .vjs-progress-holder .vjs-load-progress {
289
+ position: absolute;
290
+ display: block;
291
+ height: 100%;
292
+ margin: 0;
293
+ padding: 0;
294
+ /* Needed for IE6 */
295
+ left: 0;
296
+ top: 0;
297
+ }
298
+ .vjs-default-skin .vjs-play-progress {
299
+ /*
300
+ Using a data URI to create the white diagonal lines with a transparent
301
+ background. Surprisingly works in IE8.
302
+ Created using http://www.patternify.com
303
+ Changing the first color value will change the bar color.
304
+ Also using a paralax effect to make the lines move backwards.
305
+ The -50% left position makes that happen.
306
+ */
307
+
308
+ background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
309
+ }
310
+ .vjs-default-skin .vjs-load-progress {
311
+ background: #646464 /* IE8- Fallback */;
312
+ background: rgba(255, 255, 255, 0.4);
313
+ }
314
+ .vjs-default-skin .vjs-seek-handle {
315
+ width: 1.5em;
316
+ height: 100%;
317
+ }
318
+ .vjs-default-skin .vjs-seek-handle:before {
319
+ padding-top: 0.1em /* Minor adjustment */;
320
+ }
321
+ /* Time Display
322
+ --------------------------------------------------------------------------------
323
+ */
324
+ .vjs-default-skin .vjs-time-controls {
325
+ font-size: 1em;
326
+ /* Align vertically by making the line height the same as the control bar */
327
+ line-height: 3em;
328
+ }
329
+ .vjs-default-skin .vjs-current-time {
330
+ float: left;
331
+ }
332
+ .vjs-default-skin .vjs-duration {
333
+ float: left;
334
+ }
335
+ /* Remaining time is in the HTML, but not included in default design */
336
+ .vjs-default-skin .vjs-remaining-time {
337
+ display: none;
338
+ float: left;
339
+ }
340
+ .vjs-time-divider {
341
+ float: left;
342
+ line-height: 3em;
343
+ }
344
+ /* Fullscreen
345
+ --------------------------------------------------------------------------------
346
+ */
347
+ .vjs-default-skin .vjs-fullscreen-control {
348
+ width: 3.8em;
349
+ cursor: pointer;
350
+ float: right;
351
+ }
352
+ .vjs-default-skin .vjs-fullscreen-control:before {
353
+ content: "\e000";
354
+ }
355
+ /* Switch to the exit icon when the player is in fullscreen */
356
+ .vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
357
+ content: "\e00b";
358
+ }
359
+ /* Big Play Button (play button at start)
360
+ --------------------------------------------------------------------------------
361
+ Positioning of the play button in the center or other corners can be done more
362
+ easily in the skin designer. http://designer.videojs.com/
363
+ */
364
+ .vjs-default-skin .vjs-big-play-button {
365
+ left: 0.5em;
366
+ top: 0.5em;
367
+ font-size: 3em;
368
+ display: block;
369
+ z-index: 2;
370
+ position: absolute;
371
+ width: 4em;
372
+ height: 2.6em;
373
+ text-align: center;
374
+ vertical-align: middle;
375
+ cursor: pointer;
376
+ opacity: 1;
377
+ /* Need a slightly gray bg so it can be seen on black backgrounds */
378
+ /* background-color-with-alpha */
379
+ background-color: #07141e;
380
+ background-color: rgba(7, 20, 30, 0.7);
381
+ border: 0.1em solid #3b4249;
382
+ /* border-radius */
383
+ -webkit-border-radius: 0.8em;
384
+ -moz-border-radius: 0.8em;
385
+ border-radius: 0.8em;
386
+ /* box-shadow */
387
+ -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
388
+ -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
389
+ box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
390
+ /* transition */
391
+ -webkit-transition: all 0.4s;
392
+ -moz-transition: all 0.4s;
393
+ -o-transition: all 0.4s;
394
+ transition: all 0.4s;
395
+ }
396
+ /* Optionally center */
397
+ .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
398
+ /* Center it horizontally */
399
+ left: 50%;
400
+ margin-left: -2.1em;
401
+ /* Center it vertically */
402
+ top: 50%;
403
+ margin-top: -1.4000000000000001em;
404
+ }
405
+ /* Hide if controls are disabled */
406
+ .vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
407
+ display: none;
408
+ }
409
+ /* Hide when video starts playing */
410
+ .vjs-default-skin.vjs-has-started .vjs-big-play-button {
411
+ display: none;
412
+ }
413
+ /* Hide on mobile devices. Remove when we stop using native controls
414
+ by default on mobile */
415
+ .vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
416
+ display: none;
417
+ }
418
+ .vjs-default-skin:hover .vjs-big-play-button,
419
+ .vjs-default-skin .vjs-big-play-button:focus {
420
+ outline: 0;
421
+ border-color: #fff;
422
+ /* IE8 needs a non-glow hover state */
423
+ background-color: #505050;
424
+ background-color: rgba(50, 50, 50, 0.75);
425
+ /* box-shadow */
426
+ -webkit-box-shadow: 0 0 3em #ffffff;
427
+ -moz-box-shadow: 0 0 3em #ffffff;
428
+ box-shadow: 0 0 3em #ffffff;
429
+ /* transition */
430
+ -webkit-transition: all 0s;
431
+ -moz-transition: all 0s;
432
+ -o-transition: all 0s;
433
+ transition: all 0s;
434
+ }
435
+ .vjs-default-skin .vjs-big-play-button:before {
436
+ content: "\e001";
437
+ font-family: VideoJS;
438
+ /* In order to center the play icon vertically we need to set the line height
439
+ to the same as the button height */
440
+
441
+ line-height: 2.6em;
442
+ text-shadow: 0.05em 0.05em 0.1em #000;
443
+ text-align: center /* Needed for IE8 */;
444
+ position: absolute;
445
+ left: 0;
446
+ width: 100%;
447
+ height: 100%;
448
+ }
449
+ /* Loading Spinner
450
+ --------------------------------------------------------------------------------
451
+ */
452
+ .vjs-loading-spinner {
453
+ display: none;
454
+ position: absolute;
455
+ top: 50%;
456
+ left: 50%;
457
+ font-size: 4em;
458
+ line-height: 1;
459
+ width: 1em;
460
+ height: 1em;
461
+ margin-left: -0.5em;
462
+ margin-top: -0.5em;
463
+ opacity: 0.75;
464
+ /* animation */
465
+ -webkit-animation: spin 1.5s infinite linear;
466
+ -moz-animation: spin 1.5s infinite linear;
467
+ -o-animation: spin 1.5s infinite linear;
468
+ animation: spin 1.5s infinite linear;
469
+ }
470
+ .vjs-default-skin .vjs-loading-spinner:before {
471
+ content: "\e01e";
472
+ font-family: VideoJS;
473
+ position: absolute;
474
+ top: 0;
475
+ left: 0;
476
+ width: 1em;
477
+ height: 1em;
478
+ text-align: center;
479
+ text-shadow: 0em 0em 0.1em #000;
480
+ }
481
+ @-moz-keyframes spin {
482
+ 0% {
483
+ -moz-transform: rotate(0deg);
484
+ }
485
+ 100% {
486
+ -moz-transform: rotate(359deg);
487
+ }
488
+ }
489
+ @-webkit-keyframes spin {
490
+ 0% {
491
+ -webkit-transform: rotate(0deg);
492
+ }
493
+ 100% {
494
+ -webkit-transform: rotate(359deg);
495
+ }
496
+ }
497
+ @-o-keyframes spin {
498
+ 0% {
499
+ -o-transform: rotate(0deg);
500
+ }
501
+ 100% {
502
+ -o-transform: rotate(359deg);
503
+ }
504
+ }
505
+ @keyframes spin {
506
+ 0% {
507
+ transform: rotate(0deg);
508
+ }
509
+ 100% {
510
+ transform: rotate(359deg);
511
+ }
512
+ }
513
+ /* Menu Buttons (Captions/Subtitles/etc.)
514
+ --------------------------------------------------------------------------------
515
+ */
516
+ .vjs-default-skin .vjs-menu-button {
517
+ float: right;
518
+ cursor: pointer;
519
+ }
520
+ .vjs-default-skin .vjs-menu {
521
+ display: none;
522
+ position: absolute;
523
+ bottom: 0;
524
+ left: 0em;
525
+ /* (Width of vjs-menu - width of button) / 2 */
526
+
527
+ width: 0em;
528
+ height: 0em;
529
+ margin-bottom: 3em;
530
+ border-left: 2em solid transparent;
531
+ border-right: 2em solid transparent;
532
+ border-top: 1.55em solid #000000;
533
+ /* Same width top as ul bottom */
534
+
535
+ border-top-color: rgba(7, 40, 50, 0.5);
536
+ /* Same as ul background */
537
+
538
+ }
539
+ /* Button Pop-up Menu */
540
+ .vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
541
+ display: block;
542
+ padding: 0;
543
+ margin: 0;
544
+ position: absolute;
545
+ width: 10em;
546
+ bottom: 1.5em;
547
+ /* Same bottom as vjs-menu border-top */
548
+
549
+ max-height: 15em;
550
+ overflow: auto;
551
+ left: -5em;
552
+ /* Width of menu - width of button / 2 */
553
+
554
+ /* background-color-with-alpha */
555
+ background-color: #07141e;
556
+ background-color: rgba(7, 20, 30, 0.7);
557
+ /* box-shadow */
558
+ -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
559
+ -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
560
+ box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
561
+ }
562
+ .vjs-default-skin .vjs-menu-button:hover .vjs-menu {
563
+ display: block;
564
+ }
565
+ .vjs-default-skin .vjs-menu-button ul li {
566
+ list-style: none;
567
+ margin: 0;
568
+ padding: 0.3em 0 0.3em 0;
569
+ line-height: 1.4em;
570
+ font-size: 1.2em;
571
+ text-align: center;
572
+ text-transform: lowercase;
573
+ }
574
+ .vjs-default-skin .vjs-menu-button ul li.vjs-selected {
575
+ background-color: #000;
576
+ }
577
+ .vjs-default-skin .vjs-menu-button ul li:focus,
578
+ .vjs-default-skin .vjs-menu-button ul li:hover,
579
+ .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
580
+ .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
581
+ outline: 0;
582
+ color: #111;
583
+ /* background-color-with-alpha */
584
+ background-color: #ffffff;
585
+ background-color: rgba(255, 255, 255, 0.75);
586
+ /* box-shadow */
587
+ -webkit-box-shadow: 0 0 1em #ffffff;
588
+ -moz-box-shadow: 0 0 1em #ffffff;
589
+ box-shadow: 0 0 1em #ffffff;
590
+ }
591
+ .vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
592
+ text-align: center;
593
+ text-transform: uppercase;
594
+ font-size: 1em;
595
+ line-height: 2em;
596
+ padding: 0;
597
+ margin: 0 0 0.3em 0;
598
+ font-weight: bold;
599
+ cursor: default;
600
+ }
601
+ /* Subtitles Button */
602
+ .vjs-default-skin .vjs-subtitles-button:before {
603
+ content: "\e00c";
604
+ }
605
+ /* Captions Button */
606
+ .vjs-default-skin .vjs-captions-button:before {
607
+ content: "\e008";
608
+ }
609
+ /* Replacement for focus outline */
610
+ .vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
611
+ .vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
612
+ /* box-shadow */
613
+ -webkit-box-shadow: 0 0 1em #ffffff;
614
+ -moz-box-shadow: 0 0 1em #ffffff;
615
+ box-shadow: 0 0 1em #ffffff;
616
+ }
617
+ /*
618
+ REQUIRED STYLES (be careful overriding)
619
+ ================================================================================
620
+ When loading the player, the video tag is replaced with a DIV,
621
+ that will hold the video tag or object tag for other playback methods.
622
+ The div contains the video playback element (Flash or HTML5) and controls,
623
+ and sets the width and height of the video.
624
+
625
+ ** If you want to add some kind of border/padding (e.g. a frame), or special
626
+ positioning, use another containing element. Otherwise you risk messing up
627
+ control positioning and full window mode. **
628
+ */
629
+ .video-js {
630
+ background-color: #000;
631
+ position: relative;
632
+ padding: 0;
633
+ /* Start with 10px for base font size so other dimensions can be em based and
634
+ easily calculable. */
635
+
636
+ font-size: 10px;
637
+ /* Allow poster to be vertially aligned. */
638
+
639
+ vertical-align: middle;
640
+ /* display: table-cell; */
641
+ /*This works in Safari but not Firefox.*/
642
+
643
+ /* Provide some basic defaults for fonts */
644
+
645
+ font-weight: normal;
646
+ font-style: normal;
647
+ /* Avoiding helvetica: issue #376 */
648
+
649
+ font-family: Arial, sans-serif;
650
+ /* Turn off user selection (text highlighting) by default.
651
+ The majority of player components will not be text blocks.
652
+ Text areas will need to turn user selection back on. */
653
+
654
+ /* user-select */
655
+ -webkit-user-select: none;
656
+ -moz-user-select: none;
657
+ -ms-user-select: none;
658
+ user-select: none;
659
+ }
660
+ /* Playback technology elements expand to the width/height of the containing div
661
+ <video> or <object> */
662
+ .video-js .vjs-tech {
663
+ position: absolute;
664
+ top: 0;
665
+ left: 0;
666
+ width: 100%;
667
+ height: 100%;
668
+ }
669
+ /* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
670
+ checking fullScreenEnabled. */
671
+ .video-js:-moz-full-screen {
672
+ position: absolute;
673
+ }
674
+ /* Fullscreen Styles */
675
+ body.vjs-full-window {
676
+ padding: 0;
677
+ margin: 0;
678
+ height: 100%;
679
+ /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
680
+ overflow-y: auto;
681
+ }
682
+ .video-js.vjs-fullscreen {
683
+ position: fixed;
684
+ overflow: hidden;
685
+ z-index: 1000;
686
+ left: 0;
687
+ top: 0;
688
+ bottom: 0;
689
+ right: 0;
690
+ width: 100% !important;
691
+ height: 100% !important;
692
+ /* IE6 full-window (underscore hack) */
693
+ _position: absolute;
694
+ }
695
+ .video-js:-webkit-full-screen {
696
+ width: 100% !important;
697
+ height: 100% !important;
698
+ }
699
+ .video-js.vjs-fullscreen.vjs-user-inactive {
700
+ cursor: none;
701
+ }
702
+ /* Poster Styles */
703
+ .vjs-poster {
704
+ background-repeat: no-repeat;
705
+ background-position: 50% 50%;
706
+ background-size: contain;
707
+ cursor: pointer;
708
+ height: 100%;
709
+ margin: 0;
710
+ padding: 0;
711
+ position: relative;
712
+ width: 100%;
713
+ }
714
+ .vjs-poster img {
715
+ display: block;
716
+ margin: 0 auto;
717
+ max-height: 100%;
718
+ padding: 0;
719
+ width: 100%;
720
+ }
721
+ /* Hide the poster when native controls are used otherwise it covers them */
722
+ .video-js.vjs-using-native-controls .vjs-poster {
723
+ display: none;
724
+ }
725
+ /* Text Track Styles */
726
+ /* Overall track holder for both captions and subtitles */
727
+ .video-js .vjs-text-track-display {
728
+ text-align: center;
729
+ position: absolute;
730
+ bottom: 4em;
731
+ /* Leave padding on left and right */
732
+ left: 1em;
733
+ right: 1em;
734
+ }
735
+ /* Individual tracks */
736
+ .video-js .vjs-text-track {
737
+ display: none;
738
+ font-size: 1.4em;
739
+ text-align: center;
740
+ margin-bottom: 0.1em;
741
+ /* Transparent black background, or fallback to all black (oldIE) */
742
+ /* background-color-with-alpha */
743
+ background-color: #000000;
744
+ background-color: rgba(0, 0, 0, 0.5);
745
+ }
746
+ .video-js .vjs-subtitles {
747
+ color: #ffffff /* Subtitles are white */;
748
+ }
749
+ .video-js .vjs-captions {
750
+ color: #ffcc66 /* Captions are yellow */;
751
+ }
752
+ .vjs-tt-cue {
753
+ display: block;
754
+ }
755
+ /* Hide disabled or unsupported controls */
756
+ .vjs-default-skin .vjs-hidden {
757
+ display: none;
758
+ }
759
+ .vjs-lock-showing {
760
+ display: block !important;
761
+ opacity: 1;
762
+ visibility: visible;
763
+ }
764
+ /* -----------------------------------------------------------------------------
765
+ The original source of this file lives at
766
+ https://github.com/videojs/video.js/blob/master/src/css/video-js.less */