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.
Files changed (194) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE +1 -1
  3. data/README.md +112 -35
  4. data/app/assets/javascripts/froala_editor.min.js +5 -9
  5. data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -0
  6. data/app/assets/javascripts/languages/ar.js +291 -0
  7. data/app/assets/javascripts/languages/bs.js +278 -0
  8. data/app/assets/javascripts/languages/cs.js +284 -0
  9. data/app/assets/javascripts/languages/da.js +276 -0
  10. data/app/assets/javascripts/languages/de.js +309 -0
  11. data/app/assets/javascripts/languages/el.js +284 -0
  12. data/app/assets/javascripts/languages/en_ca.js +222 -0
  13. data/app/assets/javascripts/languages/en_gb.js +222 -0
  14. data/app/assets/javascripts/languages/es.js +289 -0
  15. data/app/assets/javascripts/languages/et.js +278 -0
  16. data/app/assets/javascripts/languages/fa.js +278 -0
  17. data/app/assets/javascripts/languages/fi.js +278 -0
  18. data/app/assets/javascripts/languages/fr.js +303 -0
  19. data/app/assets/javascripts/languages/he.js +278 -0
  20. data/app/assets/javascripts/languages/hr.js +278 -0
  21. data/app/assets/javascripts/languages/hu.js +284 -0
  22. data/app/assets/javascripts/languages/id.js +278 -0
  23. data/app/assets/javascripts/languages/it.js +294 -0
  24. data/app/assets/javascripts/languages/ja.js +278 -0
  25. data/app/assets/javascripts/languages/ko.js +306 -0
  26. data/app/assets/javascripts/languages/ku.js +271 -0
  27. data/app/assets/javascripts/languages/me.js +278 -0
  28. data/app/assets/javascripts/languages/nb.js +278 -0
  29. data/app/assets/javascripts/languages/nl.js +291 -0
  30. data/app/assets/javascripts/languages/pl.js +295 -0
  31. data/app/assets/javascripts/languages/pt_br.js +278 -0
  32. data/app/assets/javascripts/languages/pt_pt.js +295 -0
  33. data/app/assets/javascripts/languages/ro.js +278 -0
  34. data/app/assets/javascripts/languages/ru.js +291 -0
  35. data/app/assets/javascripts/languages/sk.js +284 -0
  36. data/app/assets/javascripts/languages/sl.js +224 -0
  37. data/app/assets/javascripts/languages/sr.js +278 -0
  38. data/app/assets/javascripts/languages/sv.js +278 -0
  39. data/app/assets/javascripts/languages/th.js +278 -0
  40. data/app/assets/javascripts/languages/tr.js +278 -0
  41. data/app/assets/javascripts/languages/uk.js +278 -0
  42. data/app/assets/javascripts/languages/vi.js +219 -0
  43. data/app/assets/javascripts/languages/zh_cn.js +304 -0
  44. data/app/assets/javascripts/languages/zh_tw.js +278 -0
  45. data/app/assets/javascripts/plugins/align.min.js +7 -0
  46. data/app/assets/javascripts/plugins/char_counter.min.js +5 -4
  47. data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -0
  48. data/app/assets/javascripts/plugins/code_view.min.js +7 -0
  49. data/app/assets/javascripts/plugins/colors.min.js +5 -4
  50. data/app/assets/javascripts/plugins/cryptojs.min.js +7 -0
  51. data/app/assets/javascripts/plugins/draggable.min.js +7 -0
  52. data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
  53. data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
  54. data/app/assets/javascripts/plugins/entities.min.js +5 -4
  55. data/app/assets/javascripts/plugins/file.min.js +7 -0
  56. data/app/assets/javascripts/plugins/files_manager.min.js +7 -0
  57. data/app/assets/javascripts/plugins/font_family.min.js +5 -4
  58. data/app/assets/javascripts/plugins/font_size.min.js +5 -4
  59. data/app/assets/javascripts/plugins/forms.min.js +7 -0
  60. data/app/assets/javascripts/plugins/fullscreen.min.js +5 -4
  61. data/app/assets/javascripts/plugins/help.min.js +7 -0
  62. data/app/assets/javascripts/plugins/image.min.js +7 -0
  63. data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
  64. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  65. data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
  66. data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
  67. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  68. data/app/assets/javascripts/plugins/link.min.js +7 -0
  69. data/app/assets/javascripts/plugins/lists.min.js +5 -4
  70. data/app/assets/javascripts/plugins/markdown.min.js +7 -0
  71. data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
  72. data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
  73. data/app/assets/javascripts/plugins/print.min.js +7 -0
  74. data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
  75. data/app/assets/javascripts/plugins/quote.min.js +7 -0
  76. data/app/assets/javascripts/plugins/save.min.js +7 -0
  77. data/app/assets/javascripts/plugins/special_characters.min.js +7 -0
  78. data/app/assets/javascripts/plugins/table.min.js +7 -0
  79. data/app/assets/javascripts/plugins/track_changes.min.js +7 -0
  80. data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
  81. data/app/assets/javascripts/plugins/url.min.js +7 -0
  82. data/app/assets/javascripts/plugins/video.min.js +5 -4
  83. data/app/assets/javascripts/plugins/word_paste.min.js +7 -0
  84. data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
  85. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  86. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  87. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  88. data/app/assets/javascripts/third_party/showdown.min.js +7 -0
  89. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  90. data/app/assets/stylesheets/froala_editor.css +1431 -0
  91. data/app/assets/stylesheets/froala_editor.min.css +6 -4
  92. data/app/assets/stylesheets/froala_editor.pkgd.css +4808 -0
  93. data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
  94. data/app/assets/stylesheets/froala_style.css +362 -0
  95. data/app/assets/stylesheets/froala_style.min.css +6 -4
  96. data/app/assets/stylesheets/plugins/char_counter.css +49 -0
  97. data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
  98. data/app/assets/stylesheets/plugins/code_view.css +97 -0
  99. data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
  100. data/app/assets/stylesheets/plugins/colors.css +98 -0
  101. data/app/assets/stylesheets/plugins/colors.min.css +7 -0
  102. data/app/assets/stylesheets/plugins/draggable.css +41 -0
  103. data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
  104. data/app/assets/stylesheets/plugins/emoticons.css +34 -0
  105. data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
  106. data/app/assets/stylesheets/plugins/file.css +128 -0
  107. data/app/assets/stylesheets/plugins/file.min.css +7 -0
  108. data/app/assets/stylesheets/plugins/files_manager.css +1240 -0
  109. data/app/assets/stylesheets/plugins/files_manager.min.css +7 -0
  110. data/app/assets/stylesheets/plugins/fullscreen.css +79 -0
  111. data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
  112. data/app/assets/stylesheets/plugins/help.css +45 -0
  113. data/app/assets/stylesheets/plugins/help.min.css +7 -0
  114. data/app/assets/stylesheets/plugins/image.css +213 -0
  115. data/app/assets/stylesheets/plugins/image.min.css +7 -0
  116. data/app/assets/stylesheets/plugins/image_manager.css +236 -0
  117. data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
  118. data/app/assets/stylesheets/plugins/line_breaker.css +38 -0
  119. data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
  120. data/app/assets/stylesheets/plugins/markdown.css +149 -0
  121. data/app/assets/stylesheets/plugins/markdown.min.css +7 -0
  122. data/app/assets/stylesheets/plugins/quick_insert.css +72 -0
  123. data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
  124. data/app/assets/stylesheets/plugins/special_characters.css +33 -0
  125. data/app/assets/stylesheets/plugins/special_characters.min.css +7 -0
  126. data/app/assets/stylesheets/plugins/table.css +111 -0
  127. data/app/assets/stylesheets/plugins/table.min.css +7 -0
  128. data/app/assets/stylesheets/plugins/trim_video.css +247 -0
  129. data/app/assets/stylesheets/plugins/trim_video.min.css +7 -0
  130. data/app/assets/stylesheets/plugins/video.css +201 -0
  131. data/app/assets/stylesheets/plugins/video.min.css +7 -0
  132. data/app/assets/stylesheets/plugins.pkgd.css +3025 -0
  133. data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
  134. data/app/assets/stylesheets/themes/dark.css +2188 -0
  135. data/app/assets/stylesheets/themes/dark.min.css +6 -4
  136. data/app/assets/stylesheets/themes/gray.css +2188 -0
  137. data/app/assets/stylesheets/themes/gray.min.css +6 -4
  138. data/app/assets/stylesheets/themes/royal.css +2188 -0
  139. data/app/assets/stylesheets/themes/royal.min.css +6 -4
  140. data/app/assets/stylesheets/third_party/embedly.css +60 -0
  141. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  142. data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
  143. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  144. data/app/assets/stylesheets/third_party/image_tui.css +41 -0
  145. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  146. data/app/assets/stylesheets/third_party/spell_checker.css +64 -0
  147. data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -0
  148. data/lib/wysiwyg-rails/engine.rb +11 -0
  149. data/lib/wysiwyg-rails/version.rb +1 -1
  150. metadata +142 -72
  151. data/app/assets/javascripts/froala_editor_ie8.min.js +0 -6
  152. data/app/assets/javascripts/langs/ar.js +0 -94
  153. data/app/assets/javascripts/langs/bs.js +0 -94
  154. data/app/assets/javascripts/langs/cs.js +0 -94
  155. data/app/assets/javascripts/langs/da.js +0 -94
  156. data/app/assets/javascripts/langs/de.js +0 -94
  157. data/app/assets/javascripts/langs/en_ca.js +0 -94
  158. data/app/assets/javascripts/langs/en_gb.js +0 -94
  159. data/app/assets/javascripts/langs/en_us.js +0 -94
  160. data/app/assets/javascripts/langs/es.js +0 -94
  161. data/app/assets/javascripts/langs/et.js +0 -90
  162. data/app/assets/javascripts/langs/fa.js +0 -94
  163. data/app/assets/javascripts/langs/fi.js +0 -94
  164. data/app/assets/javascripts/langs/fr.js +0 -94
  165. data/app/assets/javascripts/langs/he.js +0 -94
  166. data/app/assets/javascripts/langs/hr.js +0 -94
  167. data/app/assets/javascripts/langs/hu.js +0 -94
  168. data/app/assets/javascripts/langs/id.js +0 -94
  169. data/app/assets/javascripts/langs/it.js +0 -94
  170. data/app/assets/javascripts/langs/ja.js +0 -94
  171. data/app/assets/javascripts/langs/ko.js +0 -94
  172. data/app/assets/javascripts/langs/me.js +0 -94
  173. data/app/assets/javascripts/langs/nb.js +0 -94
  174. data/app/assets/javascripts/langs/nl.js +0 -94
  175. data/app/assets/javascripts/langs/pl.js +0 -94
  176. data/app/assets/javascripts/langs/pt_br.js +0 -94
  177. data/app/assets/javascripts/langs/pt_pt.js +0 -94
  178. data/app/assets/javascripts/langs/ro.js +0 -94
  179. data/app/assets/javascripts/langs/ru.js +0 -94
  180. data/app/assets/javascripts/langs/sr.js +0 -94
  181. data/app/assets/javascripts/langs/sv.js +0 -94
  182. data/app/assets/javascripts/langs/th.js +0 -94
  183. data/app/assets/javascripts/langs/tr.js +0 -94
  184. data/app/assets/javascripts/langs/uk.js +0 -94
  185. data/app/assets/javascripts/langs/zh_cn.js +0 -94
  186. data/app/assets/javascripts/langs/zh_tw.js +0 -94
  187. data/app/assets/javascripts/plugins/block_styles.min.js +0 -6
  188. data/app/assets/javascripts/plugins/file_upload.min.js +0 -6
  189. data/app/assets/javascripts/plugins/inline_styles.min.js +0 -6
  190. data/app/assets/javascripts/plugins/media_manager.min.js +0 -6
  191. data/app/assets/javascripts/plugins/tables.min.js +0 -6
  192. data/app/assets/javascripts/plugins/urls.min.js +0 -6
  193. data/app/assets/stylesheets/froala_content.min.css +0 -5
  194. data/app/assets/stylesheets/themes/red.min.css +0 -5
