activeadmin_froala_editor 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (156) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +3 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +20 -0
  5. data/README.md +64 -0
  6. data/Rakefile +3 -0
  7. data/activeadmin_froala_editor.gemspec +19 -0
  8. data/app/assets/fonts/FontAwesome.otf +0 -0
  9. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  10. data/app/assets/fonts/fontawesome-webfont.svg +2671 -0
  11. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  12. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  13. data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
  14. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +12 -0
  15. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +22 -0
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +314 -0
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +314 -0
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +314 -0
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +314 -0
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +314 -0
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +258 -0
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +258 -0
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +314 -0
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +314 -0
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +314 -0
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +314 -0
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +314 -0
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +314 -0
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +314 -0
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +314 -0
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +315 -0
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +314 -0
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +314 -0
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +314 -0
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +314 -0
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +314 -0
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +314 -0
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +314 -0
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +314 -0
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +314 -0
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +315 -0
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +314 -0
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +314 -0
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +314 -0
  45. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +314 -0
  46. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +314 -0
  47. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +314 -0
  48. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +314 -0
  49. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +254 -0
  50. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +314 -0
  51. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +314 -0
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +7 -0
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +8 -0
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +7 -0
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +7 -0
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +7 -0
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +7 -0
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +7 -0
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +7 -0
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +7 -0
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +7 -0
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +7 -0
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +7 -0
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +7 -0
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +8 -0
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +7 -0
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +7 -0
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +7 -0
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +7 -0
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +7 -0
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +7 -0
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +7 -0
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +7 -0
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +7 -0
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +7 -0
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +7 -0
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +7 -0
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +8 -0
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +7 -0
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +8 -0
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +7 -0
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +7 -0
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +7 -0
  85. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +7 -0
  86. data/app/assets/javascripts/activeadmin/froala_editor_input.js +7 -0
  87. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +43 -0
  88. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1254 -0
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +7 -0
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +2862 -0
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +7 -0
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +452 -0
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +7 -0
  94. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +57 -0
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +7 -0
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +112 -0
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +7 -0
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +154 -0
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +7 -0
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +43 -0
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +7 -0
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +42 -0
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +7 -0
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +146 -0
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +7 -0
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +28 -0
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +7 -0
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +52 -0
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +7 -0
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +244 -0
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +7 -0
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +265 -0
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +7 -0
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +37 -0
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +7 -0
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +70 -0
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +7 -0
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +51 -0
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +7 -0
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +151 -0
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +7 -0
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +231 -0
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +7 -0
  124. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1233 -0
  125. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +7 -0
  126. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1233 -0
  127. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +7 -0
  128. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +1233 -0
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +7 -0
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1233 -0
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +7 -0
  132. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +64 -0
  133. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +7 -0
  134. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +72 -0
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +7 -0
  136. data/app/assets/stylesheets/font-awesome/_animated.scss +34 -0
  137. data/app/assets/stylesheets/font-awesome/_bordered-pulled.scss +25 -0
  138. data/app/assets/stylesheets/font-awesome/_core.scss +12 -0
  139. data/app/assets/stylesheets/font-awesome/_fixed-width.scss +6 -0
  140. data/app/assets/stylesheets/font-awesome/_icons.scss +789 -0
  141. data/app/assets/stylesheets/font-awesome/_larger.scss +13 -0
  142. data/app/assets/stylesheets/font-awesome/_list.scss +19 -0
  143. data/app/assets/stylesheets/font-awesome/_mixins.scss +60 -0
  144. data/app/assets/stylesheets/font-awesome/_path.scss +15 -0
  145. data/app/assets/stylesheets/font-awesome/_rotated-flipped.scss +20 -0
  146. data/app/assets/stylesheets/font-awesome/_screen-reader.scss +5 -0
  147. data/app/assets/stylesheets/font-awesome/_stacked.scss +20 -0
  148. data/app/assets/stylesheets/font-awesome/_variables.scss +800 -0
  149. data/app/assets/stylesheets/font-awesome/font-awesome.scss +18 -0
  150. data/lib/activeadmin/froala_editor.rb +1 -0
  151. data/lib/activeadmin/froala_editor/engine.rb +9 -0
  152. data/lib/activeadmin/froala_editor/version.rb +5 -0
  153. data/lib/activeadmin_froala_editor.rb +3 -0
  154. data/lib/formtastic/inputs/froala_editor_input.rb +9 -0
  155. data/screenshot.jpg +0 -0
  156. metadata +211 -0
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table{border:0;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}.fr-view table td,.fr-view table th{border:1px solid #ddd}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#e6e6e6}.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;page-break-after:always}.fr-view .fr-file{position:relative}.fr-view .fr-file::after{position:relative;content:"\1F4CE";font-weight:400}.fr-view pre{white-space:pre-wrap;word-wrap:break-word}.fr-view[dir=rtl] blockquote{border-left:0;border-right:solid 2px #5e35b1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir=rtl] blockquote blockquote{border-color:#00bcd4}.fr-view[dir=rtl] blockquote blockquote blockquote{border-color:#43a047}.fr-view blockquote{border-left:solid 2px #5e35b1;margin-left:0;padding-left:5px;color:#5e35b1}.fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}.fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}.fr-view span.fr-emoticon{font-weight:400;font-family:"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols;display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat!important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#AAA!important}.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view img{position:relative;max-width:100%}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view img.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view img.fr-bordered{border:solid 5px #CCC;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-view img.fr-shadow{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-view span.fr-img-caption{position:relative;max-width:100%}.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view span.fr-img-caption.fr-bordered{border:solid 5px #CCC;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-view span.fr-img-caption.fr-shadow{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:0}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{padding:0;display:inline-block;margin:auto;text-align:center}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:inline-block;padding:5px 5px 10px;font-size:14px;font-weight:initial;max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:"alpha(Opacity=0)"}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{position:relative;max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}img.fr-view.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}img.fr-view.fr-bordered{border:solid 5px #CCC;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}img.fr-view.fr-shadow{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}span.fr-img-caption.fr-view{position:relative;max-width:100%}span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}span.fr-img-caption.fr-view.fr-bordered{border:solid 5px #CCC;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}span.fr-img-caption.fr-view.fr-shadow{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}
@@ -0,0 +1,57 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after {
8
+ clear: both;
9
+ display: block;
10
+ content: "";
11
+ height: 0;
12
+ }
13
+ .hide-by-clipping {
14
+ position: absolute;
15
+ width: 1px;
16
+ height: 1px;
17
+ padding: 0;
18
+ margin: -1px;
19
+ overflow: hidden;
20
+ clip: rect(0, 0, 0, 0);
21
+ border: 0;
22
+ }
23
+ .fr-box .fr-counter {
24
+ position: absolute;
25
+ bottom: 0px;
26
+ padding: 5px;
27
+ right: 0px;
28
+ color: #cccccc;
29
+ content: attr(data-chars);
30
+ font-size: 15px;
31
+ font-family: "Times New Roman", Georgia, Serif;
32
+ z-index: 1;
33
+ background: #ffffff;
34
+ border-top: solid 1px #ebebeb;
35
+ border-left: solid 1px #ebebeb;
36
+ border-radius: 2px 0 0 0;
37
+ -moz-border-radius: 2px 0 0 0;
38
+ -webkit-border-radius: 2px 0 0 0;
39
+ -moz-background-clip: padding;
40
+ -webkit-background-clip: padding-box;
41
+ background-clip: padding-box;
42
+ }
43
+ .fr-box.fr-rtl .fr-counter {
44
+ left: 0px;
45
+ right: auto;
46
+ border-left: none;
47
+ border-right: solid 1px #ebebeb;
48
+ border-radius: 0 2px 0 0;
49
+ -moz-border-radius: 0 2px 0 0;
50
+ -webkit-border-radius: 0 2px 0 0;
51
+ -moz-background-clip: padding;
52
+ -webkit-background-clip: padding-box;
53
+ background-clip: padding-box;
54
+ }
55
+ .fr-box.fr-code-view .fr-counter {
56
+ display: none;
57
+ }
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-box .fr-counter{position:absolute;bottom:0;padding:5px;right:0;color:#ccc;content:attr(data-chars);font-size:15px;font-family:"Times New Roman",Georgia,Serif;z-index:1;background:#fff;border-top:solid 1px #ebebeb;border-left:solid 1px #ebebeb;border-radius:2px 0 0;-moz-border-radius:2px 0 0;-webkit-border-radius:2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-rtl .fr-counter{left:0;right:auto;border-left:0;border-right:solid 1px #ebebeb;border-radius:0 2px 0 0;-moz-border-radius:0 2px 0 0;-webkit-border-radius:0 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-code-view .fr-counter{display:none}
@@ -0,0 +1,112 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after {
8
+ clear: both;
9
+ display: block;
10
+ content: "";
11
+ height: 0;
12
+ }
13
+ .hide-by-clipping {
14
+ position: absolute;
15
+ width: 1px;
16
+ height: 1px;
17
+ padding: 0;
18
+ margin: -1px;
19
+ overflow: hidden;
20
+ clip: rect(0, 0, 0, 0);
21
+ border: 0;
22
+ }
23
+ textarea.fr-code {
24
+ display: none;
25
+ width: 100%;
26
+ resize: none;
27
+ -moz-resize: none;
28
+ -webkit-resize: none;
29
+ -webkit-box-sizing: border-box;
30
+ -moz-box-sizing: border-box;
31
+ box-sizing: border-box;
32
+ border: none;
33
+ padding: 10px;
34
+ margin: 0px;
35
+ font-family: "Courier New", monospace;
36
+ font-size: 14px;
37
+ background: #ffffff;
38
+ color: #000000;
39
+ outline: none;
40
+ }
41
+ .fr-box.fr-rtl textarea.fr-code {
42
+ direction: rtl;
43
+ }
44
+ .fr-box .CodeMirror {
45
+ display: none;
46
+ }
47
+ .fr-box.fr-code-view textarea.fr-code {
48
+ display: block;
49
+ }
50
+ .fr-box.fr-code-view.fr-inline {
51
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
52
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
53
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
54
+ }
55
+ .fr-box.fr-code-view .fr-element,
56
+ .fr-box.fr-code-view .fr-placeholder,
57
+ .fr-box.fr-code-view .fr-iframe {
58
+ display: none;
59
+ }
60
+ .fr-box.fr-code-view .CodeMirror {
61
+ display: block;
62
+ }
63
+ .fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
64
+ display: block;
65
+ }
66
+ .fr-box.fr-inline .fr-command.fr-btn.html-switch {
67
+ position: absolute;
68
+ top: 0;
69
+ right: 0;
70
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
71
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
72
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
73
+ display: none;
74
+ background: #ffffff;
75
+ color: #222222;
76
+ -moz-outline: 0;
77
+ outline: 0;
78
+ border: 0;
79
+ line-height: 1;
80
+ cursor: pointer;
81
+ text-align: left;
82
+ padding: 12px 12px;
83
+ -webkit-transition: background 0.2s ease 0s;
84
+ -moz-transition: background 0.2s ease 0s;
85
+ -ms-transition: background 0.2s ease 0s;
86
+ -o-transition: background 0.2s ease 0s;
87
+ border-radius: 0;
88
+ -moz-border-radius: 0;
89
+ -webkit-border-radius: 0;
90
+ -moz-background-clip: padding;
91
+ -webkit-background-clip: padding-box;
92
+ background-clip: padding-box;
93
+ z-index: 2;
94
+ -webkit-box-sizing: border-box;
95
+ -moz-box-sizing: border-box;
96
+ box-sizing: border-box;
97
+ text-decoration: none;
98
+ user-select: none;
99
+ -o-user-select: none;
100
+ -moz-user-select: none;
101
+ -khtml-user-select: none;
102
+ -webkit-user-select: none;
103
+ -ms-user-select: none;
104
+ }
105
+ .fr-box.fr-inline .fr-command.fr-btn.html-switch i {
106
+ font-size: 14px;
107
+ width: 14px;
108
+ text-align: center;
109
+ }
110
+ .fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
111
+ background: #ebebeb;
112
+ }
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}textarea.fr-code{display:none;width:100%;resize:none;-moz-resize:none;-webkit-resize:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0;padding:10px;margin:0;font-family:"Courier New",monospace;font-size:14px;background:#fff;color:#000;outline:0}.fr-box.fr-rtl textarea.fr-code{direction:rtl}.fr-box .CodeMirror{display:none}.fr-box.fr-code-view textarea.fr-code{display:block}.fr-box.fr-code-view.fr-inline{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-box.fr-code-view .fr-element,.fr-box.fr-code-view .fr-placeholder,.fr-box.fr-code-view .fr-iframe{display:none}.fr-box.fr-code-view .CodeMirror{display:block}.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch{display:block}.fr-box.fr-inline .fr-command.fr-btn.html-switch{position:absolute;top:0;right:0;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);display:none;background:#fff;color:#222;-moz-outline:0;outline:0;border:0;line-height:1;cursor:pointer;text-align:left;padding:12px;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box.fr-inline .fr-command.fr-btn.html-switch i{font-size:14px;width:14px;text-align:center}.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover{background:#ebebeb}
@@ -0,0 +1,154 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after {
8
+ clear: both;
9
+ display: block;
10
+ content: "";
11
+ height: 0;
12
+ }
13
+ .hide-by-clipping {
14
+ position: absolute;
15
+ width: 1px;
16
+ height: 1px;
17
+ padding: 0;
18
+ margin: -1px;
19
+ overflow: hidden;
20
+ clip: rect(0, 0, 0, 0);
21
+ border: 0;
22
+ }
23
+ .fr-popup .fr-colors-tabs {
24
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
25
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
26
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
27
+ margin-bottom: 5px;
28
+ line-height: 16px;
29
+ margin-left: -2px;
30
+ margin-right: -2px;
31
+ }
32
+ .fr-popup .fr-colors-tabs .fr-colors-tab {
33
+ display: inline-block;
34
+ width: 50%;
35
+ cursor: pointer;
36
+ text-align: center;
37
+ color: #222222;
38
+ font-size: 13px;
39
+ padding: 8px 0;
40
+ position: relative;
41
+ }
42
+ .fr-popup .fr-colors-tabs .fr-colors-tab:hover,
43
+ .fr-popup .fr-colors-tabs .fr-colors-tab:focus {
44
+ color: #1e88e5;
45
+ }
46
+ .fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
47
+ position: absolute;
48
+ bottom: 0;
49
+ left: 0;
50
+ width: 100%;
51
+ height: 2px;
52
+ background: #1e88e5;
53
+ content: '';
54
+ -webkit-transition: transform 0.2s ease 0s;
55
+ -moz-transition: transform 0.2s ease 0s;
56
+ -ms-transition: transform 0.2s ease 0s;
57
+ -o-transition: transform 0.2s ease 0s;
58
+ }
59
+ .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
60
+ color: #1e88e5;
61
+ }
62
+ .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
63
+ -webkit-transform: translate3d(-100%, 0, 0);
64
+ -moz-transform: translate3d(-100%, 0, 0);
65
+ -ms-transform: translate3d(-100%, 0, 0);
66
+ -o-transform: translate3d(-100%, 0, 0);
67
+ }
68
+ .fr-popup .fr-color-hex-layer {
69
+ width: 100%;
70
+ margin: 0px;
71
+ padding: 10px;
72
+ }
73
+ .fr-popup .fr-color-hex-layer .fr-input-line {
74
+ float: left;
75
+ width: calc(100% - 50px);
76
+ padding: 8px 0 0;
77
+ }
78
+ .fr-popup .fr-color-hex-layer .fr-action-buttons {
79
+ float: right;
80
+ width: 50px;
81
+ }
82
+ .fr-popup .fr-color-hex-layer .fr-action-buttons button {
83
+ background-color: #1e88e5;
84
+ color: #FFF;
85
+ border-radius: 4px;
86
+ -moz-border-radius: 4px;
87
+ -webkit-border-radius: 4px;
88
+ -moz-background-clip: padding;
89
+ -webkit-background-clip: padding-box;
90
+ background-clip: padding-box;
91
+ font-size: 13px;
92
+ height: 32px;
93
+ }
94
+ .fr-popup .fr-color-hex-layer .fr-action-buttons button:hover {
95
+ background-color: #166dba;
96
+ color: #FFF;
97
+ }
98
+ .fr-popup .fr-separator + .fr-colors-tabs {
99
+ -webkit-box-shadow: none;
100
+ -moz-box-shadow: none;
101
+ box-shadow: none;
102
+ margin-left: 2px;
103
+ margin-right: 2px;
104
+ }
105
+ .fr-popup .fr-color-set {
106
+ line-height: 0;
107
+ display: none;
108
+ }
109
+ .fr-popup .fr-color-set.fr-selected-set {
110
+ display: block;
111
+ }
112
+ .fr-popup .fr-color-set > span {
113
+ display: inline-block;
114
+ width: 32px;
115
+ height: 32px;
116
+ position: relative;
117
+ z-index: 1;
118
+ }
119
+ .fr-popup .fr-color-set > span > i {
120
+ text-align: center;
121
+ line-height: 32px;
122
+ height: 32px;
123
+ width: 32px;
124
+ font-size: 13px;
125
+ position: absolute;
126
+ bottom: 0;
127
+ cursor: default;
128
+ left: 0;
129
+ }
130
+ .fr-popup .fr-color-set > span .fr-selected-color {
131
+ color: #ffffff;
132
+ font-family: FontAwesome;
133
+ font-size: 13px;
134
+ font-weight: 400;
135
+ line-height: 32px;
136
+ position: absolute;
137
+ top: 0;
138
+ bottom: 0;
139
+ right: 0;
140
+ left: 0;
141
+ text-align: center;
142
+ cursor: default;
143
+ }
144
+ .fr-popup .fr-color-set > span:hover,
145
+ .fr-popup .fr-color-set > span:focus {
146
+ outline: 1px solid #222222;
147
+ z-index: 2;
148
+ }
149
+ .fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
150
+ -webkit-transform: translate3d(100%, 0, 0);
151
+ -moz-transform: translate3d(100%, 0, 0);
152
+ -ms-transform: translate3d(100%, 0, 0);
153
+ -o-transform: translate3d(100%, 0, 0);
154
+ }
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-popup .fr-colors-tabs{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);margin-bottom:5px;line-height:16px;margin-left:-2px;margin-right:-2px}.fr-popup .fr-colors-tabs .fr-colors-tab{display:inline-block;width:50%;cursor:pointer;text-align:center;color:#222;font-size:13px;padding:8px 0;position:relative}.fr-popup .fr-colors-tabs .fr-colors-tab:hover,.fr-popup .fr-colors-tabs .fr-colors-tab:focus{color:#1e88e5}.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1=background]::after{position:absolute;bottom:0;left:0;width:100%;height:2px;background:#1e88e5;content:'';-webkit-transition:transform .2s ease 0s;-moz-transition:transform .2s ease 0s;-ms-transition:transform .2s ease 0s;-o-transition:transform .2s ease 0s}.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab{color:#1e88e5}.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]::after{-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0)}.fr-popup .fr-color-hex-layer{width:100%;margin:0;padding:10px}.fr-popup .fr-color-hex-layer .fr-input-line{float:left;width:calc(100% - 50px);padding:8px 0 0}.fr-popup .fr-color-hex-layer .fr-action-buttons{float:right;width:50px}.fr-popup .fr-color-hex-layer .fr-action-buttons button{background-color:#1e88e5;color:#FFF;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:13px;height:32px}.fr-popup .fr-color-hex-layer .fr-action-buttons button:hover{background-color:#166dba;color:#FFF}.fr-popup .fr-separator+.fr-colors-tabs{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin-left:2px;margin-right:2px}.fr-popup .fr-color-set{line-height:0;display:none}.fr-popup .fr-color-set.fr-selected-set{display:block}.fr-popup .fr-color-set>span{display:inline-block;width:32px;height:32px;position:relative;z-index:1}.fr-popup .fr-color-set>span>i{text-align:center;line-height:32px;height:32px;width:32px;font-size:13px;position:absolute;bottom:0;cursor:default;left:0}.fr-popup .fr-color-set>span .fr-selected-color{color:#fff;font-family:FontAwesome;font-size:13px;font-weight:400;line-height:32px;position:absolute;top:0;bottom:0;right:0;left:0;text-align:center;cursor:default}.fr-popup .fr-color-set>span:hover,.fr-popup .fr-color-set>span:focus{outline:1px solid #222;z-index:2}.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]::after{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0)}
@@ -0,0 +1,43 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after {
8
+ clear: both;
9
+ display: block;
10
+ content: "";
11
+ height: 0;
12
+ }
13
+ .hide-by-clipping {
14
+ position: absolute;
15
+ width: 1px;
16
+ height: 1px;
17
+ padding: 0;
18
+ margin: -1px;
19
+ overflow: hidden;
20
+ clip: rect(0, 0, 0, 0);
21
+ border: 0;
22
+ }
23
+ .fr-drag-helper {
24
+ background: #1e88e5;
25
+ height: 2px;
26
+ margin-top: -1px;
27
+ -webkit-opacity: 0.2;
28
+ -moz-opacity: 0.2;
29
+ opacity: 0.2;
30
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
31
+ position: absolute;
32
+ z-index: 9999;
33
+ display: none;
34
+ }
35
+ .fr-drag-helper.fr-visible {
36
+ display: block;
37
+ }
38
+ .fr-dragging {
39
+ -webkit-opacity: 0.4;
40
+ -moz-opacity: 0.4;
41
+ opacity: 0.4;
42
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
43
+ }
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-drag-helper{background:#1e88e5;height:2px;margin-top:-1px;-webkit-opacity:.2;-moz-opacity:.2;opacity:.2;-ms-filter:"alpha(Opacity=0)";position:absolute;z-index:9999;display:none}.fr-drag-helper.fr-visible{display:block}.fr-dragging{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"alpha(Opacity=0)"}
@@ -0,0 +1,42 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after {
8
+ clear: both;
9
+ display: block;
10
+ content: "";
11
+ height: 0;
12
+ }
13
+ .hide-by-clipping {
14
+ position: absolute;
15
+ width: 1px;
16
+ height: 1px;
17
+ padding: 0;
18
+ margin: -1px;
19
+ overflow: hidden;
20
+ clip: rect(0, 0, 0, 0);
21
+ border: 0;
22
+ }
23
+ .fr-popup .fr-emoticon {
24
+ display: inline-block;
25
+ font-size: 20px;
26
+ width: 20px;
27
+ padding: 5px;
28
+ line-height: 1;
29
+ cursor: default;
30
+ font-weight: normal;
31
+ font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
32
+ -webkit-box-sizing: content-box;
33
+ -moz-box-sizing: content-box;
34
+ box-sizing: content-box;
35
+ }
36
+ .fr-popup .fr-emoticon img {
37
+ height: 20px;
38
+ }
39
+ .fr-popup .fr-link:focus {
40
+ outline: 0;
41
+ background: #ebebeb;
42
+ }