redactor2_rails 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +25 -27
- data/lib/redactor2_rails/version.rb +1 -1
- data/vendor/assets/javascripts/redactor2_rails/index.js +0 -1
- metadata +2 -32
- data/vendor/assets/javascripts/redactor2_rails/langs/ar.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/de.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/en.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/es.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/fa.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/fi.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/fr.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/hu.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/it.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/ja.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/ko.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/nl.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/pl.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/pt_br.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/ru.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/sv.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/tr.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/langs/zh_cn.js +0 -52
- data/vendor/assets/javascripts/redactor2_rails/langs/zh_tw.js +0 -50
- data/vendor/assets/javascripts/redactor2_rails/plugins/clips.js +0 -60
- data/vendor/assets/javascripts/redactor2_rails/plugins/fullscreen.js +0 -159
- data/vendor/assets/javascripts/redactor2_rails/plugins/source.js +0 -195
- data/vendor/assets/javascripts/redactor2_rails/plugins/textdirection.js +0 -36
- data/vendor/assets/javascripts/redactor2_rails/plugins.js +0 -4
- data/vendor/assets/javascripts/redactor2_rails/redactor.js +0 -9989
- data/vendor/assets/javascripts/redactor2_rails/redactor.min.js +0 -13
- data/vendor/assets/stylesheets/redactor2_rails/css/redactor.css +0 -931
- data/vendor/assets/stylesheets/redactor2_rails/index.css +0 -1
- data/vendor/assets/stylesheets/redactor2_rails/plugins/clips.css +0 -10
- data/vendor/assets/stylesheets/redactor2_rails/plugins.css +0 -1
@@ -1,931 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
Redactor II
|
3
|
-
|
4
|
-
http://imperavi.com/redactor/
|
5
|
-
|
6
|
-
Copyright (c) 2009-2015, Imperavi LLC.
|
7
|
-
License: http://imperavi.com/redactor/license/
|
8
|
-
*/
|
9
|
-
.redactor-box {
|
10
|
-
position: relative;
|
11
|
-
overflow: visible; }
|
12
|
-
|
13
|
-
.redactor-editor,
|
14
|
-
.redactor-box {
|
15
|
-
background: #fff; }
|
16
|
-
|
17
|
-
.redactor-editor,
|
18
|
-
.redactor-box,
|
19
|
-
.redactor-box textarea {
|
20
|
-
z-index: auto; }
|
21
|
-
|
22
|
-
.redactor-link-tooltip {
|
23
|
-
z-index: 99; }
|
24
|
-
|
25
|
-
.redactor-toolbar {
|
26
|
-
z-index: 100; }
|
27
|
-
|
28
|
-
.redactor-box-fullscreen {
|
29
|
-
z-index: 1051; }
|
30
|
-
|
31
|
-
.redactor-air,
|
32
|
-
.redactor-dropdown {
|
33
|
-
z-index: 1052; }
|
34
|
-
|
35
|
-
#redactor-modal-overlay,
|
36
|
-
#redactor-modal-box,
|
37
|
-
#redactor-modal {
|
38
|
-
z-index: 1053; }
|
39
|
-
|
40
|
-
.redactor-body-fullscreen .redactor-link-tooltip {
|
41
|
-
z-index: 1099; }
|
42
|
-
|
43
|
-
.redactor-box-fullscreen {
|
44
|
-
position: fixed;
|
45
|
-
top: 0;
|
46
|
-
left: 0;
|
47
|
-
width: 100%; }
|
48
|
-
|
49
|
-
.redactor-placeholder:after {
|
50
|
-
position: absolute;
|
51
|
-
top: 20px;
|
52
|
-
left: 20px;
|
53
|
-
content: attr(placeholder);
|
54
|
-
display: block;
|
55
|
-
color: rgba(0, 0, 0, 0.3);
|
56
|
-
font-weight: normal !important; }
|
57
|
-
|
58
|
-
.redactor-editor {
|
59
|
-
position: relative;
|
60
|
-
overflow: auto;
|
61
|
-
margin: 0;
|
62
|
-
padding: 24px 32px;
|
63
|
-
outline: none;
|
64
|
-
white-space: normal;
|
65
|
-
border: 1px solid rgba(0, 0, 0, 0.07); }
|
66
|
-
|
67
|
-
.redactor-relative {
|
68
|
-
position: relative; }
|
69
|
-
|
70
|
-
.redactor-in {
|
71
|
-
cursor: text; }
|
72
|
-
|
73
|
-
.redactor-editor:focus,
|
74
|
-
.redactor-in:focus {
|
75
|
-
outline: none; }
|
76
|
-
|
77
|
-
.redactor-scrollbar-measure {
|
78
|
-
position: absolute;
|
79
|
-
top: -9999px;
|
80
|
-
width: 50px;
|
81
|
-
height: 50px;
|
82
|
-
overflow: scroll; }
|
83
|
-
|
84
|
-
.redactor-script-tag {
|
85
|
-
display: none; }
|
86
|
-
|
87
|
-
.redactor-editor img {
|
88
|
-
cursor: pointer; }
|
89
|
-
|
90
|
-
.redactor-voice-label {
|
91
|
-
display: none; }
|
92
|
-
|
93
|
-
.redactor-voice-alert {
|
94
|
-
position: absolute;
|
95
|
-
left: -3000px; }
|
96
|
-
|
97
|
-
.redactor-toolbar {
|
98
|
-
position: relative;
|
99
|
-
padding: 0 !important;
|
100
|
-
background: #fff;
|
101
|
-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
|
102
|
-
.redactor-toolbar:after {
|
103
|
-
content: "";
|
104
|
-
display: table;
|
105
|
-
clear: both; }
|
106
|
-
|
107
|
-
.redactor-toolbar li a {
|
108
|
-
color: rgba(0, 0, 0, 0.6); }
|
109
|
-
.redactor-toolbar li a:hover {
|
110
|
-
outline: none;
|
111
|
-
background-color: #3d79f2;
|
112
|
-
color: #fff; }
|
113
|
-
.redactor-toolbar li a:active, .redactor-toolbar li a.redactor-act {
|
114
|
-
outline: none;
|
115
|
-
background-color: #f2f2f2;
|
116
|
-
color: #444; }
|
117
|
-
|
118
|
-
.redactor-toolbar li a.redactor-button-disabled {
|
119
|
-
opacity: 0.3; }
|
120
|
-
.redactor-toolbar li a.redactor-button-disabled:hover {
|
121
|
-
color: #333;
|
122
|
-
outline: none;
|
123
|
-
background-color: transparent !important;
|
124
|
-
cursor: default; }
|
125
|
-
|
126
|
-
.redactor-toolbar li a.redactor-button-focus {
|
127
|
-
color: #fff;
|
128
|
-
background: #000; }
|
129
|
-
|
130
|
-
.redactor-toolbar.redactor-toolbar-external {
|
131
|
-
z-index: 999;
|
132
|
-
box-shadow: none;
|
133
|
-
border: 1px solid rgba(0, 0, 0, 0.1); }
|
134
|
-
|
135
|
-
.redactor-air {
|
136
|
-
position: absolute;
|
137
|
-
background: rgba(0, 0, 0, 0.9);
|
138
|
-
padding: 0;
|
139
|
-
max-width: 600px;
|
140
|
-
min-width: 200px;
|
141
|
-
border-radius: 4px; }
|
142
|
-
|
143
|
-
.redactor-air li a {
|
144
|
-
color: rgba(255, 255, 255, 0.75); }
|
145
|
-
.redactor-air li a:hover {
|
146
|
-
outline: none;
|
147
|
-
background-color: #1f78d8;
|
148
|
-
color: #fff; }
|
149
|
-
.redactor-air li a:active, .redactor-air li a.redactor-act {
|
150
|
-
outline: none;
|
151
|
-
background-color: #333;
|
152
|
-
color: rgba(255, 255, 255, 0.5); }
|
153
|
-
|
154
|
-
.redactor-air li a.redactor-button-disabled {
|
155
|
-
opacity: .3; }
|
156
|
-
.redactor-air li a.redactor-button-disabled:hover {
|
157
|
-
color: rgba(255, 255, 255, 0.3);
|
158
|
-
outline: none;
|
159
|
-
background-color: transparent !important;
|
160
|
-
cursor: default; }
|
161
|
-
|
162
|
-
.redactor-air li a.redactor-button-focus {
|
163
|
-
color: #333;
|
164
|
-
background: #eee; }
|
165
|
-
|
166
|
-
.redactor-air,
|
167
|
-
.redactor-toolbar {
|
168
|
-
font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
|
169
|
-
margin: 0 !important;
|
170
|
-
list-style: none !important;
|
171
|
-
line-height: 1 !important;
|
172
|
-
border: none; }
|
173
|
-
|
174
|
-
.redactor-air li,
|
175
|
-
.redactor-toolbar li {
|
176
|
-
vertical-align: top;
|
177
|
-
display: inline-block;
|
178
|
-
margin: 0 !important;
|
179
|
-
padding: 0 !important;
|
180
|
-
outline: none;
|
181
|
-
list-style: none !important; }
|
182
|
-
|
183
|
-
.redactor-air li a,
|
184
|
-
.redactor-toolbar li a {
|
185
|
-
font-size: 13px;
|
186
|
-
display: block;
|
187
|
-
text-align: center;
|
188
|
-
padding: 13px 12px;
|
189
|
-
cursor: pointer;
|
190
|
-
outline: none;
|
191
|
-
border: none;
|
192
|
-
line-height: 1;
|
193
|
-
text-decoration: none;
|
194
|
-
cursor: pointer;
|
195
|
-
zoom: 1; }
|
196
|
-
.redactor-air li a.re-bold,
|
197
|
-
.redactor-toolbar li a.re-bold {
|
198
|
-
font-weight: bold; }
|
199
|
-
.redactor-air li a.re-italic,
|
200
|
-
.redactor-toolbar li a.re-italic {
|
201
|
-
font-style: italic; }
|
202
|
-
.redactor-air li a.re-deleted,
|
203
|
-
.redactor-toolbar li a.re-deleted {
|
204
|
-
text-decoration: line-through; }
|
205
|
-
.redactor-air li a.re-underline,
|
206
|
-
.redactor-toolbar li a.re-underline {
|
207
|
-
text-decoration: underline; }
|
208
|
-
|
209
|
-
.redactor-link-tooltip {
|
210
|
-
font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
|
211
|
-
position: absolute;
|
212
|
-
padding: 10px;
|
213
|
-
line-height: 1;
|
214
|
-
display: inline-block;
|
215
|
-
background-color: #000;
|
216
|
-
color: #555 !important;
|
217
|
-
font-size: 12px; }
|
218
|
-
|
219
|
-
.redactor-link-tooltip a {
|
220
|
-
font-size: 12px;
|
221
|
-
color: #ccc;
|
222
|
-
margin: 0 5px;
|
223
|
-
text-decoration: none; }
|
224
|
-
.redactor-link-tooltip a:hover {
|
225
|
-
color: #fff; }
|
226
|
-
|
227
|
-
.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
|
228
|
-
position: relative; }
|
229
|
-
.redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
|
230
|
-
width: 24px;
|
231
|
-
position: absolute;
|
232
|
-
font-size: 10px;
|
233
|
-
font-weight: normal;
|
234
|
-
opacity: .3;
|
235
|
-
left: -32px;
|
236
|
-
text-align: right; }
|
237
|
-
.redactor-structure h1:before {
|
238
|
-
content: "H1"; }
|
239
|
-
.redactor-structure h2:before {
|
240
|
-
content: "H2"; }
|
241
|
-
.redactor-structure h3:before {
|
242
|
-
content: "H3"; }
|
243
|
-
.redactor-structure h4:before {
|
244
|
-
content: "H4"; }
|
245
|
-
.redactor-structure h5:before {
|
246
|
-
content: "H5"; }
|
247
|
-
.redactor-structure h6:before {
|
248
|
-
content: "H6"; }
|
249
|
-
.redactor-structure div:before {
|
250
|
-
content: "DIV"; }
|
251
|
-
|
252
|
-
#redactor-droparea {
|
253
|
-
position: relative;
|
254
|
-
overflow: hidden;
|
255
|
-
padding: 64px 24px;
|
256
|
-
border: 3px dashed rgba(0, 0, 0, 0.1); }
|
257
|
-
|
258
|
-
#redactor-droparea.drag-hover {
|
259
|
-
background: rgba(200, 222, 250, 0.75); }
|
260
|
-
|
261
|
-
#redactor-droparea.drag-drop {
|
262
|
-
background: rgba(250, 248, 200, 0.5); }
|
263
|
-
|
264
|
-
#redactor-droparea-placeholder {
|
265
|
-
text-align: center;
|
266
|
-
font-size: 12px;
|
267
|
-
margin-left: 64px;
|
268
|
-
color: rgba(0, 0, 0, 0.7); }
|
269
|
-
|
270
|
-
.redactor-image-dragover {
|
271
|
-
outline: 2px solid #3d79f2; }
|
272
|
-
|
273
|
-
#redactor-progress {
|
274
|
-
position: fixed;
|
275
|
-
top: 0;
|
276
|
-
left: 0;
|
277
|
-
width: 100%;
|
278
|
-
z-index: 1000000;
|
279
|
-
height: 10px; }
|
280
|
-
|
281
|
-
#redactor-progress span {
|
282
|
-
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
|
283
|
-
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
|
284
|
-
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
|
285
|
-
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
286
|
-
-o-animation: progress-bar-stripes 2s linear infinite;
|
287
|
-
animation: progress-bar-stripes 2s linear infinite;
|
288
|
-
display: block;
|
289
|
-
width: 100%;
|
290
|
-
height: 100%;
|
291
|
-
background-color: #3d58a8;
|
292
|
-
background-size: 40px 40px; }
|
293
|
-
|
294
|
-
@-webkit-keyframes progress-bar-stripes {
|
295
|
-
from {
|
296
|
-
background-position: 40px 0; }
|
297
|
-
to {
|
298
|
-
background-position: 0 0; } }
|
299
|
-
@-o-keyframes progress-bar-stripes {
|
300
|
-
from {
|
301
|
-
background-position: 40px 0; }
|
302
|
-
to {
|
303
|
-
background-position: 0 0; } }
|
304
|
-
@keyframes progress-bar-stripes {
|
305
|
-
from {
|
306
|
-
background-position: 40px 0; }
|
307
|
-
to {
|
308
|
-
background-position: 0 0; } }
|
309
|
-
.animated {
|
310
|
-
-webkit-animation-duration: 1s;
|
311
|
-
animation-duration: 1s;
|
312
|
-
-webkit-animation-fill-mode: both;
|
313
|
-
animation-fill-mode: both; }
|
314
|
-
|
315
|
-
@-webkit-keyframes redactorSlideUp {
|
316
|
-
to {
|
317
|
-
padding-top: 0;
|
318
|
-
padding-bottom: 0;
|
319
|
-
height: 0; } }
|
320
|
-
@keyframes redactorSlideUp {
|
321
|
-
to {
|
322
|
-
padding-top: 0;
|
323
|
-
padding-bottom: 0;
|
324
|
-
height: 0; } }
|
325
|
-
.redactor-slideUp {
|
326
|
-
overflow: hidden;
|
327
|
-
-webkit-animation-name: redactorSlideUp;
|
328
|
-
animation-name: redactorSlideUp; }
|
329
|
-
|
330
|
-
@-webkit-keyframes redactorSlideDown {
|
331
|
-
from {
|
332
|
-
height: 0;
|
333
|
-
padding-top: 0;
|
334
|
-
padding-bottom: 0; } }
|
335
|
-
@keyframes redactorSlideDown {
|
336
|
-
from {
|
337
|
-
height: 0;
|
338
|
-
padding-top: 0;
|
339
|
-
padding-bottom: 0; } }
|
340
|
-
.redactor-slideDown {
|
341
|
-
overflow: hidden;
|
342
|
-
-webkit-animation-name: redactorSlideDown;
|
343
|
-
animation-name: redactorSlideDown; }
|
344
|
-
|
345
|
-
@-webkit-keyframes redactorFadeIn {
|
346
|
-
from {
|
347
|
-
opacity: 0; }
|
348
|
-
to {
|
349
|
-
opacity: 1; } }
|
350
|
-
@keyframes redactorFadeIn {
|
351
|
-
from {
|
352
|
-
opacity: 0; }
|
353
|
-
to {
|
354
|
-
opacity: 1; } }
|
355
|
-
.redactor-fadeIn {
|
356
|
-
-webkit-animation-name: redactorFadeIn;
|
357
|
-
animation-name: redactorFadeIn; }
|
358
|
-
|
359
|
-
@-webkit-keyframes redactorFadeOut {
|
360
|
-
from {
|
361
|
-
opacity: 1; }
|
362
|
-
to {
|
363
|
-
opacity: 0; } }
|
364
|
-
@keyframes redactorFadeOut {
|
365
|
-
from {
|
366
|
-
opacity: 1; }
|
367
|
-
to {
|
368
|
-
opacity: 0; } }
|
369
|
-
.redactor-fadeOut {
|
370
|
-
-webkit-animation-name: redactorFadeOut;
|
371
|
-
animation-name: redactorFadeOut; }
|
372
|
-
|
373
|
-
.redactor-dropdown {
|
374
|
-
font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
|
375
|
-
min-width: 220px;
|
376
|
-
max-height: 254px;
|
377
|
-
color: #000;
|
378
|
-
margin: 0;
|
379
|
-
padding: 0;
|
380
|
-
font-size: 14px;
|
381
|
-
background: #fff;
|
382
|
-
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
|
383
|
-
overflow: auto;
|
384
|
-
list-style: none; }
|
385
|
-
|
386
|
-
.redactor-dropdown li {
|
387
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
|
388
|
-
.redactor-dropdown li:last-child {
|
389
|
-
border-bottom: none; }
|
390
|
-
.redactor-dropdown li:hover {
|
391
|
-
background-color: #3d79f2; }
|
392
|
-
.redactor-dropdown li:hover a {
|
393
|
-
color: #fff !important;
|
394
|
-
text-decoration: none; }
|
395
|
-
.redactor-dropdown li.redactor-dropdown-link-inactive {
|
396
|
-
background: none; }
|
397
|
-
.redactor-dropdown li.redactor-dropdown-link-inactive a, .redactor-dropdown li.redactor-dropdown-link-inactive a:hover {
|
398
|
-
background: none;
|
399
|
-
cursor: default;
|
400
|
-
color: #000 !important;
|
401
|
-
opacity: 0.4;
|
402
|
-
background: none; }
|
403
|
-
|
404
|
-
.redactor-dropdown a {
|
405
|
-
display: block;
|
406
|
-
padding: 16px 16px 15px 16px;
|
407
|
-
color: #000;
|
408
|
-
text-decoration: none; }
|
409
|
-
.redactor-dropdown a span {
|
410
|
-
padding: 1px 4px;
|
411
|
-
display: inline-block;
|
412
|
-
border-radius: 3px;
|
413
|
-
line-height: 1.4; }
|
414
|
-
.redactor-dropdown a:focus {
|
415
|
-
outline: none; }
|
416
|
-
.redactor-dropdown a.selected {
|
417
|
-
background-color: #000;
|
418
|
-
color: #fff; }
|
419
|
-
.redactor-dropdown a.redactor-dropdown-link-selected {
|
420
|
-
color: #fff;
|
421
|
-
background: #000; }
|
422
|
-
|
423
|
-
.redactor-dropdown-box-inline .redactor-dropdown-marked span {
|
424
|
-
background-color: #ffd61e;
|
425
|
-
color: #000;
|
426
|
-
text-decoration: none; }
|
427
|
-
.redactor-dropdown-box-inline .redactor-dropdown-code span {
|
428
|
-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
429
|
-
background: rgba(0, 0, 0, 0.05); }
|
430
|
-
.redactor-dropdown-box-inline .redactor-dropdown-sample span {
|
431
|
-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
432
|
-
background: #46a9fc;
|
433
|
-
color: rgba(255, 255, 255, 0.9); }
|
434
|
-
.redactor-dropdown-box-inline .redactor-dropdown-variable span {
|
435
|
-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
436
|
-
color: rgba(0, 0, 0, 0.5); }
|
437
|
-
.redactor-dropdown-box-inline .redactor-dropdown-shortcut span {
|
438
|
-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
439
|
-
background: #000;
|
440
|
-
color: rgba(255, 255, 255, 0.85);
|
441
|
-
white-space: nowrap; }
|
442
|
-
.redactor-dropdown-box-inline .redactor-dropdown-cite span {
|
443
|
-
color: rgba(0, 0, 0, 0.5);
|
444
|
-
font-style: italic; }
|
445
|
-
.redactor-dropdown-box-inline .redactor-dropdown-sup span, .redactor-dropdown-box-inline .redactor-dropdown-sub span {
|
446
|
-
font-size: 12px; }
|
447
|
-
|
448
|
-
.redactor-dropdown-box-format .redactor-dropdown-blockquote {
|
449
|
-
color: rgba(0, 0, 0, 0.4);
|
450
|
-
font-style: italic; }
|
451
|
-
.redactor-dropdown-box-format .redactor-dropdown-pre {
|
452
|
-
font-family: monospace, sans-serif; }
|
453
|
-
.redactor-dropdown-box-format .redactor-dropdown-h1, .redactor-dropdown-box-format .redactor-dropdown-h2, .redactor-dropdown-box-format .redactor-dropdown-h3, .redactor-dropdown-box-format .redactor-dropdown-h4, .redactor-dropdown-box-format .redactor-dropdown-h5, .redactor-dropdown-box-format .redactor-dropdown-h6 {
|
454
|
-
line-height: 24px;
|
455
|
-
font-weight: bold; }
|
456
|
-
.redactor-dropdown-box-format .redactor-dropdown-h1 {
|
457
|
-
font-size: 30px;
|
458
|
-
line-height: 32px; }
|
459
|
-
.redactor-dropdown-box-format .redactor-dropdown-h2 {
|
460
|
-
font-size: 24px;
|
461
|
-
line-height: 32px; }
|
462
|
-
.redactor-dropdown-box-format .redactor-dropdown-h3 {
|
463
|
-
font-size: 20px; }
|
464
|
-
.redactor-dropdown-box-format .redactor-dropdown-h4 {
|
465
|
-
font-size: 18px; }
|
466
|
-
.redactor-dropdown-box-format .redactor-dropdown-h5 {
|
467
|
-
font-size: 16px; }
|
468
|
-
.redactor-dropdown-box-format .redactor-dropdown-h6 {
|
469
|
-
font-size: 14px;
|
470
|
-
text-transform: uppercase;
|
471
|
-
letter-spacing: .04em; }
|
472
|
-
|
473
|
-
#redactor-modal-overlay {
|
474
|
-
position: fixed;
|
475
|
-
top: 0;
|
476
|
-
left: 0;
|
477
|
-
margin: auto;
|
478
|
-
overflow: auto;
|
479
|
-
width: 100%;
|
480
|
-
height: 100%;
|
481
|
-
background-color: rgba(0, 0, 0, 0.6); }
|
482
|
-
|
483
|
-
#redactor-modal-box {
|
484
|
-
position: fixed;
|
485
|
-
top: 0;
|
486
|
-
left: 0;
|
487
|
-
bottom: 0;
|
488
|
-
right: 0;
|
489
|
-
overflow-x: hidden;
|
490
|
-
overflow-y: auto; }
|
491
|
-
|
492
|
-
#redactor-modal {
|
493
|
-
position: relative;
|
494
|
-
margin: auto;
|
495
|
-
margin-top: 16px;
|
496
|
-
padding: 0;
|
497
|
-
background: #fff;
|
498
|
-
color: #000;
|
499
|
-
border-radius: 5px;
|
500
|
-
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
|
501
|
-
font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
|
502
|
-
font-size: 14px; }
|
503
|
-
@media (max-width: 768px) {
|
504
|
-
#redactor-modal {
|
505
|
-
font-size: 16px !important; } }
|
506
|
-
#redactor-modal #redactor-modal-header {
|
507
|
-
border-top-right-radius: 5px;
|
508
|
-
border-top-left-radius: 5px;
|
509
|
-
padding: 14px 24px;
|
510
|
-
font-size: 11px;
|
511
|
-
text-transform: uppercase;
|
512
|
-
font-weight: bold;
|
513
|
-
color: rgba(0, 0, 0, 0.5); }
|
514
|
-
#redactor-modal #redactor-modal-close {
|
515
|
-
position: absolute;
|
516
|
-
top: 0;
|
517
|
-
right: 0;
|
518
|
-
width: 30px;
|
519
|
-
height: 40px;
|
520
|
-
text-align: center;
|
521
|
-
color: rgba(0, 0, 0, 0.4);
|
522
|
-
font-size: 20px;
|
523
|
-
font-weight: 300;
|
524
|
-
cursor: pointer;
|
525
|
-
-webkit-appearance: none;
|
526
|
-
padding: 0;
|
527
|
-
border: 0;
|
528
|
-
background: none;
|
529
|
-
outline: none; }
|
530
|
-
#redactor-modal #redactor-modal-close:hover {
|
531
|
-
color: #000; }
|
532
|
-
#redactor-modal #redactor-modal-body {
|
533
|
-
overflow: auto;
|
534
|
-
padding: 48px 64px 40px 64px; }
|
535
|
-
#redactor-modal #redactor-modal-body section {
|
536
|
-
margin-bottom: 24px; }
|
537
|
-
#redactor-modal #redactor-modal-body label {
|
538
|
-
font-weight: bold;
|
539
|
-
font-size: 12px;
|
540
|
-
display: block;
|
541
|
-
margin-bottom: 4px; }
|
542
|
-
#redactor-modal #redactor-modal-body label .desc {
|
543
|
-
font-weight: normal;
|
544
|
-
color: rgba(0, 0, 0, 0.5); }
|
545
|
-
#redactor-modal #redactor-modal-body label.checkbox {
|
546
|
-
font-weight: normal;
|
547
|
-
font-size: inherit; }
|
548
|
-
@media (max-width: 768px) {
|
549
|
-
#redactor-modal #redactor-modal-body {
|
550
|
-
padding: 24px; } }
|
551
|
-
#redactor-modal select, #redactor-modal input[type="text"], #redactor-modal input[type="password"], #redactor-modal input[type="email"], #redactor-modal input[type="url"], #redactor-modal textarea {
|
552
|
-
box-sizing: border-box;
|
553
|
-
position: relative;
|
554
|
-
z-index: 2;
|
555
|
-
margin: 0;
|
556
|
-
padding: 8px;
|
557
|
-
height: 40px;
|
558
|
-
border: 1px solid #ddd;
|
559
|
-
border-radius: 3px;
|
560
|
-
background-color: white;
|
561
|
-
box-shadow: none;
|
562
|
-
color: #333;
|
563
|
-
width: 100%;
|
564
|
-
font-size: 14px;
|
565
|
-
font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif; }
|
566
|
-
@media (max-width: 768px) {
|
567
|
-
#redactor-modal select, #redactor-modal input[type="text"], #redactor-modal input[type="password"], #redactor-modal input[type="email"], #redactor-modal input[type="url"], #redactor-modal textarea {
|
568
|
-
font-size: 16px; } }
|
569
|
-
#redactor-modal select:focus, #redactor-modal input[type="text"]:focus, #redactor-modal input[type="password"]:focus, #redactor-modal input[type="email"]:focus, #redactor-modal input[type="url"]:focus, #redactor-modal textarea:focus {
|
570
|
-
-moz-transition: border 0.3s ease-in;
|
571
|
-
transition: border 0.3s ease-in;
|
572
|
-
outline: none;
|
573
|
-
border-color: #aaa; }
|
574
|
-
#redactor-modal textarea {
|
575
|
-
display: block;
|
576
|
-
line-height: 1.4em; }
|
577
|
-
#redactor-modal button {
|
578
|
-
padding: 13px 24px 14px 24px;
|
579
|
-
margin: 0;
|
580
|
-
margin-bottom: 8px;
|
581
|
-
margin-right: 8px;
|
582
|
-
height: 40px;
|
583
|
-
outline: none;
|
584
|
-
border: 1px solid transparent;
|
585
|
-
background-color: #eee;
|
586
|
-
color: #000;
|
587
|
-
text-align: center;
|
588
|
-
text-decoration: none;
|
589
|
-
font-weight: normal;
|
590
|
-
font-size: 13px;
|
591
|
-
font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
|
592
|
-
line-height: 1;
|
593
|
-
cursor: pointer; }
|
594
|
-
#redactor-modal button:hover {
|
595
|
-
color: #777;
|
596
|
-
background: none;
|
597
|
-
background: #ddd;
|
598
|
-
text-decoration: none; }
|
599
|
-
#redactor-modal button.redactor-modal-button-offset {
|
600
|
-
margin-left: 24px; }
|
601
|
-
#redactor-modal button#redactor-modal-button-delete {
|
602
|
-
background: none;
|
603
|
-
border-color: #f23d3d;
|
604
|
-
color: #f23d3d; }
|
605
|
-
#redactor-modal button#redactor-modal-button-delete:hover {
|
606
|
-
color: rgba(255, 255, 255, 0.6);
|
607
|
-
background-color: #f23d3d; }
|
608
|
-
#redactor-modal button#redactor-modal-button-action {
|
609
|
-
background: none;
|
610
|
-
color: #fff;
|
611
|
-
background-color: #3d79f2; }
|
612
|
-
#redactor-modal button#redactor-modal-button-action:hover {
|
613
|
-
color: rgba(255, 255, 255, 0.6);
|
614
|
-
background-color: #3263c6; }
|
615
|
-
#redactor-modal .redactor-group:after {
|
616
|
-
content: "";
|
617
|
-
display: table;
|
618
|
-
clear: both; }
|
619
|
-
#redactor-modal .redactor-modal-tab-side {
|
620
|
-
float: left;
|
621
|
-
width: 26%;
|
622
|
-
margin-right: 6%; }
|
623
|
-
#redactor-modal .redactor-modal-tab-area {
|
624
|
-
float: left;
|
625
|
-
width: 66%; }
|
626
|
-
@media (max-width: 768px) {
|
627
|
-
#redactor-modal .redactor-modal-tab-side {
|
628
|
-
float: none;
|
629
|
-
width: auto;
|
630
|
-
margin-right: 0;
|
631
|
-
margin-bottom: 24px; }
|
632
|
-
#redactor-modal .redactor-modal-tab-area {
|
633
|
-
float: none;
|
634
|
-
width: auto; } }
|
635
|
-
|
636
|
-
#redactor-modal-tabber {
|
637
|
-
margin-bottom: 40px;
|
638
|
-
font-size: 12px; }
|
639
|
-
#redactor-modal-tabber a {
|
640
|
-
border: 1px solid #ddd;
|
641
|
-
line-height: 1;
|
642
|
-
padding: 8px 15px;
|
643
|
-
margin-right: -1px;
|
644
|
-
text-decoration: none;
|
645
|
-
color: #000; }
|
646
|
-
#redactor-modal-tabber a:hover {
|
647
|
-
background-color: #1f78d8;
|
648
|
-
border-color: #1f78d8;
|
649
|
-
color: #fff; }
|
650
|
-
#redactor-modal-tabber a.active {
|
651
|
-
cursor: default;
|
652
|
-
background-color: rgba(0, 0, 0, 0.05);
|
653
|
-
border-color: #ddd;
|
654
|
-
color: rgba(0, 0, 0, 0.5); }
|
655
|
-
|
656
|
-
#redactor-modal-list {
|
657
|
-
margin-left: 0;
|
658
|
-
padding-left: 0;
|
659
|
-
list-style: none;
|
660
|
-
max-height: 250px;
|
661
|
-
overflow-x: auto; }
|
662
|
-
#redactor-modal-list li {
|
663
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
|
664
|
-
#redactor-modal-list li:last-child {
|
665
|
-
border-bottom: none; }
|
666
|
-
#redactor-modal-list a {
|
667
|
-
padding: 10px 5px;
|
668
|
-
color: #000;
|
669
|
-
text-decoration: none;
|
670
|
-
font-size: 13px;
|
671
|
-
display: block;
|
672
|
-
position: relative; }
|
673
|
-
#redactor-modal-list a:hover {
|
674
|
-
background-color: #eee; }
|
675
|
-
|
676
|
-
.redactor-editor {
|
677
|
-
font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
|
678
|
-
font-size: 15px;
|
679
|
-
line-height: 24px;
|
680
|
-
color: #222; }
|
681
|
-
.redactor-editor[dir="rtl"] {
|
682
|
-
direction: rtl;
|
683
|
-
unicode-bidi: embed; }
|
684
|
-
.redactor-editor[dir="rtl"] ul li, .redactor-editor[dir="rtl"] ol li {
|
685
|
-
text-align: right; }
|
686
|
-
.redactor-editor[dir="rtl"] ul,
|
687
|
-
.redactor-editor[dir="rtl"] ol,
|
688
|
-
.redactor-editor[dir="rtl"] ul ul,
|
689
|
-
.redactor-editor[dir="rtl"] ol ol,
|
690
|
-
.redactor-editor[dir="rtl"] ul ol,
|
691
|
-
.redactor-editor[dir="rtl"] ol ul {
|
692
|
-
margin: 0 24px 0 0; }
|
693
|
-
@media (max-width: 768px) {
|
694
|
-
.redactor-editor {
|
695
|
-
font-size: 16px; } }
|
696
|
-
.redactor-editor a {
|
697
|
-
color: #256bc9; }
|
698
|
-
.redactor-editor a:focus, .redactor-editor a:hover {
|
699
|
-
color: #e21e3b; }
|
700
|
-
.redactor-editor h1,
|
701
|
-
.redactor-editor h2,
|
702
|
-
.redactor-editor h3,
|
703
|
-
.redactor-editor h4,
|
704
|
-
.redactor-editor h5,
|
705
|
-
.redactor-editor h6 {
|
706
|
-
font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
|
707
|
-
font-weight: bold;
|
708
|
-
color: #000;
|
709
|
-
text-rendering: optimizeLegibility;
|
710
|
-
margin: 0;
|
711
|
-
padding: 0; }
|
712
|
-
.redactor-editor h1 {
|
713
|
-
margin-bottom: 16px; }
|
714
|
-
.redactor-editor h2,
|
715
|
-
.redactor-editor h3,
|
716
|
-
.redactor-editor h4,
|
717
|
-
.redactor-editor h5,
|
718
|
-
.redactor-editor h6 {
|
719
|
-
margin-bottom: 8px; }
|
720
|
-
.redactor-editor h1,
|
721
|
-
.redactor-editor h2,
|
722
|
-
.redactor-editor h3,
|
723
|
-
.redactor-editor h4 {
|
724
|
-
margin-left: -1px; }
|
725
|
-
.redactor-editor h1 {
|
726
|
-
font-size: 30px;
|
727
|
-
line-height: 40px; }
|
728
|
-
.redactor-editor h2 {
|
729
|
-
font-size: 24px;
|
730
|
-
line-height: 32px; }
|
731
|
-
.redactor-editor h3 {
|
732
|
-
font-size: 20px;
|
733
|
-
line-height: 24px; }
|
734
|
-
.redactor-editor h4 {
|
735
|
-
font-size: 18px;
|
736
|
-
line-height: 24px; }
|
737
|
-
.redactor-editor h5 {
|
738
|
-
font-size: 16px;
|
739
|
-
line-height: 24px; }
|
740
|
-
.redactor-editor h6 {
|
741
|
-
font-size: 14px;
|
742
|
-
line-height: 24px;
|
743
|
-
text-transform: uppercase; }
|
744
|
-
.redactor-editor p,
|
745
|
-
.redactor-editor ul,
|
746
|
-
.redactor-editor ol,
|
747
|
-
.redactor-editor dl,
|
748
|
-
.redactor-editor blockquote,
|
749
|
-
.redactor-editor hr,
|
750
|
-
.redactor-editor pre,
|
751
|
-
.redactor-editor table,
|
752
|
-
.redactor-editor figure,
|
753
|
-
.redactor-editor address {
|
754
|
-
padding: 0;
|
755
|
-
margin: 0; }
|
756
|
-
.redactor-editor ul,
|
757
|
-
.redactor-editor ol,
|
758
|
-
.redactor-editor ul ul,
|
759
|
-
.redactor-editor ol ol,
|
760
|
-
.redactor-editor ul ol,
|
761
|
-
.redactor-editor ol ul {
|
762
|
-
margin: 0 0 0 24px; }
|
763
|
-
.redactor-editor ul li,
|
764
|
-
.redactor-editor ol li {
|
765
|
-
text-align: left; }
|
766
|
-
.redactor-editor ol ol li {
|
767
|
-
list-style-type: lower-alpha; }
|
768
|
-
.redactor-editor ol ol ol li {
|
769
|
-
list-style-type: lower-roman; }
|
770
|
-
.redactor-editor p,
|
771
|
-
.redactor-editor ul,
|
772
|
-
.redactor-editor ol,
|
773
|
-
.redactor-editor dl,
|
774
|
-
.redactor-editor blockquote,
|
775
|
-
.redactor-editor hr,
|
776
|
-
.redactor-editor pre,
|
777
|
-
.redactor-editor table,
|
778
|
-
.redactor-editor figure,
|
779
|
-
.redactor-editor address {
|
780
|
-
margin-bottom: 16px; }
|
781
|
-
.redactor-editor blockquote {
|
782
|
-
position: relative;
|
783
|
-
font-style: italic;
|
784
|
-
color: rgba(0, 0, 0, 0.6); }
|
785
|
-
.redactor-editor blockquote cite {
|
786
|
-
font-size: 80%; }
|
787
|
-
@media (min-width: 768px) {
|
788
|
-
.redactor-editor blockquote {
|
789
|
-
padding-left: 24px;
|
790
|
-
border-left: 1px solid rgba(0, 0, 0, 0.1); } }
|
791
|
-
.redactor-editor address {
|
792
|
-
font-style: normal; }
|
793
|
-
.redactor-editor dl dt {
|
794
|
-
font-weight: bold; }
|
795
|
-
.redactor-editor dd {
|
796
|
-
margin-left: 24px; }
|
797
|
-
.redactor-editor cite {
|
798
|
-
color: rgba(0, 0, 0, 0.5);
|
799
|
-
font-style: italic; }
|
800
|
-
.redactor-editor s,
|
801
|
-
.redactor-editor del {
|
802
|
-
text-decoration: line-through; }
|
803
|
-
.redactor-editor abbr[title],
|
804
|
-
.redactor-editor dfn[title] {
|
805
|
-
border-bottom: 1px dotted #000;
|
806
|
-
cursor: help; }
|
807
|
-
.redactor-editor strong,
|
808
|
-
.redactor-editor b {
|
809
|
-
font-weight: bold; }
|
810
|
-
.redactor-editor em,
|
811
|
-
.redactor-editor i {
|
812
|
-
font-style: italic; }
|
813
|
-
.redactor-editor sub,
|
814
|
-
.redactor-editor sup {
|
815
|
-
font-size: 10px;
|
816
|
-
line-height: 0;
|
817
|
-
position: relative;
|
818
|
-
margin-left: .2rem; }
|
819
|
-
.redactor-editor sup {
|
820
|
-
top: -.4rem; }
|
821
|
-
.redactor-editor sub {
|
822
|
-
bottom: -.2rem; }
|
823
|
-
.redactor-editor figcaption {
|
824
|
-
margin: .3rem 0;
|
825
|
-
font-size: 11px;
|
826
|
-
font-style: italic;
|
827
|
-
text-align: left; }
|
828
|
-
.redactor-editor ins,
|
829
|
-
.redactor-editor u {
|
830
|
-
text-decoration: underline; }
|
831
|
-
.redactor-editor mark {
|
832
|
-
background-color: #ffd61e;
|
833
|
-
color: #000;
|
834
|
-
text-decoration: none; }
|
835
|
-
.redactor-editor pre,
|
836
|
-
.redactor-editor code,
|
837
|
-
.redactor-editor kbd,
|
838
|
-
.redactor-editor samp,
|
839
|
-
.redactor-editor var,
|
840
|
-
.redactor-editor output {
|
841
|
-
font-size: 90%;
|
842
|
-
font-style: normal;
|
843
|
-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
|
844
|
-
.redactor-editor pre {
|
845
|
-
margin-top: 16px;
|
846
|
-
font-size: 90%;
|
847
|
-
line-height: 24px;
|
848
|
-
color: rgba(0, 0, 0, 0.75);
|
849
|
-
overflow: auto;
|
850
|
-
background: rgba(0, 0, 0, 0.03);
|
851
|
-
padding: 24px;
|
852
|
-
word-wrap: normal; }
|
853
|
-
.redactor-editor mark,
|
854
|
-
.redactor-editor code,
|
855
|
-
.redactor-editor samp,
|
856
|
-
.redactor-editor kbd {
|
857
|
-
padding: .2rem .4rem;
|
858
|
-
display: inline-block;
|
859
|
-
line-height: 1;
|
860
|
-
border-radius: 4px; }
|
861
|
-
.redactor-editor code {
|
862
|
-
background: rgba(0, 0, 0, 0.05); }
|
863
|
-
.redactor-editor pre code {
|
864
|
-
font-size: 100%;
|
865
|
-
border: none;
|
866
|
-
padding: 0;
|
867
|
-
background: none;
|
868
|
-
line-height: 24px; }
|
869
|
-
.redactor-editor var {
|
870
|
-
color: rgba(0, 0, 0, 0.5); }
|
871
|
-
.redactor-editor samp {
|
872
|
-
background: #46a9fc;
|
873
|
-
color: rgba(255, 255, 255, 0.9); }
|
874
|
-
.redactor-editor kbd {
|
875
|
-
background: #000;
|
876
|
-
color: rgba(255, 255, 255, 0.85);
|
877
|
-
white-space: nowrap; }
|
878
|
-
.redactor-editor figure {
|
879
|
-
text-align: center; }
|
880
|
-
.redactor-editor hr {
|
881
|
-
display: block;
|
882
|
-
box-sizing: content-box;
|
883
|
-
height: 1px;
|
884
|
-
border: 0;
|
885
|
-
border-top: 1px solid rgba(0, 0, 0, 0.1); }
|
886
|
-
.redactor-editor img,
|
887
|
-
.redactor-editor video,
|
888
|
-
.redactor-editor audio,
|
889
|
-
.redactor-editor embed,
|
890
|
-
.redactor-editor object {
|
891
|
-
max-width: 100%; }
|
892
|
-
.redactor-editor img,
|
893
|
-
.redactor-editor video,
|
894
|
-
.redactor-editor embed,
|
895
|
-
.redactor-editor object {
|
896
|
-
height: auto; }
|
897
|
-
.redactor-editor embed,
|
898
|
-
.redactor-editor object {
|
899
|
-
height: 100%; }
|
900
|
-
.redactor-editor img {
|
901
|
-
vertical-align: middle;
|
902
|
-
-ms-interpolation-mode: bicubic; }
|
903
|
-
.redactor-editor table {
|
904
|
-
border-collapse: collapse;
|
905
|
-
max-width: 100%;
|
906
|
-
width: 100%;
|
907
|
-
empty-cells: show; }
|
908
|
-
.redactor-editor table caption {
|
909
|
-
text-transform: uppercase;
|
910
|
-
padding: 0;
|
911
|
-
color: rgba(0, 0, 0, 0.5);
|
912
|
-
font-size: 11px; }
|
913
|
-
.redactor-editor table th,
|
914
|
-
.redactor-editor table td {
|
915
|
-
border: 1px solid #eee;
|
916
|
-
padding: 16px;
|
917
|
-
padding-bottom: 15px; }
|
918
|
-
.redactor-editor table tfoot th,
|
919
|
-
.redactor-editor table tfoot td {
|
920
|
-
color: rgba(0, 0, 0, 0.5); }
|
921
|
-
.redactor-editor .video-container {
|
922
|
-
height: 0;
|
923
|
-
padding-bottom: 56.25%;
|
924
|
-
position: relative;
|
925
|
-
margin-bottom: 16px; }
|
926
|
-
.redactor-editor .video-container iframe, .redactor-editor .video-container object, .redactor-editor .video-container embed {
|
927
|
-
position: absolute;
|
928
|
-
top: 0;
|
929
|
-
left: 0;
|
930
|
-
width: 100% !important;
|
931
|
-
height: 100% !important; }
|