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