wysiwyg-rails 2.8.5 → 4.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +33 -7
  3. data/app/assets/javascripts/froala_editor.min.js +3 -3
  4. data/app/assets/javascripts/froala_editor.pkgd.min.js +3 -3
  5. data/app/assets/javascripts/languages/ar.js +287 -314
  6. data/app/assets/javascripts/languages/bs.js +274 -314
  7. data/app/assets/javascripts/languages/cs.js +280 -314
  8. data/app/assets/javascripts/languages/da.js +272 -314
  9. data/app/assets/javascripts/languages/de.js +305 -314
  10. data/app/assets/javascripts/languages/el.js +280 -320
  11. data/app/assets/javascripts/languages/en_ca.js +218 -258
  12. data/app/assets/javascripts/languages/en_gb.js +218 -258
  13. data/app/assets/javascripts/languages/es.js +285 -314
  14. data/app/assets/javascripts/languages/et.js +274 -314
  15. data/app/assets/javascripts/languages/fa.js +274 -314
  16. data/app/assets/javascripts/languages/fi.js +274 -314
  17. data/app/assets/javascripts/languages/fr.js +299 -314
  18. data/app/assets/javascripts/languages/he.js +274 -314
  19. data/app/assets/javascripts/languages/hr.js +274 -314
  20. data/app/assets/javascripts/languages/hu.js +280 -314
  21. data/app/assets/javascripts/languages/id.js +274 -315
  22. data/app/assets/javascripts/languages/it.js +290 -314
  23. data/app/assets/javascripts/languages/ja.js +274 -314
  24. data/app/assets/javascripts/languages/ko.js +299 -311
  25. data/app/assets/javascripts/languages/ku.js +267 -307
  26. data/app/assets/javascripts/languages/me.js +274 -314
  27. data/app/assets/javascripts/languages/nb.js +274 -314
  28. data/app/assets/javascripts/languages/nl.js +287 -314
  29. data/app/assets/javascripts/languages/pl.js +291 -314
  30. data/app/assets/javascripts/languages/pt_br.js +274 -314
  31. data/app/assets/javascripts/languages/pt_pt.js +291 -314
  32. data/app/assets/javascripts/languages/ro.js +274 -315
  33. data/app/assets/javascripts/languages/ru.js +287 -314
  34. data/app/assets/javascripts/languages/sk.js +280 -314
  35. data/app/assets/javascripts/languages/sl.js +224 -0
  36. data/app/assets/javascripts/languages/sr.js +274 -314
  37. data/app/assets/javascripts/languages/sv.js +274 -314
  38. data/app/assets/javascripts/languages/th.js +274 -314
  39. data/app/assets/javascripts/languages/tr.js +274 -314
  40. data/app/assets/javascripts/languages/uk.js +274 -314
  41. data/app/assets/javascripts/languages/vi.js +215 -254
  42. data/app/assets/javascripts/languages/zh_cn.js +300 -314
  43. data/app/assets/javascripts/languages/zh_tw.js +274 -314
  44. data/app/assets/javascripts/plugins/align.min.js +3 -3
  45. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  46. data/app/assets/javascripts/plugins/code_beautifier.min.js +3 -3
  47. data/app/assets/javascripts/plugins/code_view.min.js +3 -3
  48. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  49. data/app/assets/javascripts/plugins/cryptojs.min.js +7 -0
  50. data/app/assets/javascripts/plugins/draggable.min.js +3 -3
  51. data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
  52. data/app/assets/javascripts/plugins/emoticons.min.js +3 -3
  53. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  54. data/app/assets/javascripts/plugins/file.min.js +3 -3
  55. data/app/assets/javascripts/plugins/files_manager.min.js +7 -0
  56. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  57. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  58. data/app/assets/javascripts/plugins/forms.min.js +3 -3
  59. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  60. data/app/assets/javascripts/plugins/help.min.js +3 -3
  61. data/app/assets/javascripts/plugins/image.min.js +3 -3
  62. data/app/assets/javascripts/plugins/image_manager.min.js +3 -3
  63. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  64. data/app/assets/javascripts/plugins/inline_style.min.js +3 -3
  65. data/app/assets/javascripts/plugins/line_breaker.min.js +3 -3
  66. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  67. data/app/assets/javascripts/plugins/link.min.js +3 -3
  68. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  69. data/app/assets/javascripts/plugins/markdown.min.js +7 -0
  70. data/app/assets/javascripts/plugins/paragraph_format.min.js +3 -3
  71. data/app/assets/javascripts/plugins/paragraph_style.min.js +3 -3
  72. data/app/assets/javascripts/plugins/print.min.js +3 -3
  73. data/app/assets/javascripts/plugins/quick_insert.min.js +3 -3
  74. data/app/assets/javascripts/plugins/quote.min.js +3 -3
  75. data/app/assets/javascripts/plugins/save.min.js +3 -3
  76. data/app/assets/javascripts/plugins/special_characters.min.js +3 -3
  77. data/app/assets/javascripts/plugins/table.min.js +3 -3
  78. data/app/assets/javascripts/plugins/track_changes.min.js +7 -0
  79. data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
  80. data/app/assets/javascripts/plugins/url.min.js +3 -3
  81. data/app/assets/javascripts/plugins/video.min.js +3 -3
  82. data/app/assets/javascripts/plugins/word_paste.min.js +3 -3
  83. data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
  84. data/app/assets/javascripts/third_party/embedly.min.js +3 -3
  85. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  86. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  87. data/app/assets/javascripts/third_party/showdown.min.js +7 -0
  88. data/app/assets/javascripts/third_party/spell_checker.min.js +3 -3
  89. data/app/assets/stylesheets/froala_editor.css +1178 -1009
  90. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  91. data/app/assets/stylesheets/froala_editor.pkgd.css +4154 -2253
  92. data/app/assets/stylesheets/froala_editor.pkgd.min.css +3 -3
  93. data/app/assets/stylesheets/froala_style.css +328 -379
  94. data/app/assets/stylesheets/froala_style.min.css +3 -3
  95. data/app/assets/stylesheets/plugins/char_counter.css +18 -26
  96. data/app/assets/stylesheets/plugins/char_counter.min.css +3 -3
  97. data/app/assets/stylesheets/plugins/code_view.css +35 -50
  98. data/app/assets/stylesheets/plugins/code_view.min.css +3 -3
  99. data/app/assets/stylesheets/plugins/colors.css +76 -133
  100. data/app/assets/stylesheets/plugins/colors.min.css +3 -3
  101. data/app/assets/stylesheets/plugins/draggable.css +14 -16
  102. data/app/assets/stylesheets/plugins/draggable.min.css +3 -3
  103. data/app/assets/stylesheets/plugins/emoticons.css +19 -27
  104. data/app/assets/stylesheets/plugins/emoticons.min.css +3 -3
  105. data/app/assets/stylesheets/plugins/file.css +89 -107
  106. data/app/assets/stylesheets/plugins/file.min.css +3 -3
  107. data/app/assets/stylesheets/plugins/files_manager.css +1240 -0
  108. data/app/assets/stylesheets/plugins/files_manager.min.css +7 -0
  109. data/app/assets/stylesheets/plugins/fullscreen.css +63 -12
  110. data/app/assets/stylesheets/plugins/fullscreen.min.css +3 -3
  111. data/app/assets/stylesheets/plugins/help.css +29 -36
  112. data/app/assets/stylesheets/plugins/help.min.css +3 -3
  113. data/app/assets/stylesheets/plugins/image.css +145 -176
  114. data/app/assets/stylesheets/plugins/image.min.css +3 -3
  115. data/app/assets/stylesheets/plugins/image_manager.css +210 -240
  116. data/app/assets/stylesheets/plugins/image_manager.min.css +3 -3
  117. data/app/assets/stylesheets/plugins/line_breaker.css +20 -19
  118. data/app/assets/stylesheets/plugins/line_breaker.min.css +3 -3
  119. data/app/assets/stylesheets/plugins/markdown.css +149 -0
  120. data/app/assets/stylesheets/plugins/markdown.min.css +7 -0
  121. data/app/assets/stylesheets/plugins/quick_insert.css +49 -47
  122. data/app/assets/stylesheets/plugins/quick_insert.min.css +3 -3
  123. data/app/assets/stylesheets/plugins/special_characters.css +19 -37
  124. data/app/assets/stylesheets/plugins/special_characters.min.css +3 -3
  125. data/app/assets/stylesheets/plugins/table.css +62 -139
  126. data/app/assets/stylesheets/plugins/table.min.css +3 -3
  127. data/app/assets/stylesheets/plugins/trim_video.css +247 -0
  128. data/app/assets/stylesheets/plugins/trim_video.min.css +7 -0
  129. data/app/assets/stylesheets/plugins/video.css +145 -175
  130. data/app/assets/stylesheets/plugins/video.min.css +3 -3
  131. data/app/assets/stylesheets/plugins.pkgd.css +3018 -0
  132. data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
  133. data/app/assets/stylesheets/themes/dark.css +1993 -1091
  134. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  135. data/app/assets/stylesheets/themes/gray.css +1993 -1091
  136. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  137. data/app/assets/stylesheets/themes/royal.css +1996 -1094
  138. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  139. data/app/assets/stylesheets/third_party/embedly.css +31 -35
  140. data/app/assets/stylesheets/third_party/embedly.min.css +3 -3
  141. data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
  142. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  143. data/app/assets/stylesheets/third_party/image_tui.css +41 -0
  144. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  145. data/app/assets/stylesheets/third_party/spell_checker.css +36 -44
  146. data/app/assets/stylesheets/third_party/spell_checker.min.css +3 -3
  147. data/lib/wysiwyg-rails/version.rb +1 -1
  148. metadata +37 -16
  149. data/app/assets/javascripts/third_party/image_aviary.min.js +0 -7
  150. data/app/assets/stylesheets/themes/red.css +0 -1281
  151. data/app/assets/stylesheets/themes/red.min.css +0 -7
