wysiwyg-rails 3.2.0 → 3.2.6.pre.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -21
- data/README.md +148 -148
- data/Rakefile +5 -5
- data/app/assets/javascripts/froala_editor.min.js +7 -7
- data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -7
- data/app/assets/javascripts/languages/ar.js +291 -291
- data/app/assets/javascripts/languages/bs.js +278 -278
- data/app/assets/javascripts/languages/cs.js +284 -284
- data/app/assets/javascripts/languages/da.js +276 -276
- data/app/assets/javascripts/languages/de.js +309 -309
- data/app/assets/javascripts/languages/el.js +284 -284
- data/app/assets/javascripts/languages/en_ca.js +222 -222
- data/app/assets/javascripts/languages/en_gb.js +222 -222
- data/app/assets/javascripts/languages/es.js +289 -270
- data/app/assets/javascripts/languages/et.js +278 -278
- data/app/assets/javascripts/languages/fa.js +278 -278
- data/app/assets/javascripts/languages/fi.js +278 -278
- data/app/assets/javascripts/languages/fr.js +299 -299
- data/app/assets/javascripts/languages/he.js +278 -278
- data/app/assets/javascripts/languages/hr.js +278 -278
- data/app/assets/javascripts/languages/hu.js +284 -284
- data/app/assets/javascripts/languages/id.js +278 -278
- data/app/assets/javascripts/languages/it.js +294 -279
- data/app/assets/javascripts/languages/ja.js +278 -278
- data/app/assets/javascripts/languages/ko.js +306 -278
- data/app/assets/javascripts/languages/ku.js +271 -271
- data/app/assets/javascripts/languages/me.js +278 -278
- data/app/assets/javascripts/languages/nb.js +278 -278
- data/app/assets/javascripts/languages/nl.js +291 -291
- data/app/assets/javascripts/languages/pl.js +295 -278
- data/app/assets/javascripts/languages/pt_br.js +278 -278
- data/app/assets/javascripts/languages/pt_pt.js +295 -278
- data/app/assets/javascripts/languages/ro.js +278 -278
- data/app/assets/javascripts/languages/ru.js +291 -291
- data/app/assets/javascripts/languages/sk.js +284 -284
- data/app/assets/javascripts/languages/sl.js +224 -224
- data/app/assets/javascripts/languages/sr.js +278 -278
- data/app/assets/javascripts/languages/sv.js +278 -278
- data/app/assets/javascripts/languages/th.js +278 -278
- data/app/assets/javascripts/languages/tr.js +278 -278
- data/app/assets/javascripts/languages/uk.js +278 -278
- data/app/assets/javascripts/languages/vi.js +219 -219
- data/app/assets/javascripts/languages/zh_cn.js +304 -304
- data/app/assets/javascripts/languages/zh_tw.js +278 -278
- data/app/assets/javascripts/plugins.pkgd.min.js +7 -7
- data/app/assets/javascripts/plugins/align.min.js +6 -6
- data/app/assets/javascripts/plugins/char_counter.min.js +6 -6
- data/app/assets/javascripts/plugins/code_beautifier.min.js +6 -6
- data/app/assets/javascripts/plugins/code_view.min.js +6 -6
- data/app/assets/javascripts/plugins/colors.min.js +6 -6
- data/app/assets/javascripts/plugins/cryptojs.min.js +6 -6
- data/app/assets/javascripts/plugins/draggable.min.js +6 -6
- data/app/assets/javascripts/plugins/edit_in_popup.min.js +6 -6
- data/app/assets/javascripts/plugins/emoticons.min.js +6 -6
- data/app/assets/javascripts/plugins/entities.min.js +6 -6
- data/app/assets/javascripts/plugins/file.min.js +6 -6
- data/app/assets/javascripts/plugins/files_manager.min.js +7 -7
- data/app/assets/javascripts/plugins/font_family.min.js +6 -6
- data/app/assets/javascripts/plugins/font_size.min.js +6 -6
- data/app/assets/javascripts/plugins/forms.min.js +6 -6
- data/app/assets/javascripts/plugins/fullscreen.min.js +6 -6
- data/app/assets/javascripts/plugins/help.min.js +6 -6
- data/app/assets/javascripts/plugins/image.min.js +7 -7
- data/app/assets/javascripts/plugins/image_manager.min.js +7 -7
- data/app/assets/javascripts/plugins/inline_class.min.js +6 -6
- data/app/assets/javascripts/plugins/inline_style.min.js +6 -6
- data/app/assets/javascripts/plugins/line_breaker.min.js +7 -7
- data/app/assets/javascripts/plugins/line_height.min.js +6 -6
- data/app/assets/javascripts/plugins/link.min.js +7 -7
- data/app/assets/javascripts/plugins/lists.min.js +7 -7
- data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -7
- data/app/assets/javascripts/plugins/paragraph_style.min.js +6 -6
- data/app/assets/javascripts/plugins/print.min.js +6 -6
- data/app/assets/javascripts/plugins/quick_insert.min.js +7 -7
- data/app/assets/javascripts/plugins/quote.min.js +6 -6
- data/app/assets/javascripts/plugins/save.min.js +6 -6
- data/app/assets/javascripts/plugins/special_characters.min.js +6 -6
- data/app/assets/javascripts/plugins/table.min.js +7 -7
- data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
- data/app/assets/javascripts/plugins/url.min.js +7 -7
- data/app/assets/javascripts/plugins/video.min.js +7 -7
- data/app/assets/javascripts/plugins/word_paste.min.js +6 -6
- data/app/assets/javascripts/third_party/embedly.min.js +6 -6
- data/app/assets/javascripts/third_party/font_awesome.min.js +7 -7
- data/app/assets/javascripts/third_party/image_tui.min.js +6 -6
- data/app/assets/javascripts/third_party/spell_checker.min.js +6 -6
- data/app/assets/stylesheets/froala_editor.css +1366 -1366
- data/app/assets/stylesheets/froala_editor.min.css +7 -7
- data/app/assets/stylesheets/froala_editor.pkgd.css +4594 -4343
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -7
- data/app/assets/stylesheets/froala_style.css +362 -353
- data/app/assets/stylesheets/froala_style.min.css +7 -7
- data/app/assets/stylesheets/plugins.pkgd.css +2876 -2634
- data/app/assets/stylesheets/plugins.pkgd.min.css +7 -7
- data/app/assets/stylesheets/plugins/char_counter.css +49 -49
- data/app/assets/stylesheets/plugins/char_counter.min.css +7 -7
- data/app/assets/stylesheets/plugins/code_view.css +97 -97
- data/app/assets/stylesheets/plugins/code_view.min.css +7 -7
- data/app/assets/stylesheets/plugins/colors.css +98 -98
- data/app/assets/stylesheets/plugins/colors.min.css +7 -7
- data/app/assets/stylesheets/plugins/draggable.css +41 -41
- data/app/assets/stylesheets/plugins/draggable.min.css +7 -7
- data/app/assets/stylesheets/plugins/emoticons.css +34 -34
- data/app/assets/stylesheets/plugins/emoticons.min.css +7 -7
- data/app/assets/stylesheets/plugins/file.css +128 -128
- data/app/assets/stylesheets/plugins/file.min.css +7 -7
- data/app/assets/stylesheets/plugins/files_manager.css +1240 -1240
- data/app/assets/stylesheets/plugins/files_manager.min.css +7 -7
- data/app/assets/stylesheets/plugins/fullscreen.css +77 -77
- data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -7
- data/app/assets/stylesheets/plugins/help.css +45 -45
- data/app/assets/stylesheets/plugins/help.min.css +7 -7
- data/app/assets/stylesheets/plugins/image.css +211 -211
- data/app/assets/stylesheets/plugins/image.min.css +7 -7
- data/app/assets/stylesheets/plugins/image_manager.css +236 -236
- data/app/assets/stylesheets/plugins/image_manager.min.css +7 -7
- data/app/assets/stylesheets/plugins/line_breaker.css +38 -38
- data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -7
- data/app/assets/stylesheets/plugins/quick_insert.css +72 -72
- data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -7
- data/app/assets/stylesheets/plugins/special_characters.css +33 -33
- data/app/assets/stylesheets/plugins/special_characters.min.css +7 -7
- data/app/assets/stylesheets/plugins/table.css +111 -111
- data/app/assets/stylesheets/plugins/table.min.css +7 -7
- data/app/assets/stylesheets/plugins/trim_video.css +247 -0
- data/app/assets/stylesheets/plugins/trim_video.min.css +7 -0
- data/app/assets/stylesheets/plugins/video.css +201 -201
- data/app/assets/stylesheets/plugins/video.min.css +7 -7
- data/app/assets/stylesheets/themes/dark.css +2169 -2146
- data/app/assets/stylesheets/themes/dark.min.css +7 -7
- data/app/assets/stylesheets/themes/gray.css +2169 -2146
- data/app/assets/stylesheets/themes/gray.min.css +7 -7
- data/app/assets/stylesheets/themes/royal.css +2169 -2146
- data/app/assets/stylesheets/themes/royal.min.css +7 -7
- data/app/assets/stylesheets/third_party/embedly.css +60 -60
- data/app/assets/stylesheets/third_party/embedly.min.css +7 -7
- data/app/assets/stylesheets/third_party/font_awesome.css +33 -33
- data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -7
- data/app/assets/stylesheets/third_party/image_tui.css +41 -41
- data/app/assets/stylesheets/third_party/image_tui.min.css +7 -7
- data/app/assets/stylesheets/third_party/spell_checker.css +64 -64
- data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -7
- data/lib/wysiwyg-rails.rb +1 -1
- data/lib/wysiwyg-rails/engine.rb +16 -16
- data/lib/wysiwyg-rails/version.rb +5 -5
- metadata +10 -7
@@ -1,7 +1,7 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v3.2.
|
3
|
-
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
-
* Copyright 2014-
|
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-layer.fr-color-hex-layer{margin:0;padding:20px;padding-top:0;float:left}.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line{float:left;width:calc(100% - 50px);padding:15px 0 0}.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons{float:right;width:38px;height:40px;padding:17px 0 0;margin:0}.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:13px;height:40px;width:38px}.fr-popup .fr-separator+.fr-colors-tabs{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;padding:20px;padding-bottom:0}.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,.fr-popup .fr-color-set>span>svg{text-align:center;line-height:32px;height:24px;width:24px;margin:4px;font-size:13px;position:absolute;bottom:0;cursor:default;left:0}.fr-popup .fr-color-set>span>i path,.fr-popup .fr-color-set>span>svg path{fill:#222}.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)}
|
1
|
+
/*!
|
2
|
+
* froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2021 Froala Labs
|
5
|
+
*/
|
6
|
+
|
7
|
+
.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-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-layer.fr-color-hex-layer{margin:0;padding:20px;padding-top:0;float:left}.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line{float:left;width:calc(100% - 50px);padding:15px 0 0}.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons{float:right;width:38px;height:40px;padding:17px 0 0;margin:0}.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:13px;height:40px;width:38px}.fr-popup .fr-separator+.fr-colors-tabs{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;padding:20px;padding-bottom:0}.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,.fr-popup .fr-color-set>span>svg{text-align:center;line-height:32px;height:24px;width:24px;margin:4px;font-size:13px;position:absolute;bottom:0;cursor:default;left:0}.fr-popup .fr-color-set>span>i path,.fr-popup .fr-color-set>span>svg path{fill:#222}.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)}
|
@@ -1,41 +1,41 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v3.2.
|
3
|
-
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
-
* Copyright 2014-
|
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: #0098f7;
|
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: 2147483640;
|
33
|
-
display: none; }
|
34
|
-
.fr-drag-helper.fr-visible {
|
35
|
-
display: block; }
|
36
|
-
|
37
|
-
.fr-dragging {
|
38
|
-
-webkit-opacity: 0.4;
|
39
|
-
-moz-opacity: 0.4;
|
40
|
-
opacity: 0.4;
|
41
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
|
1
|
+
/*!
|
2
|
+
* froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2021 Froala Labs
|
5
|
+
*/
|
6
|
+
|
7
|
+
.fr-clearfix::after {
|
8
|
+
clear: both;
|
9
|
+
display: block;
|
10
|
+
content: "";
|
11
|
+
height: 0; }
|
12
|
+
|
13
|
+
.fr-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: #0098f7;
|
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: 2147483640;
|
33
|
+
display: none; }
|
34
|
+
.fr-drag-helper.fr-visible {
|
35
|
+
display: block; }
|
36
|
+
|
37
|
+
.fr-dragging {
|
38
|
+
-webkit-opacity: 0.4;
|
39
|
+
-moz-opacity: 0.4;
|
40
|
+
opacity: 0.4;
|
41
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
|
@@ -1,7 +1,7 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v3.2.
|
3
|
-
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
-
* Copyright 2014-
|
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:#0098f7;height:2px;margin-top:-1px;-webkit-opacity:.2;-moz-opacity:.2;opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;z-index:2147483640;display:none}.fr-drag-helper.fr-visible{display:block}.fr-dragging{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}
|
1
|
+
/*!
|
2
|
+
* froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2021 Froala Labs
|
5
|
+
*/
|
6
|
+
|
7
|
+
.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-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:#0098f7;height:2px;margin-top:-1px;-webkit-opacity:.2;-moz-opacity:.2;opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;z-index:2147483640;display:none}.fr-drag-helper.fr-visible{display:block}.fr-dragging{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}
|
@@ -1,34 +1,34 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v3.2.
|
3
|
-
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
-
* Copyright 2014-
|
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
|
-
width: 24px;
|
25
|
-
height: 24px;
|
26
|
-
font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; }
|
27
|
-
.fr-popup .fr-emoticon img {
|
28
|
-
height: 24px;
|
29
|
-
width: 24px; }
|
30
|
-
.fr-popup .fr-command.fr-btn.fr-tabs-unicode {
|
31
|
-
padding: 0 0 0 14px; }
|
32
|
-
@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
|
33
|
-
.fr-popup .fr-icon-container.fr-emoticon-container {
|
34
|
-
width: 368px; } }
|
1
|
+
/*!
|
2
|
+
* froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2021 Froala Labs
|
5
|
+
*/
|
6
|
+
|
7
|
+
.fr-clearfix::after {
|
8
|
+
clear: both;
|
9
|
+
display: block;
|
10
|
+
content: "";
|
11
|
+
height: 0; }
|
12
|
+
|
13
|
+
.fr-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
|
+
width: 24px;
|
25
|
+
height: 24px;
|
26
|
+
font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; }
|
27
|
+
.fr-popup .fr-emoticon img {
|
28
|
+
height: 24px;
|
29
|
+
width: 24px; }
|
30
|
+
.fr-popup .fr-command.fr-btn.fr-tabs-unicode {
|
31
|
+
padding: 0 0 0 14px; }
|
32
|
+
@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
|
33
|
+
.fr-popup .fr-icon-container.fr-emoticon-container {
|
34
|
+
width: 368px; } }
|
@@ -1,7 +1,7 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v3.2.
|
3
|
-
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
-
* Copyright 2014-
|
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-emoticon{width:24px;height:24px;font-family:"Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols}.fr-popup .fr-emoticon img{height:24px;width:24px}.fr-popup .fr-command.fr-btn.fr-tabs-unicode{padding:0 0 0 14px}@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px){.fr-popup .fr-icon-container.fr-emoticon-container{width:368px}}
|
1
|
+
/*!
|
2
|
+
* froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2021 Froala Labs
|
5
|
+
*/
|
6
|
+
|
7
|
+
.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-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-emoticon{width:24px;height:24px;font-family:"Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols}.fr-popup .fr-emoticon img{height:24px;width:24px}.fr-popup .fr-command.fr-btn.fr-tabs-unicode{padding:0 0 0 14px}@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px){.fr-popup .fr-icon-container.fr-emoticon-container{width:368px}}
|
@@ -1,128 +1,128 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v3.2.
|
3
|
-
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
-
* Copyright 2014-
|
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-file-upload-layer {
|
24
|
-
border: dashed 2px #bdbdbd;
|
25
|
-
padding: 25px 0;
|
26
|
-
margin: 20px;
|
27
|
-
position: relative;
|
28
|
-
font-size: 14px;
|
29
|
-
letter-spacing: 1px;
|
30
|
-
line-height: 140%;
|
31
|
-
-webkit-box-sizing: border-box;
|
32
|
-
-moz-box-sizing: border-box;
|
33
|
-
box-sizing: border-box;
|
34
|
-
text-align: center; }
|
35
|
-
.fr-popup .fr-file-upload-layer:hover {
|
36
|
-
background: #ebebeb; }
|
37
|
-
.fr-popup .fr-file-upload-layer.fr-drop {
|
38
|
-
background: #ebebeb;
|
39
|
-
border-color: #0098f7; }
|
40
|
-
.fr-popup .fr-file-upload-layer .fr-form {
|
41
|
-
-webkit-opacity: 0;
|
42
|
-
-moz-opacity: 0;
|
43
|
-
opacity: 0;
|
44
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
45
|
-
position: absolute;
|
46
|
-
top: 0;
|
47
|
-
bottom: 0;
|
48
|
-
left: 0;
|
49
|
-
right: 0;
|
50
|
-
z-index: 2147483640;
|
51
|
-
overflow: hidden;
|
52
|
-
margin: 0 !important;
|
53
|
-
padding: 0 !important;
|
54
|
-
width: 100% !important; }
|
55
|
-
.fr-popup .fr-file-upload-layer .fr-form input {
|
56
|
-
cursor: pointer;
|
57
|
-
position: absolute;
|
58
|
-
right: 0;
|
59
|
-
top: 0;
|
60
|
-
bottom: 0;
|
61
|
-
width: 500%;
|
62
|
-
height: 100%;
|
63
|
-
margin: 0;
|
64
|
-
font-size: 400px; }
|
65
|
-
.fr-popup .fr-file-progress-bar-layer {
|
66
|
-
-webkit-box-sizing: border-box;
|
67
|
-
-moz-box-sizing: border-box;
|
68
|
-
box-sizing: border-box; }
|
69
|
-
.fr-popup .fr-file-progress-bar-layer > h3 {
|
70
|
-
font-size: 16px;
|
71
|
-
margin: 10px 0;
|
72
|
-
font-weight: normal; }
|
73
|
-
.fr-popup .fr-file-progress-bar-layer > div.fr-action-buttons {
|
74
|
-
display: none; }
|
75
|
-
.fr-popup .fr-file-progress-bar-layer > div.fr-loader {
|
76
|
-
background: #b3e0fd;
|
77
|
-
height: 10px;
|
78
|
-
width: 100%;
|
79
|
-
margin-top: 20px;
|
80
|
-
overflow: hidden;
|
81
|
-
position: relative; }
|
82
|
-
.fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
|
83
|
-
display: block;
|
84
|
-
height: 100%;
|
85
|
-
width: 0%;
|
86
|
-
background: #0098f7;
|
87
|
-
-webkit-transition: width 0.2s ease 0s;
|
88
|
-
-moz-transition: width 0.2s ease 0s;
|
89
|
-
-ms-transition: width 0.2s ease 0s;
|
90
|
-
-o-transition: width 0.2s ease 0s; }
|
91
|
-
.fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
|
92
|
-
width: 30% !important;
|
93
|
-
position: absolute;
|
94
|
-
top: 0;
|
95
|
-
-webkit-animation: loading 2s linear infinite;
|
96
|
-
-moz-animation: loading 2s linear infinite;
|
97
|
-
-o-animation: loading 2s linear infinite;
|
98
|
-
animation: loading 2s linear infinite; }
|
99
|
-
.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-loader {
|
100
|
-
display: none; }
|
101
|
-
.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
|
102
|
-
display: block; }
|
103
|
-
|
104
|
-
@keyframes loading {
|
105
|
-
from {
|
106
|
-
left: -25%; }
|
107
|
-
to {
|
108
|
-
left: 100%; } }
|
109
|
-
@-webkit-keyframes loading {
|
110
|
-
from {
|
111
|
-
left: -25%; }
|
112
|
-
to {
|
113
|
-
left: 100%; } }
|
114
|
-
@-moz-keyframes loading {
|
115
|
-
from {
|
116
|
-
left: -25%; }
|
117
|
-
to {
|
118
|
-
left: 100%; } }
|
119
|
-
@-o-keyframes loading {
|
120
|
-
from {
|
121
|
-
left: -25%; }
|
122
|
-
to {
|
123
|
-
left: 100%; } }
|
124
|
-
@keyframes loading {
|
125
|
-
from {
|
126
|
-
left: -25%; }
|
127
|
-
to {
|
128
|
-
left: 100%; } }
|
1
|
+
/*!
|
2
|
+
* froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2021 Froala Labs
|
5
|
+
*/
|
6
|
+
|
7
|
+
.fr-clearfix::after {
|
8
|
+
clear: both;
|
9
|
+
display: block;
|
10
|
+
content: "";
|
11
|
+
height: 0; }
|
12
|
+
|
13
|
+
.fr-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-file-upload-layer {
|
24
|
+
border: dashed 2px #bdbdbd;
|
25
|
+
padding: 25px 0;
|
26
|
+
margin: 20px;
|
27
|
+
position: relative;
|
28
|
+
font-size: 14px;
|
29
|
+
letter-spacing: 1px;
|
30
|
+
line-height: 140%;
|
31
|
+
-webkit-box-sizing: border-box;
|
32
|
+
-moz-box-sizing: border-box;
|
33
|
+
box-sizing: border-box;
|
34
|
+
text-align: center; }
|
35
|
+
.fr-popup .fr-file-upload-layer:hover {
|
36
|
+
background: #ebebeb; }
|
37
|
+
.fr-popup .fr-file-upload-layer.fr-drop {
|
38
|
+
background: #ebebeb;
|
39
|
+
border-color: #0098f7; }
|
40
|
+
.fr-popup .fr-file-upload-layer .fr-form {
|
41
|
+
-webkit-opacity: 0;
|
42
|
+
-moz-opacity: 0;
|
43
|
+
opacity: 0;
|
44
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
45
|
+
position: absolute;
|
46
|
+
top: 0;
|
47
|
+
bottom: 0;
|
48
|
+
left: 0;
|
49
|
+
right: 0;
|
50
|
+
z-index: 2147483640;
|
51
|
+
overflow: hidden;
|
52
|
+
margin: 0 !important;
|
53
|
+
padding: 0 !important;
|
54
|
+
width: 100% !important; }
|
55
|
+
.fr-popup .fr-file-upload-layer .fr-form input {
|
56
|
+
cursor: pointer;
|
57
|
+
position: absolute;
|
58
|
+
right: 0;
|
59
|
+
top: 0;
|
60
|
+
bottom: 0;
|
61
|
+
width: 500%;
|
62
|
+
height: 100%;
|
63
|
+
margin: 0;
|
64
|
+
font-size: 400px; }
|
65
|
+
.fr-popup .fr-file-progress-bar-layer {
|
66
|
+
-webkit-box-sizing: border-box;
|
67
|
+
-moz-box-sizing: border-box;
|
68
|
+
box-sizing: border-box; }
|
69
|
+
.fr-popup .fr-file-progress-bar-layer > h3 {
|
70
|
+
font-size: 16px;
|
71
|
+
margin: 10px 0;
|
72
|
+
font-weight: normal; }
|
73
|
+
.fr-popup .fr-file-progress-bar-layer > div.fr-action-buttons {
|
74
|
+
display: none; }
|
75
|
+
.fr-popup .fr-file-progress-bar-layer > div.fr-loader {
|
76
|
+
background: #b3e0fd;
|
77
|
+
height: 10px;
|
78
|
+
width: 100%;
|
79
|
+
margin-top: 20px;
|
80
|
+
overflow: hidden;
|
81
|
+
position: relative; }
|
82
|
+
.fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
|
83
|
+
display: block;
|
84
|
+
height: 100%;
|
85
|
+
width: 0%;
|
86
|
+
background: #0098f7;
|
87
|
+
-webkit-transition: width 0.2s ease 0s;
|
88
|
+
-moz-transition: width 0.2s ease 0s;
|
89
|
+
-ms-transition: width 0.2s ease 0s;
|
90
|
+
-o-transition: width 0.2s ease 0s; }
|
91
|
+
.fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
|
92
|
+
width: 30% !important;
|
93
|
+
position: absolute;
|
94
|
+
top: 0;
|
95
|
+
-webkit-animation: loading 2s linear infinite;
|
96
|
+
-moz-animation: loading 2s linear infinite;
|
97
|
+
-o-animation: loading 2s linear infinite;
|
98
|
+
animation: loading 2s linear infinite; }
|
99
|
+
.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-loader {
|
100
|
+
display: none; }
|
101
|
+
.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
|
102
|
+
display: block; }
|
103
|
+
|
104
|
+
@keyframes loading {
|
105
|
+
from {
|
106
|
+
left: -25%; }
|
107
|
+
to {
|
108
|
+
left: 100%; } }
|
109
|
+
@-webkit-keyframes loading {
|
110
|
+
from {
|
111
|
+
left: -25%; }
|
112
|
+
to {
|
113
|
+
left: 100%; } }
|
114
|
+
@-moz-keyframes loading {
|
115
|
+
from {
|
116
|
+
left: -25%; }
|
117
|
+
to {
|
118
|
+
left: 100%; } }
|
119
|
+
@-o-keyframes loading {
|
120
|
+
from {
|
121
|
+
left: -25%; }
|
122
|
+
to {
|
123
|
+
left: 100%; } }
|
124
|
+
@keyframes loading {
|
125
|
+
from {
|
126
|
+
left: -25%; }
|
127
|
+
to {
|
128
|
+
left: 100%; } }
|