@@ -0,0 +1,2188 @@
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
+ .dark-theme.fr-box.fr-basic {
24
+ border-radius: 10px;
25
+ -moz-border-radius: 10px;
26
+ -webkit-border-radius: 10px;
27
+ -moz-background-clip: padding;
28
+ -webkit-background-clip: padding-box;
29
+ background-clip: padding-box; }
30
+ .dark-theme.fr-box.fr-basic .fr-element {
31
+ font-family: sans-serif;
32
+ color: #414141;
33
+ font-size: 14px;
34
+ line-height: 1.6;
35
+ padding: 20px;
36
+ -webkit-box-sizing: border-box;
37
+ -moz-box-sizing: border-box;
38
+ box-sizing: border-box;
39
+ overflow-x: auto;
40
+ min-height: 60px;
41
+ text-align: left; }
42
+ .dark-theme .fr-element {
43
+ -webkit-user-select: auto; }
44
+ .dark-theme .fr-element a {
45
+ user-select: auto;
46
+ -o-user-select: auto;
47
+ -moz-user-select: auto;
48
+ -khtml-user-select: auto;
49
+ -webkit-user-select: auto;
50
+ -ms-user-select: auto; }
51
+ .dark-theme .fr-element.fr-disabled {
52
+ user-select: none;
53
+ -o-user-select: none;
54
+ -moz-user-select: none;
55
+ -khtml-user-select: none;
56
+ -webkit-user-select: none;
57
+ -ms-user-select: none; }
58
+ .dark-theme.fr-box a.fr-floating-btn {
59
+ -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
60
+ -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
61
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
62
+ border-radius: 100%;
63
+ -moz-border-radius: 100%;
64
+ -webkit-border-radius: 100%;
65
+ -moz-background-clip: padding;
66
+ -webkit-background-clip: padding-box;
67
+ background-clip: padding-box;
68
+ height: 40px;
69
+ width: 40px;
70
+ background: #353535;
71
+ color: #0098f7;
72
+ -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
73
+ -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
74
+ -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
75
+ -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
76
+ left: 0;
77
+ top: 0;
78
+ line-height: 40px;
79
+ -webkit-transform: scale(0);
80
+ -moz-transform: scale(0);
81
+ -ms-transform: scale(0);
82
+ -o-transform: scale(0);
83
+ -webkit-box-sizing: border-box;
84
+ -moz-box-sizing: border-box;
85
+ box-sizing: border-box;
86
+ border: none; }
87
+ .dark-theme.fr-box a.fr-floating-btn svg {
88
+ -webkit-transition: transform 0.2s ease 0s;
89
+ -moz-transition: transform 0.2s ease 0s;
90
+ -ms-transition: transform 0.2s ease 0s;
91
+ -o-transition: transform 0.2s ease 0s;
92
+ fill: #0098f7; }
93
+ .dark-theme.fr-box a.fr-floating-btn i, .dark-theme.fr-box a.fr-floating-btn svg {
94
+ font-size: 14px;
95
+ line-height: 40px; }
96
+ .dark-theme.fr-box a.fr-floating-btn:hover {
97
+ background: #424242; }
98
+ .dark-theme.fr-box a.fr-floating-btn:hover svg {
99
+ fill: #0098f7; }
100
+ .dark-theme.fr-box .fr-visible a.fr-floating-btn {
101
+ -webkit-transform: scale(1);
102
+ -moz-transform: scale(1);
103
+ -ms-transform: scale(1);
104
+ -o-transform: scale(1); }
105
+ .dark-theme iframe.fr-iframe {
106
+ -webkit-box-sizing: border-box;
107
+ -moz-box-sizing: border-box;
108
+ box-sizing: border-box; }
109
+ .dark-theme .fr-wrapper::after {
110
+ clear: both;
111
+ display: block;
112
+ content: "";
113
+ height: 0; }
114
+ .dark-theme .fr-wrapper .fr-placeholder {
115
+ font-size: 14px;
116
+ color: #AAA;
117
+ font-family: sans-serif;
118
+ top: 0;
119
+ left: 0;
120
+ right: 0; }
121
+ .dark-theme .fr-wrapper ::-moz-selection {
122
+ background: rgba(181, 214, 253, 0.8);
123
+ color: #000; }
124
+ .dark-theme .fr-wrapper ::selection {
125
+ background: rgba(181, 214, 253, 0.8);
126
+ color: #000; }
127
+ .dark-theme.fr-box.fr-basic .fr-wrapper {
128
+ background: #FFF;
129
+ border: 1px solid #CCCCCC;
130
+ border-bottom-color: #efefef;
131
+ top: 0;
132
+ left: 0; }
133
+ .dark-theme.fr-box.fr-basic.fr-top .fr-wrapper {
134
+ border-top: 0; }
135
+ .dark-theme.fr-box.fr-basic.fr-bottom .fr-wrapper {
136
+ border-bottom: 0;
137
+ border-radius: 10px 10px 0 0;
138
+ -moz-border-radius: 10px 10px 0 0;
139
+ -webkit-border-radius: 10px 10px 0 0;
140
+ -moz-background-clip: padding;
141
+ -webkit-background-clip: padding-box;
142
+ background-clip: padding-box; }
143
+ @media (min-width: 992px) {
144
+ .dark-theme .fr-box.fr-document .fr-wrapper {
145
+ padding: 30px;
146
+ background: #efefef; }
147
+ .dark-theme .fr-box.fr-document .fr-wrapper .fr-element {
148
+ background: #FFF;
149
+ margin: auto;
150
+ z-index: auto; }
151
+ .dark-theme .fr-box.fr-document .fr-wrapper .fr-element hr {
152
+ background: #efefef; } }
153
+ .dark-theme .fr-sticky-on {
154
+ z-index: 10; }
155
+ .dark-theme .fr-sticky-on.fr-sticky-ios {
156
+ left: 0;
157
+ right: 0; }
158
+ .dark-theme span.fr-sr-only {
159
+ position: absolute;
160
+ width: 1px;
161
+ height: 1px;
162
+ padding: 0;
163
+ margin: -1px;
164
+ overflow: hidden;
165
+ clip: rect(0, 0, 0, 0);
166
+ border: 0; }
167
+ .dark-theme .fr-track-hide-mobile {
168
+ width: 0;
169
+ height: 0; }
170
+ .dark-theme .fr-opacity-0 {
171
+ -webkit-opacity: 0;
172
+ -moz-opacity: 0;
173
+ opacity: 0;
174
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
175
+ .dark-theme.fr-box .fr-counter {
176
+ padding: 10px;
177
+ color: #999999;
178
+ font-size: 14px;
179
+ font-family: sans-serif;
180
+ border-radius: 2px 0 0 0;
181
+ -moz-border-radius: 2px 0 0 0;
182
+ -webkit-border-radius: 2px 0 0 0;
183
+ -moz-background-clip: padding;
184
+ -webkit-background-clip: padding-box;
185
+ background-clip: padding-box; }
186
+ .dark-theme.fr-box.fr-rtl .fr-counter {
187
+ left: 0;
188
+ right: auto;
189
+ border-radius: 0 2px 0 0;
190
+ -moz-border-radius: 0 2px 0 0;
191
+ -webkit-border-radius: 0 2px 0 0;
192
+ -moz-background-clip: padding;
193
+ -webkit-background-clip: padding-box;
194
+ background-clip: padding-box; }
195
+ .dark-theme textarea.fr-code {
196
+ resize: none;
197
+ -moz-resize: none;
198
+ -webkit-resize: none;
199
+ -webkit-box-sizing: border-box;
200
+ -moz-box-sizing: border-box;
201
+ box-sizing: border-box;
202
+ margin: 0;
203
+ background: #FFF;
204
+ color: #000; }
205
+ .dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch {
206
+ top: 0;
207
+ right: 0;
208
+ background: #FFF;
209
+ color: #FFF;
210
+ -moz-outline: 0;
211
+ outline: 0;
212
+ border: 0;
213
+ padding: 8px 7px;
214
+ -webkit-transition: background 0.2s ease 0s;
215
+ -moz-transition: background 0.2s ease 0s;
216
+ -ms-transition: background 0.2s ease 0s;
217
+ -o-transition: background 0.2s ease 0s;
218
+ border-radius: 0;
219
+ -moz-border-radius: 0;
220
+ -webkit-border-radius: 0;
221
+ -moz-background-clip: padding;
222
+ -webkit-background-clip: padding-box;
223
+ background-clip: padding-box;
224
+ -webkit-box-sizing: border-box;
225
+ -moz-box-sizing: border-box;
226
+ box-sizing: border-box;
227
+ user-select: none;
228
+ -o-user-select: none;
229
+ -moz-user-select: none;
230
+ -khtml-user-select: none;
231
+ -webkit-user-select: none;
232
+ -ms-user-select: none; }
233
+ .dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
234
+ font-size: 24px;
235
+ width: 24px; }
236
+ .dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
237
+ background: #424242; }
238
+ .dark-theme.fr-popup .fr-layer.fr-color-hex-layer {
239
+ margin: 0;
240
+ padding: 20px;
241
+ padding-top: 0; }
242
+ .dark-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line {
243
+ padding: 15px 0 0; }
244
+ .dark-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons {
245
+ width: 38px;
246
+ height: 40px;
247
+ padding: 17px 0 0;
248
+ margin: 0; }
249
+ .dark-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command {
250
+ border-radius: 2px;
251
+ -moz-border-radius: 2px;
252
+ -webkit-border-radius: 2px;
253
+ -moz-background-clip: padding;
254
+ -webkit-background-clip: padding-box;
255
+ background-clip: padding-box;
256
+ font-size: 13px;
257
+ height: 40px;
258
+ width: 38px; }
259
+ .dark-theme.fr-popup .fr-color-set {
260
+ line-height: 0; }
261
+ .dark-theme.fr-popup .fr-color-set.fr-selected-set {
262
+ padding: 20px;
263
+ padding-bottom: 0; }
264
+ .dark-theme.fr-popup .fr-color-set > span {
265
+ width: 32px;
266
+ height: 32px; }
267
+ .dark-theme.fr-popup .fr-color-set > span > i, .dark-theme.fr-popup .fr-color-set > span > svg {
268
+ line-height: 32px;
269
+ height: 24px;
270
+ width: 24px;
271
+ margin: 4px;
272
+ font-size: 13px;
273
+ bottom: 0;
274
+ left: 0; }
275
+ .dark-theme.fr-popup .fr-color-set > span > i path, .dark-theme.fr-popup .fr-color-set > span > svg path {
276
+ fill: #FFF; }
277
+ .dark-theme.fr-popup .fr-color-set > span .fr-selected-color {
278
+ color: #FFF;
279
+ font-size: 13px;
280
+ font-weight: 400;
281
+ line-height: 32px;
282
+ top: 0;
283
+ bottom: 0;
284
+ right: 0;
285
+ left: 0; }
286
+ .dark-theme.fr-popup .fr-color-set > span:hover, .dark-theme.fr-popup .fr-color-set > span:focus {
287
+ outline: 1px solid #FFF; }
288
+ .dark-theme.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
289
+ -webkit-transform: translate3d(100%, 0, 0);
290
+ -moz-transform: translate3d(100%, 0, 0);
291
+ -ms-transform: translate3d(100%, 0, 0);
292
+ -o-transform: translate3d(100%, 0, 0); }
293
+ .dark-theme .fr-drag-helper {
294
+ background: #0098f7;
295
+ -webkit-opacity: 0.2;
296
+ -moz-opacity: 0.2;
297
+ opacity: 0.2;
298
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
299
+ z-index: 2147483640; }
300
+ .dark-theme .fr-dragging {
301
+ -webkit-opacity: 0.4;
302
+ -moz-opacity: 0.4;
303
+ opacity: 0.4;
304
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
305
+ .dark-theme.fr-popup .fr-emoticon {
306
+ width: 24px;
307
+ height: 24px; }
308
+ .dark-theme.fr-popup .fr-emoticon img {
309
+ height: 24px;
310
+ width: 24px; }
311
+ .dark-theme.fr-popup .fr-command.fr-btn.fr-tabs-unicode {
312
+ padding: 0 0 0 14px; }
313
+ @media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
314
+ .dark-theme.fr-popup .fr-icon-container.fr-emoticon-container {
315
+ width: 368px; } }
316
+ .dark-theme.fr-popup .fr-file-upload-layer {
317
+ border: dashed 2px gray;
318
+ padding: 25px 0;
319
+ margin: 20px;
320
+ -webkit-box-sizing: border-box;
321
+ -moz-box-sizing: border-box;
322
+ box-sizing: border-box; }
323
+ .dark-theme.fr-popup .fr-file-upload-layer:hover {
324
+ background: #424242; }
325
+ .dark-theme.fr-popup .fr-file-upload-layer.fr-drop {
326
+ background: #424242;
327
+ border-color: #0098f7; }
328
+ .dark-theme.fr-popup .fr-file-upload-layer .fr-form {
329
+ -webkit-opacity: 0;
330
+ -moz-opacity: 0;
331
+ opacity: 0;
332
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
333
+ top: 0;
334
+ bottom: 0;
335
+ left: 0;
336
+ right: 0;
337
+ z-index: 2147483640; }
338
+ .dark-theme.fr-popup .fr-file-upload-layer .fr-form input {
339
+ right: 0;
340
+ top: 0;
341
+ bottom: 0;
342
+ margin: 0; }
343
+ .dark-theme.fr-popup .fr-file-progress-bar-layer {
344
+ -webkit-box-sizing: border-box;
345
+ -moz-box-sizing: border-box;
346
+ box-sizing: border-box; }
347
+ .dark-theme.fr-popup .fr-file-progress-bar-layer > h3 {
348
+ margin: 10px 0; }
349
+ .dark-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader {
350
+ background: #b3e0fd; }
351
+ .dark-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
352
+ background: #0098f7;
353
+ -webkit-transition: width 0.2s ease 0s;
354
+ -moz-transition: width 0.2s ease 0s;
355
+ -ms-transition: width 0.2s ease 0s;
356
+ -o-transition: width 0.2s ease 0s; }
357
+ .dark-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
358
+ top: 0;
359
+ -webkit-animation: loading 2s linear infinite;
360
+ -moz-animation: loading 2s linear infinite;
361
+ -o-animation: loading 2s linear infinite;
362
+ animation: loading 2s linear infinite; }
363
+ .dark-theme .fr-element img {
364
+ padding: 0 1px; }
365
+ .dark-theme .fr-image-resizer {
366
+ border: solid 1px #0098f7;
367
+ user-select: none;
368
+ -o-user-select: none;
369
+ -moz-user-select: none;
370
+ -khtml-user-select: none;
371
+ -webkit-user-select: none;
372
+ -ms-user-select: none;
373
+ -webkit-box-sizing: content-box;
374
+ -moz-box-sizing: content-box;
375
+ box-sizing: content-box; }
376
+ .dark-theme .fr-image-resizer .fr-handler {
377
+ background: #0098f7;
378
+ border: solid 1px #FFF;
379
+ border-radius: 2px;
380
+ -moz-border-radius: 2px;
381
+ -webkit-border-radius: 2px;
382
+ -moz-background-clip: padding;
383
+ -webkit-background-clip: padding-box;
384
+ background-clip: padding-box;
385
+ -webkit-box-sizing: border-box;
386
+ -moz-box-sizing: border-box;
387
+ box-sizing: border-box; }
388
+ .dark-theme .fr-image-resizer .fr-handler {
389
+ width: 12px;
390
+ height: 12px; }
391
+ .dark-theme .fr-image-resizer .fr-handler.fr-hnw {
392
+ left: -6px;
393
+ top: -6px; }
394
+ .dark-theme .fr-image-resizer .fr-handler.fr-hne {
395
+ right: -6px;
396
+ top: -6px; }
397
+ .dark-theme .fr-image-resizer .fr-handler.fr-hsw {
398
+ left: -6px;
399
+ bottom: -6px; }
400
+ .dark-theme .fr-image-resizer .fr-handler.fr-hse {
401
+ right: -6px;
402
+ bottom: -6px; }
403
+ @media (min-width: 1200px) {
404
+ .dark-theme .fr-image-resizer .fr-handler {
405
+ width: 10px;
406
+ height: 10px; }
407
+ .dark-theme .fr-image-resizer .fr-handler.fr-hnw {
408
+ left: -5px;
409
+ top: -5px; }
410
+ .dark-theme .fr-image-resizer .fr-handler.fr-hne {
411
+ right: -5px;
412
+ top: -5px; }
413
+ .dark-theme .fr-image-resizer .fr-handler.fr-hsw {
414
+ left: -5px;
415
+ bottom: -5px; }
416
+ .dark-theme .fr-image-resizer .fr-handler.fr-hse {
417
+ right: -5px;
418
+ bottom: -5px; } }
419
+ .dark-theme.fr-image-overlay {
420
+ top: 0;
421
+ left: 0;
422
+ bottom: 0;
423
+ right: 0;
424
+ z-index: 2147483640; }
425
+ .dark-theme .fr-by-url-padding {
426
+ padding: 11.5px 0; }
427
+ .dark-theme.fr-popup .fr-upload-progress-layer {
428
+ border-radius: 0;
429
+ overflow-y: auto; }
430
+ .dark-theme.fr-popup .fr-files-upload-layer {
431
+ border: dashed 2px gray;
432
+ margin: 20px; }
433
+ .dark-theme.fr-popup .fr-files-upload-layer:hover {
434
+ background: #424242; }
435
+ .dark-theme.fr-popup .fr-files-upload-layer.fr-drop {
436
+ background: #424242;
437
+ border-color: #0098f7; }
438
+ .dark-theme.fr-popup .fr-files-upload-layer .fr-form {
439
+ -webkit-opacity: 0;
440
+ -moz-opacity: 0;
441
+ opacity: 0;
442
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
443
+ top: 0;
444
+ bottom: 0;
445
+ left: 0;
446
+ right: 0;
447
+ z-index: 2147483640; }
448
+ .dark-theme.fr-popup .fr-files-upload-layer .fr-form input {
449
+ right: 0;
450
+ top: 0;
451
+ bottom: 0;
452
+ margin: 0; }
453
+ .dark-theme.fr-popup .fr-files-progress-bar-layer > h3 {
454
+ margin: 10px 0; }
455
+ .dark-theme.fr-popup .fr-files-progress-bar-layer > div.fr-loader {
456
+ background: #b3e0fd; }
457
+ .dark-theme.fr-popup .fr-files-progress-bar-layer > div.fr-loader span {
458
+ background: #0098f7;
459
+ -webkit-transition: width 0.2s ease 0s;
460
+ -moz-transition: width 0.2s ease 0s;
461
+ -ms-transition: width 0.2s ease 0s;
462
+ -o-transition: width 0.2s ease 0s; }
463
+ .dark-theme.fr-popup .fr-files-progress-bar-layer > div.fr-loader.fr-indeterminate span {
464
+ top: 0;
465
+ -webkit-animation: loading 2s linear infinite;
466
+ -moz-animation: loading 2s linear infinite;
467
+ -o-animation: loading 2s linear infinite;
468
+ animation: loading 2s linear infinite; }
469
+ .dark-theme .fr-progress-bar {
470
+ background-color: #4CAF50; }
471
+ .dark-theme .fr-uploading {
472
+ -webkit-opacity: 0.4;
473
+ -moz-opacity: 0.4;
474
+ opacity: 0.4;
475
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
476
+ .dark-theme .fr-icons {
477
+ padding: 10px 20px 0; }
478
+ .dark-theme .half-circle {
479
+ border-bottom: 0; }
480
+ .dark-theme .checkbox-container input {
481
+ opacity: 0;
482
+ height: 0;
483
+ width: 0; }
484
+ .dark-theme .checkmark {
485
+ top: 0;
486
+ left: 0; }
487
+ .dark-theme .fr-cloud-icon {
488
+ margin: 0 auto; }
489
+ .dark-theme .fr-files-checkbox {
490
+ -webkit-box-sizing: content-box;
491
+ -moz-box-sizing: content-box;
492
+ box-sizing: content-box; }
493
+ .dark-theme .fr-files-checkbox svg {
494
+ width: 10px;
495
+ height: 10px; }
496
+ .dark-theme .fr-files-checkbox span {
497
+ border-radius: 2px;
498
+ -moz-border-radius: 2px;
499
+ -webkit-border-radius: 2px;
500
+ -moz-background-clip: padding;
501
+ -webkit-background-clip: padding-box;
502
+ background-clip: padding-box;
503
+ -webkit-box-sizing: border-box;
504
+ -moz-box-sizing: border-box;
505
+ box-sizing: border-box;
506
+ -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
507
+ -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
508
+ -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
509
+ -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s; }
510
+ .dark-theme .fr-files-checkbox input {
511
+ -webkit-opacity: 0;
512
+ -moz-opacity: 0;
513
+ opacity: 0;
514
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
515
+ height: 18px;
516
+ margin: 0;
517
+ padding: 0;
518
+ width: 18px; }
519
+ .dark-theme .fr-files-checkbox input:not(:checked) + span {
520
+ border: solid 2px #999999; }
521
+ .dark-theme .fr-files-checkbox input:not(:checked):active + span {
522
+ background-color: #353535; }
523
+ .dark-theme .fr-files-checkbox input:not(:checked):focus + span, .dark-theme .fr-files-checkbox input:not(:checked):hover + span {
524
+ border-color: #515151; }
525
+ .dark-theme .fr-files-checkbox input:checked + span {
526
+ background: #0098f7;
527
+ border: solid 2px #0098f7; }
528
+ .dark-theme .fr-files-checkbox input:checked:active + span {
529
+ background-color: #EcF5Ff; }
530
+ .dark-theme .fr-files-checkbox input:checked:focus + span, .dark-theme .fr-files-checkbox input:checked:hover + span {
531
+ -webkit-opacity: 0.8;
532
+ -moz-opacity: 0.8;
533
+ opacity: 0.8;
534
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
535
+ .dark-theme .fr-checkbox-disabled {
536
+ -webkit-box-sizing: content-box;
537
+ -moz-box-sizing: content-box;
538
+ box-sizing: content-box; }
539
+ .dark-theme .fr-checkbox-disabled span {
540
+ border-radius: 2px;
541
+ -moz-border-radius: 2px;
542
+ -webkit-border-radius: 2px;
543
+ -moz-background-clip: padding;
544
+ -webkit-background-clip: padding-box;
545
+ background-clip: padding-box;
546
+ -webkit-box-sizing: border-box;
547
+ -moz-box-sizing: border-box;
548
+ box-sizing: border-box;
549
+ -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
550
+ -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
551
+ -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
552
+ -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s; }
553
+ .dark-theme .fr-checkbox-disabled input {
554
+ -webkit-opacity: 0;
555
+ -moz-opacity: 0;
556
+ opacity: 0;
557
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
558
+ margin: 0;
559
+ padding: 0; }
560
+ .dark-theme .fr-checkbox-disabled input:not(:checked) + span {
561
+ border: solid 2px #999999; }
562
+ .dark-theme .fr-checkbox-disabled input:not(:checked):active + span {
563
+ background-color: #353535; }
564
+ .dark-theme .fr-checkbox-disabled input:checked + span {
565
+ background: #0098f7;
566
+ border: solid 2px #0098f7; }
567
+ .dark-theme .fr-checkbox-disabled input:checked:active + span {
568
+ background-color: #EcF5Ff; }
569
+ .dark-theme .fr-files-manager-tooltip .tooltiptext {
570
+ font-weight: 100; }
571
+ .dark-theme .fr-file-view-modal {
572
+ left: 0;
573
+ top: 0;
574
+ overflow: auto; }
575
+ .dark-theme .fr-file-view-image {
576
+ top: 0;
577
+ bottom: 0;
578
+ left: 0;
579
+ right: 0;
580
+ margin: auto; }
581
+ .dark-theme .fr-file-error {
582
+ font-weight: 200; }
583
+ .dark-theme .fr-autoplay-checkbox-label {
584
+ margin: 0; }
585
+ .dark-theme .checkbox-container .checkmark:after {
586
+ border-width: 0 3px 3px 0; }
587
+ .dark-theme .file-item-details .file-description {
588
+ font-weight: 300; }
589
+ .dark-theme #myprogressBar {
590
+ background-color: #4CAF50; }
591
+ .dark-theme .progress-circle {
592
+ padding: 0; }
593
+ .dark-theme .fr-hovered-over-file {
594
+ background-color: #F0F0F0; }
595
+ .dark-theme.fr-box.fr-fullscreen {
596
+ top: 0;
597
+ left: 0;
598
+ bottom: 0;
599
+ right: 0; }
600
+ .dark-theme.fr-box.fr-fullscreen .fr-wrapper {
601
+ background-color: #FFF; }
602
+ .dark-theme.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper {
603
+ border-radius: 0;
604
+ -moz-border-radius: 0;
605
+ -webkit-border-radius: 0;
606
+ -moz-background-clip: padding;
607
+ -webkit-background-clip: padding-box;
608
+ background-clip: padding-box; }
609
+ .dark-theme.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper {
610
+ border-radius: 0;
611
+ -moz-border-radius: 0;
612
+ -webkit-border-radius: 0;
613
+ -moz-background-clip: padding;
614
+ -webkit-background-clip: padding-box;
615
+ background-clip: padding-box; }
616
+ .dark-theme.fr-box.fr-fullscreen .fr-toolbar {
617
+ border-radius: 0;
618
+ -moz-border-radius: 0;
619
+ -webkit-border-radius: 0;
620
+ -moz-background-clip: padding;
621
+ -webkit-background-clip: padding-box;
622
+ background-clip: padding-box; }
623
+ .dark-theme.fr-box.fr-fullscreen .fr-second-toolbar {
624
+ margin-top: 0;
625
+ border-radius: 0;
626
+ -moz-border-radius: 0;
627
+ -webkit-border-radius: 0;
628
+ -moz-background-clip: padding;
629
+ -webkit-background-clip: padding-box;
630
+ background-clip: padding-box; }
631
+ .dark-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
632
+ border: 0; }
633
+ .dark-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
634
+ border-bottom: solid 1px #595959; }
635
+ .dark-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
636
+ color: white; }
637
+ .dark-theme .fr-element img {
638
+ padding: 0 1px; }
639
+ .dark-theme .fr-image-resizer {
640
+ border: solid 1px #0098f7;
641
+ user-select: none;
642
+ -o-user-select: none;
643
+ -moz-user-select: none;
644
+ -khtml-user-select: none;
645
+ -webkit-user-select: none;
646
+ -ms-user-select: none;
647
+ -webkit-box-sizing: content-box;
648
+ -moz-box-sizing: content-box;
649
+ box-sizing: content-box; }
650
+ .dark-theme .fr-image-resizer .fr-handler {
651
+ background: #0098f7;
652
+ border: solid 1px #FFF;
653
+ border-radius: 2px;
654
+ -moz-border-radius: 2px;
655
+ -webkit-border-radius: 2px;
656
+ -moz-background-clip: padding;
657
+ -webkit-background-clip: padding-box;
658
+ background-clip: padding-box;
659
+ -webkit-box-sizing: border-box;
660
+ -moz-box-sizing: border-box;
661
+ box-sizing: border-box; }
662
+ .dark-theme .fr-image-resizer .fr-handler {
663
+ width: 12px;
664
+ height: 12px; }
665
+ .dark-theme .fr-image-resizer .fr-handler.fr-hnw {
666
+ left: -6px;
667
+ top: -6px; }
668
+ .dark-theme .fr-image-resizer .fr-handler.fr-hne {
669
+ right: -6px;
670
+ top: -6px; }
671
+ .dark-theme .fr-image-resizer .fr-handler.fr-hsw {
672
+ left: -6px;
673
+ bottom: -6px; }
674
+ .dark-theme .fr-image-resizer .fr-handler.fr-hse {
675
+ right: -6px;
676
+ bottom: -6px; }
677
+ @media (min-width: 1200px) {
678
+ .dark-theme .fr-image-resizer .fr-handler {
679
+ width: 10px;
680
+ height: 10px; }
681
+ .dark-theme .fr-image-resizer .fr-handler.fr-hnw {
682
+ left: -5px;
683
+ top: -5px; }
684
+ .dark-theme .fr-image-resizer .fr-handler.fr-hne {
685
+ right: -5px;
686
+ top: -5px; }
687
+ .dark-theme .fr-image-resizer .fr-handler.fr-hsw {
688
+ left: -5px;
689
+ bottom: -5px; }
690
+ .dark-theme .fr-image-resizer .fr-handler.fr-hse {
691
+ right: -5px;
692
+ bottom: -5px; } }
693
+ .dark-theme.fr-image-overlay {
694
+ top: 0;
695
+ left: 0;
696
+ bottom: 0;
697
+ right: 0;
698
+ z-index: 2147483640; }
699
+ .dark-theme.fr-popup .fr-image-upload-layer {
700
+ border: dashed 2px gray;
701
+ padding: 25px 0;
702
+ margin: 20px; }
703
+ .dark-theme.fr-popup .fr-image-upload-layer:hover {
704
+ background: #424242; }
705
+ .dark-theme.fr-popup .fr-image-upload-layer.fr-drop {
706
+ background: #424242;
707
+ border-color: #0098f7; }
708
+ .dark-theme.fr-popup .fr-image-upload-layer .fr-form {
709
+ -webkit-opacity: 0;
710
+ -moz-opacity: 0;
711
+ opacity: 0;
712
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
713
+ top: 0;
714
+ bottom: 0;
715
+ left: 0;
716
+ right: 0;
717
+ z-index: 2147483640; }
718
+ .dark-theme.fr-popup .fr-image-upload-layer .fr-form input {
719
+ right: 0;
720
+ top: 0;
721
+ bottom: 0;
722
+ margin: 0; }
723
+ .dark-theme.fr-popup .fr-image-progress-bar-layer > h3 {
724
+ margin: 10px 0; }
725
+ .dark-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
726
+ background: #b3e0fd; }
727
+ .dark-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
728
+ background: #0098f7;
729
+ -webkit-transition: width 0.2s ease 0s;
730
+ -moz-transition: width 0.2s ease 0s;
731
+ -ms-transition: width 0.2s ease 0s;
732
+ -o-transition: width 0.2s ease 0s; }
733
+ .dark-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
734
+ top: 0;
735
+ -webkit-animation: loading 2s linear infinite;
736
+ -moz-animation: loading 2s linear infinite;
737
+ -o-animation: loading 2s linear infinite;
738
+ animation: loading 2s linear infinite; }
739
+ .dark-theme .fr-uploading {
740
+ -webkit-opacity: 0.4;
741
+ -moz-opacity: 0.4;
742
+ opacity: 0.4;
743
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
744
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-head-line::after {
745
+ clear: both;
746
+ display: block;
747
+ content: "";
748
+ height: 0; }
749
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more {
750
+ margin-top: 10px; }
751
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available {
752
+ opacity: 0;
753
+ width: 0;
754
+ padding: 12px 0; }
755
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags {
756
+ padding: 0 20px; }
757
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a {
758
+ opacity: 0;
759
+ padding: 6px 12px;
760
+ margin: 8px 0 8px 8px;
761
+ border-radius: 32px;
762
+ -moz-border-radius: 32px;
763
+ -webkit-border-radius: 32px;
764
+ -moz-background-clip: padding;
765
+ -webkit-background-clip: padding-box;
766
+ background-clip: padding-box;
767
+ -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
768
+ -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
769
+ -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
770
+ -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
771
+ background-color: #353535; }
772
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a:focus {
773
+ background-color: #424242; }
774
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a:hover {
775
+ background-color: #424242; }
776
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a:active {
777
+ background-color: #4f4f4f; }
778
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag {
779
+ background-color: #4f4f4f;
780
+ color: #0098f7; }
781
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus {
782
+ background-color: #424242; }
783
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover {
784
+ background-color: #424242; }
785
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active {
786
+ background-color: #4f4f4f; }
787
+ .dark-theme.fr-show-tags .fr-modal-more svg path {
788
+ fill: #0098f7; }
789
+ .dark-themediv.fr-modal-body {
790
+ -webkit-transition: background 0.2s ease 0s;
791
+ -moz-transition: background 0.2s ease 0s;
792
+ -ms-transition: background 0.2s ease 0s;
793
+ -o-transition: background 0.2s ease 0s; }
794
+ .dark-themediv.fr-modal-body .fr-preloader {
795
+ margin: 50px auto; }
796
+ .dark-themediv.fr-modal-body div.fr-image-list {
797
+ margin: 0 20px;
798
+ padding: 0; }
799
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container {
800
+ border-radius: 2px;
801
+ -moz-border-radius: 2px;
802
+ -webkit-border-radius: 2px;
803
+ -moz-background-clip: padding;
804
+ -webkit-background-clip: padding-box;
805
+ background-clip: padding-box; }
806
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
807
+ -webkit-opacity: 0.5;
808
+ -moz-opacity: 0.5;
809
+ opacity: 0.5;
810
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
811
+ -webkit-transition: opacity 0.2s ease 0s;
812
+ -moz-transition: opacity 0.2s ease 0s;
813
+ -ms-transition: opacity 0.2s ease 0s;
814
+ -o-transition: opacity 0.2s ease 0s;
815
+ background: #000;
816
+ top: 0;
817
+ left: 0;
818
+ bottom: 0;
819
+ right: 0; }
820
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
821
+ color: #FFF;
822
+ top: 0;
823
+ left: 0;
824
+ bottom: 0;
825
+ right: 0;
826
+ margin: auto; }
827
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
828
+ background: #AAA; }
829
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
830
+ margin: auto;
831
+ top: 0;
832
+ bottom: 0;
833
+ left: 0;
834
+ right: 0; }
835
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container img {
836
+ -webkit-opacity: 1;
837
+ -moz-opacity: 1;
838
+ opacity: 1;
839
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
840
+ -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
841
+ -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
842
+ -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
843
+ -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
844
+ -webkit-transform: translateZ(0);
845
+ -moz-transform: translateZ(0);
846
+ -ms-transform: translateZ(0);
847
+ -o-transform: translateZ(0); }
848
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
849
+ -webkit-opacity: 0.75;
850
+ -moz-opacity: 0.75;
851
+ opacity: 0.75;
852
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
853
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img, .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
854
+ border-radius: 100%;
855
+ -moz-border-radius: 100%;
856
+ -webkit-border-radius: 100%;
857
+ -moz-background-clip: padding;
858
+ -webkit-background-clip: padding-box;
859
+ background-clip: padding-box;
860
+ -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
861
+ -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
862
+ -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
863
+ -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
864
+ -webkit-box-sizing: border-box;
865
+ -moz-box-sizing: border-box;
866
+ box-sizing: border-box;
867
+ margin: 0;
868
+ line-height: 40px; }
869
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
870
+ background: #B8312F;
871
+ fill: #FFF;
872
+ padding: 8px;
873
+ -webkit-transform: translateY(-50%) translateX(25%);
874
+ -moz-transform: translateY(-50%) translateX(25%);
875
+ -ms-transform: translateY(-50%) translateX(25%);
876
+ -o-transform: translateY(-50%) translateX(25%); }
877
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
878
+ background: #353535;
879
+ fill: #0098f7;
880
+ padding: 8px;
881
+ -webkit-transform: translateY(-50%) translateX(-125%);
882
+ -moz-transform: translateY(-50%) translateX(-125%);
883
+ -ms-transform: translateY(-50%) translateX(-125%);
884
+ -o-transform: translateY(-50%) translateX(-125%); }
885
+ .dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
886
+ -webkit-opacity: 0.75;
887
+ -moz-opacity: 0.75;
888
+ opacity: 0.75;
889
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
890
+ .dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img, .dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
891
+ width: 40px;
892
+ height: 40px; }
893
+ .dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
894
+ background: #bf4644;
895
+ color: #FFF; }
896
+ .dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
897
+ background: #424242; }
898
+ .dark-theme .fr-line-breaker {
899
+ border-top: 1px solid #0098f7; }
900
+ .dark-theme .fr-line-breaker a.fr-floating-btn {
901
+ left: calc(50% - (40px / 2));
902
+ top: -20px; }
903
+ .dark-theme .fr-line-breaker a.fr-floating-btn svg {
904
+ margin: 8px;
905
+ height: 24px;
906
+ width: 24px; }
907
+ .dark-theme .fr-markdown-view {
908
+ box-sizing: inherit; }
909
+ .dark-theme .fr-markdown-editor {
910
+ box-sizing: inherit; }
911
+ .dark-theme .fr-markdown-editor > p {
912
+ margin: 0; }
913
+ .dark-theme .fr-markdown-view > p {
914
+ margin-top: 0; }
915
+ .dark-theme .fr-markdown-view > dl {
916
+ margin-top: 0; }
917
+ .dark-theme .fr-markdown-view > dt {
918
+ font-weight: 700; }
919
+ .dark-theme .fr-markdown-view > dd {
920
+ margin-left: 0; }
921
+ .dark-theme .fr-markdown-view > pre code {
922
+ border: 0;
923
+ padding: 0; }
924
+ .dark-theme .fr-markdown-view > hr {
925
+ border: 0; }
926
+ .dark-theme .fr-markdown-view > table {
927
+ border-spacing: 0; }
928
+ .dark-theme .fr-quick-insert {
929
+ padding-right: 10px;
930
+ -webkit-box-sizing: content-box;
931
+ -moz-box-sizing: content-box;
932
+ box-sizing: content-box; }
933
+ .dark-theme .fr-quick-insert a.fr-floating-btn svg {
934
+ margin: 8px;
935
+ width: 24px;
936
+ height: 24px; }
937
+ .dark-theme .fr-quick-insert.fr-on a.fr-floating-btn svg {
938
+ -webkit-transform: rotate(135deg);
939
+ -moz-transform: rotate(135deg);
940
+ -ms-transform: rotate(135deg);
941
+ -o-transform: rotate(135deg); }
942
+ .dark-theme .fr-qi-helper {
943
+ padding-left: 20px; }
944
+ .dark-theme .fr-qi-helper a.fr-btn.fr-floating-btn {
945
+ padding: 6px 10px 10px 10px;
946
+ color: #FFF;
947
+ background: #353535;
948
+ -webkit-opacity: 0;
949
+ -moz-opacity: 0;
950
+ opacity: 0;
951
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
952
+ -webkit-transform: scale(0);
953
+ -moz-transform: scale(0);
954
+ -ms-transform: scale(0);
955
+ -o-transform: scale(0); }
956
+ .dark-theme .fr-qi-helper a.fr-btn.fr-floating-btn svg {
957
+ fill: #FFF; }
958
+ .dark-theme .fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
959
+ -webkit-opacity: 1;
960
+ -moz-opacity: 1;
961
+ opacity: 1;
962
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
963
+ -webkit-transform: scale(1);
964
+ -moz-transform: scale(1);
965
+ -ms-transform: scale(1);
966
+ -o-transform: scale(1); }
967
+ .dark-theme.fr-popup .fr-buttons.fr-tabs .fr-special-character-category {
968
+ padding: 10px 15px; }
969
+ .dark-theme.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span {
970
+ font-size: 16px; }
971
+ .dark-theme.fr-popup .fr-special-character {
972
+ width: 24px;
973
+ height: 24px; }
974
+ @media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
975
+ .dark-theme.fr-popup .fr-icon-container.fr-sc-container {
976
+ width: 368px; } }
977
+ .dark-theme .fr-element table td.fr-selected-cell, .dark-theme .fr-element table th.fr-selected-cell {
978
+ border: 1px double #0098f7; }
979
+ .dark-theme .fr-element table tr {
980
+ user-select: none;
981
+ -o-user-select: none;
982
+ -moz-user-select: none;
983
+ -khtml-user-select: none;
984
+ -webkit-user-select: none;
985
+ -ms-user-select: none; }
986
+ .dark-theme .fr-element table td, .dark-theme .fr-element table th {
987
+ user-select: text;
988
+ -o-user-select: text;
989
+ -moz-user-select: text;
990
+ -khtml-user-select: text;
991
+ -webkit-user-select: text;
992
+ -ms-user-select: text; }
993
+ .dark-theme .fr-element .fr-no-selection table td, .dark-theme .fr-element .fr-no-selection table th {
994
+ user-select: none;
995
+ -o-user-select: none;
996
+ -moz-user-select: none;
997
+ -khtml-user-select: none;
998
+ -webkit-user-select: none;
999
+ -ms-user-select: none; }
1000
+ .dark-theme .fr-table-resizer div {
1001
+ -webkit-opacity: 0;
1002
+ -moz-opacity: 0;
1003
+ opacity: 0;
1004
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1005
+ border-right: 1px solid #0098f7; }
1006
+ .dark-theme .fr-no-selection {
1007
+ user-select: none;
1008
+ -o-user-select: none;
1009
+ -moz-user-select: none;
1010
+ -khtml-user-select: none;
1011
+ -webkit-user-select: none;
1012
+ -ms-user-select: none; }
1013
+ .dark-theme.fr-popup .fr-table-size {
1014
+ margin: 20px; }
1015
+ .dark-theme.fr-popup .fr-table-size .fr-select-table-size {
1016
+ line-height: 0; }
1017
+ .dark-theme.fr-popup .fr-table-size .fr-select-table-size > span {
1018
+ padding: 0 4px 4px 0; }
1019
+ .dark-theme.fr-popup .fr-table-size .fr-select-table-size > span > span {
1020
+ border: 1px solid #DDD; }
1021
+ .dark-theme.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
1022
+ background: rgba(0, 152, 247, 0.3);
1023
+ border: solid 1px #0098f7; }
1024
+ .dark-theme.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
1025
+ clear: both;
1026
+ display: block;
1027
+ content: "";
1028
+ height: 0; }
1029
+ .dark-theme.fr-popup .fr-table-colors {
1030
+ padding: 20px;
1031
+ padding-bottom: 0; }
1032
+ .dark-theme #fr-form-container {
1033
+ margin: auto;
1034
+ overflow: auto; }
1035
+ .dark-theme .fr-range-value-start > span:before {
1036
+ width: 0;
1037
+ height: 0; }
1038
+ .dark-theme .fr-range-value-end > span:before {
1039
+ width: 0;
1040
+ height: 0; }
1041
+ .dark-theme .fr-range-slider > input {
1042
+ left: 0; }
1043
+ .dark-theme .fr-range-slider > input::-moz-range-thumb {
1044
+ z-index: 10; }
1045
+ .dark-theme .fr-range-slider > input::-moz-range-track {
1046
+ border: 0; }
1047
+ .dark-theme .fr-range-slider > input:last-of-type::-moz-range-track {
1048
+ border: 0; }
1049
+ .dark-theme .fr-range-slider > input[type="range"]::-moz-focus-outer {
1050
+ border: 0; }
1051
+ .dark-theme .fr-element .fr-video {
1052
+ user-select: none;
1053
+ -o-user-select: none;
1054
+ -moz-user-select: none;
1055
+ -khtml-user-select: none;
1056
+ -webkit-user-select: none;
1057
+ -ms-user-select: none; }
1058
+ .dark-theme .fr-element .fr-video::after {
1059
+ top: 0;
1060
+ left: 0;
1061
+ right: 0;
1062
+ bottom: 0; }
1063
+ .dark-theme .fr-element .fr-video > * {
1064
+ -webkit-box-sizing: content-box;
1065
+ -moz-box-sizing: content-box;
1066
+ box-sizing: content-box; }
1067
+ .dark-theme.fr-box .fr-video-resizer {
1068
+ border: solid 1px #0098f7;
1069
+ user-select: none;
1070
+ -o-user-select: none;
1071
+ -moz-user-select: none;
1072
+ -khtml-user-select: none;
1073
+ -webkit-user-select: none;
1074
+ -ms-user-select: none; }
1075
+ .dark-theme.fr-box .fr-video-resizer .fr-handler {
1076
+ background: #0098f7;
1077
+ border: solid 1px #FFF;
1078
+ -webkit-box-sizing: border-box;
1079
+ -moz-box-sizing: border-box;
1080
+ box-sizing: border-box; }
1081
+ .dark-theme.fr-box .fr-video-resizer .fr-handler {
1082
+ width: 12px;
1083
+ height: 12px; }
1084
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
1085
+ left: -6px;
1086
+ top: -6px; }
1087
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
1088
+ right: -6px;
1089
+ top: -6px; }
1090
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
1091
+ left: -6px;
1092
+ bottom: -6px; }
1093
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
1094
+ right: -6px;
1095
+ bottom: -6px; }
1096
+ @media (min-width: 1200px) {
1097
+ .dark-theme.fr-box .fr-video-resizer .fr-handler {
1098
+ width: 10px;
1099
+ height: 10px; }
1100
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
1101
+ left: -5px;
1102
+ top: -5px; }
1103
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
1104
+ right: -5px;
1105
+ top: -5px; }
1106
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
1107
+ left: -5px;
1108
+ bottom: -5px; }
1109
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
1110
+ right: -5px;
1111
+ bottom: -5px; } }
1112
+ .dark-theme.fr-popup .fr-video-upload-layer {
1113
+ border: dashed 2px gray;
1114
+ padding: 25px 0;
1115
+ margin: 20px; }
1116
+ .dark-theme.fr-popup .fr-video-upload-layer:hover {
1117
+ background: #424242; }
1118
+ .dark-theme.fr-popup .fr-video-upload-layer.fr-drop {
1119
+ background: #424242;
1120
+ border-color: #0098f7; }
1121
+ .dark-theme.fr-popup .fr-video-upload-layer .fr-form {
1122
+ -webkit-opacity: 0;
1123
+ -moz-opacity: 0;
1124
+ opacity: 0;
1125
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1126
+ top: 0;
1127
+ bottom: 0;
1128
+ left: 0;
1129
+ right: 0;
1130
+ z-index: 2147483640; }
1131
+ .dark-theme.fr-popup .fr-video-upload-layer .fr-form input {
1132
+ right: 0;
1133
+ top: 0;
1134
+ bottom: 0;
1135
+ margin: 0; }
1136
+ .dark-theme.fr-popup .fr-video-progress-bar-layer > h3 {
1137
+ margin: 10px 0; }
1138
+ .dark-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
1139
+ background: #b3e0fd; }
1140
+ .dark-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
1141
+ background: #0098f7;
1142
+ -webkit-transition: width 0.2s ease 0s;
1143
+ -moz-transition: width 0.2s ease 0s;
1144
+ -ms-transition: width 0.2s ease 0s;
1145
+ -o-transition: width 0.2s ease 0s; }
1146
+ .dark-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
1147
+ top: 0;
1148
+ -webkit-animation: loading 2s linear infinite;
1149
+ -moz-animation: loading 2s linear infinite;
1150
+ -o-animation: loading 2s linear infinite;
1151
+ animation: loading 2s linear infinite; }
1152
+ .dark-theme.fr-video-overlay {
1153
+ top: 0;
1154
+ left: 0;
1155
+ bottom: 0;
1156
+ right: 0;
1157
+ z-index: 2147483640; }
1158
+ .dark-theme .fr-view img.fr-rounded, .dark-theme .fr-view .fr-img-caption.fr-rounded img {
1159
+ border-radius: 10px;
1160
+ -moz-border-radius: 10px;
1161
+ -webkit-border-radius: 10px;
1162
+ -moz-background-clip: padding;
1163
+ -webkit-background-clip: padding-box;
1164
+ background-clip: padding-box; }
1165
+ .dark-theme .fr-view img.fr-shadow, .dark-theme .fr-view .fr-img-caption.fr-shadow img {
1166
+ -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
1167
+ -moz-box-shadow: 10px 10px 5px 0px #cccccc;
1168
+ box-shadow: 10px 10px 5px 0px #cccccc; }
1169
+ .dark-theme .fr-view img.fr-bordered {
1170
+ -webkit-box-sizing: content-box;
1171
+ -moz-box-sizing: content-box;
1172
+ box-sizing: content-box; }
1173
+ .dark-theme .fr-view .fr-img-caption.fr-bordered img {
1174
+ -webkit-box-sizing: border-box;
1175
+ -moz-box-sizing: border-box;
1176
+ box-sizing: border-box; }
1177
+ .dark-theme .fr-view span[style~="color:"] a {
1178
+ color: inherit; }
1179
+ .dark-theme .fr-view strong {
1180
+ font-weight: 700; }
1181
+ .dark-theme .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
1182
+ background: lightgray; }
1183
+ .dark-theme .fr-view table td, .dark-theme .fr-view table th {
1184
+ border: 1px solid #DDD; }
1185
+ .dark-theme .fr-view table th {
1186
+ background: #ececec; }
1187
+ .dark-theme .fr-view hr {
1188
+ user-select: none;
1189
+ -o-user-select: none;
1190
+ -moz-user-select: none;
1191
+ -khtml-user-select: none;
1192
+ -webkit-user-select: none;
1193
+ -ms-user-select: none; }
1194
+ .dark-theme .fr-view[dir="rtl"] blockquote {
1195
+ border-right: solid 2px #5E35B1;
1196
+ margin-right: 0;
1197
+ padding-left: 0; }
1198
+ .dark-theme .fr-view[dir="rtl"] blockquote blockquote {
1199
+ border-color: #00BCD4; }
1200
+ .dark-theme .fr-view[dir="rtl"] blockquote blockquote blockquote {
1201
+ border-color: #43A047; }
1202
+ .dark-theme .fr-view blockquote {
1203
+ border-left: solid 2px #5E35B1;
1204
+ margin-left: 0;
1205
+ color: #5E35B1; }
1206
+ .dark-theme .fr-view blockquote blockquote {
1207
+ border-color: #00BCD4;
1208
+ color: #00BCD4; }
1209
+ .dark-theme .fr-view blockquote blockquote blockquote {
1210
+ border-color: #43A047;
1211
+ color: #43A047; }
1212
+ .dark-theme .fr-view span.fr-emoticon {
1213
+ line-height: 0; }
1214
+ .dark-theme .fr-view span.fr-emoticon.fr-emoticon-img {
1215
+ font-size: inherit; }
1216
+ .dark-theme .fr-view .fr-text-bordered {
1217
+ padding: 10px 0; }
1218
+ .dark-theme .fr-view .fr-class-highlighted {
1219
+ background-color: #ffff00; }
1220
+ .dark-theme .fr-view .fr-class-code {
1221
+ border-radius: 2px;
1222
+ -moz-border-radius: 2px;
1223
+ -webkit-border-radius: 2px;
1224
+ -moz-background-clip: padding;
1225
+ -webkit-background-clip: padding-box;
1226
+ background-clip: padding-box;
1227
+ background: #353535; }
1228
+ .dark-theme .fr-view img.fr-dib {
1229
+ margin: 5px auto; }
1230
+ .dark-theme .fr-view img.fr-dib.fr-fil {
1231
+ margin-left: 0; }
1232
+ .dark-theme .fr-view img.fr-dib.fr-fir {
1233
+ margin-right: 0; }
1234
+ .dark-theme .fr-view img.fr-dii {
1235
+ margin-left: 5px;
1236
+ margin-right: 5px;
1237
+ max-width: calc(100% - (2 * 5px)); }
1238
+ .dark-theme .fr-view img.fr-dii.fr-fil {
1239
+ margin: 5px 5px 5px 0;
1240
+ max-width: calc(100% - 5px); }
1241
+ .dark-theme .fr-view img.fr-dii.fr-fir {
1242
+ margin: 5px 0 5px 5px;
1243
+ max-width: calc(100% - 5px); }
1244
+ .dark-theme .fr-view span.fr-img-caption.fr-dib {
1245
+ margin: 5px auto; }
1246
+ .dark-theme .fr-view span.fr-img-caption.fr-dib.fr-fil {
1247
+ margin-left: 0; }
1248
+ .dark-theme .fr-view span.fr-img-caption.fr-dib.fr-fir {
1249
+ margin-right: 0; }
1250
+ .dark-theme .fr-view span.fr-img-caption.fr-dii {
1251
+ margin-left: 5px;
1252
+ margin-right: 5px;
1253
+ max-width: calc(100% - (2 * 5px)); }
1254
+ .dark-theme .fr-view span.fr-img-caption.fr-dii.fr-fil {
1255
+ margin: 5px 5px 5px 0;
1256
+ max-width: calc(100% - 5px); }
1257
+ .dark-theme .fr-view span.fr-img-caption.fr-dii.fr-fir {
1258
+ margin: 5px 0 5px 5px;
1259
+ max-width: calc(100% - 5px); }
1260
+ .dark-theme .fr-view .fr-video.fr-rv {
1261
+ height: 0; }
1262
+ .dark-theme .fr-view .fr-video.fr-rv > iframe, .dark-theme .fr-view .fr-video.fr-rv object, .dark-theme .fr-view .fr-video.fr-rv embed {
1263
+ top: 0;
1264
+ left: 0; }
1265
+ .dark-theme .fr-view .fr-video > * {
1266
+ -webkit-box-sizing: content-box;
1267
+ -moz-box-sizing: content-box;
1268
+ box-sizing: content-box; }
1269
+ .dark-theme .fr-view a.fr-strong {
1270
+ font-weight: 700; }
1271
+ .dark-theme .fr-view .fr-img-caption .fr-img-wrap {
1272
+ padding: 0;
1273
+ margin: auto; }
1274
+ .dark-theme .fr-view .fr-img-caption .fr-img-wrap img {
1275
+ margin: auto; }
1276
+ .dark-theme .fr-view .fr-img-caption .fr-img-wrap > span {
1277
+ margin: auto;
1278
+ -webkit-box-sizing: border-box;
1279
+ -moz-box-sizing: border-box;
1280
+ box-sizing: border-box;
1281
+ -webkit-opacity: 0.9;
1282
+ -moz-opacity: 0.9;
1283
+ opacity: 0.9;
1284
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1285
+ .dark-theme .fr-view button.fr-rounded, .dark-theme .fr-view input.fr-rounded, .dark-theme .fr-view textarea.fr-rounded {
1286
+ border-radius: 10px;
1287
+ -moz-border-radius: 10px;
1288
+ -webkit-border-radius: 10px;
1289
+ -moz-background-clip: padding;
1290
+ -webkit-background-clip: padding-box;
1291
+ background-clip: padding-box; }
1292
+ .dark-theme a.fr-view.fr-strong {
1293
+ font-weight: 700; }
1294
+ .dark-theme img.fr-view.fr-dib {
1295
+ margin: 5px auto; }
1296
+ .dark-theme img.fr-view.fr-dib.fr-fil {
1297
+ margin-left: 0; }
1298
+ .dark-theme img.fr-view.fr-dib.fr-fir {
1299
+ margin-right: 0; }
1300
+ .dark-theme img.fr-view.fr-dii {
1301
+ margin-left: 5px;
1302
+ margin-right: 5px;
1303
+ max-width: calc(100% - (2 * 5px)); }
1304
+ .dark-theme img.fr-view.fr-dii.fr-fil {
1305
+ margin: 5px 5px 5px 0;
1306
+ max-width: calc(100% - 5px); }
1307
+ .dark-theme img.fr-view.fr-dii.fr-fir {
1308
+ margin: 5px 0 5px 5px;
1309
+ max-width: calc(100% - 5px); }
1310
+ .dark-theme span.fr-img-caption.fr-view.fr-dib {
1311
+ margin: 5px auto; }
1312
+ .dark-theme span.fr-img-caption.fr-view.fr-dib.fr-fil {
1313
+ margin-left: 0; }
1314
+ .dark-theme span.fr-img-caption.fr-view.fr-dib.fr-fir {
1315
+ margin-right: 0; }
1316
+ .dark-theme span.fr-img-caption.fr-view.fr-dii {
1317
+ margin-left: 5px;
1318
+ margin-right: 5px;
1319
+ max-width: calc(100% - (2 * 5px)); }
1320
+ .dark-theme span.fr-img-caption.fr-view.fr-dii.fr-fil {
1321
+ margin: 5px 5px 5px 0;
1322
+ max-width: calc(100% - 5px); }
1323
+ .dark-theme span.fr-img-caption.fr-view.fr-dii.fr-fir {
1324
+ margin: 5px 0 5px 5px;
1325
+ max-width: calc(100% - 5px); }
1326
+ .dark-theme .fr-element .fr-embedly {
1327
+ user-select: none;
1328
+ -o-user-select: none;
1329
+ -moz-user-select: none;
1330
+ -khtml-user-select: none;
1331
+ -webkit-user-select: none;
1332
+ -ms-user-select: none; }
1333
+ .dark-theme .fr-element .fr-embedly::after {
1334
+ top: 0;
1335
+ left: 0;
1336
+ right: 0;
1337
+ bottom: 0; }
1338
+ .dark-theme .fr-element .fr-embedly > * {
1339
+ -webkit-box-sizing: content-box;
1340
+ -moz-box-sizing: content-box;
1341
+ box-sizing: content-box; }
1342
+ .dark-theme.fr-box .fr-embedly-resizer {
1343
+ border: solid 1px #0098f7;
1344
+ user-select: none;
1345
+ -o-user-select: none;
1346
+ -moz-user-select: none;
1347
+ -khtml-user-select: none;
1348
+ -webkit-user-select: none;
1349
+ -ms-user-select: none; }
1350
+ .dark-theme.fr-popup .fr-icon.fr-fa-icon {
1351
+ width: 18px;
1352
+ padding: 8px;
1353
+ margin: 6px;
1354
+ font-size: 16px; }
1355
+ @supports not (-ms-high-contrast: none) {
1356
+ .dark-theme.fr-popup .fr-icon-container.fr-fa-container {
1357
+ grid-template-columns: repeat(auto-fill, minmax(45px, 45px)); } }
1358
+ @media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
1359
+ .dark-theme.fr-popup .fr-icon-container.fr-fa-container {
1360
+ width: 506px; } }
1361
+ .dark-theme .tui-image-editor-container {
1362
+ top: 0;
1363
+ left: 0;
1364
+ bottom: 0;
1365
+ right: 0;
1366
+ z-index: 10; }
1367
+ .dark-theme .tui-editor-cancel-btn {
1368
+ background-color: #FFF;
1369
+ border: 1px solid #AAA; }
1370
+ .dark-theme .tui-editor-save-btn {
1371
+ color: #FFF; }
1372
+ .dark-theme .examples-variante > a {
1373
+ font-size: 14px;
1374
+ font-family: Arial, Helvetica, sans-serif; }
1375
+ .dark-theme .sc-cm-holder > .sc-cm {
1376
+ border-top: 5px solid #222222 !important; }
1377
+ .dark-theme .sc-cm__item_dropdown:hover > a, .dark-theme .sc-cm a:hover {
1378
+ background-color: #424242 !important; }
1379
+ .dark-theme .sc-cm__item_active > a, .dark-theme .sc-cm__item_active > a:hover, .dark-theme .sc-cm a:active, .dark-theme .sc-cm a:focus {
1380
+ background-color: #424242 !important; }
1381
+ .dark-theme .sc-cm-holder > .sc-cm:before {
1382
+ background-color: #424242 !important; }
1383
+ .dark-theme .fr-tooltip {
1384
+ top: 0;
1385
+ left: 0;
1386
+ border-radius: 2px;
1387
+ -moz-border-radius: 2px;
1388
+ -webkit-border-radius: 2px;
1389
+ -moz-background-clip: padding;
1390
+ -webkit-background-clip: padding-box;
1391
+ background-clip: padding-box;
1392
+ background: #222222;
1393
+ color: #FFF;
1394
+ font-size: 11px;
1395
+ line-height: 22px;
1396
+ font-family: Arial, Helvetica, sans-serif;
1397
+ -webkit-transition: opacity 0.2s ease 0s;
1398
+ -moz-transition: opacity 0.2s ease 0s;
1399
+ -ms-transition: opacity 0.2s ease 0s;
1400
+ -o-transition: opacity 0.2s ease 0s;
1401
+ -webkit-opacity: 0;
1402
+ -moz-opacity: 0;
1403
+ opacity: 0;
1404
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1405
+ user-select: none;
1406
+ -o-user-select: none;
1407
+ -moz-user-select: none;
1408
+ -khtml-user-select: none;
1409
+ -webkit-user-select: none;
1410
+ -ms-user-select: none;
1411
+ -webkit-font-smoothing: antialiased;
1412
+ -moz-osx-font-smoothing: grayscale; }
1413
+ .dark-theme .fr-tooltip.fr-visible {
1414
+ -webkit-opacity: 1;
1415
+ -moz-opacity: 1;
1416
+ opacity: 1;
1417
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1418
+ .dark-theme.fr-toolbar .fr-command.fr-btn, .dark-theme.fr-popup .fr-command.fr-btn, .dark-theme.fr-modal .fr-command.fr-btn {
1419
+ color: #FFF;
1420
+ -moz-outline: 0;
1421
+ border: 0;
1422
+ margin: 4px 2px;
1423
+ padding: 0;
1424
+ -webkit-transition: all 0.5s;
1425
+ -moz-transition: all 0.5s;
1426
+ -ms-transition: all 0.5s;
1427
+ -o-transition: all 0.5s;
1428
+ border-radius: 4px;
1429
+ -moz-border-radius: 4px;
1430
+ -webkit-border-radius: 4px;
1431
+ -moz-background-clip: padding;
1432
+ -webkit-background-clip: padding-box;
1433
+ background-clip: padding-box;
1434
+ -webkit-box-sizing: border-box;
1435
+ -moz-box-sizing: border-box;
1436
+ box-sizing: border-box;
1437
+ user-select: none;
1438
+ -o-user-select: none;
1439
+ -moz-user-select: none;
1440
+ -khtml-user-select: none;
1441
+ -webkit-user-select: none;
1442
+ -ms-user-select: none;
1443
+ height: 40px; }
1444
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-options, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-options {
1445
+ border-radius: 0 4px 4px 0;
1446
+ -moz-border-radius: 0 4px 4px 0;
1447
+ -webkit-border-radius: 0 4px 4px 0;
1448
+ -moz-background-clip: padding;
1449
+ -webkit-background-clip: padding-box;
1450
+ background-clip: padding-box; }
1451
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-btn-hover, .dark-theme.fr-popup .fr-command.fr-btn.fr-btn-hover, .dark-theme.fr-modal .fr-command.fr-btn.fr-btn-hover {
1452
+ border-radius: 4px 0 0 4px;
1453
+ -moz-border-radius: 4px 0 0 4px;
1454
+ -webkit-border-radius: 4px 0 0 4px;
1455
+ -moz-background-clip: padding;
1456
+ -webkit-background-clip: padding-box;
1457
+ background-clip: padding-box; }
1458
+ .dark-theme.fr-toolbar .fr-command.fr-btn::-moz-focus-inner, .dark-theme.fr-popup .fr-command.fr-btn::-moz-focus-inner, .dark-theme.fr-modal .fr-command.fr-btn::-moz-focus-inner {
1459
+ border: 0; }
1460
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-btn-text, .dark-theme.fr-popup .fr-command.fr-btn.fr-btn-text, .dark-theme.fr-modal .fr-command.fr-btn.fr-btn-text {
1461
+ width: auto; }
1462
+ .dark-theme.fr-toolbar .fr-command.fr-btn i, .dark-theme.fr-toolbar .fr-command.fr-btn svg, .dark-theme.fr-popup .fr-command.fr-btn i, .dark-theme.fr-popup .fr-command.fr-btn svg, .dark-theme.fr-modal .fr-command.fr-btn i, .dark-theme.fr-modal .fr-command.fr-btn svg {
1463
+ margin: 8px 7px;
1464
+ width: 24px; }
1465
+ .dark-theme.fr-toolbar .fr-command.fr-btn svg.fr-svg, .dark-theme.fr-popup .fr-command.fr-btn svg.fr-svg, .dark-theme.fr-modal .fr-command.fr-btn svg.fr-svg {
1466
+ height: 24px; }
1467
+ .dark-theme.fr-toolbar .fr-command.fr-btn svg path, .dark-theme.fr-popup .fr-command.fr-btn svg path, .dark-theme.fr-modal .fr-command.fr-btn svg path {
1468
+ -webkit-transition: all 0.5s;
1469
+ -moz-transition: all 0.5s;
1470
+ -ms-transition: all 0.5s;
1471
+ -o-transition: all 0.5s;
1472
+ fill: #FFF; }
1473
+ .dark-theme.fr-toolbar .fr-command.fr-btn span.fr-sr-only, .dark-theme.fr-popup .fr-command.fr-btn span.fr-sr-only, .dark-theme.fr-modal .fr-command.fr-btn span.fr-sr-only {
1474
+ position: absolute;
1475
+ width: 1px;
1476
+ height: 1px;
1477
+ padding: 0;
1478
+ margin: -1px;
1479
+ overflow: hidden;
1480
+ clip: rect(0, 0, 0, 0);
1481
+ border: 0; }
1482
+ .dark-theme.fr-toolbar .fr-command.fr-btn span, .dark-theme.fr-popup .fr-command.fr-btn span, .dark-theme.fr-modal .fr-command.fr-btn span {
1483
+ font-size: 14px;
1484
+ line-height: 17px;
1485
+ min-width: 30px;
1486
+ height: 17px;
1487
+ padding: 0 4px; }
1488
+ .dark-theme.fr-toolbar .fr-command.fr-btn img, .dark-theme.fr-popup .fr-command.fr-btn img, .dark-theme.fr-modal .fr-command.fr-btn img {
1489
+ margin: 8px 7px;
1490
+ width: 24px; }
1491
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup, .dark-theme.fr-popup .fr-command.fr-btn.fr-btn-active-popup, .dark-theme.fr-modal .fr-command.fr-btn.fr-btn-active-popup {
1492
+ background: #4f4f4f; }
1493
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown i, .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span, .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img, .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown svg, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown i, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown span, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown img, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown svg, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown i, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown span, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown img, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown svg {
1494
+ margin-left: 3px;
1495
+ margin-right: 11px; }
1496
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown:after, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown:after, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown:after {
1497
+ width: 0;
1498
+ height: 0;
1499
+ border-left: 4px solid transparent;
1500
+ border-right: 4px solid transparent;
1501
+ border-top: 4px solid #FFF;
1502
+ right: 2px;
1503
+ top: 18px;
1504
+ -webkit-transition: all 0.3s;
1505
+ -moz-transition: all 0.3s;
1506
+ -ms-transition: all 0.3s;
1507
+ -o-transition: all 0.3s; }
1508
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active {
1509
+ fill: #FFF;
1510
+ background: #4f4f4f;
1511
+ -webkit-transition: 0.5s ease;
1512
+ -moz-transition: 0.5s ease;
1513
+ -ms-transition: 0.5s ease;
1514
+ -o-transition: 0.5s ease; }
1515
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover {
1516
+ background: #424242;
1517
+ fill: #FFF; }
1518
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
1519
+ border-top-color: #FFF; }
1520
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after {
1521
+ border-top: 0;
1522
+ border-bottom: 4px solid #FFF; }
1523
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-disabled, .dark-theme.fr-popup .fr-command.fr-btn.fr-disabled, .dark-theme.fr-modal .fr-command.fr-btn.fr-disabled {
1524
+ color: gray;
1525
+ -webkit-opacity: 0.3;
1526
+ -moz-opacity: 0.3;
1527
+ opacity: 0.3;
1528
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1529
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-disabled::after, .dark-theme.fr-popup .fr-command.fr-btn.fr-disabled::after, .dark-theme.fr-modal .fr-command.fr-btn.fr-disabled::after {
1530
+ border-top-color: gray; }
1531
+ .dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn, .dark-theme.fr-popup .fr-tabs .fr-command.fr-btn, .dark-theme.fr-modal .fr-tabs .fr-command.fr-btn {
1532
+ margin: 0;
1533
+ width: 46px;
1534
+ height: 40px;
1535
+ border-radius: 0;
1536
+ -moz-border-radius: 0;
1537
+ -webkit-border-radius: 0;
1538
+ -moz-background-clip: padding;
1539
+ -webkit-background-clip: padding-box;
1540
+ background-clip: padding-box; }
1541
+ .dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab, .dark-theme.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .dark-theme.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab, .dark-theme.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .dark-theme.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab {
1542
+ background: #353535; }
1543
+ .dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn span, .dark-theme.fr-popup .fr-tabs .fr-command.fr-btn span, .dark-theme.fr-modal .fr-tabs .fr-command.fr-btn span {
1544
+ height: 27px; }
1545
+ .dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn img, .dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn svg, .dark-theme.fr-popup .fr-tabs .fr-command.fr-btn img, .dark-theme.fr-popup .fr-tabs .fr-command.fr-btn svg, .dark-theme.fr-modal .fr-tabs .fr-command.fr-btn img, .dark-theme.fr-modal .fr-tabs .fr-command.fr-btn svg {
1546
+ margin: 8px 11px;
1547
+ width: 24px;
1548
+ height: 24px; }
1549
+ .dark-theme.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
1550
+ fill: #0098f7; }
1551
+ .dark-theme.fr-toolbar.fr-disabled .fr-btn, .dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-active, .dark-theme.fr-popup.fr-disabled .fr-btn, .dark-theme.fr-popup.fr-disabled .fr-btn.fr-active, .dark-theme.fr-modal.fr-disabled .fr-btn, .dark-theme.fr-modal.fr-disabled .fr-btn.fr-active {
1552
+ color: gray;
1553
+ -webkit-opacity: 0.3;
1554
+ -moz-opacity: 0.3;
1555
+ opacity: 0.3;
1556
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1557
+ .dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after, .dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .dark-theme.fr-popup.fr-disabled .fr-btn.fr-dropdown::after, .dark-theme.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .dark-theme.fr-modal.fr-disabled .fr-btn.fr-dropdown::after, .dark-theme.fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
1558
+ border-top-color: gray; }
1559
+ .dark-theme.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .dark-theme.fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .dark-theme.fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .dark-theme.fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .dark-theme.fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .dark-theme.fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options {
1560
+ border-radius: 4px 0 0 4px;
1561
+ -moz-border-radius: 4px 0 0 4px;
1562
+ -webkit-border-radius: 4px 0 0 4px;
1563
+ -moz-background-clip: padding;
1564
+ -webkit-background-clip: padding-box;
1565
+ background-clip: padding-box; }
1566
+ .dark-theme.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover, .dark-theme.fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover, .dark-theme.fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover, .dark-theme.fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover, .dark-theme.fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover, .dark-theme.fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover {
1567
+ border-radius: 0 4px 4px 0;
1568
+ -moz-border-radius: 0 4px 4px 0;
1569
+ -webkit-border-radius: 0 4px 4px 0;
1570
+ -moz-background-clip: padding;
1571
+ -webkit-background-clip: padding-box;
1572
+ background-clip: padding-box; }
1573
+ .dark-theme.fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden), .dark-theme.fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden) {
1574
+ display: -webkit-inline-flex;
1575
+ display: -ms-inline-flexbox;
1576
+ display: inline-flex; }
1577
+ .dark-theme.fr-desktop .fr-command:hover, .dark-theme.fr-desktop .fr-command:focus, .dark-theme.fr-desktop .fr-command.fr-btn-hover, .dark-theme.fr-desktop .fr-command.fr-expanded {
1578
+ outline: 0;
1579
+ color: #FFF; }
1580
+ .dark-theme.fr-desktop .fr-command:hover:not(.fr-table-cell), .dark-theme.fr-desktop .fr-command:focus:not(.fr-table-cell), .dark-theme.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell), .dark-theme.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
1581
+ background: #424242; }
1582
+ .dark-theme.fr-desktop .fr-command:hover::after, .dark-theme.fr-desktop .fr-command:focus::after, .dark-theme.fr-desktop .fr-command.fr-btn-hover::after, .dark-theme.fr-desktop .fr-command.fr-expanded::after {
1583
+ border-top-color: #FFF; }
1584
+ .dark-theme.fr-desktop .fr-command.fr-selected:not(.fr-table-cell), .dark-theme.fr-desktop .fr-command:active {
1585
+ color: #FFF;
1586
+ background: #4f4f4f; }
1587
+ .dark-theme.fr-desktop .fr-command.fr-active:hover, .dark-theme.fr-desktop .fr-command.fr-active:focus, .dark-theme.fr-desktop .fr-command.fr-active.fr-btn-hover, .dark-theme.fr-desktop .fr-command.fr-active.fr-expanded {
1588
+ background: #424242; }
1589
+ .dark-theme.fr-desktop .fr-command.fr-active:active {
1590
+ background: #4f4f4f; }
1591
+ .dark-theme.fr-toolbar.fr-mobile .fr-command.fr-blink, .dark-theme.fr-popup.fr-mobile .fr-command.fr-blink {
1592
+ background: #4f4f4f; }
1593
+ .dark-theme .fr-command.fr-btn.fr-options {
1594
+ width: 16px;
1595
+ margin-left: -5px; }
1596
+ .dark-theme .fr-command.fr-btn.fr-options.fr-btn-hover, .dark-theme .fr-command.fr-btn.fr-options:hover, .dark-theme .fr-command.fr-btn.fr-options:focus {
1597
+ border-left: solid 1px #FAFAFA;
1598
+ -webkit-transition: border-left 0s, background-color 0.5s;
1599
+ -moz-transition: border-left 0s, background-color 0.5s;
1600
+ -ms-transition: border-left 0s, background-color 0.5s;
1601
+ -o-transition: border-left 0s, background-color 0.5s; }
1602
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu {
1603
+ background: #353535;
1604
+ right: auto;
1605
+ bottom: auto;
1606
+ height: auto;
1607
+ border-radius: 4px;
1608
+ -moz-border-radius: 4px;
1609
+ -webkit-border-radius: 4px;
1610
+ -moz-background-clip: padding;
1611
+ -webkit-background-clip: padding-box;
1612
+ background-clip: padding-box;
1613
+ -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
1614
+ -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
1615
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
1616
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
1617
+ -webkit-transition: none;
1618
+ -moz-transition: none;
1619
+ -ms-transition: none;
1620
+ -o-transition: none;
1621
+ height: auto;
1622
+ max-height: 275px; }
1623
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
1624
+ padding: 0;
1625
+ margin: auto;
1626
+ -webkit-box-sizing: border-box;
1627
+ -moz-box-sizing: border-box;
1628
+ box-sizing: border-box;
1629
+ -webkit-transition: height 0.3s;
1630
+ -moz-transition: height 0.3s;
1631
+ -ms-transition: height 0.3s;
1632
+ -o-transition: height 0.3s;
1633
+ margin-top: 0;
1634
+ height: 0; }
1635
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
1636
+ margin: 0;
1637
+ padding: 8px 0;
1638
+ min-width: 72px; }
1639
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
1640
+ padding: 0;
1641
+ margin: 0;
1642
+ font-size: 15px; }
1643
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
1644
+ padding: 0 20px;
1645
+ color: inherit;
1646
+ border-radius: 0;
1647
+ -moz-border-radius: 0;
1648
+ -webkit-border-radius: 0;
1649
+ -moz-background-clip: padding;
1650
+ -webkit-background-clip: padding-box;
1651
+ background-clip: padding-box; }
1652
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg {
1653
+ width: 24px;
1654
+ height: 24px;
1655
+ margin: 3px 4px; }
1656
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
1657
+ fill: #FFF; }
1658
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
1659
+ background: #4f4f4f; }
1660
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
1661
+ color: gray; }
1662
+ .dark-theme .fr-command.fr-btn.fr-active + .fr-dropdown-menu {
1663
+ -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
1664
+ -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
1665
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
1666
+ .dark-theme .fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
1667
+ border-radius: 2px 2px 0 0;
1668
+ -moz-border-radius: 2px 2px 0 0;
1669
+ -webkit-border-radius: 2px 2px 0 0;
1670
+ -moz-background-clip: padding;
1671
+ -webkit-background-clip: padding-box;
1672
+ background-clip: padding-box; }
1673
+ .dark-theme.fr-modal {
1674
+ color: #FFF;
1675
+ font-family: Arial, Helvetica, sans-serif;
1676
+ overflow-x: auto;
1677
+ top: 0;
1678
+ left: 0;
1679
+ bottom: 0;
1680
+ right: 0;
1681
+ z-index: 2147483640;
1682
+ -webkit-font-smoothing: antialiased;
1683
+ -moz-osx-font-smoothing: grayscale; }
1684
+ .dark-theme.fr-modal.fr-middle .fr-modal-wrapper {
1685
+ margin-top: 0;
1686
+ margin-bottom: 0;
1687
+ margin-left: auto;
1688
+ margin-right: auto;
1689
+ -webkit-transform: translate(-50%, -50%);
1690
+ -moz-transform: translate(-50%, -50%);
1691
+ -ms-transform: translate(-50%, -50%);
1692
+ -o-transform: translate(-50%, -50%); }
1693
+ .dark-theme.fr-modal .fr-modal-wrapper {
1694
+ border-radius: 10px;
1695
+ -moz-border-radius: 10px;
1696
+ -webkit-border-radius: 10px;
1697
+ -moz-background-clip: padding;
1698
+ -webkit-background-clip: padding-box;
1699
+ background-clip: padding-box;
1700
+ margin: 20px auto;
1701
+ background: #353535;
1702
+ min-width: 300px;
1703
+ -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1704
+ -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1705
+ box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1706
+ border: 0; }
1707
+ @media (min-width: 768px) and (max-width: 991px) {
1708
+ .dark-theme.fr-modal .fr-modal-wrapper {
1709
+ margin: 30px auto; } }
1710
+ @media (min-width: 992px) {
1711
+ .dark-theme.fr-modal .fr-modal-wrapper {
1712
+ margin: 50px auto; } }
1713
+ .dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head {
1714
+ background: #353535;
1715
+ min-height: 42px;
1716
+ border-bottom: solid #efefef 1px;
1717
+ -webkit-transition: all 0.2s ease 0s;
1718
+ -moz-transition: all 0.2s ease 0s;
1719
+ -ms-transition: all 0.2s ease 0s;
1720
+ -o-transition: all 0.2s ease 0s; }
1721
+ .dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line {
1722
+ height: 56px;
1723
+ padding: 0 10px; }
1724
+ .dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
1725
+ margin: 10px;
1726
+ top: 0;
1727
+ right: 0; }
1728
+ .dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
1729
+ font-size: 20px;
1730
+ padding: 19px 10px;
1731
+ margin: 0;
1732
+ font-weight: 400;
1733
+ line-height: 18px; }
1734
+ .dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body {
1735
+ min-height: 150px;
1736
+ overflow-y: auto;
1737
+ padding-bottom: 20px; }
1738
+ .dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
1739
+ outline: 0; }
1740
+ .dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
1741
+ height: 36px;
1742
+ color: #0098f7;
1743
+ padding: 10px;
1744
+ -webkit-transition: background 0.2s ease 0s;
1745
+ -moz-transition: background 0.2s ease 0s;
1746
+ -ms-transition: background 0.2s ease 0s;
1747
+ -o-transition: background 0.2s ease 0s;
1748
+ border-radius: 2px;
1749
+ -moz-border-radius: 2px;
1750
+ -webkit-border-radius: 2px;
1751
+ -moz-background-clip: padding;
1752
+ -webkit-background-clip: padding-box;
1753
+ background-clip: padding-box; }
1754
+ .dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover, .dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
1755
+ background: #424242;
1756
+ color: #0098f7; }
1757
+ .dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
1758
+ background: #4f4f4f;
1759
+ color: #0098f7; }
1760
+ .dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
1761
+ border: 0; }
1762
+ .dark-theme.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
1763
+ background: #424242; }
1764
+ .dark-theme.fr-overlay {
1765
+ top: 0;
1766
+ bottom: 0;
1767
+ left: 0;
1768
+ right: 0;
1769
+ background: #000;
1770
+ -webkit-opacity: 0.5;
1771
+ -moz-opacity: 0.5;
1772
+ opacity: 0.5;
1773
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1774
+ .dark-theme.fr-popup {
1775
+ color: #FFF;
1776
+ background: #353535;
1777
+ -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1778
+ -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1779
+ box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1780
+ font-family: Arial, Helvetica, sans-serif;
1781
+ -webkit-box-sizing: border-box;
1782
+ -moz-box-sizing: border-box;
1783
+ box-sizing: border-box;
1784
+ user-select: none;
1785
+ -o-user-select: none;
1786
+ -moz-user-select: none;
1787
+ -khtml-user-select: none;
1788
+ -webkit-user-select: none;
1789
+ -ms-user-select: none;
1790
+ margin-top: 10px;
1791
+ border-radius: 6px;
1792
+ -moz-border-radius: 6px;
1793
+ -webkit-border-radius: 6px;
1794
+ -moz-background-clip: padding;
1795
+ -webkit-background-clip: padding-box;
1796
+ background-clip: padding-box;
1797
+ -webkit-font-smoothing: antialiased;
1798
+ -moz-osx-font-smoothing: grayscale; }
1799
+ .dark-theme.fr-popup .fr-icon {
1800
+ font-size: 20px;
1801
+ font-weight: 400;
1802
+ padding: 6px; }
1803
+ .dark-theme.fr-popup .fr-icon-container {
1804
+ padding: 20px;
1805
+ max-height: 200px;
1806
+ overflow: auto;
1807
+ -webkit-box-sizing: border-box;
1808
+ -moz-box-sizing: border-box;
1809
+ box-sizing: border-box; }
1810
+ @supports not (-ms-high-contrast: none) {
1811
+ .dark-theme.fr-popup .fr-icon-container {
1812
+ grid-template-columns: repeat(auto-fill, minmax(36px, 36px)); } }
1813
+ @media (min-width: 768px) {
1814
+ .dark-theme.fr-popup .fr-icon-container {
1815
+ min-width: 276px; } }
1816
+ @media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
1817
+ .dark-theme.fr-popup .fr-icon-container {
1818
+ width: 236px; } }
1819
+ .dark-theme.fr-popup .fr-input-focus {
1820
+ background: #363636; }
1821
+ .dark-theme.fr-popup.fr-above {
1822
+ border-top: 0; }
1823
+ .dark-theme.fr-popup .fr-input-line {
1824
+ padding: 15px 0; }
1825
+ .dark-theme.fr-popup .fr-input-line input[type="text"], .dark-theme.fr-popup .fr-input-line input[type="number"], .dark-theme.fr-popup .fr-input-line textarea {
1826
+ margin-bottom: 1px;
1827
+ border-radius: 2px;
1828
+ -moz-border-radius: 2px;
1829
+ -webkit-border-radius: 2px;
1830
+ -moz-background-clip: padding;
1831
+ -webkit-background-clip: padding-box;
1832
+ background-clip: padding-box;
1833
+ border: solid 1px #999999;
1834
+ color: #FFF;
1835
+ font-size: 14px;
1836
+ background: #353535;
1837
+ padding: 4px 12px;
1838
+ -webkit-box-sizing: border-box;
1839
+ -moz-box-sizing: border-box;
1840
+ box-sizing: border-box;
1841
+ -webkit-transition: border 0.5s, padding 0.5s;
1842
+ -moz-transition: border 0.5s, padding 0.5s;
1843
+ -ms-transition: border 0.5s, padding 0.5s;
1844
+ -o-transition: border 0.5s, padding 0.5s; }
1845
+ .dark-theme.fr-popup .fr-input-line input[type="text"]:hover, .dark-theme.fr-popup .fr-input-line input[type="number"]:hover, .dark-theme.fr-popup .fr-input-line textarea:hover {
1846
+ border: solid 1px #515151; }
1847
+ .dark-theme.fr-popup .fr-input-line input[type="text"]:focus, .dark-theme.fr-popup .fr-input-line input[type="number"]:focus, .dark-theme.fr-popup .fr-input-line textarea:focus {
1848
+ border: solid 2px #0098f7;
1849
+ padding: 3px 11px; }
1850
+ .dark-theme.fr-popup .fr-input-line input[type="text"], .dark-theme.fr-popup .fr-input-line input[type="number"] {
1851
+ height: 46px; }
1852
+ .dark-theme.fr-popup .fr-input-line input + label, .dark-theme.fr-popup .fr-input-line textarea + label {
1853
+ top: 29px;
1854
+ left: 12px;
1855
+ font-size: 14px;
1856
+ -webkit-transition: all 0.5s ease;
1857
+ -moz-transition: all 0.5s ease;
1858
+ -ms-transition: all 0.5s ease;
1859
+ -o-transition: all 0.5s ease;
1860
+ background: #353535;
1861
+ padding: 0; }
1862
+ .dark-theme.fr-popup .fr-input-line input.fr-not-empty + label, .dark-theme.fr-popup .fr-input-line textarea.fr-not-empty + label {
1863
+ color: gray;
1864
+ width: auto;
1865
+ left: 4px;
1866
+ padding: 0 4px;
1867
+ font-size: 11px;
1868
+ top: 9px; }
1869
+ .dark-theme.fr-popup input, .dark-theme.fr-popup textarea {
1870
+ user-select: text;
1871
+ -o-user-select: text;
1872
+ -moz-user-select: text;
1873
+ -khtml-user-select: text;
1874
+ -webkit-user-select: text;
1875
+ -ms-user-select: text;
1876
+ border-radius: 0;
1877
+ -moz-border-radius: 0;
1878
+ -webkit-border-radius: 0;
1879
+ -moz-background-clip: padding;
1880
+ -webkit-background-clip: padding-box;
1881
+ background-clip: padding-box; }
1882
+ .dark-theme.fr-popup .fr-buttons {
1883
+ line-height: 0; }
1884
+ .dark-theme.fr-popup .fr-buttons .fr-btn {
1885
+ margin-left: 4px;
1886
+ margin-right: 4px; }
1887
+ .dark-theme.fr-popup .fr-buttons.fr-tabs {
1888
+ border-radius: 6px 6px 0 0;
1889
+ -moz-border-radius: 6px 6px 0 0;
1890
+ -webkit-border-radius: 6px 6px 0 0;
1891
+ -moz-background-clip: padding;
1892
+ -webkit-background-clip: padding-box;
1893
+ background-clip: padding-box;
1894
+ background-color: #686868; }
1895
+ @media (max-width: 768px) {
1896
+ .dark-theme.fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll {
1897
+ width: 276px; } }
1898
+ .dark-theme.fr-popup .fr-buttons:not(.fr-tabs) {
1899
+ padding: 5px; }
1900
+ .dark-theme.fr-popup .fr-layer {
1901
+ border-radius: 6px;
1902
+ -moz-border-radius: 6px;
1903
+ -webkit-border-radius: 6px;
1904
+ -moz-background-clip: padding;
1905
+ -webkit-background-clip: padding-box;
1906
+ background-clip: padding-box;
1907
+ width: 195px;
1908
+ -webkit-box-sizing: border-box;
1909
+ -moz-box-sizing: border-box;
1910
+ box-sizing: border-box;
1911
+ margin: 20px; }
1912
+ @media (min-width: 768px) {
1913
+ .dark-theme.fr-popup .fr-layer {
1914
+ width: 260px; } }
1915
+ .dark-theme.fr-popup .fr-action-buttons {
1916
+ height: 36px; }
1917
+ .dark-theme.fr-popup .fr-action-buttons button.fr-command {
1918
+ height: 36px;
1919
+ color: #0098f7;
1920
+ padding: 10px;
1921
+ font-size: 16px;
1922
+ -webkit-transition: background 0.2s ease 0s;
1923
+ -moz-transition: background 0.2s ease 0s;
1924
+ -ms-transition: background 0.2s ease 0s;
1925
+ -o-transition: background 0.2s ease 0s;
1926
+ border-radius: 2px;
1927
+ -moz-border-radius: 2px;
1928
+ -webkit-border-radius: 2px;
1929
+ -moz-background-clip: padding;
1930
+ -webkit-background-clip: padding-box;
1931
+ background-clip: padding-box; }
1932
+ .dark-theme.fr-popup .fr-action-buttons button.fr-command:hover, .dark-theme.fr-popup .fr-action-buttons button.fr-command:focus {
1933
+ background: #424242;
1934
+ color: #0098f7; }
1935
+ .dark-theme.fr-popup .fr-action-buttons button.fr-command:active {
1936
+ background: #4f4f4f;
1937
+ color: #0098f7; }
1938
+ .dark-theme.fr-popup .fr-action-buttons button::-moz-focus-inner {
1939
+ border: 0; }
1940
+ .dark-theme.fr-popup .fr-checkbox {
1941
+ width: 18px;
1942
+ height: 18px;
1943
+ padding: 10px;
1944
+ -webkit-box-sizing: content-box;
1945
+ -moz-box-sizing: content-box;
1946
+ box-sizing: content-box; }
1947
+ .dark-theme.fr-popup .fr-checkbox svg {
1948
+ margin-left: 2px;
1949
+ margin-top: 2px;
1950
+ width: 10px;
1951
+ height: 10px; }
1952
+ .dark-theme.fr-popup .fr-checkbox span {
1953
+ border-radius: 2px;
1954
+ -moz-border-radius: 2px;
1955
+ -webkit-border-radius: 2px;
1956
+ -moz-background-clip: padding;
1957
+ -webkit-background-clip: padding-box;
1958
+ background-clip: padding-box;
1959
+ width: 18px;
1960
+ height: 18px;
1961
+ -webkit-box-sizing: border-box;
1962
+ -moz-box-sizing: border-box;
1963
+ box-sizing: border-box;
1964
+ -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
1965
+ -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
1966
+ -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
1967
+ -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s; }
1968
+ .dark-theme.fr-popup .fr-checkbox input {
1969
+ -webkit-opacity: 0;
1970
+ -moz-opacity: 0;
1971
+ opacity: 0;
1972
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1973
+ height: 18px;
1974
+ margin: 0;
1975
+ padding: 0;
1976
+ width: 18px; }
1977
+ .dark-theme.fr-popup .fr-checkbox input:not(:checked) + span {
1978
+ border: solid 2px #999999; }
1979
+ .dark-theme.fr-popup .fr-checkbox input:not(:checked):active + span {
1980
+ background-color: #353535; }
1981
+ .dark-theme.fr-popup .fr-checkbox input:not(:checked):focus + span, .dark-theme.fr-popup .fr-checkbox input:not(:checked):hover + span {
1982
+ border-color: #515151; }
1983
+ .dark-theme.fr-popup .fr-checkbox input:checked + span {
1984
+ background: #0098f7;
1985
+ border: solid 2px #0098f7; }
1986
+ .dark-theme.fr-popup .fr-checkbox input:checked:active + span {
1987
+ background-color: #EcF5Ff; }
1988
+ .dark-theme.fr-popup .fr-checkbox input:checked:focus + span, .dark-theme.fr-popup .fr-checkbox input:checked:hover + span {
1989
+ -webkit-opacity: 0.8;
1990
+ -moz-opacity: 0.8;
1991
+ opacity: 0.8;
1992
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1993
+ .dark-theme.fr-popup .fr-checkbox-line {
1994
+ font-size: 14px;
1995
+ line-height: 1.4px;
1996
+ margin-top: 10px; }
1997
+ .dark-theme.fr-popup .fr-checkbox-line label {
1998
+ margin: 0 5px; }
1999
+ .dark-theme.fr-popup.fr-rtl .fr-input-line input + label, .dark-theme.fr-popup.fr-rtl .fr-input-line textarea + label {
2000
+ left: auto;
2001
+ right: 0; }
2002
+ .dark-theme .fr-text-edit-layer {
2003
+ -webkit-box-sizing: border-box;
2004
+ -moz-box-sizing: border-box;
2005
+ box-sizing: border-box; }
2006
+ .dark-theme.fr-toolbar {
2007
+ color: #FFF;
2008
+ background: #353535;
2009
+ font-family: Arial, Helvetica, sans-serif;
2010
+ -webkit-box-sizing: border-box;
2011
+ -moz-box-sizing: border-box;
2012
+ box-sizing: border-box;
2013
+ user-select: none;
2014
+ -o-user-select: none;
2015
+ -moz-user-select: none;
2016
+ -khtml-user-select: none;
2017
+ -webkit-user-select: none;
2018
+ -ms-user-select: none;
2019
+ border-radius: 2px;
2020
+ -moz-border-radius: 2px;
2021
+ -webkit-border-radius: 2px;
2022
+ -moz-background-clip: padding;
2023
+ -webkit-background-clip: padding-box;
2024
+ background-clip: padding-box;
2025
+ border: 1px solid #CCCCCC;
2026
+ -webkit-font-smoothing: antialiased;
2027
+ -moz-osx-font-smoothing: grayscale;
2028
+ padding-bottom: 0;
2029
+ -webkit-transition: padding-bottom 0.5s;
2030
+ -moz-transition: padding-bottom 0.5s;
2031
+ -ms-transition: padding-bottom 0.5s;
2032
+ -o-transition: padding-bottom 0.5s; }
2033
+ .dark-theme.fr-toolbar::after {
2034
+ clear: both;
2035
+ display: block;
2036
+ content: "";
2037
+ height: 0; }
2038
+ .dark-theme.fr-toolbar::after {
2039
+ height: 0; }
2040
+ .dark-theme.fr-toolbar .fr-newline {
2041
+ margin-left: 9px;
2042
+ margin-right: 9px;
2043
+ background: #353535;
2044
+ height: 1px;
2045
+ -webkit-transition: height 0.5s;
2046
+ -moz-transition: height 0.5s;
2047
+ -ms-transition: height 0.5s;
2048
+ -o-transition: height 0.5s; }
2049
+ .dark-theme.fr-toolbar.fr-toolbar-open .fr-newline {
2050
+ height: 0; }
2051
+ .dark-theme.fr-toolbar .fr-more-toolbar {
2052
+ border-radius: 0;
2053
+ -moz-border-radius: 0;
2054
+ -webkit-border-radius: 0;
2055
+ -moz-background-clip: padding;
2056
+ -webkit-background-clip: padding-box;
2057
+ background-clip: padding-box;
2058
+ background-color: #686868;
2059
+ -webkit-transition: height 0.5s;
2060
+ -moz-transition: height 0.5s;
2061
+ -ms-transition: height 0.5s;
2062
+ -o-transition: height 0.5s;
2063
+ height: 0;
2064
+ -webkit-box-sizing: border-box;
2065
+ -moz-box-sizing: border-box;
2066
+ box-sizing: border-box; }
2067
+ .dark-theme.fr-toolbar .fr-more-toolbar.fr-expanded {
2068
+ height: 48px; }
2069
+ .dark-theme.fr-toolbar .fr-more-toolbar > .fr-command.fr-btn {
2070
+ margin-left: 4px;
2071
+ margin-right: 4px; }
2072
+ .dark-theme.fr-toolbar .fr-btn-grp {
2073
+ margin: 0 17px 0 12px; }
2074
+ @media (max-width: 768px) {
2075
+ .dark-theme.fr-toolbar .fr-btn-grp {
2076
+ margin: 0 7px 0 6px; } }
2077
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-open {
2078
+ margin-top: 10px;
2079
+ margin-bottom: -1px;
2080
+ border-radius: 4px 4px 0 0;
2081
+ -moz-border-radius: 4px 4px 0 0;
2082
+ -webkit-border-radius: 4px 4px 0 0;
2083
+ -moz-background-clip: padding;
2084
+ -webkit-background-clip: padding-box;
2085
+ background-clip: padding-box; }
2086
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
2087
+ background: #686868; }
2088
+ .dark-theme.fr-toolbar.fr-inline {
2089
+ -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
2090
+ -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
2091
+ box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
2092
+ border: 0;
2093
+ z-index: 2147483630; }
2094
+ .dark-theme.fr-toolbar.fr-inline.fr-above {
2095
+ border-top: 0; }
2096
+ .dark-theme.fr-toolbar.fr-inline .fr-newline {
2097
+ height: 0; }
2098
+ .dark-theme.fr-toolbar.fr-top {
2099
+ top: 0;
2100
+ border-bottom: 0;
2101
+ border-radius: 10px 10px 0 0;
2102
+ -moz-border-radius: 10px 10px 0 0;
2103
+ -webkit-border-radius: 10px 10px 0 0;
2104
+ -moz-background-clip: padding;
2105
+ -webkit-background-clip: padding-box;
2106
+ background-clip: padding-box; }
2107
+ .dark-theme.fr-toolbar.fr-bottom {
2108
+ bottom: 0;
2109
+ border-top: 0;
2110
+ padding-bottom: 0;
2111
+ border-radius: 0 0 10px 10px;
2112
+ -moz-border-radius: 0 0 10px 10px;
2113
+ -webkit-border-radius: 0 0 10px 10px;
2114
+ -moz-background-clip: padding;
2115
+ -webkit-background-clip: padding-box;
2116
+ background-clip: padding-box; }
2117
+ .dark-theme.fr-toolbar.fr-bottom .fr-newline {
2118
+ padding-top: 0;
2119
+ -webkit-transition: padding-top 0.5s;
2120
+ -moz-transition: padding-top 0.5s;
2121
+ -ms-transition: padding-top 0.5s;
2122
+ -o-transition: padding-top 0.5s; }
2123
+ .dark-theme.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline {
2124
+ padding-top: 48px;
2125
+ background: #FFF; }
2126
+ .dark-theme.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open {
2127
+ margin-top: -1px;
2128
+ margin-bottom: 10px;
2129
+ border-radius: 0 0 4px 4px;
2130
+ -moz-border-radius: 0 0 4px 4px;
2131
+ -webkit-border-radius: 0 0 4px 4px;
2132
+ -moz-background-clip: padding;
2133
+ -webkit-background-clip: padding-box;
2134
+ background-clip: padding-box; }
2135
+ .dark-theme.fr-toolbar.fr-sticky-on {
2136
+ border-radius: 0;
2137
+ -moz-border-radius: 0;
2138
+ -webkit-border-radius: 0;
2139
+ -moz-background-clip: padding;
2140
+ -webkit-background-clip: padding-box;
2141
+ background-clip: padding-box; }
2142
+ .dark-theme .fr-separator {
2143
+ background: #595959; }
2144
+ .dark-theme .fr-separator.fr-vs {
2145
+ height: 32px;
2146
+ width: 1px;
2147
+ margin: 8px 4px; }
2148
+ .dark-theme .fr-separator.fr-hs {
2149
+ width: calc(100% - (2 * 4px));
2150
+ margin: 0 4px;
2151
+ height: 1px; }
2152
+ .dark-theme .fr-second-toolbar {
2153
+ border: 1px solid #CCCCCC;
2154
+ border-top: 0;
2155
+ background: #FFF;
2156
+ border-radius: 0 0 10px 10px;
2157
+ -moz-border-radius: 0 0 10px 10px;
2158
+ -webkit-border-radius: 0 0 10px 10px;
2159
+ -moz-background-clip: padding;
2160
+ -webkit-background-clip: padding-box;
2161
+ background-clip: padding-box; }
2162
+ .dark-theme .fr-second-toolbar::after {
2163
+ clear: both;
2164
+ display: block;
2165
+ content: "";
2166
+ height: 0; }
2167
+ .dark-theme #fr-logo > span {
2168
+ padding: 11px 5px 10px 15px;
2169
+ font-size: 12px;
2170
+ font-weight: 500;
2171
+ color: #b1b2b7;
2172
+ -webkit-transition: color 0.3s;
2173
+ -moz-transition: color 0.3s;
2174
+ -ms-transition: color 0.3s;
2175
+ -o-transition: color 0.3s; }
2176
+ .dark-theme #fr-logo > svg {
2177
+ height: 20px;
2178
+ width: 47px;
2179
+ margin: 7px 0; }
2180
+ .dark-theme #fr-logo > svg * {
2181
+ -webkit-transition: fill 0.3s;
2182
+ -moz-transition: fill 0.3s;
2183
+ -ms-transition: fill 0.3s;
2184
+ -o-transition: fill 0.3s; }
2185
+ .dark-theme #fr-logo:hover > span, .dark-theme #fr-logo:focus > span {
2186
+ color: #0098f7; }
2187
+ .dark-theme #fr-logo:hover > svg .fr-logo, .dark-theme #fr-logo:focus > svg .fr-logo {
2188
+ fill: #0098f7; }