@@ -1,16 +1,16 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.13 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2018 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
- .clearfix::after {
7
+ .fr-clearfix::after {
8
8
  clear: both;
9
9
  display: block;
10
10
  content: "";
11
- height: 0;
12
- }
13
- .hide-by-clipping {
11
+ height: 0; }
12
+
13
+ .fr-hide-by-clipping {
14
14
  position: absolute;
15
15
  width: 1px;
16
16
  height: 1px;
@@ -18,398 +18,347 @@
18
18
  margin: -1px;
19
19
  overflow: hidden;
20
20
  clip: rect(0, 0, 0, 0);
21
- border: 0;
22
- }
23
- img.fr-rounded,
24
- .fr-img-caption.fr-rounded img {
21
+ border: 0; }
22
+
23
+ .fr-view img.fr-rounded, .fr-view .fr-img-caption.fr-rounded img {
25
24
  border-radius: 10px;
26
25
  -moz-border-radius: 10px;
27
26
  -webkit-border-radius: 10px;
28
27
  -moz-background-clip: padding;
29
28
  -webkit-background-clip: padding-box;
30
- background-clip: padding-box;
31
- }
32
- img.fr-bordered,
33
- .fr-img-caption.fr-bordered img {
34
- border: solid 5px #CCC;
35
- }
36
- img.fr-bordered {
29
+ background-clip: padding-box; }
30
+
31
+ .fr-view img.fr-shadow, .fr-view .fr-img-caption.fr-shadow img {
32
+ -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
33
+ -moz-box-shadow: 10px 10px 5px 0px #cccccc;
34
+ box-shadow: 10px 10px 5px 0px #cccccc; }
35
+
36
+ .fr-view img.fr-bordered, .fr-view .fr-img-caption.fr-bordered img {
37
+ border: solid 5px #CCC; }
38
+
39
+ .fr-view img.fr-bordered {
37
40
  -webkit-box-sizing: content-box;
38
41
  -moz-box-sizing: content-box;
39
- box-sizing: content-box;
40
- }
41
- .fr-img-caption.fr-bordered img {
42
+ box-sizing: content-box; }
43
+
44
+ .fr-view .fr-img-caption.fr-bordered img {
42
45
  -webkit-box-sizing: border-box;
43
46
  -moz-box-sizing: border-box;
44
- box-sizing: border-box;
45
- }
46
- img.fr-shadow,
47
- .fr-img-caption.fr-shadow img {
48
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
49
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
50
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
51
- }
47
+ box-sizing: border-box; }
48
+
52
49
  .fr-view {
53
- word-wrap: break-word;
54
- }
55
- .fr-view span[style~="color:"] a {
56
- color: inherit;
57
- }
58
- .fr-view strong {
59
- font-weight: 700;
60
- }
61
- .fr-view table {
62
- border: none;
63
- border-collapse: collapse;
64
- empty-cells: show;
65
- max-width: 100%;
66
- }
67
- .fr-view table td {
68
- min-width: 5px;
69
- }
70
- .fr-view table.fr-dashed-borders td,
71
- .fr-view table.fr-dashed-borders th {
72
- border-style: dashed;
73
- }
74
- .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
75
- background: #f5f5f5;
76
- }
77
- .fr-view table td,
78
- .fr-view table th {
79
- border: 1px solid #dddddd;
80
- }
81
- .fr-view table td:empty,
82
- .fr-view table th:empty {
83
- height: 20px;
84
- }
85
- .fr-view table td.fr-highlighted,
86
- .fr-view table th.fr-highlighted {
87
- border: 1px double red;
88
- }
89
- .fr-view table td.fr-thick,
90
- .fr-view table th.fr-thick {
91
- border-width: 2px;
92
- }
93
- .fr-view table th {
94
- background: #e6e6e6;
95
- }
96
- .fr-view hr {
97
- clear: both;
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
- page-break-after: always;
105
- }
106
- .fr-view .fr-file {
107
- position: relative;
108
- }
109
- .fr-view .fr-file::after {
110
- position: relative;
111
- content: "\1F4CE";
112
- font-weight: normal;
113
- }
114
- .fr-view pre {
115
- white-space: pre-wrap;
116
- word-wrap: break-word;
117
- overflow: visible;
118
- }
119
- .fr-view[dir="rtl"] blockquote {
120
- border-left: none;
121
- border-right: solid 2px #5e35b1;
122
- margin-right: 0;
123
- padding-right: 5px;
124
- padding-left: 0px;
125
- }
126
- .fr-view[dir="rtl"] blockquote blockquote {
127
- border-color: #00bcd4;
128
- }
129
- .fr-view[dir="rtl"] blockquote blockquote blockquote {
130
- border-color: #43a047;
131
- }
132
- .fr-view blockquote {
133
- border-left: solid 2px #5e35b1;
134
- margin-left: 0;
135
- padding-left: 5px;
136
- color: #5e35b1;
137
- }
138
- .fr-view blockquote blockquote {
139
- border-color: #00bcd4;
140
- color: #00bcd4;
141
- }
142
- .fr-view blockquote blockquote blockquote {
143
- border-color: #43a047;
144
- color: #43a047;
145
- }
146
- .fr-view span.fr-emoticon {
147
- font-weight: normal;
148
- font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
149
- display: inline;
150
- line-height: 0;
151
- }
152
- .fr-view span.fr-emoticon.fr-emoticon-img {
153
- background-repeat: no-repeat !important;
154
- font-size: inherit;
155
- height: 1em;
156
- width: 1em;
157
- min-height: 20px;
158
- min-width: 20px;
159
- display: inline-block;
160
- margin: -0.1em 0.1em 0.1em;
161
- line-height: 1;
162
- vertical-align: middle;
163
- }
164
- .fr-view .fr-text-gray {
165
- color: #AAA !important;
166
- }
167
- .fr-view .fr-text-bordered {
168
- border-top: solid 1px #222;
169
- border-bottom: solid 1px #222;
170
- padding: 10px 0;
171
- }
172
- .fr-view .fr-text-spaced {
173
- letter-spacing: 1px;
174
- }
175
- .fr-view .fr-text-uppercase {
176
- text-transform: uppercase;
177
- }
178
- .fr-view img {
179
- position: relative;
180
- max-width: 100%;
181
- }
182
- .fr-view img.fr-dib {
183
- margin: 5px auto;
184
- display: block;
185
- float: none;
186
- vertical-align: top;
187
- }
188
- .fr-view img.fr-dib.fr-fil {
189
- margin-left: 0;
190
- text-align: left;
191
- }
192
- .fr-view img.fr-dib.fr-fir {
193
- margin-right: 0;
194
- text-align: right;
195
- }
196
- .fr-view img.fr-dii {
197
- display: inline-block;
198
- float: none;
199
- vertical-align: bottom;
200
- margin-left: 5px;
201
- margin-right: 5px;
202
- max-width: calc(100% - (2 * 5px));
203
- }
204
- .fr-view img.fr-dii.fr-fil {
205
- float: left;
206
- margin: 5px 5px 5px 0;
207
- max-width: calc(100% - 5px);
208
- }
209
- .fr-view img.fr-dii.fr-fir {
210
- float: right;
211
- margin: 5px 0 5px 5px;
212
- max-width: calc(100% - 5px);
213
- }
214
- .fr-view span.fr-img-caption {
215
- position: relative;
216
- max-width: 100%;
217
- }
218
- .fr-view span.fr-img-caption.fr-dib {
219
- margin: 5px auto;
220
- display: block;
221
- float: none;
222
- vertical-align: top;
223
- }
224
- .fr-view span.fr-img-caption.fr-dib.fr-fil {
225
- margin-left: 0;
226
- text-align: left;
227
- }
228
- .fr-view span.fr-img-caption.fr-dib.fr-fir {
229
- margin-right: 0;
230
- text-align: right;
231
- }
232
- .fr-view span.fr-img-caption.fr-dii {
233
- display: inline-block;
234
- float: none;
235
- vertical-align: bottom;
236
- margin-left: 5px;
237
- margin-right: 5px;
238
- max-width: calc(100% - (2 * 5px));
239
- }
240
- .fr-view span.fr-img-caption.fr-dii.fr-fil {
241
- float: left;
242
- margin: 5px 5px 5px 0;
243
- max-width: calc(100% - 5px);
244
- }
245
- .fr-view span.fr-img-caption.fr-dii.fr-fir {
246
- float: right;
247
- margin: 5px 0 5px 5px;
248
- max-width: calc(100% - 5px);
249
- }
250
- .fr-view .fr-video {
251
- text-align: center;
252
- position: relative;
253
- }
254
- .fr-view .fr-video > * {
255
- -webkit-box-sizing: content-box;
256
- -moz-box-sizing: content-box;
257
- box-sizing: content-box;
258
- max-width: 100%;
259
- border: none;
260
- }
261
- .fr-view .fr-video.fr-dvb {
262
- display: block;
263
- clear: both;
264
- }
265
- .fr-view .fr-video.fr-dvb.fr-fvl {
266
- text-align: left;
267
- }
268
- .fr-view .fr-video.fr-dvb.fr-fvr {
269
- text-align: right;
270
- }
271
- .fr-view .fr-video.fr-dvi {
272
- display: inline-block;
273
- }
274
- .fr-view .fr-video.fr-dvi.fr-fvl {
275
- float: left;
276
- }
277
- .fr-view .fr-video.fr-dvi.fr-fvr {
278
- float: right;
279
- }
280
- .fr-view a.fr-strong {
281
- font-weight: 700;
282
- }
283
- .fr-view a.fr-green {
284
- color: green;
285
- }
286
- .fr-view .fr-img-caption {
287
- text-align: center;
288
- }
289
- .fr-view .fr-img-caption .fr-img-wrap {
290
- padding: 0px;
291
- display: inline-block;
292
- margin: auto;
293
- text-align: center;
294
- width: 100%;
295
- }
296
- .fr-view .fr-img-caption .fr-img-wrap img {
297
- display: block;
298
- margin: auto;
299
- width: 100%;
300
- }
301
- .fr-view .fr-img-caption .fr-img-wrap > span {
302
- margin: auto;
303
- display: block;
304
- padding: 5px 5px 10px;
305
- font-size: 14px;
306
- font-weight: initial;
307
- -webkit-box-sizing: border-box;
308
- -moz-box-sizing: border-box;
309
- box-sizing: border-box;
310
- -webkit-opacity: 0.9;
311
- -moz-opacity: 0.9;
312
- opacity: 0.9;
313
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
314
- width: 100%;
315
- text-align: center;
316
- }
317
- .fr-view button.fr-rounded,
318
- .fr-view input.fr-rounded,
319
- .fr-view textarea.fr-rounded {
320
- border-radius: 10px;
321
- -moz-border-radius: 10px;
322
- -webkit-border-radius: 10px;
323
- -moz-background-clip: padding;
324
- -webkit-background-clip: padding-box;
325
- background-clip: padding-box;
326
- }
327
- .fr-view button.fr-large,
328
- .fr-view input.fr-large,
329
- .fr-view textarea.fr-large {
330
- font-size: 24px;
331
- }
50
+ word-wrap: break-word; }
51
+ .fr-view span[style~="color:"] a {
52
+ color: inherit; }
53
+ .fr-view strong {
54
+ font-weight: 700; }
55
+ .fr-view table[border='0'] td:not([class]), .fr-view table[border='0'] th:not([class]), .fr-view table[border='0'] td[class=""], .fr-view table[border='0'] th[class=""] {
56
+ border-width: 0px; }
57
+ .fr-view table {
58
+ border: none;
59
+ border-collapse: collapse;
60
+ empty-cells: show;
61
+ max-width: 100%; }
62
+ .fr-view table td {
63
+ min-width: 5px; }
64
+ .fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
65
+ border-style: dashed; }
66
+ .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
67
+ background: whitesmoke; }
68
+ .fr-view table td, .fr-view table th {
69
+ border: 1px solid #DDD; }
70
+ .fr-view table td:empty, .fr-view table th:empty {
71
+ height: 20px; }
72
+ .fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
73
+ border: 1px double red; }
74
+ .fr-view table td.fr-thick, .fr-view table th.fr-thick {
75
+ border-width: 2px; }
76
+ .fr-view table th {
77
+ background: #ececec; }
78
+ .fr-view table tfoot td {
79
+ background: #ececec; }
80
+ .fr-view hr {
81
+ clear: both;
82
+ user-select: none;
83
+ -o-user-select: none;
84
+ -moz-user-select: none;
85
+ -khtml-user-select: none;
86
+ -webkit-user-select: none;
87
+ -ms-user-select: none;
88
+ break-after: always;
89
+ page-break-after: always; }
90
+ .fr-view .fr-file {
91
+ position: relative; }
92
+ .fr-view .fr-file::after {
93
+ position: relative;
94
+ content: "\1F4CE";
95
+ font-weight: normal; }
96
+ .fr-view pre {
97
+ white-space: pre-wrap;
98
+ word-wrap: break-word;
99
+ overflow: visible; }
100
+ .fr-view[dir="rtl"] blockquote {
101
+ border-left: none;
102
+ border-right: solid 2px #5E35B1;
103
+ margin-right: 0;
104
+ padding-right: 5px;
105
+ padding-left: 0; }
106
+ .fr-view[dir="rtl"] blockquote blockquote {
107
+ border-color: #00BCD4; }
108
+ .fr-view[dir="rtl"] blockquote blockquote blockquote {
109
+ border-color: #43A047; }
110
+ .fr-view blockquote {
111
+ border-left: solid 2px #5E35B1;
112
+ margin-left: 0;
113
+ padding-left: 5px;
114
+ color: #5E35B1; }
115
+ .fr-view blockquote blockquote {
116
+ border-color: #00BCD4;
117
+ color: #00BCD4; }
118
+ .fr-view blockquote blockquote blockquote {
119
+ border-color: #43A047;
120
+ color: #43A047; }
121
+ .fr-view span.fr-emoticon {
122
+ font-weight: normal;
123
+ font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
124
+ display: inline;
125
+ line-height: 0; }
126
+ .fr-view span.fr-emoticon.fr-emoticon-img {
127
+ background-repeat: no-repeat !important;
128
+ font-size: inherit;
129
+ height: 1em;
130
+ width: 1em;
131
+ min-height: 20px;
132
+ min-width: 20px;
133
+ display: inline-block;
134
+ margin: -.1em .1em .1em;
135
+ line-height: 1;
136
+ vertical-align: middle; }
137
+ .fr-view .fr-text-gray {
138
+ color: #AAA !important; }
139
+ .fr-view .fr-text-bordered {
140
+ border-top: solid 1px #222;
141
+ border-bottom: solid 1px #222;
142
+ padding: 10px 0; }
143
+ .fr-view .fr-text-spaced {
144
+ letter-spacing: 1px; }
145
+ .fr-view .fr-text-uppercase {
146
+ text-transform: uppercase; }
147
+ .fr-view .fr-class-highlighted {
148
+ background-color: #ffff00; }
149
+ .fr-view .fr-class-code {
150
+ border-color: #cccccc;
151
+ border-radius: 2px;
152
+ -moz-border-radius: 2px;
153
+ -webkit-border-radius: 2px;
154
+ -moz-background-clip: padding;
155
+ -webkit-background-clip: padding-box;
156
+ background-clip: padding-box;
157
+ background: #f5f5f5;
158
+ padding: 10px;
159
+ font-family: "Courier New", Courier, monospace; }
160
+ .fr-view .fr-class-transparency {
161
+ opacity: 0.5; }
162
+ .fr-view img {
163
+ position: relative;
164
+ max-width: 100%; }
165
+ .fr-view img.fr-dib {
166
+ margin: 5px auto;
167
+ display: block;
168
+ float: none;
169
+ vertical-align: top; }
170
+ .fr-view img.fr-dib.fr-fil {
171
+ margin-left: 0;
172
+ text-align: left; }
173
+ .fr-view img.fr-dib.fr-fir {
174
+ margin-right: 0;
175
+ text-align: right; }
176
+ .fr-view img.fr-dii {
177
+ display: inline-block;
178
+ float: none;
179
+ vertical-align: bottom;
180
+ margin-left: 5px;
181
+ margin-right: 5px;
182
+ max-width: calc(100% - (2 * 5px)); }
183
+ .fr-view img.fr-dii.fr-fil {
184
+ float: left;
185
+ margin: 5px 5px 5px 0;
186
+ max-width: calc(100% - 5px); }
187
+ .fr-view img.fr-dii.fr-fir {
188
+ float: right;
189
+ margin: 5px 0 5px 5px;
190
+ max-width: calc(100% - 5px); }
191
+ .fr-view span.fr-img-caption {
192
+ position: relative;
193
+ max-width: 100%; }
194
+ .fr-view span.fr-img-caption.fr-dib {
195
+ margin: 5px auto;
196
+ display: block;
197
+ float: none;
198
+ vertical-align: top; }
199
+ .fr-view span.fr-img-caption.fr-dib.fr-fil {
200
+ margin-left: 0;
201
+ text-align: left; }
202
+ .fr-view span.fr-img-caption.fr-dib.fr-fir {
203
+ margin-right: 0;
204
+ text-align: right; }
205
+ .fr-view span.fr-img-caption.fr-dii {
206
+ display: inline-block;
207
+ float: none;
208
+ vertical-align: bottom;
209
+ margin-left: 5px;
210
+ margin-right: 5px;
211
+ max-width: calc(100% - (2 * 5px)); }
212
+ .fr-view span.fr-img-caption.fr-dii.fr-fil {
213
+ float: left;
214
+ margin: 5px 5px 5px 0;
215
+ max-width: calc(100% - 5px); }
216
+ .fr-view span.fr-img-caption.fr-dii.fr-fir {
217
+ float: right;
218
+ margin: 5px 0 5px 5px;
219
+ max-width: calc(100% - 5px); }
220
+ .fr-view .fr-video {
221
+ text-align: center;
222
+ position: relative; }
223
+ .fr-view .fr-video.fr-rv {
224
+ padding-bottom: 56.25%;
225
+ padding-top: 30px;
226
+ height: 0;
227
+ overflow: hidden; }
228
+ .fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
229
+ position: absolute !important;
230
+ top: 0;
231
+ left: 0;
232
+ width: 100%;
233
+ height: 100%; }
234
+ .fr-view .fr-video > * {
235
+ -webkit-box-sizing: content-box;
236
+ -moz-box-sizing: content-box;
237
+ box-sizing: content-box;
238
+ max-width: 100%;
239
+ border: none; }
240
+ .fr-view .fr-video.fr-dvb {
241
+ display: block;
242
+ clear: both; }
243
+ .fr-view .fr-video.fr-dvb.fr-fvl {
244
+ text-align: left; }
245
+ .fr-view .fr-video.fr-dvb.fr-fvr {
246
+ text-align: right; }
247
+ .fr-view .fr-video.fr-dvi {
248
+ display: inline-block; }
249
+ .fr-view .fr-video.fr-dvi.fr-fvl {
250
+ float: left; }
251
+ .fr-view .fr-video.fr-dvi.fr-fvr {
252
+ float: right; }
253
+ .fr-view a.fr-strong {
254
+ font-weight: 700; }
255
+ .fr-view a.fr-green {
256
+ color: green; }
257
+ .fr-view .fr-img-caption {
258
+ text-align: center; }
259
+ .fr-view .fr-img-caption .fr-img-wrap {
260
+ padding: 0;
261
+ margin: auto;
262
+ text-align: center;
263
+ width: 100%; }
264
+ .fr-view .fr-img-caption .fr-img-wrap a {
265
+ display: block; }
266
+ .fr-view .fr-img-caption .fr-img-wrap img {
267
+ display: block;
268
+ margin: auto;
269
+ width: 100%; }
270
+ .fr-view .fr-img-caption .fr-img-wrap > span {
271
+ margin: auto;
272
+ display: block;
273
+ padding: 5px 5px 10px;
274
+ font-size: 14px;
275
+ font-weight: initial;
276
+ -webkit-box-sizing: border-box;
277
+ -moz-box-sizing: border-box;
278
+ box-sizing: border-box;
279
+ -webkit-opacity: 0.9;
280
+ -moz-opacity: 0.9;
281
+ opacity: 0.9;
282
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
283
+ width: 100%;
284
+ text-align: center; }
285
+ .fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
286
+ border-radius: 10px;
287
+ -moz-border-radius: 10px;
288
+ -webkit-border-radius: 10px;
289
+ -moz-background-clip: padding;
290
+ -webkit-background-clip: padding-box;
291
+ background-clip: padding-box; }
292
+ .fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
293
+ font-size: 24px; }
294
+
332
295
  /**
333
296
  * Image style.
334
297
  */
335
298
  a.fr-view.fr-strong {
336
- font-weight: 700;
337
- }
299
+ font-weight: 700; }
338
300
  a.fr-view.fr-green {
339
- color: green;
340
- }
301
+ color: green; }
302
+
341
303
  /**
342
304
  * Link style.
343
305
  */
344
306
  img.fr-view {
345
307
  position: relative;
346
- max-width: 100%;
347
- }
348
- img.fr-view.fr-dib {
349
- margin: 5px auto;
350
- display: block;
351
- float: none;
352
- vertical-align: top;
353
- }
354
- img.fr-view.fr-dib.fr-fil {
355
- margin-left: 0;
356
- text-align: left;
357
- }
358
- img.fr-view.fr-dib.fr-fir {
359
- margin-right: 0;
360
- text-align: right;
361
- }
362
- img.fr-view.fr-dii {
363
- display: inline-block;
364
- float: none;
365
- vertical-align: bottom;
366
- margin-left: 5px;
367
- margin-right: 5px;
368
- max-width: calc(100% - (2 * 5px));
369
- }
370
- img.fr-view.fr-dii.fr-fil {
371
- float: left;
372
- margin: 5px 5px 5px 0;
373
- max-width: calc(100% - 5px);
374
- }
375
- img.fr-view.fr-dii.fr-fir {
376
- float: right;
377
- margin: 5px 0 5px 5px;
378
- max-width: calc(100% - 5px);
379
- }
308
+ max-width: 100%; }
309
+ img.fr-view.fr-dib {
310
+ margin: 5px auto;
311
+ display: block;
312
+ float: none;
313
+ vertical-align: top; }
314
+ img.fr-view.fr-dib.fr-fil {
315
+ margin-left: 0;
316
+ text-align: left; }
317
+ img.fr-view.fr-dib.fr-fir {
318
+ margin-right: 0;
319
+ text-align: right; }
320
+ img.fr-view.fr-dii {
321
+ display: inline-block;
322
+ float: none;
323
+ vertical-align: bottom;
324
+ margin-left: 5px;
325
+ margin-right: 5px;
326
+ max-width: calc(100% - (2 * 5px)); }
327
+ img.fr-view.fr-dii.fr-fil {
328
+ float: left;
329
+ margin: 5px 5px 5px 0;
330
+ max-width: calc(100% - 5px); }
331
+ img.fr-view.fr-dii.fr-fir {
332
+ float: right;
333
+ margin: 5px 0 5px 5px;
334
+ max-width: calc(100% - 5px); }
335
+
380
336
  span.fr-img-caption.fr-view {
381
337
  position: relative;
382
- max-width: 100%;
383
- }
384
- span.fr-img-caption.fr-view.fr-dib {
385
- margin: 5px auto;
386
- display: block;
387
- float: none;
388
- vertical-align: top;
389
- }
390
- span.fr-img-caption.fr-view.fr-dib.fr-fil {
391
- margin-left: 0;
392
- text-align: left;
393
- }
394
- span.fr-img-caption.fr-view.fr-dib.fr-fir {
395
- margin-right: 0;
396
- text-align: right;
397
- }
398
- span.fr-img-caption.fr-view.fr-dii {
399
- display: inline-block;
400
- float: none;
401
- vertical-align: bottom;
402
- margin-left: 5px;
403
- margin-right: 5px;
404
- max-width: calc(100% - (2 * 5px));
405
- }
406
- span.fr-img-caption.fr-view.fr-dii.fr-fil {
407
- float: left;
408
- margin: 5px 5px 5px 0;
409
- max-width: calc(100% - 5px);
410
- }
411
- span.fr-img-caption.fr-view.fr-dii.fr-fir {
412
- float: right;
413
- margin: 5px 0 5px 5px;
414
- max-width: calc(100% - 5px);
415
- }
338
+ max-width: 100%; }
339
+ span.fr-img-caption.fr-view.fr-dib {
340
+ margin: 5px auto;
341
+ display: block;
342
+ float: none;
343
+ vertical-align: top; }
344
+ span.fr-img-caption.fr-view.fr-dib.fr-fil {
345
+ margin-left: 0;
346
+ text-align: left; }
347
+ span.fr-img-caption.fr-view.fr-dib.fr-fir {
348
+ margin-right: 0;
349
+ text-align: right; }
350
+ span.fr-img-caption.fr-view.fr-dii {
351
+ display: inline-block;
352
+ float: none;
353
+ vertical-align: bottom;
354
+ margin-left: 5px;
355
+ margin-right: 5px;
356
+ max-width: calc(100% - (2 * 5px)); }
357
+ span.fr-img-caption.fr-view.fr-dii.fr-fil {
358
+ float: left;
359
+ margin: 5px 5px 5px 0;
360
+ max-width: calc(100% - 5px); }
361
+ span.fr-img-caption.fr-view.fr-dii.fr-fir {
362
+ float: right;
363
+ margin: 5px 0 5px 5px;
364
+ max-width: calc(100% - 5px); }