wysiwyg-rails 1.2.7 → 4.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/LICENSE +1 -1
- data/README.md +112 -35
- data/app/assets/javascripts/froala_editor.min.js +5 -9
- data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -0
- data/app/assets/javascripts/languages/ar.js +291 -0
- data/app/assets/javascripts/languages/bs.js +278 -0
- data/app/assets/javascripts/languages/cs.js +284 -0
- data/app/assets/javascripts/languages/da.js +276 -0
- data/app/assets/javascripts/languages/de.js +309 -0
- data/app/assets/javascripts/languages/el.js +284 -0
- data/app/assets/javascripts/languages/en_ca.js +222 -0
- data/app/assets/javascripts/languages/en_gb.js +222 -0
- data/app/assets/javascripts/languages/es.js +289 -0
- data/app/assets/javascripts/languages/et.js +278 -0
- data/app/assets/javascripts/languages/fa.js +278 -0
- data/app/assets/javascripts/languages/fi.js +278 -0
- data/app/assets/javascripts/languages/fr.js +303 -0
- data/app/assets/javascripts/languages/he.js +278 -0
- data/app/assets/javascripts/languages/hr.js +278 -0
- data/app/assets/javascripts/languages/hu.js +284 -0
- data/app/assets/javascripts/languages/id.js +278 -0
- data/app/assets/javascripts/languages/it.js +294 -0
- data/app/assets/javascripts/languages/ja.js +278 -0
- data/app/assets/javascripts/languages/ko.js +306 -0
- data/app/assets/javascripts/languages/ku.js +271 -0
- data/app/assets/javascripts/languages/me.js +278 -0
- data/app/assets/javascripts/languages/nb.js +278 -0
- data/app/assets/javascripts/languages/nl.js +291 -0
- data/app/assets/javascripts/languages/pl.js +295 -0
- data/app/assets/javascripts/languages/pt_br.js +278 -0
- data/app/assets/javascripts/languages/pt_pt.js +295 -0
- data/app/assets/javascripts/languages/ro.js +278 -0
- data/app/assets/javascripts/languages/ru.js +291 -0
- data/app/assets/javascripts/languages/sk.js +284 -0
- data/app/assets/javascripts/languages/sl.js +224 -0
- data/app/assets/javascripts/languages/sr.js +278 -0
- data/app/assets/javascripts/languages/sv.js +278 -0
- data/app/assets/javascripts/languages/th.js +278 -0
- data/app/assets/javascripts/languages/tr.js +278 -0
- data/app/assets/javascripts/languages/uk.js +278 -0
- data/app/assets/javascripts/languages/vi.js +219 -0
- data/app/assets/javascripts/languages/zh_cn.js +304 -0
- data/app/assets/javascripts/languages/zh_tw.js +278 -0
- data/app/assets/javascripts/plugins/align.min.js +7 -0
- data/app/assets/javascripts/plugins/char_counter.min.js +5 -4
- data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -0
- data/app/assets/javascripts/plugins/code_view.min.js +7 -0
- data/app/assets/javascripts/plugins/colors.min.js +5 -4
- data/app/assets/javascripts/plugins/cryptojs.min.js +7 -0
- data/app/assets/javascripts/plugins/draggable.min.js +7 -0
- data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
- data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
- data/app/assets/javascripts/plugins/entities.min.js +5 -4
- data/app/assets/javascripts/plugins/file.min.js +7 -0
- data/app/assets/javascripts/plugins/files_manager.min.js +7 -0
- data/app/assets/javascripts/plugins/font_family.min.js +5 -4
- data/app/assets/javascripts/plugins/font_size.min.js +5 -4
- data/app/assets/javascripts/plugins/forms.min.js +7 -0
- data/app/assets/javascripts/plugins/fullscreen.min.js +5 -4
- data/app/assets/javascripts/plugins/help.min.js +7 -0
- data/app/assets/javascripts/plugins/image.min.js +7 -0
- data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
- data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
- data/app/assets/javascripts/plugins/line_height.min.js +7 -0
- data/app/assets/javascripts/plugins/link.min.js +7 -0
- data/app/assets/javascripts/plugins/lists.min.js +5 -4
- data/app/assets/javascripts/plugins/markdown.min.js +7 -0
- data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
- data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
- data/app/assets/javascripts/plugins/print.min.js +7 -0
- data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
- data/app/assets/javascripts/plugins/quote.min.js +7 -0
- data/app/assets/javascripts/plugins/save.min.js +7 -0
- data/app/assets/javascripts/plugins/special_characters.min.js +7 -0
- data/app/assets/javascripts/plugins/table.min.js +7 -0
- data/app/assets/javascripts/plugins/track_changes.min.js +7 -0
- data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
- data/app/assets/javascripts/plugins/url.min.js +7 -0
- data/app/assets/javascripts/plugins/video.min.js +5 -4
- data/app/assets/javascripts/plugins/word_paste.min.js +7 -0
- data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
- data/app/assets/javascripts/third_party/embedly.min.js +7 -0
- data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
- data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
- data/app/assets/javascripts/third_party/showdown.min.js +7 -0
- data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
- data/app/assets/stylesheets/froala_editor.css +1431 -0
- data/app/assets/stylesheets/froala_editor.min.css +6 -4
- data/app/assets/stylesheets/froala_editor.pkgd.css +4808 -0
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
- data/app/assets/stylesheets/froala_style.css +362 -0
- data/app/assets/stylesheets/froala_style.min.css +6 -4
- data/app/assets/stylesheets/plugins/char_counter.css +49 -0
- data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
- data/app/assets/stylesheets/plugins/code_view.css +97 -0
- data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
- data/app/assets/stylesheets/plugins/colors.css +98 -0
- data/app/assets/stylesheets/plugins/colors.min.css +7 -0
- data/app/assets/stylesheets/plugins/draggable.css +41 -0
- data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
- data/app/assets/stylesheets/plugins/emoticons.css +34 -0
- data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
- data/app/assets/stylesheets/plugins/file.css +128 -0
- data/app/assets/stylesheets/plugins/file.min.css +7 -0
- data/app/assets/stylesheets/plugins/files_manager.css +1240 -0
- data/app/assets/stylesheets/plugins/files_manager.min.css +7 -0
- data/app/assets/stylesheets/plugins/fullscreen.css +79 -0
- data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
- data/app/assets/stylesheets/plugins/help.css +45 -0
- data/app/assets/stylesheets/plugins/help.min.css +7 -0
- data/app/assets/stylesheets/plugins/image.css +213 -0
- data/app/assets/stylesheets/plugins/image.min.css +7 -0
- data/app/assets/stylesheets/plugins/image_manager.css +236 -0
- data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
- data/app/assets/stylesheets/plugins/line_breaker.css +38 -0
- data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
- data/app/assets/stylesheets/plugins/markdown.css +149 -0
- data/app/assets/stylesheets/plugins/markdown.min.css +7 -0
- data/app/assets/stylesheets/plugins/quick_insert.css +72 -0
- data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
- data/app/assets/stylesheets/plugins/special_characters.css +33 -0
- data/app/assets/stylesheets/plugins/special_characters.min.css +7 -0
- data/app/assets/stylesheets/plugins/table.css +111 -0
- data/app/assets/stylesheets/plugins/table.min.css +7 -0
- 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 -0
- data/app/assets/stylesheets/plugins/video.min.css +7 -0
- data/app/assets/stylesheets/plugins.pkgd.css +3025 -0
- data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
- data/app/assets/stylesheets/themes/dark.css +2188 -0
- data/app/assets/stylesheets/themes/dark.min.css +6 -4
- data/app/assets/stylesheets/themes/gray.css +2188 -0
- data/app/assets/stylesheets/themes/gray.min.css +6 -4
- data/app/assets/stylesheets/themes/royal.css +2188 -0
- data/app/assets/stylesheets/themes/royal.min.css +6 -4
- data/app/assets/stylesheets/third_party/embedly.css +60 -0
- data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
- data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
- data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
- data/app/assets/stylesheets/third_party/image_tui.css +41 -0
- data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
- data/app/assets/stylesheets/third_party/spell_checker.css +64 -0
- data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -0
- data/lib/wysiwyg-rails/engine.rb +11 -0
- data/lib/wysiwyg-rails/version.rb +1 -1
- metadata +142 -72
- data/app/assets/javascripts/froala_editor_ie8.min.js +0 -6
- data/app/assets/javascripts/langs/ar.js +0 -94
- data/app/assets/javascripts/langs/bs.js +0 -94
- data/app/assets/javascripts/langs/cs.js +0 -94
- data/app/assets/javascripts/langs/da.js +0 -94
- data/app/assets/javascripts/langs/de.js +0 -94
- data/app/assets/javascripts/langs/en_ca.js +0 -94
- data/app/assets/javascripts/langs/en_gb.js +0 -94
- data/app/assets/javascripts/langs/en_us.js +0 -94
- data/app/assets/javascripts/langs/es.js +0 -94
- data/app/assets/javascripts/langs/et.js +0 -90
- data/app/assets/javascripts/langs/fa.js +0 -94
- data/app/assets/javascripts/langs/fi.js +0 -94
- data/app/assets/javascripts/langs/fr.js +0 -94
- data/app/assets/javascripts/langs/he.js +0 -94
- data/app/assets/javascripts/langs/hr.js +0 -94
- data/app/assets/javascripts/langs/hu.js +0 -94
- data/app/assets/javascripts/langs/id.js +0 -94
- data/app/assets/javascripts/langs/it.js +0 -94
- data/app/assets/javascripts/langs/ja.js +0 -94
- data/app/assets/javascripts/langs/ko.js +0 -94
- data/app/assets/javascripts/langs/me.js +0 -94
- data/app/assets/javascripts/langs/nb.js +0 -94
- data/app/assets/javascripts/langs/nl.js +0 -94
- data/app/assets/javascripts/langs/pl.js +0 -94
- data/app/assets/javascripts/langs/pt_br.js +0 -94
- data/app/assets/javascripts/langs/pt_pt.js +0 -94
- data/app/assets/javascripts/langs/ro.js +0 -94
- data/app/assets/javascripts/langs/ru.js +0 -94
- data/app/assets/javascripts/langs/sr.js +0 -94
- data/app/assets/javascripts/langs/sv.js +0 -94
- data/app/assets/javascripts/langs/th.js +0 -94
- data/app/assets/javascripts/langs/tr.js +0 -94
- data/app/assets/javascripts/langs/uk.js +0 -94
- data/app/assets/javascripts/langs/zh_cn.js +0 -94
- data/app/assets/javascripts/langs/zh_tw.js +0 -94
- data/app/assets/javascripts/plugins/block_styles.min.js +0 -6
- data/app/assets/javascripts/plugins/file_upload.min.js +0 -6
- data/app/assets/javascripts/plugins/inline_styles.min.js +0 -6
- data/app/assets/javascripts/plugins/media_manager.min.js +0 -6
- data/app/assets/javascripts/plugins/tables.min.js +0 -6
- data/app/assets/javascripts/plugins/urls.min.js +0 -6
- data/app/assets/stylesheets/froala_content.min.css +0 -5
- data/app/assets/stylesheets/themes/red.min.css +0 -5
@@ -0,0 +1,49 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2022 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-box .fr-counter {
|
24
|
+
padding: 10px;
|
25
|
+
float: right;
|
26
|
+
color: #999999;
|
27
|
+
content: attr(data-chars);
|
28
|
+
font-size: 14px;
|
29
|
+
font-family: sans-serif;
|
30
|
+
z-index: 1;
|
31
|
+
border-radius: 2px 0 0 0;
|
32
|
+
-moz-border-radius: 2px 0 0 0;
|
33
|
+
-webkit-border-radius: 2px 0 0 0;
|
34
|
+
-moz-background-clip: padding;
|
35
|
+
-webkit-background-clip: padding-box;
|
36
|
+
background-clip: padding-box; }
|
37
|
+
.fr-box.fr-rtl .fr-counter {
|
38
|
+
left: 0;
|
39
|
+
right: auto;
|
40
|
+
border-left: none;
|
41
|
+
border-radius: 0 2px 0 0;
|
42
|
+
-moz-border-radius: 0 2px 0 0;
|
43
|
+
-webkit-border-radius: 0 2px 0 0;
|
44
|
+
-moz-background-clip: padding;
|
45
|
+
-webkit-background-clip: padding-box;
|
46
|
+
background-clip: padding-box; }
|
47
|
+
|
48
|
+
.fr-box.fr-code-view .fr-counter {
|
49
|
+
display: none; }
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2022 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-box .fr-counter{padding:10px;float:right;color:#999;content:attr(data-chars);font-size:14px;font-family:sans-serif;z-index:1;border-radius:2px 0 0 0;-moz-border-radius:2px 0 0 0;-webkit-border-radius:2px 0 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:none;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,97 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2022 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
|
+
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: 0;
|
35
|
+
font-family: "Courier New",monospace;
|
36
|
+
font-size: 14px;
|
37
|
+
background: #FFF;
|
38
|
+
color: #000;
|
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
|
+
.fr-box.fr-code-view .fr-element, .fr-box.fr-code-view .fr-placeholder, .fr-box.fr-code-view .fr-iframe {
|
50
|
+
display: none; }
|
51
|
+
.fr-box.fr-code-view .CodeMirror {
|
52
|
+
display: block; }
|
53
|
+
|
54
|
+
.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
|
55
|
+
display: block; }
|
56
|
+
.fr-box.fr-inline .fr-command.fr-btn.html-switch {
|
57
|
+
display: none;
|
58
|
+
position: absolute;
|
59
|
+
top: 0;
|
60
|
+
right: 0;
|
61
|
+
display: none;
|
62
|
+
background: #FFF;
|
63
|
+
color: #333333;
|
64
|
+
-moz-outline: 0;
|
65
|
+
outline: 0;
|
66
|
+
border: 0;
|
67
|
+
line-height: 1;
|
68
|
+
cursor: pointer;
|
69
|
+
text-align: left;
|
70
|
+
padding: 8px 7px;
|
71
|
+
-webkit-transition: background 0.2s ease 0s;
|
72
|
+
-moz-transition: background 0.2s ease 0s;
|
73
|
+
-ms-transition: background 0.2s ease 0s;
|
74
|
+
-o-transition: background 0.2s ease 0s;
|
75
|
+
border-radius: 0;
|
76
|
+
-moz-border-radius: 0;
|
77
|
+
-webkit-border-radius: 0;
|
78
|
+
-moz-background-clip: padding;
|
79
|
+
-webkit-background-clip: padding-box;
|
80
|
+
background-clip: padding-box;
|
81
|
+
z-index: 2;
|
82
|
+
-webkit-box-sizing: border-box;
|
83
|
+
-moz-box-sizing: border-box;
|
84
|
+
box-sizing: border-box;
|
85
|
+
text-decoration: none;
|
86
|
+
user-select: none;
|
87
|
+
-o-user-select: none;
|
88
|
+
-moz-user-select: none;
|
89
|
+
-khtml-user-select: none;
|
90
|
+
-webkit-user-select: none;
|
91
|
+
-ms-user-select: none; }
|
92
|
+
.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
|
93
|
+
font-size: 24px;
|
94
|
+
width: 24px;
|
95
|
+
text-align: center; }
|
96
|
+
.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
|
97
|
+
background: #ebebeb; }
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2022 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}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:none;padding:10px;margin:0;font-family:"Courier New",monospace;font-size:14px;background:#FFF;color:#000;outline:none}.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-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{display:none;position:absolute;top:0;right:0;display:none;background:#FFF;color:#333;-moz-outline:0;outline:0;border:0;line-height:1;cursor:pointer;text-align:left;padding:8px 7px;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.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:24px;width:24px;text-align:center}.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover{background:#ebebeb}
|
@@ -0,0 +1,98 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2022 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-layer.fr-color-hex-layer {
|
24
|
+
margin: 0;
|
25
|
+
padding: 20px;
|
26
|
+
padding-top: 0;
|
27
|
+
float: left; }
|
28
|
+
.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line {
|
29
|
+
float: left;
|
30
|
+
width: calc(100% - 50px);
|
31
|
+
padding: 15px 0 0; }
|
32
|
+
.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons {
|
33
|
+
float: right;
|
34
|
+
width: 38px;
|
35
|
+
height: 40px;
|
36
|
+
padding: 17px 0 0;
|
37
|
+
margin: 0; }
|
38
|
+
.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command {
|
39
|
+
border-radius: 2px;
|
40
|
+
-moz-border-radius: 2px;
|
41
|
+
-webkit-border-radius: 2px;
|
42
|
+
-moz-background-clip: padding;
|
43
|
+
-webkit-background-clip: padding-box;
|
44
|
+
background-clip: padding-box;
|
45
|
+
font-size: 13px;
|
46
|
+
height: 40px;
|
47
|
+
width: 38px; }
|
48
|
+
.fr-popup .fr-separator + .fr-colors-tabs {
|
49
|
+
margin-left: 2px;
|
50
|
+
margin-right: 2px; }
|
51
|
+
.fr-popup .fr-color-set {
|
52
|
+
line-height: 0;
|
53
|
+
display: none; }
|
54
|
+
.fr-popup .fr-color-set.fr-selected-set {
|
55
|
+
display: block;
|
56
|
+
padding: 20px;
|
57
|
+
padding-bottom: 0; }
|
58
|
+
.fr-popup .fr-color-set > span {
|
59
|
+
display: inline-block;
|
60
|
+
width: 32px;
|
61
|
+
height: 32px;
|
62
|
+
position: relative;
|
63
|
+
z-index: 1; }
|
64
|
+
.fr-popup .fr-color-set > span > i, .fr-popup .fr-color-set > span > svg {
|
65
|
+
text-align: center;
|
66
|
+
line-height: 32px;
|
67
|
+
height: 24px;
|
68
|
+
width: 24px;
|
69
|
+
margin: 4px;
|
70
|
+
font-size: 13px;
|
71
|
+
position: absolute;
|
72
|
+
bottom: 0;
|
73
|
+
cursor: default;
|
74
|
+
left: 0; }
|
75
|
+
.fr-popup .fr-color-set > span > i path, .fr-popup .fr-color-set > span > svg path {
|
76
|
+
fill: #222222; }
|
77
|
+
.fr-popup .fr-color-set > span .fr-selected-color {
|
78
|
+
color: #FFF;
|
79
|
+
font-family: FontAwesome;
|
80
|
+
font-size: 13px;
|
81
|
+
font-weight: 400;
|
82
|
+
line-height: 32px;
|
83
|
+
position: absolute;
|
84
|
+
top: 0;
|
85
|
+
bottom: 0;
|
86
|
+
right: 0;
|
87
|
+
left: 0;
|
88
|
+
text-align: center;
|
89
|
+
cursor: default; }
|
90
|
+
.fr-popup .fr-color-set > span:hover, .fr-popup .fr-color-set > span:focus {
|
91
|
+
outline: 1px solid #222222;
|
92
|
+
z-index: 2; }
|
93
|
+
|
94
|
+
.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
|
95
|
+
-webkit-transform: translate3d(100%, 0, 0);
|
96
|
+
-moz-transform: translate3d(100%, 0, 0);
|
97
|
+
-ms-transform: translate3d(100%, 0, 0);
|
98
|
+
-o-transform: translate3d(100%, 0, 0); }
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2022 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)}
|
@@ -0,0 +1,41 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2022 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)"; }
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2022 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)"}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2022 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; } }
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2022 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}}
|
@@ -0,0 +1,128 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2022 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%; } }
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2022 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-file-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;margin:20px;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.fr-popup .fr-file-upload-layer:hover{background:#ebebeb}.fr-popup .fr-file-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-file-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-file-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-file-progress-bar-layer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-popup .fr-file-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-file-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-file-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-file-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}@keyframes loading{from{left:-25%}to{left:100%}}@-webkit-keyframes loading{from{left:-25%}to{left:100%}}@-moz-keyframes loading{from{left:-25%}to{left:100%}}@-o-keyframes loading{from{left:-25%}to{left:100%}}@keyframes loading{from{left:-25%}to{left:100%}}
|