scribble_cms 0.71 → 0.82

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2879 @@
1
+ .mce-container,
2
+ .mce-container *,
3
+ .mce-widget,
4
+ .mce-widget *,
5
+ .mce-reset {
6
+ margin: 0;
7
+ padding: 0;
8
+ border: 0;
9
+ outline: 0;
10
+ vertical-align: top;
11
+ background: transparent;
12
+ text-decoration: none;
13
+ color: #333;
14
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
15
+ font-size: 14px;
16
+ text-shadow: none;
17
+ float: none;
18
+ position: static;
19
+ width: auto;
20
+ height: auto;
21
+ white-space: nowrap;
22
+ cursor: inherit;
23
+ -webkit-tap-highlight-color: transparent;
24
+ line-height: normal;
25
+ font-weight: normal;
26
+ text-align: left;
27
+ -moz-box-sizing: content-box;
28
+ -webkit-box-sizing: content-box;
29
+ box-sizing: content-box;
30
+ direction: ltr;
31
+ max-width: none
32
+ }
33
+
34
+ .mce-widget button {
35
+ -moz-box-sizing: border-box;
36
+ -webkit-box-sizing: border-box;
37
+ box-sizing: border-box
38
+ }
39
+
40
+ .mce-container *[unselectable] {
41
+ -moz-user-select: none;
42
+ -webkit-user-select: none;
43
+ -o-user-select: none;
44
+ user-select: none
45
+ }
46
+
47
+ .mce-fade {
48
+ opacity: 0;
49
+ -webkit-transition: opacity .15s linear;
50
+ transition: opacity .15s linear
51
+ }
52
+
53
+ .mce-fade.mce-in {
54
+ opacity: 1
55
+ }
56
+
57
+ .mce-tinymce {
58
+ visibility: inherit !important;
59
+ position: relative
60
+ }
61
+
62
+ .mce-fullscreen {
63
+ border: 0;
64
+ padding: 0;
65
+ margin: 0;
66
+ overflow: hidden;
67
+ height: 100%;
68
+ z-index: 100
69
+ }
70
+
71
+ div.mce-fullscreen {
72
+ position: fixed;
73
+ top: 0;
74
+ left: 0;
75
+ width: 100%;
76
+ height: auto
77
+ }
78
+
79
+ .mce-tinymce {
80
+ display: block
81
+ }
82
+
83
+ .mce-wordcount {
84
+ position: absolute;
85
+ top: 0;
86
+ right: 0;
87
+ padding: 8px
88
+ }
89
+
90
+ div.mce-edit-area {
91
+ background: #FFF;
92
+ filter: none
93
+ }
94
+
95
+ .mce-statusbar {
96
+ position: relative
97
+ }
98
+
99
+ .mce-statusbar .mce-container-body {
100
+ position: relative
101
+ }
102
+
103
+ .mce-fullscreen .mce-resizehandle {
104
+ display: none
105
+ }
106
+
107
+ .mce-charmap {
108
+ border-collapse: collapse
109
+ }
110
+
111
+ .mce-charmap td {
112
+ cursor: default;
113
+ border: 1px solid rgba(0, 0, 0, 0.2);
114
+ width: 20px;
115
+ height: 20px;
116
+ line-height: 20px;
117
+ text-align: center;
118
+ vertical-align: middle;
119
+ padding: 2px
120
+ }
121
+
122
+ .mce-charmap td div {
123
+ text-align: center
124
+ }
125
+
126
+ .mce-charmap td:hover {
127
+ background: #D9D9D9
128
+ }
129
+
130
+ .mce-grid td.mce-grid-cell div {
131
+ border: 1px solid #d6d6d6;
132
+ width: 15px;
133
+ height: 15px;
134
+ margin: 0;
135
+ cursor: pointer
136
+ }
137
+
138
+ .mce-grid td.mce-grid-cell div:focus {
139
+ border-color: #3498db
140
+ }
141
+
142
+ .mce-grid td.mce-grid-cell div[disabled] {
143
+ cursor: not-allowed
144
+ }
145
+
146
+ .mce-grid {
147
+ border-spacing: 2px;
148
+ border-collapse: separate
149
+ }
150
+
151
+ .mce-grid a {
152
+ display: block;
153
+ border: 1px solid transparent
154
+ }
155
+
156
+ .mce-grid a:hover,
157
+ .mce-grid a:focus {
158
+ border-color: #3498db
159
+ }
160
+
161
+ .mce-grid-border {
162
+ margin: 0 4px 0 4px
163
+ }
164
+
165
+ .mce-grid-border a {
166
+ border-color: #d6d6d6;
167
+ width: 13px;
168
+ height: 13px
169
+ }
170
+
171
+ .mce-grid-border a:hover,
172
+ .mce-grid-border a.mce-active {
173
+ border-color: #3498db;
174
+ background: #3498db
175
+ }
176
+
177
+ .mce-text-center {
178
+ text-align: center
179
+ }
180
+
181
+ div.mce-tinymce-inline {
182
+ width: 100%
183
+ }
184
+
185
+ .mce-colorbtn-trans div {
186
+ text-align: center;
187
+ vertical-align: middle;
188
+ font-weight: bold;
189
+ font-size: 20px;
190
+ line-height: 16px;
191
+ color: #707070
192
+ }
193
+
194
+ .mce-monospace {
195
+ font-family: "Courier New", Courier, monospace
196
+ }
197
+
198
+ .mce-toolbar-grp {
199
+ padding: 2px 0
200
+ }
201
+
202
+ .mce-toolbar-grp .mce-flow-layout-item {
203
+ margin-bottom: 0
204
+ }
205
+
206
+ .mce-rtl .mce-wordcount {
207
+ left: 0;
208
+ right: auto
209
+ }
210
+
211
+ .mce-croprect-container {
212
+ position: absolute;
213
+ top: 0;
214
+ left: 0
215
+ }
216
+
217
+ .mce-croprect-handle {
218
+ position: absolute;
219
+ top: 0;
220
+ left: 0;
221
+ width: 20px;
222
+ height: 20px;
223
+ border: 2px solid white
224
+ }
225
+
226
+ .mce-croprect-handle-nw {
227
+ border-width: 2px 0 0 2px;
228
+ margin: -2px 0 0 -2px;
229
+ cursor: nw-resize;
230
+ top: 100px;
231
+ left: 100px
232
+ }
233
+
234
+ .mce-croprect-handle-ne {
235
+ border-width: 2px 2px 0 0;
236
+ margin: -2px 0 0 -20px;
237
+ cursor: ne-resize;
238
+ top: 100px;
239
+ left: 200px
240
+ }
241
+
242
+ .mce-croprect-handle-sw {
243
+ border-width: 0 0 2px 2px;
244
+ margin: -20px 2px 0 -2px;
245
+ cursor: sw-resize;
246
+ top: 200px;
247
+ left: 100px
248
+ }
249
+
250
+ .mce-croprect-handle-se {
251
+ border-width: 0 2px 2px 0;
252
+ margin: -20px 0 0 -20px;
253
+ cursor: se-resize;
254
+ top: 200px;
255
+ left: 200px
256
+ }
257
+
258
+ .mce-croprect-handle-move {
259
+ position: absolute;
260
+ cursor: move;
261
+ border: 0
262
+ }
263
+
264
+ .mce-croprect-block {
265
+ opacity: .3;
266
+ filter: alpha(opacity=30);
267
+ zoom: 1;
268
+ position: absolute;
269
+ background: black
270
+ }
271
+
272
+ .mce-croprect-handle:focus {
273
+ border-color: #3498db
274
+ }
275
+
276
+ .mce-croprect-handle-move:focus {
277
+ outline: 1px solid #3498db
278
+ }
279
+
280
+ .mce-imagepanel {
281
+ overflow: auto;
282
+ background: black
283
+ }
284
+
285
+ .mce-imagepanel-bg {
286
+ position: absolute;
287
+ background: url('data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==')
288
+ }
289
+
290
+ .mce-imagepanel img {
291
+ position: absolute
292
+ }
293
+
294
+ .mce-imagetool.mce-btn .mce-ico {
295
+ display: block;
296
+ width: 20px;
297
+ height: 20px;
298
+ text-align: center;
299
+ line-height: 20px;
300
+ font-size: 20px;
301
+ padding: 5px
302
+ }
303
+
304
+ .mce-arrow-up {
305
+ margin-top: 12px
306
+ }
307
+
308
+ .mce-arrow-down {
309
+ margin-top: -12px
310
+ }
311
+
312
+ .mce-arrow:before,
313
+ .mce-arrow:after {
314
+ position: absolute;
315
+ left: 50%;
316
+ display: block;
317
+ width: 0;
318
+ height: 0;
319
+ border-style: solid;
320
+ border-color: transparent;
321
+ content: ""
322
+ }
323
+
324
+ .mce-arrow.mce-arrow-up:before {
325
+ top: -9px;
326
+ border-bottom-color: rgba(0, 0, 0, 0.2);
327
+ border-width: 0 9px 9px;
328
+ margin-left: -9px
329
+ }
330
+
331
+ .mce-arrow.mce-arrow-down:before {
332
+ bottom: -9px;
333
+ border-top-color: rgba(0, 0, 0, 0.2);
334
+ border-width: 9px 9px 0;
335
+ margin-left: -9px
336
+ }
337
+
338
+ .mce-arrow.mce-arrow-up:after {
339
+ top: -8px;
340
+ border-bottom-color: #f0f0f0;
341
+ border-width: 0 8px 8px;
342
+ margin-left: -8px
343
+ }
344
+
345
+ .mce-arrow.mce-arrow-down:after {
346
+ bottom: -8px;
347
+ border-top-color: #f0f0f0;
348
+ border-width: 8px 8px 0;
349
+ margin-left: -8px
350
+ }
351
+
352
+ .mce-arrow.mce-arrow-left:before,
353
+ .mce-arrow.mce-arrow-left:after {
354
+ margin: 0
355
+ }
356
+
357
+ .mce-arrow.mce-arrow-left:before {
358
+ left: 8px
359
+ }
360
+
361
+ .mce-arrow.mce-arrow-left:after {
362
+ left: 9px
363
+ }
364
+
365
+ .mce-arrow.mce-arrow-right:before,
366
+ .mce-arrow.mce-arrow-right:after {
367
+ left: auto;
368
+ margin: 0
369
+ }
370
+
371
+ .mce-arrow.mce-arrow-right:before {
372
+ right: 8px
373
+ }
374
+
375
+ .mce-arrow.mce-arrow-right:after {
376
+ right: 9px
377
+ }
378
+
379
+ .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:before {
380
+ left: -9px;
381
+ top: 50%;
382
+ border-right-color: rgba(0, 0, 0, 0.2);
383
+ border-width: 9px 9px 9px 0;
384
+ margin-top: -9px
385
+ }
386
+
387
+ .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:after {
388
+ left: -8px;
389
+ top: 50%;
390
+ border-right-color: #f0f0f0;
391
+ border-width: 8px 8px 8px 0;
392
+ margin-top: -8px
393
+ }
394
+
395
+ .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left {
396
+ margin-left: 12px
397
+ }
398
+
399
+ .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:before {
400
+ right: -9px;
401
+ top: 50%;
402
+ border-left-color: rgba(0, 0, 0, 0.2);
403
+ border-width: 9px 0 9px 9px;
404
+ margin-top: -9px
405
+ }
406
+
407
+ .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:after {
408
+ right: -8px;
409
+ top: 50%;
410
+ border-left-color: #f0f0f0;
411
+ border-width: 8px 0 8px 8px;
412
+ margin-top: -8px
413
+ }
414
+
415
+ .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right {
416
+ margin-left: -14px
417
+ }
418
+
419
+ .mce-edit-aria-container>.mce-container-body {
420
+ display: flex
421
+ }
422
+
423
+ .mce-edit-aria-container>.mce-container-body .mce-edit-area {
424
+ flex: 1
425
+ }
426
+
427
+ .mce-edit-aria-container>.mce-container-body .mce-sidebar>.mce-container-body {
428
+ display: flex;
429
+ align-items: stretch;
430
+ height: 100%
431
+ }
432
+
433
+ .mce-edit-aria-container>.mce-container-body .mce-sidebar-panel {
434
+ min-width: 250px;
435
+ max-width: 250px;
436
+ position: relative
437
+ }
438
+
439
+ .mce-edit-aria-container>.mce-container-body .mce-sidebar-panel>.mce-container-body {
440
+ position: absolute;
441
+ width: 100%;
442
+ height: 100%;
443
+ overflow: auto;
444
+ top: 0;
445
+ left: 0
446
+ }
447
+
448
+ .mce-sidebar-toolbar {
449
+ border: 0 solid rgba(0, 0, 0, 0.2);
450
+ border-left-width: 1px
451
+ }
452
+
453
+ .mce-sidebar-toolbar .mce-btn.mce-active,
454
+ .mce-sidebar-toolbar .mce-btn.mce-active:hover {
455
+ border: 1px solid transparent;
456
+ border-color: transparent;
457
+ background-color: #2d8ac7
458
+ }
459
+
460
+ .mce-sidebar-toolbar .mce-btn.mce-active button,
461
+ .mce-sidebar-toolbar .mce-btn.mce-active:hover button,
462
+ .mce-sidebar-toolbar .mce-btn.mce-active button i,
463
+ .mce-sidebar-toolbar .mce-btn.mce-active:hover button i {
464
+ color: #fff;
465
+ text-shadow: 1px 1px none
466
+ }
467
+
468
+ .mce-sidebar-panel {
469
+ border: 0 solid rgba(0, 0, 0, 0.2);
470
+ border-left-width: 1px
471
+ }
472
+
473
+ .mce-container,
474
+ .mce-container-body {
475
+ display: block
476
+ }
477
+
478
+ .mce-autoscroll {
479
+ overflow: hidden
480
+ }
481
+
482
+ .mce-scrollbar {
483
+ position: absolute;
484
+ width: 7px;
485
+ height: 100%;
486
+ top: 2px;
487
+ right: 2px;
488
+ opacity: .4;
489
+ filter: alpha(opacity=40);
490
+ zoom: 1
491
+ }
492
+
493
+ .mce-scrollbar-h {
494
+ top: auto;
495
+ right: auto;
496
+ left: 2px;
497
+ bottom: 2px;
498
+ width: 100%;
499
+ height: 7px
500
+ }
501
+
502
+ .mce-scrollbar-thumb {
503
+ position: absolute;
504
+ background-color: #000;
505
+ border: 1px solid #888;
506
+ border-color: rgba(85, 85, 85, 0.6);
507
+ width: 5px;
508
+ height: 100%
509
+ }
510
+
511
+ .mce-scrollbar-h .mce-scrollbar-thumb {
512
+ width: 100%;
513
+ height: 5px
514
+ }
515
+
516
+ .mce-scrollbar:hover,
517
+ .mce-scrollbar.mce-active {
518
+ background-color: #AAA;
519
+ opacity: .6;
520
+ filter: alpha(opacity=60);
521
+ zoom: 1
522
+ }
523
+
524
+ .mce-scroll {
525
+ position: relative
526
+ }
527
+
528
+ .mce-panel {
529
+ border: 0 solid #cacaca;
530
+ border: 0 solid rgba(0, 0, 0, 0.2);
531
+ background-color: #f0f0f0
532
+ }
533
+
534
+ .mce-floatpanel {
535
+ position: absolute
536
+ }
537
+
538
+ .mce-floatpanel.mce-fixed {
539
+ position: fixed
540
+ }
541
+
542
+ .mce-floatpanel .mce-arrow,
543
+ .mce-floatpanel .mce-arrow:after {
544
+ position: absolute;
545
+ display: block;
546
+ width: 0;
547
+ height: 0;
548
+ border-color: transparent;
549
+ border-style: solid
550
+ }
551
+
552
+ .mce-floatpanel .mce-arrow {
553
+ border-width: 11px
554
+ }
555
+
556
+ .mce-floatpanel .mce-arrow:after {
557
+ border-width: 10px;
558
+ content: ""
559
+ }
560
+
561
+ .mce-floatpanel.mce-popover {
562
+ background: transparent;
563
+ top: 0;
564
+ left: 0;
565
+ background: #FFF;
566
+ border: 1px solid rgba(0, 0, 0, 0.2);
567
+ border: 1px solid rgba(0, 0, 0, 0.25)
568
+ }
569
+
570
+ .mce-floatpanel.mce-popover.mce-bottom {
571
+ margin-top: 10px;
572
+ *margin-top: 0
573
+ }
574
+
575
+ .mce-floatpanel.mce-popover.mce-bottom>.mce-arrow {
576
+ left: 50%;
577
+ margin-left: -11px;
578
+ border-top-width: 0;
579
+ border-bottom-color: rgba(0, 0, 0, 0.2);
580
+ border-bottom-color: rgba(0, 0, 0, 0.25);
581
+ top: -11px
582
+ }
583
+
584
+ .mce-floatpanel.mce-popover.mce-bottom>.mce-arrow:after {
585
+ top: 1px;
586
+ margin-left: -10px;
587
+ border-top-width: 0;
588
+ border-bottom-color: #FFF
589
+ }
590
+
591
+ .mce-floatpanel.mce-popover.mce-bottom.mce-start {
592
+ margin-left: -22px
593
+ }
594
+
595
+ .mce-floatpanel.mce-popover.mce-bottom.mce-start>.mce-arrow {
596
+ left: 20px
597
+ }
598
+
599
+ .mce-floatpanel.mce-popover.mce-bottom.mce-end {
600
+ margin-left: 22px
601
+ }
602
+
603
+ .mce-floatpanel.mce-popover.mce-bottom.mce-end>.mce-arrow {
604
+ right: 10px;
605
+ left: auto
606
+ }
607
+
608
+ .mce-fullscreen {
609
+ border: 0;
610
+ padding: 0;
611
+ margin: 0;
612
+ overflow: hidden;
613
+ height: 100%
614
+ }
615
+
616
+ div.mce-fullscreen {
617
+ position: fixed;
618
+ top: 0;
619
+ left: 0
620
+ }
621
+
622
+ #mce-modal-block {
623
+ opacity: 0;
624
+ filter: alpha(opacity=0);
625
+ zoom: 1;
626
+ position: fixed;
627
+ left: 0;
628
+ top: 0;
629
+ width: 100%;
630
+ height: 100%;
631
+ background: #000
632
+ }
633
+
634
+ #mce-modal-block.mce-in {
635
+ opacity: .3;
636
+ filter: alpha(opacity=30);
637
+ zoom: 1
638
+ }
639
+
640
+ .mce-window-move {
641
+ cursor: move
642
+ }
643
+
644
+ .mce-window {
645
+ background: transparent;
646
+ background: #FFF;
647
+ position: fixed;
648
+ top: 0;
649
+ left: 0;
650
+ opacity: 0;
651
+ transform: scale(.1);
652
+ transition: transform 100ms ease-in, opacity 150ms ease-in
653
+ }
654
+
655
+ .mce-window.mce-in {
656
+ transform: scale(1);
657
+ opacity: 1
658
+ }
659
+
660
+ .mce-window-head {
661
+ padding: 9px 15px;
662
+ border-bottom: 1px solid #c5c5c5;
663
+ position: relative
664
+ }
665
+
666
+ .mce-window-head .mce-close {
667
+ position: absolute;
668
+ right: 0;
669
+ top: 0;
670
+ height: 38px;
671
+ width: 38px;
672
+ text-align: center;
673
+ cursor: pointer
674
+ }
675
+
676
+ .mce-window-head .mce-close i {
677
+ color: #858585
678
+ }
679
+
680
+ .mce-close:hover i {
681
+ color: #adadad
682
+ }
683
+
684
+ .mce-window-head .mce-title {
685
+ line-height: 20px;
686
+ font-size: 20px;
687
+ font-weight: bold;
688
+ text-rendering: optimizelegibility;
689
+ padding-right: 20px
690
+ }
691
+
692
+ .mce-window .mce-container-body {
693
+ display: block
694
+ }
695
+
696
+ .mce-foot {
697
+ display: block;
698
+ background-color: #FFF;
699
+ border-top: 1px solid #c5c5c5
700
+ }
701
+
702
+ .mce-window-head .mce-dragh {
703
+ position: absolute;
704
+ top: 0;
705
+ left: 0;
706
+ cursor: move;
707
+ width: 90%;
708
+ height: 100%
709
+ }
710
+
711
+ .mce-window iframe {
712
+ width: 100%;
713
+ height: 100%
714
+ }
715
+
716
+ .mce-window-body .mce-listbox {
717
+ border-color: #ccc
718
+ }
719
+
720
+ .mce-rtl .mce-window-head .mce-close {
721
+ position: absolute;
722
+ right: auto;
723
+ left: 15px
724
+ }
725
+
726
+ .mce-rtl .mce-window-head .mce-dragh {
727
+ left: auto;
728
+ right: 0
729
+ }
730
+
731
+ .mce-rtl .mce-window-head .mce-title {
732
+ direction: rtl;
733
+ text-align: right
734
+ }
735
+
736
+ .mce-tooltip {
737
+ position: absolute;
738
+ padding: 5px;
739
+ opacity: .8;
740
+ filter: alpha(opacity=80);
741
+ zoom: 1
742
+ }
743
+
744
+ .mce-tooltip-inner {
745
+ font-size: 11px;
746
+ background-color: #000;
747
+ color: white;
748
+ max-width: 200px;
749
+ padding: 5px 8px 4px 8px;
750
+ text-align: center;
751
+ white-space: normal
752
+ }
753
+
754
+ .mce-tooltip-arrow {
755
+ position: absolute;
756
+ width: 0;
757
+ height: 0;
758
+ line-height: 0;
759
+ border: 5px dashed #000
760
+ }
761
+
762
+ .mce-tooltip-arrow-n {
763
+ border-bottom-color: #000
764
+ }
765
+
766
+ .mce-tooltip-arrow-s {
767
+ border-top-color: #000
768
+ }
769
+
770
+ .mce-tooltip-arrow-e {
771
+ border-left-color: #000
772
+ }
773
+
774
+ .mce-tooltip-arrow-w {
775
+ border-right-color: #000
776
+ }
777
+
778
+ .mce-tooltip-nw,
779
+ .mce-tooltip-sw {
780
+ margin-left: -14px
781
+ }
782
+
783
+ .mce-tooltip-ne,
784
+ .mce-tooltip-se {
785
+ margin-left: 14px
786
+ }
787
+
788
+ .mce-tooltip-n .mce-tooltip-arrow {
789
+ top: 0;
790
+ left: 50%;
791
+ margin-left: -5px;
792
+ border-bottom-style: solid;
793
+ border-top: none;
794
+ border-left-color: transparent;
795
+ border-right-color: transparent
796
+ }
797
+
798
+ .mce-tooltip-nw .mce-tooltip-arrow {
799
+ top: 0;
800
+ left: 10px;
801
+ border-bottom-style: solid;
802
+ border-top: none;
803
+ border-left-color: transparent;
804
+ border-right-color: transparent
805
+ }
806
+
807
+ .mce-tooltip-ne .mce-tooltip-arrow {
808
+ top: 0;
809
+ right: 10px;
810
+ border-bottom-style: solid;
811
+ border-top: none;
812
+ border-left-color: transparent;
813
+ border-right-color: transparent
814
+ }
815
+
816
+ .mce-tooltip-s .mce-tooltip-arrow {
817
+ bottom: 0;
818
+ left: 50%;
819
+ margin-left: -5px;
820
+ border-top-style: solid;
821
+ border-bottom: none;
822
+ border-left-color: transparent;
823
+ border-right-color: transparent
824
+ }
825
+
826
+ .mce-tooltip-sw .mce-tooltip-arrow {
827
+ bottom: 0;
828
+ left: 10px;
829
+ border-top-style: solid;
830
+ border-bottom: none;
831
+ border-left-color: transparent;
832
+ border-right-color: transparent
833
+ }
834
+
835
+ .mce-tooltip-se .mce-tooltip-arrow {
836
+ bottom: 0;
837
+ right: 10px;
838
+ border-top-style: solid;
839
+ border-bottom: none;
840
+ border-left-color: transparent;
841
+ border-right-color: transparent
842
+ }
843
+
844
+ .mce-tooltip-e .mce-tooltip-arrow {
845
+ right: 0;
846
+ top: 50%;
847
+ margin-top: -5px;
848
+ border-left-style: solid;
849
+ border-right: none;
850
+ border-top-color: transparent;
851
+ border-bottom-color: transparent
852
+ }
853
+
854
+ .mce-tooltip-w .mce-tooltip-arrow {
855
+ left: 0;
856
+ top: 50%;
857
+ margin-top: -5px;
858
+ border-right-style: solid;
859
+ border-left: none;
860
+ border-top-color: transparent;
861
+ border-bottom-color: transparent
862
+ }
863
+
864
+ .mce-progress {
865
+ display: inline-block;
866
+ position: relative;
867
+ height: 20px
868
+ }
869
+
870
+ .mce-progress .mce-bar-container {
871
+ display: inline-block;
872
+ width: 100px;
873
+ height: 100%;
874
+ margin-right: 8px;
875
+ border: 1px solid #ccc;
876
+ overflow: hidden
877
+ }
878
+
879
+ .mce-progress .mce-text {
880
+ display: inline-block;
881
+ margin-top: auto;
882
+ margin-bottom: auto;
883
+ font-size: 14px;
884
+ width: 40px;
885
+ color: #333
886
+ }
887
+
888
+ .mce-bar {
889
+ display: block;
890
+ width: 0;
891
+ height: 100%;
892
+ background-color: #d7d7d7;
893
+ -webkit-transition: width .2s ease;
894
+ transition: width .2s ease
895
+ }
896
+
897
+ .mce-notification {
898
+ position: absolute;
899
+ background-color: #F0F0F0;
900
+ padding: 5px;
901
+ margin-top: 5px;
902
+ border-width: 1px;
903
+ border-style: solid;
904
+ border-color: #CCCCCC;
905
+ transition: transform 100ms ease-in, opacity 150ms ease-in;
906
+ opacity: 0
907
+ }
908
+
909
+ .mce-notification.mce-in {
910
+ opacity: 1
911
+ }
912
+
913
+ .mce-notification-success {
914
+ background-color: #dff0d8;
915
+ border-color: #d6e9c6
916
+ }
917
+
918
+ .mce-notification-info {
919
+ background-color: #d9edf7;
920
+ border-color: #779ECB
921
+ }
922
+
923
+ .mce-notification-warning {
924
+ background-color: #fcf8e3;
925
+ border-color: #faebcc
926
+ }
927
+
928
+ .mce-notification-error {
929
+ background-color: #f2dede;
930
+ border-color: #ebccd1
931
+ }
932
+
933
+ .mce-notification.mce-has-close {
934
+ padding-right: 15px
935
+ }
936
+
937
+ .mce-notification .mce-ico {
938
+ margin-top: 5px
939
+ }
940
+
941
+ .mce-notification-inner {
942
+ display: inline-block;
943
+ font-size: 14px;
944
+ margin: 5px 8px 4px 8px;
945
+ text-align: center;
946
+ white-space: normal;
947
+ color: #31708f
948
+ }
949
+
950
+ .mce-notification-inner a {
951
+ text-decoration: underline;
952
+ cursor: pointer
953
+ }
954
+
955
+ .mce-notification .mce-progress {
956
+ margin-right: 8px
957
+ }
958
+
959
+ .mce-notification .mce-progress .mce-text {
960
+ margin-top: 5px
961
+ }
962
+
963
+ .mce-notification *,
964
+ .mce-notification .mce-progress .mce-text {
965
+ color: #333333
966
+ }
967
+
968
+ .mce-notification .mce-progress .mce-bar-container {
969
+ border-color: #CCCCCC
970
+ }
971
+
972
+ .mce-notification .mce-progress .mce-bar-container .mce-bar {
973
+ background-color: #333333
974
+ }
975
+
976
+ .mce-notification-success *,
977
+ .mce-notification-success .mce-progress .mce-text {
978
+ color: #3c763d
979
+ }
980
+
981
+ .mce-notification-success .mce-progress .mce-bar-container {
982
+ border-color: #d6e9c6
983
+ }
984
+
985
+ .mce-notification-success .mce-progress .mce-bar-container .mce-bar {
986
+ background-color: #3c763d
987
+ }
988
+
989
+ .mce-notification-info *,
990
+ .mce-notification-info .mce-progress .mce-text {
991
+ color: #31708f
992
+ }
993
+
994
+ .mce-notification-info .mce-progress .mce-bar-container {
995
+ border-color: #779ECB
996
+ }
997
+
998
+ .mce-notification-info .mce-progress .mce-bar-container .mce-bar {
999
+ background-color: #31708f
1000
+ }
1001
+
1002
+ .mce-notification-warning *,
1003
+ .mce-notification-warning .mce-progress .mce-text {
1004
+ color: #8a6d3b
1005
+ }
1006
+
1007
+ .mce-notification-warning .mce-progress .mce-bar-container {
1008
+ border-color: #faebcc
1009
+ }
1010
+
1011
+ .mce-notification-warning .mce-progress .mce-bar-container .mce-bar {
1012
+ background-color: #8a6d3b
1013
+ }
1014
+
1015
+ .mce-notification-error *,
1016
+ .mce-notification-error .mce-progress .mce-text {
1017
+ color: #a94442
1018
+ }
1019
+
1020
+ .mce-notification-error .mce-progress .mce-bar-container {
1021
+ border-color: #ebccd1
1022
+ }
1023
+
1024
+ .mce-notification-error .mce-progress .mce-bar-container .mce-bar {
1025
+ background-color: #a94442
1026
+ }
1027
+
1028
+ .mce-notification .mce-close {
1029
+ position: absolute;
1030
+ top: 6px;
1031
+ right: 8px;
1032
+ font-size: 20px;
1033
+ font-weight: bold;
1034
+ line-height: 20px;
1035
+ color: #858585;
1036
+ cursor: pointer;
1037
+ height: 20px;
1038
+ overflow: hidden
1039
+ }
1040
+
1041
+ .mce-abs-layout {
1042
+ position: relative
1043
+ }
1044
+
1045
+ body .mce-abs-layout-item,
1046
+ .mce-abs-end {
1047
+ position: absolute
1048
+ }
1049
+
1050
+ .mce-abs-end {
1051
+ width: 1px;
1052
+ height: 1px
1053
+ }
1054
+
1055
+ .mce-container-body.mce-abs-layout {
1056
+ overflow: hidden
1057
+ }
1058
+
1059
+ .mce-btn {
1060
+ border: 1px solid #b1b1b1;
1061
+ border-color: transparent transparent transparent transparent;
1062
+ position: relative;
1063
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1064
+ display: inline-block;
1065
+ *display: inline;
1066
+ *zoom: 1;
1067
+ background-color: #f0f0f0
1068
+ }
1069
+
1070
+ .mce-btn:hover,
1071
+ .mce-btn:focus {
1072
+ color: #333;
1073
+ background-color: #e3e3e3;
1074
+ border-color: #ccc
1075
+ }
1076
+
1077
+ .mce-btn.mce-disabled button,
1078
+ .mce-btn.mce-disabled:hover button {
1079
+ cursor: default;
1080
+ opacity: .4;
1081
+ filter: alpha(opacity=40);
1082
+ zoom: 1
1083
+ }
1084
+
1085
+ .mce-btn.mce-active,
1086
+ .mce-btn.mce-active:hover {
1087
+ background-color: #dbdbdb;
1088
+ border-color: #ccc
1089
+ }
1090
+
1091
+ .mce-btn:active {
1092
+ background-color: #e0e0e0;
1093
+ border-color: #ccc
1094
+ }
1095
+
1096
+ .mce-btn button {
1097
+ padding: 4px 8px;
1098
+ font-size: 14px;
1099
+ line-height: 20px;
1100
+ *line-height: 16px;
1101
+ cursor: pointer;
1102
+ color: #333;
1103
+ text-align: center;
1104
+ overflow: visible;
1105
+ -webkit-appearance: none
1106
+ }
1107
+
1108
+ .mce-btn button::-moz-focus-inner {
1109
+ border: 0;
1110
+ padding: 0
1111
+ }
1112
+
1113
+ .mce-btn i {
1114
+ text-shadow: 1px 1px none
1115
+ }
1116
+
1117
+ .mce-primary.mce-btn-has-text {
1118
+ min-width: 50px
1119
+ }
1120
+
1121
+ .mce-primary {
1122
+ color: #fff;
1123
+ border: 1px solid transparent;
1124
+ border-color: transparent;
1125
+ background-color: #2d8ac7
1126
+ }
1127
+
1128
+ .mce-primary:hover,
1129
+ .mce-primary:focus {
1130
+ background-color: #257cb6;
1131
+ border-color: transparent
1132
+ }
1133
+
1134
+ .mce-primary.mce-disabled button,
1135
+ .mce-primary.mce-disabled:hover button {
1136
+ cursor: default;
1137
+ opacity: .4;
1138
+ filter: alpha(opacity=40);
1139
+ zoom: 1
1140
+ }
1141
+
1142
+ .mce-primary.mce-active,
1143
+ .mce-primary.mce-active:hover,
1144
+ .mce-primary:not(.mce-disabled):active {
1145
+ background-color: #206ea1
1146
+ }
1147
+
1148
+ .mce-primary button,
1149
+ .mce-primary button i {
1150
+ color: #fff;
1151
+ text-shadow: 1px 1px none
1152
+ }
1153
+
1154
+ .mce-btn .mce-txt {
1155
+ font-size: inherit;
1156
+ line-height: inherit;
1157
+ color: inherit
1158
+ }
1159
+
1160
+ .mce-btn-large button {
1161
+ padding: 9px 14px;
1162
+ font-size: 16px;
1163
+ line-height: normal
1164
+ }
1165
+
1166
+ .mce-btn-large i {
1167
+ margin-top: 2px
1168
+ }
1169
+
1170
+ .mce-btn-small button {
1171
+ padding: 1px 5px;
1172
+ font-size: 12px;
1173
+ *padding-bottom: 2px
1174
+ }
1175
+
1176
+ .mce-btn-small i {
1177
+ line-height: 20px;
1178
+ vertical-align: top;
1179
+ *line-height: 18px
1180
+ }
1181
+
1182
+ .mce-btn .mce-caret {
1183
+ margin-top: 8px;
1184
+ margin-left: 0
1185
+ }
1186
+
1187
+ .mce-btn-small .mce-caret {
1188
+ margin-top: 8px;
1189
+ margin-left: 0
1190
+ }
1191
+
1192
+ .mce-caret {
1193
+ display: inline-block;
1194
+ *display: inline;
1195
+ *zoom: 1;
1196
+ width: 0;
1197
+ height: 0;
1198
+ vertical-align: top;
1199
+ border-top: 4px solid #333;
1200
+ border-right: 4px solid transparent;
1201
+ border-left: 4px solid transparent;
1202
+ content: ""
1203
+ }
1204
+
1205
+ .mce-disabled .mce-caret {
1206
+ border-top-color: #aaa
1207
+ }
1208
+
1209
+ .mce-caret.mce-up {
1210
+ border-bottom: 4px solid #333;
1211
+ border-top: 0
1212
+ }
1213
+
1214
+ .mce-btn-flat {
1215
+ border: 0;
1216
+ background: transparent;
1217
+ filter: none
1218
+ }
1219
+
1220
+ .mce-btn-flat:hover,
1221
+ .mce-btn-flat.mce-active,
1222
+ .mce-btn-flat:focus,
1223
+ .mce-btn-flat:active {
1224
+ border: 0;
1225
+ background: #e6e6e6;
1226
+ filter: none
1227
+ }
1228
+
1229
+ .mce-btn-has-text .mce-ico {
1230
+ padding-right: 5px
1231
+ }
1232
+
1233
+ .mce-rtl .mce-btn button {
1234
+ direction: rtl
1235
+ }
1236
+
1237
+ .mce-btn-group .mce-btn {
1238
+ border-width: 1px;
1239
+ margin: 0;
1240
+ margin-left: 2px
1241
+ }
1242
+
1243
+ .mce-btn-group:not(:first-child) {
1244
+ border-left: 1px solid #d9d9d9;
1245
+ padding-left: 3px;
1246
+ margin-left: 3px
1247
+ }
1248
+
1249
+ .mce-btn-group .mce-first {
1250
+ margin-left: 0
1251
+ }
1252
+
1253
+ .mce-btn-group .mce-btn.mce-flow-layout-item {
1254
+ margin: 0
1255
+ }
1256
+
1257
+ .mce-rtl .mce-btn-group .mce-btn {
1258
+ margin-left: 0;
1259
+ margin-right: 2px
1260
+ }
1261
+
1262
+ .mce-rtl .mce-btn-group .mce-first {
1263
+ margin-right: 0
1264
+ }
1265
+
1266
+ .mce-rtl .mce-btn-group:not(:first-child) {
1267
+ border-left: none;
1268
+ border-right: 1px solid #d9d9d9;
1269
+ padding-right: 4px;
1270
+ margin-right: 4px
1271
+ }
1272
+
1273
+ .mce-checkbox {
1274
+ cursor: pointer
1275
+ }
1276
+
1277
+ i.mce-i-checkbox {
1278
+ margin: 0 3px 0 0;
1279
+ border: 1px solid #c5c5c5;
1280
+ background-color: #f0f0f0;
1281
+ text-indent: -10em;
1282
+ *font-size: 0;
1283
+ *line-height: 0;
1284
+ *text-indent: 0;
1285
+ overflow: hidden
1286
+ }
1287
+
1288
+ .mce-checked i.mce-i-checkbox {
1289
+ color: #333;
1290
+ font-size: 16px;
1291
+ line-height: 16px;
1292
+ text-indent: 0
1293
+ }
1294
+
1295
+ .mce-checkbox:focus i.mce-i-checkbox,
1296
+ .mce-checkbox.mce-focus i.mce-i-checkbox {
1297
+ border: 1px solid rgba(82, 168, 236, 0.8)
1298
+ }
1299
+
1300
+ .mce-checkbox.mce-disabled .mce-label,
1301
+ .mce-checkbox.mce-disabled i.mce-i-checkbox {
1302
+ color: #acacac
1303
+ }
1304
+
1305
+ .mce-checkbox .mce-label {
1306
+ vertical-align: middle
1307
+ }
1308
+
1309
+ .mce-rtl .mce-checkbox {
1310
+ direction: rtl;
1311
+ text-align: right
1312
+ }
1313
+
1314
+ .mce-rtl i.mce-i-checkbox {
1315
+ margin: 0 0 0 3px
1316
+ }
1317
+
1318
+ .mce-combobox {
1319
+ position: relative;
1320
+ display: inline-block;
1321
+ *display: inline;
1322
+ *zoom: 1;
1323
+ *height: 32px
1324
+ }
1325
+
1326
+ .mce-combobox input {
1327
+ border: 1px solid #c5c5c5;
1328
+ border-right-color: #c5c5c5;
1329
+ height: 28px
1330
+ }
1331
+
1332
+ .mce-combobox.mce-disabled input {
1333
+ color: #adadad
1334
+ }
1335
+
1336
+ .mce-combobox .mce-btn {
1337
+ border: 1px solid #c5c5c5;
1338
+ border-left: 0;
1339
+ margin: 0
1340
+ }
1341
+
1342
+ .mce-combobox button {
1343
+ padding-right: 8px;
1344
+ padding-left: 8px
1345
+ }
1346
+
1347
+ .mce-combobox.mce-disabled .mce-btn button {
1348
+ cursor: default;
1349
+ opacity: .4;
1350
+ filter: alpha(opacity=40);
1351
+ zoom: 1
1352
+ }
1353
+
1354
+ .mce-combobox .mce-status {
1355
+ position: absolute;
1356
+ right: 2px;
1357
+ top: 50%;
1358
+ line-height: 16px;
1359
+ margin-top: -8px;
1360
+ font-size: 12px;
1361
+ width: 15px;
1362
+ height: 15px;
1363
+ text-align: center;
1364
+ cursor: pointer
1365
+ }
1366
+
1367
+ .mce-combobox.mce-has-status input {
1368
+ padding-right: 20px
1369
+ }
1370
+
1371
+ .mce-combobox.mce-has-open .mce-status {
1372
+ right: 37px
1373
+ }
1374
+
1375
+ .mce-combobox .mce-status.mce-i-warning {
1376
+ color: #c09853
1377
+ }
1378
+
1379
+ .mce-combobox .mce-status.mce-i-checkmark {
1380
+ color: #468847
1381
+ }
1382
+
1383
+ .mce-menu.mce-combobox-menu {
1384
+ border-top: 0;
1385
+ margin-top: 0;
1386
+ max-height: 200px
1387
+ }
1388
+
1389
+ .mce-menu.mce-combobox-menu .mce-menu-item {
1390
+ padding: 4px 6px 4px 4px;
1391
+ font-size: 11px
1392
+ }
1393
+
1394
+ .mce-menu.mce-combobox-menu .mce-menu-item-sep {
1395
+ padding: 0
1396
+ }
1397
+
1398
+ .mce-menu.mce-combobox-menu .mce-text {
1399
+ font-size: 11px
1400
+ }
1401
+
1402
+ .mce-menu.mce-combobox-menu .mce-menu-item-link,
1403
+ .mce-menu.mce-combobox-menu .mce-menu-item-link b {
1404
+ font-size: 11px
1405
+ }
1406
+
1407
+ .mce-menu.mce-combobox-menu .mce-text b {
1408
+ font-size: 11px
1409
+ }
1410
+
1411
+ .mce-colorbox i {
1412
+ border: 1px solid #c5c5c5;
1413
+ width: 14px;
1414
+ height: 14px
1415
+ }
1416
+
1417
+ .mce-colorbutton .mce-ico {
1418
+ position: relative
1419
+ }
1420
+
1421
+ .mce-colorbutton-grid {
1422
+ margin: 4px
1423
+ }
1424
+
1425
+ .mce-colorbutton button {
1426
+ padding-right: 6px;
1427
+ padding-left: 6px
1428
+ }
1429
+
1430
+ .mce-colorbutton .mce-preview {
1431
+ padding-right: 3px;
1432
+ display: block;
1433
+ position: absolute;
1434
+ left: 50%;
1435
+ top: 50%;
1436
+ margin-left: -17px;
1437
+ margin-top: 7px;
1438
+ background: gray;
1439
+ width: 13px;
1440
+ height: 2px;
1441
+ overflow: hidden
1442
+ }
1443
+
1444
+ .mce-colorbutton.mce-btn-small .mce-preview {
1445
+ margin-left: -16px;
1446
+ padding-right: 0;
1447
+ width: 16px
1448
+ }
1449
+
1450
+ .mce-colorbutton .mce-open {
1451
+ padding-left: 4px;
1452
+ padding-right: 4px;
1453
+ border-left: 1px solid transparent
1454
+ }
1455
+
1456
+ .mce-colorbutton:hover .mce-open {
1457
+ border-color: #ccc
1458
+ }
1459
+
1460
+ .mce-colorbutton.mce-btn-small .mce-open {
1461
+ padding: 0 3px 0 3px
1462
+ }
1463
+
1464
+ .mce-rtl .mce-colorbutton {
1465
+ direction: rtl
1466
+ }
1467
+
1468
+ .mce-rtl .mce-colorbutton .mce-preview {
1469
+ margin-left: 0;
1470
+ padding-right: 0;
1471
+ padding-left: 3px
1472
+ }
1473
+
1474
+ .mce-rtl .mce-colorbutton.mce-btn-small .mce-preview {
1475
+ margin-left: 0;
1476
+ padding-right: 0;
1477
+ padding-left: 2px
1478
+ }
1479
+
1480
+ .mce-rtl .mce-colorbutton .mce-open {
1481
+ padding-left: 4px;
1482
+ padding-right: 4px;
1483
+ border-left: 0
1484
+ }
1485
+
1486
+ .mce-colorpicker {
1487
+ position: relative;
1488
+ width: 250px;
1489
+ height: 220px
1490
+ }
1491
+
1492
+ .mce-colorpicker-sv {
1493
+ position: absolute;
1494
+ top: 0;
1495
+ left: 0;
1496
+ width: 90%;
1497
+ height: 100%;
1498
+ border: 1px solid #c5c5c5;
1499
+ cursor: crosshair;
1500
+ overflow: hidden
1501
+ }
1502
+
1503
+ .mce-colorpicker-h-chunk {
1504
+ width: 100%
1505
+ }
1506
+
1507
+ .mce-colorpicker-overlay1,
1508
+ .mce-colorpicker-overlay2 {
1509
+ width: 100%;
1510
+ height: 100%;
1511
+ position: absolute;
1512
+ top: 0;
1513
+ left: 0
1514
+ }
1515
+
1516
+ .mce-colorpicker-overlay1 {
1517
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
1518
+ background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0))
1519
+ }
1520
+
1521
+ .mce-colorpicker-overlay2 {
1522
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
1523
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000)
1524
+ }
1525
+
1526
+ .mce-colorpicker-selector1 {
1527
+ background: none;
1528
+ position: absolute;
1529
+ width: 12px;
1530
+ height: 12px;
1531
+ margin: -8px 0 0 -8px;
1532
+ border: 1px solid black;
1533
+ border-radius: 50%
1534
+ }
1535
+
1536
+ .mce-colorpicker-selector2 {
1537
+ position: absolute;
1538
+ width: 10px;
1539
+ height: 10px;
1540
+ border: 1px solid white;
1541
+ border-radius: 50%
1542
+ }
1543
+
1544
+ .mce-colorpicker-h {
1545
+ position: absolute;
1546
+ top: 0;
1547
+ right: 0;
1548
+ width: 6.5%;
1549
+ height: 100%;
1550
+ border: 1px solid #c5c5c5;
1551
+ cursor: crosshair
1552
+ }
1553
+
1554
+ .mce-colorpicker-h-marker {
1555
+ margin-top: -4px;
1556
+ position: absolute;
1557
+ top: 0;
1558
+ left: -1px;
1559
+ width: 100%;
1560
+ border: 1px solid #333;
1561
+ background: #fff;
1562
+ height: 4px;
1563
+ z-index: 100
1564
+ }
1565
+
1566
+ .mce-path {
1567
+ display: inline-block;
1568
+ *display: inline;
1569
+ *zoom: 1;
1570
+ padding: 8px;
1571
+ white-space: normal
1572
+ }
1573
+
1574
+ .mce-path .mce-txt {
1575
+ display: inline-block;
1576
+ padding-right: 3px
1577
+ }
1578
+
1579
+ .mce-path .mce-path-body {
1580
+ display: inline-block
1581
+ }
1582
+
1583
+ .mce-path-item {
1584
+ display: inline-block;
1585
+ *display: inline;
1586
+ *zoom: 1;
1587
+ cursor: pointer;
1588
+ color: #333
1589
+ }
1590
+
1591
+ .mce-path-item:hover {
1592
+ text-decoration: underline
1593
+ }
1594
+
1595
+ .mce-path-item:focus {
1596
+ background: #666;
1597
+ color: #fff
1598
+ }
1599
+
1600
+ .mce-path .mce-divider {
1601
+ display: inline
1602
+ }
1603
+
1604
+ .mce-disabled .mce-path-item {
1605
+ color: #aaa
1606
+ }
1607
+
1608
+ .mce-rtl .mce-path {
1609
+ direction: rtl
1610
+ }
1611
+
1612
+ .mce-fieldset {
1613
+ border: 0 solid #9E9E9E
1614
+ }
1615
+
1616
+ .mce-fieldset>.mce-container-body {
1617
+ margin-top: -15px
1618
+ }
1619
+
1620
+ .mce-fieldset-title {
1621
+ margin-left: 5px;
1622
+ padding: 0 5px 0 5px
1623
+ }
1624
+
1625
+ .mce-fit-layout {
1626
+ display: inline-block;
1627
+ *display: inline;
1628
+ *zoom: 1
1629
+ }
1630
+
1631
+ .mce-fit-layout-item {
1632
+ position: absolute
1633
+ }
1634
+
1635
+ .mce-flow-layout-item {
1636
+ display: inline-block;
1637
+ *display: inline;
1638
+ *zoom: 1
1639
+ }
1640
+
1641
+ .mce-flow-layout-item {
1642
+ margin: 2px 0 2px 2px
1643
+ }
1644
+
1645
+ .mce-flow-layout-item.mce-last {
1646
+ margin-right: 2px
1647
+ }
1648
+
1649
+ .mce-flow-layout {
1650
+ white-space: normal
1651
+ }
1652
+
1653
+ .mce-tinymce-inline .mce-flow-layout {
1654
+ white-space: nowrap
1655
+ }
1656
+
1657
+ .mce-rtl .mce-flow-layout {
1658
+ text-align: right;
1659
+ direction: rtl
1660
+ }
1661
+
1662
+ .mce-rtl .mce-flow-layout-item {
1663
+ margin: 2px 2px 2px 0
1664
+ }
1665
+
1666
+ .mce-rtl .mce-flow-layout-item.mce-last {
1667
+ margin-left: 2px
1668
+ }
1669
+
1670
+ .mce-iframe {
1671
+ border: 0 solid rgba(0, 0, 0, 0.2);
1672
+ width: 100%;
1673
+ height: 100%
1674
+ }
1675
+
1676
+ .mce-infobox {
1677
+ display: inline-block;
1678
+ *display: inline;
1679
+ *zoom: 1;
1680
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1681
+ overflow: hidden;
1682
+ border: 1px solid red
1683
+ }
1684
+
1685
+ .mce-infobox div {
1686
+ display: block;
1687
+ margin: 5px
1688
+ }
1689
+
1690
+ .mce-infobox div button {
1691
+ position: absolute;
1692
+ top: 50%;
1693
+ right: 4px;
1694
+ cursor: pointer;
1695
+ margin-top: -8px;
1696
+ display: none
1697
+ }
1698
+
1699
+ .mce-infobox div button:focus {
1700
+ outline: 2px solid #ccc
1701
+ }
1702
+
1703
+ .mce-infobox.mce-has-help div {
1704
+ margin-right: 25px
1705
+ }
1706
+
1707
+ .mce-infobox.mce-has-help button {
1708
+ display: block
1709
+ }
1710
+
1711
+ .mce-infobox.mce-success {
1712
+ background: #dff0d8;
1713
+ border-color: #d6e9c6
1714
+ }
1715
+
1716
+ .mce-infobox.mce-success div {
1717
+ color: #3c763d
1718
+ }
1719
+
1720
+ .mce-infobox.mce-warning {
1721
+ background: #fcf8e3;
1722
+ border-color: #faebcc
1723
+ }
1724
+
1725
+ .mce-infobox.mce-warning div {
1726
+ color: #8a6d3b
1727
+ }
1728
+
1729
+ .mce-infobox.mce-error {
1730
+ background: #f2dede;
1731
+ border-color: #ebccd1
1732
+ }
1733
+
1734
+ .mce-infobox.mce-error div {
1735
+ color: #a94442
1736
+ }
1737
+
1738
+ .mce-rtl .mce-infobox div {
1739
+ text-align: right;
1740
+ direction: rtl
1741
+ }
1742
+
1743
+ .mce-label {
1744
+ display: inline-block;
1745
+ *display: inline;
1746
+ *zoom: 1;
1747
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1748
+ overflow: hidden
1749
+ }
1750
+
1751
+ .mce-label.mce-autoscroll {
1752
+ overflow: auto
1753
+ }
1754
+
1755
+ .mce-label.mce-disabled {
1756
+ color: #aaa
1757
+ }
1758
+
1759
+ .mce-label.mce-multiline {
1760
+ white-space: pre-wrap
1761
+ }
1762
+
1763
+ .mce-label.mce-success {
1764
+ color: #468847
1765
+ }
1766
+
1767
+ .mce-label.mce-warning {
1768
+ color: #c09853
1769
+ }
1770
+
1771
+ .mce-label.mce-error {
1772
+ color: #b94a48
1773
+ }
1774
+
1775
+ .mce-rtl .mce-label {
1776
+ text-align: right;
1777
+ direction: rtl
1778
+ }
1779
+
1780
+ .mce-menubar .mce-menubtn {
1781
+ border-color: transparent;
1782
+ background: transparent;
1783
+ filter: none
1784
+ }
1785
+
1786
+ .mce-menubar .mce-menubtn button {
1787
+ color: #333
1788
+ }
1789
+
1790
+ .mce-menubar {
1791
+ border: 1px solid rgba(217, 217, 217, 0.52)
1792
+ }
1793
+
1794
+ .mce-menubar .mce-menubtn button span {
1795
+ color: #333
1796
+ }
1797
+
1798
+ .mce-menubar .mce-caret {
1799
+ border-top-color: #333
1800
+ }
1801
+
1802
+ .mce-menubar .mce-menubtn:hover,
1803
+ .mce-menubar .mce-menubtn.mce-active,
1804
+ .mce-menubar .mce-menubtn:focus {
1805
+ border-color: #ccc;
1806
+ background: #fff;
1807
+ filter: none
1808
+ }
1809
+
1810
+ .mce-menubtn button {
1811
+ color: #333
1812
+ }
1813
+
1814
+ .mce-menubtn.mce-btn-small span {
1815
+ font-size: 12px
1816
+ }
1817
+
1818
+ .mce-menubtn.mce-fixed-width span {
1819
+ display: inline-block;
1820
+ overflow-x: hidden;
1821
+ text-overflow: ellipsis;
1822
+ width: 90px
1823
+ }
1824
+
1825
+ .mce-menubtn.mce-fixed-width.mce-btn-small span {
1826
+ width: 70px
1827
+ }
1828
+
1829
+ .mce-menubtn .mce-caret {
1830
+ *margin-top: 6px
1831
+ }
1832
+
1833
+ .mce-rtl .mce-menubtn button {
1834
+ direction: rtl;
1835
+ text-align: right
1836
+ }
1837
+
1838
+ .mce-menu-item {
1839
+ display: block;
1840
+ padding: 6px 15px 6px 12px;
1841
+ clear: both;
1842
+ font-weight: normal;
1843
+ line-height: 20px;
1844
+ color: #333;
1845
+ white-space: nowrap;
1846
+ cursor: pointer;
1847
+ line-height: normal;
1848
+ border-left: 4px solid transparent;
1849
+ margin-bottom: 1px
1850
+ }
1851
+
1852
+ .mce-menu-item .mce-ico,
1853
+ .mce-menu-item .mce-text {
1854
+ color: #333
1855
+ }
1856
+
1857
+ .mce-menu-item.mce-disabled .mce-text,
1858
+ .mce-menu-item.mce-disabled .mce-ico {
1859
+ color: #adadad
1860
+ }
1861
+
1862
+ .mce-menu-item:hover .mce-text,
1863
+ .mce-menu-item.mce-selected .mce-text,
1864
+ .mce-menu-item:focus .mce-text {
1865
+ color: white
1866
+ }
1867
+
1868
+ .mce-menu-item:hover .mce-ico,
1869
+ .mce-menu-item.mce-selected .mce-ico,
1870
+ .mce-menu-item:focus .mce-ico {
1871
+ color: white
1872
+ }
1873
+
1874
+ .mce-menu-item.mce-disabled:hover {
1875
+ background: #CCC
1876
+ }
1877
+
1878
+ .mce-menu-shortcut {
1879
+ display: inline-block;
1880
+ color: #adadad
1881
+ }
1882
+
1883
+ .mce-menu-shortcut {
1884
+ display: inline-block;
1885
+ *display: inline;
1886
+ *zoom: 1;
1887
+ padding: 0 15px 0 20px
1888
+ }
1889
+
1890
+ .mce-menu-item:hover .mce-menu-shortcut,
1891
+ .mce-menu-item.mce-selected .mce-menu-shortcut,
1892
+ .mce-menu-item:focus .mce-menu-shortcut {
1893
+ color: white
1894
+ }
1895
+
1896
+ .mce-menu-item .mce-caret {
1897
+ margin-top: 4px;
1898
+ *margin-top: 3px;
1899
+ margin-right: 6px;
1900
+ border-top: 4px solid transparent;
1901
+ border-bottom: 4px solid transparent;
1902
+ border-left: 4px solid #333
1903
+ }
1904
+
1905
+ .mce-menu-item.mce-selected .mce-caret,
1906
+ .mce-menu-item:focus .mce-caret,
1907
+ .mce-menu-item:hover .mce-caret {
1908
+ border-left-color: white
1909
+ }
1910
+
1911
+ .mce-menu-align .mce-menu-shortcut {
1912
+ *margin-top: -2px
1913
+ }
1914
+
1915
+ .mce-menu-align .mce-menu-shortcut,
1916
+ .mce-menu-align .mce-caret {
1917
+ position: absolute;
1918
+ right: 0
1919
+ }
1920
+
1921
+ .mce-menu-item.mce-active i {
1922
+ visibility: visible
1923
+ }
1924
+
1925
+ .mce-menu-item-normal.mce-active {
1926
+ background-color: #3498db
1927
+ }
1928
+
1929
+ .mce-menu-item-preview.mce-active {
1930
+ border-left: 5px solid #aaa
1931
+ }
1932
+
1933
+ .mce-menu-item-normal.mce-active .mce-text {
1934
+ color: white
1935
+ }
1936
+
1937
+ .mce-menu-item-normal.mce-active:hover .mce-text,
1938
+ .mce-menu-item-normal.mce-active:hover .mce-ico {
1939
+ color: white
1940
+ }
1941
+
1942
+ .mce-menu-item-normal.mce-active:focus .mce-text,
1943
+ .mce-menu-item-normal.mce-active:focus .mce-ico {
1944
+ color: white
1945
+ }
1946
+
1947
+ .mce-menu-item:hover,
1948
+ .mce-menu-item.mce-selected,
1949
+ .mce-menu-item:focus {
1950
+ text-decoration: none;
1951
+ color: white;
1952
+ background-color: #2d8ac7
1953
+ }
1954
+
1955
+ .mce-menu-item-link {
1956
+ color: #093;
1957
+ overflow: hidden;
1958
+ text-overflow: ellipsis;
1959
+ white-space: nowrap
1960
+ }
1961
+
1962
+ .mce-menu-item-link b {
1963
+ color: #093
1964
+ }
1965
+
1966
+ .mce-menu-item-ellipsis {
1967
+ display: block;
1968
+ text-overflow: ellipsis;
1969
+ white-space: nowrap;
1970
+ overflow: hidden
1971
+ }
1972
+
1973
+ .mce-menu-item:hover *,
1974
+ .mce-menu-item.mce-selected *,
1975
+ .mce-menu-item:focus * {
1976
+ color: white
1977
+ }
1978
+
1979
+ div.mce-menu .mce-menu-item-sep,
1980
+ .mce-menu-item-sep:hover {
1981
+ border: 0;
1982
+ padding: 0;
1983
+ height: 1px;
1984
+ margin: 9px 1px;
1985
+ overflow: hidden;
1986
+ background: transparent;
1987
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
1988
+ cursor: default;
1989
+ filter: none
1990
+ }
1991
+
1992
+ div.mce-menu .mce-menu-item b {
1993
+ font-weight: bold
1994
+ }
1995
+
1996
+ .mce-menu-item-indent-1 {
1997
+ padding-left: 20px
1998
+ }
1999
+
2000
+ .mce-menu-item-indent-2 {
2001
+ padding-left: 35px
2002
+ }
2003
+
2004
+ .mce-menu-item-indent-2 {
2005
+ padding-left: 35px
2006
+ }
2007
+
2008
+ .mce-menu-item-indent-3 {
2009
+ padding-left: 40px
2010
+ }
2011
+
2012
+ .mce-menu-item-indent-4 {
2013
+ padding-left: 45px
2014
+ }
2015
+
2016
+ .mce-menu-item-indent-5 {
2017
+ padding-left: 50px
2018
+ }
2019
+
2020
+ .mce-menu-item-indent-6 {
2021
+ padding-left: 55px
2022
+ }
2023
+
2024
+ .mce-menu.mce-rtl {
2025
+ direction: rtl
2026
+ }
2027
+
2028
+ .mce-rtl .mce-menu-item {
2029
+ text-align: right;
2030
+ direction: rtl;
2031
+ padding: 6px 12px 6px 15px
2032
+ }
2033
+
2034
+ .mce-menu-align.mce-rtl .mce-menu-shortcut,
2035
+ .mce-menu-align.mce-rtl .mce-caret {
2036
+ right: auto;
2037
+ left: 0
2038
+ }
2039
+
2040
+ .mce-rtl .mce-menu-item .mce-caret {
2041
+ margin-left: 6px;
2042
+ margin-right: 0;
2043
+ border-right: 4px solid #333;
2044
+ border-left: 0
2045
+ }
2046
+
2047
+ .mce-rtl .mce-menu-item.mce-selected .mce-caret,
2048
+ .mce-rtl .mce-menu-item:focus .mce-caret,
2049
+ .mce-rtl .mce-menu-item:hover .mce-caret {
2050
+ border-left-color: transparent;
2051
+ border-right-color: white
2052
+ }
2053
+
2054
+ .mce-throbber {
2055
+ position: absolute;
2056
+ top: 0;
2057
+ left: 0;
2058
+ width: 100%;
2059
+ height: 100%;
2060
+ opacity: .6;
2061
+ filter: alpha(opacity=60);
2062
+ zoom: 1;
2063
+ background: #fff url('img/loader.gif') no-repeat center center
2064
+ }
2065
+
2066
+ .mce-throbber-inline {
2067
+ position: static;
2068
+ height: 50px
2069
+ }
2070
+
2071
+ .mce-menu .mce-throbber-inline {
2072
+ height: 25px;
2073
+ background-size: contain
2074
+ }
2075
+
2076
+ .mce-menu {
2077
+ position: absolute;
2078
+ left: 0;
2079
+ top: 0;
2080
+ background: transparent;
2081
+ z-index: 1000;
2082
+ padding: 5px 0 5px 0;
2083
+ margin: -1px 0 0;
2084
+ min-width: 160px;
2085
+ background: #fff;
2086
+ border: 1px solid #989898;
2087
+ border: 1px solid rgba(0, 0, 0, 0.2);
2088
+ z-index: 1002;
2089
+ max-height: 400px;
2090
+ overflow: auto;
2091
+ overflow-x: hidden
2092
+ }
2093
+
2094
+ .mce-menu i {
2095
+ display: none
2096
+ }
2097
+
2098
+ .mce-menu-has-icons i {
2099
+ display: inline-block;
2100
+ *display: inline
2101
+ }
2102
+
2103
+ .mce-menu-sub-tr-tl {
2104
+ margin: -6px 0 0 -1px
2105
+ }
2106
+
2107
+ .mce-menu-sub-br-bl {
2108
+ margin: 6px 0 0 -1px
2109
+ }
2110
+
2111
+ .mce-menu-sub-tl-tr {
2112
+ margin: -6px 0 0 1px
2113
+ }
2114
+
2115
+ .mce-menu-sub-bl-br {
2116
+ margin: 6px 0 0 1px
2117
+ }
2118
+
2119
+ .mce-listbox button {
2120
+ text-align: left;
2121
+ padding-right: 20px;
2122
+ position: relative
2123
+ }
2124
+
2125
+ .mce-listbox .mce-caret {
2126
+ position: absolute;
2127
+ margin-top: -2px;
2128
+ right: 8px;
2129
+ top: 50%
2130
+ }
2131
+
2132
+ .mce-rtl .mce-listbox .mce-caret {
2133
+ right: auto;
2134
+ left: 8px
2135
+ }
2136
+
2137
+ .mce-rtl .mce-listbox button {
2138
+ padding-right: 10px;
2139
+ padding-left: 20px
2140
+ }
2141
+
2142
+ .mce-container-body .mce-resizehandle {
2143
+ position: absolute;
2144
+ right: 0;
2145
+ bottom: 0;
2146
+ width: 16px;
2147
+ height: 16px;
2148
+ visibility: visible;
2149
+ cursor: s-resize;
2150
+ margin: 0
2151
+ }
2152
+
2153
+ .mce-container-body .mce-resizehandle-both {
2154
+ cursor: se-resize
2155
+ }
2156
+
2157
+ i.mce-i-resize {
2158
+ color: #333
2159
+ }
2160
+
2161
+ .mce-selectbox {
2162
+ background: #fff;
2163
+ border: 1px solid #c5c5c5
2164
+ }
2165
+
2166
+ .mce-slider {
2167
+ border: 1px solid #AAA;
2168
+ background: #EEE;
2169
+ width: 100px;
2170
+ height: 10px;
2171
+ position: relative;
2172
+ display: block
2173
+ }
2174
+
2175
+ .mce-slider.mce-vertical {
2176
+ width: 10px;
2177
+ height: 100px
2178
+ }
2179
+
2180
+ .mce-slider-handle {
2181
+ border: 1px solid #BBB;
2182
+ background: #DDD;
2183
+ display: block;
2184
+ width: 13px;
2185
+ height: 13px;
2186
+ position: absolute;
2187
+ top: 0;
2188
+ left: 0;
2189
+ margin-left: -1px;
2190
+ margin-top: -2px
2191
+ }
2192
+
2193
+ .mce-slider-handle:focus {
2194
+ background: #BBB
2195
+ }
2196
+
2197
+ .mce-spacer {
2198
+ visibility: hidden
2199
+ }
2200
+
2201
+ .mce-splitbtn .mce-open {
2202
+ border-left: 1px solid transparent
2203
+ }
2204
+
2205
+ .mce-splitbtn:hover .mce-open {
2206
+ border-left-color: #ccc
2207
+ }
2208
+
2209
+ .mce-splitbtn button {
2210
+ padding-right: 6px;
2211
+ padding-left: 6px
2212
+ }
2213
+
2214
+ .mce-splitbtn .mce-open {
2215
+ padding-right: 4px;
2216
+ padding-left: 4px
2217
+ }
2218
+
2219
+ .mce-splitbtn .mce-open.mce-active {
2220
+ background-color: #dbdbdb;
2221
+ outline: 1px solid #ccc
2222
+ }
2223
+
2224
+ .mce-splitbtn.mce-btn-small .mce-open {
2225
+ padding: 0 3px 0 3px
2226
+ }
2227
+
2228
+ .mce-rtl .mce-splitbtn {
2229
+ direction: rtl;
2230
+ text-align: right
2231
+ }
2232
+
2233
+ .mce-rtl .mce-splitbtn button {
2234
+ padding-right: 4px;
2235
+ padding-left: 4px
2236
+ }
2237
+
2238
+ .mce-rtl .mce-splitbtn .mce-open {
2239
+ border-left: 0
2240
+ }
2241
+
2242
+ .mce-stack-layout-item {
2243
+ display: block
2244
+ }
2245
+
2246
+ .mce-tabs {
2247
+ display: block;
2248
+ border-bottom: 1px solid #c5c5c5
2249
+ }
2250
+
2251
+ .mce-tabs,
2252
+ .mce-tabs+.mce-container-body {
2253
+ background: #FFF
2254
+ }
2255
+
2256
+ .mce-tab {
2257
+ display: inline-block;
2258
+ *display: inline;
2259
+ *zoom: 1;
2260
+ border: 1px solid #c5c5c5;
2261
+ border-width: 0 1px 0 0;
2262
+ background: #ffffff;
2263
+ padding: 8px;
2264
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
2265
+ height: 13px;
2266
+ cursor: pointer
2267
+ }
2268
+
2269
+ .mce-tab:hover {
2270
+ background: #FDFDFD
2271
+ }
2272
+
2273
+ .mce-tab.mce-active {
2274
+ background: #FDFDFD;
2275
+ border-bottom-color: transparent;
2276
+ margin-bottom: -1px;
2277
+ height: 14px
2278
+ }
2279
+
2280
+ .mce-rtl .mce-tabs {
2281
+ text-align: right;
2282
+ direction: rtl
2283
+ }
2284
+
2285
+ .mce-rtl .mce-tab {
2286
+ border-width: 0 0 0 1px
2287
+ }
2288
+
2289
+ .mce-textbox {
2290
+ background: #fff;
2291
+ border: 1px solid #c5c5c5;
2292
+ display: inline-block;
2293
+ -webkit-transition: border linear .2s, box-shadow linear .2s;
2294
+ transition: border linear .2s, box-shadow linear .2s;
2295
+ height: 28px;
2296
+ resize: none;
2297
+ padding: 0 4px 0 4px;
2298
+ white-space: pre-wrap;
2299
+ *white-space: pre;
2300
+ color: #333
2301
+ }
2302
+
2303
+ .mce-textbox:focus,
2304
+ .mce-textbox.mce-focus {
2305
+ border-color: #3498db
2306
+ }
2307
+
2308
+ .mce-placeholder .mce-textbox {
2309
+ color: #aaa
2310
+ }
2311
+
2312
+ .mce-textbox.mce-multiline {
2313
+ padding: 4px;
2314
+ height: auto
2315
+ }
2316
+
2317
+ .mce-textbox.mce-disabled {
2318
+ color: #adadad
2319
+ }
2320
+
2321
+ .mce-rtl .mce-textbox {
2322
+ text-align: right;
2323
+ direction: rtl
2324
+ }
2325
+
2326
+ @font-face {
2327
+ font-family: 'tinymce';
2328
+ src: url(asset_path('tinymce.eot')) format('embedded-opentype'), url(asset_path('tinymce.woff')) format('woff'), url(asset_path('tinymce.ttf')) format('truetype'), url(asset_path('tinymce.svg#tinymce')) format('svg');
2329
+ font-weight: normal;
2330
+ font-style: normal
2331
+ }
2332
+
2333
+ @font-face {
2334
+ font-family: 'tinymce-small';
2335
+ src: url(asset_path('tinymce-small.eot')) format('embedded-opentype'), url(asset_path('tinymce-small.woff')) format('woff'), url(asset_path('tinymce-small.ttf')) format('truetype'), url(asset_path('tinymce-small.svg#tinymce')) format('svg');
2336
+ font-weight: normal;
2337
+ font-style: normal
2338
+ }
2339
+
2340
+ .mce-ico {
2341
+ font-family: 'tinymce', Arial;
2342
+ font-style: normal;
2343
+ font-weight: normal;
2344
+ font-variant: normal;
2345
+ font-size: 16px;
2346
+ line-height: 16px;
2347
+ speak: none;
2348
+ vertical-align: text-top;
2349
+ -webkit-font-smoothing: antialiased;
2350
+ -moz-osx-font-smoothing: grayscale;
2351
+ display: inline-block;
2352
+ background: transparent center center;
2353
+ background-size: cover;
2354
+ width: 16px;
2355
+ height: 16px;
2356
+ color: #333
2357
+ }
2358
+
2359
+ .mce-btn-small .mce-ico {
2360
+ font-family: 'tinymce-small', Arial
2361
+ }
2362
+
2363
+ .mce-i-save:before {
2364
+ content: "\e000"
2365
+ }
2366
+
2367
+ .mce-i-newdocument:before {
2368
+ content: "\e001"
2369
+ }
2370
+
2371
+ .mce-i-fullpage:before {
2372
+ content: "\e002"
2373
+ }
2374
+
2375
+ .mce-i-alignleft:before {
2376
+ content: "\e003"
2377
+ }
2378
+
2379
+ .mce-i-aligncenter:before {
2380
+ content: "\e004"
2381
+ }
2382
+
2383
+ .mce-i-alignright:before {
2384
+ content: "\e005"
2385
+ }
2386
+
2387
+ .mce-i-alignjustify:before {
2388
+ content: "\e006"
2389
+ }
2390
+
2391
+ .mce-i-alignnone:before {
2392
+ content: "\e003"
2393
+ }
2394
+
2395
+ .mce-i-cut:before {
2396
+ content: "\e007"
2397
+ }
2398
+
2399
+ .mce-i-paste:before {
2400
+ content: "\e008"
2401
+ }
2402
+
2403
+ .mce-i-searchreplace:before {
2404
+ content: "\e009"
2405
+ }
2406
+
2407
+ .mce-i-bullist:before {
2408
+ content: "\e00a"
2409
+ }
2410
+
2411
+ .mce-i-numlist:before {
2412
+ content: "\e00b"
2413
+ }
2414
+
2415
+ .mce-i-indent:before {
2416
+ content: "\e00c"
2417
+ }
2418
+
2419
+ .mce-i-outdent:before {
2420
+ content: "\e00d"
2421
+ }
2422
+
2423
+ .mce-i-blockquote:before {
2424
+ content: "\e00e"
2425
+ }
2426
+
2427
+ .mce-i-undo:before {
2428
+ content: "\e00f"
2429
+ }
2430
+
2431
+ .mce-i-redo:before {
2432
+ content: "\e010"
2433
+ }
2434
+
2435
+ .mce-i-link:before {
2436
+ content: "\e011"
2437
+ }
2438
+
2439
+ .mce-i-unlink:before {
2440
+ content: "\e012"
2441
+ }
2442
+
2443
+ .mce-i-anchor:before {
2444
+ content: "\e013"
2445
+ }
2446
+
2447
+ .mce-i-image:before {
2448
+ content: "\e014"
2449
+ }
2450
+
2451
+ .mce-i-media:before {
2452
+ content: "\e015"
2453
+ }
2454
+
2455
+ .mce-i-help:before {
2456
+ content: "\e016"
2457
+ }
2458
+
2459
+ .mce-i-code:before {
2460
+ content: "\e017"
2461
+ }
2462
+
2463
+ .mce-i-insertdatetime:before {
2464
+ content: "\e018"
2465
+ }
2466
+
2467
+ .mce-i-preview:before {
2468
+ content: "\e019"
2469
+ }
2470
+
2471
+ .mce-i-forecolor:before {
2472
+ content: "\e01a"
2473
+ }
2474
+
2475
+ .mce-i-backcolor:before {
2476
+ content: "\e01a"
2477
+ }
2478
+
2479
+ .mce-i-table:before {
2480
+ content: "\e01b"
2481
+ }
2482
+
2483
+ .mce-i-hr:before {
2484
+ content: "\e01c"
2485
+ }
2486
+
2487
+ .mce-i-removeformat:before {
2488
+ content: "\e01d"
2489
+ }
2490
+
2491
+ .mce-i-subscript:before {
2492
+ content: "\e01e"
2493
+ }
2494
+
2495
+ .mce-i-superscript:before {
2496
+ content: "\e01f"
2497
+ }
2498
+
2499
+ .mce-i-charmap:before {
2500
+ content: "\e020"
2501
+ }
2502
+
2503
+ .mce-i-emoticons:before {
2504
+ content: "\e021"
2505
+ }
2506
+
2507
+ .mce-i-print:before {
2508
+ content: "\e022"
2509
+ }
2510
+
2511
+ .mce-i-fullscreen:before {
2512
+ content: "\e023"
2513
+ }
2514
+
2515
+ .mce-i-spellchecker:before {
2516
+ content: "\e024"
2517
+ }
2518
+
2519
+ .mce-i-nonbreaking:before {
2520
+ content: "\e025"
2521
+ }
2522
+
2523
+ .mce-i-template:before {
2524
+ content: "\e026"
2525
+ }
2526
+
2527
+ .mce-i-pagebreak:before {
2528
+ content: "\e027"
2529
+ }
2530
+
2531
+ .mce-i-restoredraft:before {
2532
+ content: "\e028"
2533
+ }
2534
+
2535
+ .mce-i-bold:before {
2536
+ content: "\e02a"
2537
+ }
2538
+
2539
+ .mce-i-italic:before {
2540
+ content: "\e02b"
2541
+ }
2542
+
2543
+ .mce-i-underline:before {
2544
+ content: "\e02c"
2545
+ }
2546
+
2547
+ .mce-i-strikethrough:before {
2548
+ content: "\e02d"
2549
+ }
2550
+
2551
+ .mce-i-visualchars:before {
2552
+ content: "\e02e"
2553
+ }
2554
+
2555
+ .mce-i-visualblocks:before {
2556
+ content: "\e02e"
2557
+ }
2558
+
2559
+ .mce-i-ltr:before {
2560
+ content: "\e02f"
2561
+ }
2562
+
2563
+ .mce-i-rtl:before {
2564
+ content: "\e030"
2565
+ }
2566
+
2567
+ .mce-i-copy:before {
2568
+ content: "\e031"
2569
+ }
2570
+
2571
+ .mce-i-resize:before {
2572
+ content: "\e032"
2573
+ }
2574
+
2575
+ .mce-i-browse:before {
2576
+ content: "\e034"
2577
+ }
2578
+
2579
+ .mce-i-pastetext:before {
2580
+ content: "\e035"
2581
+ }
2582
+
2583
+ .mce-i-rotateleft:before {
2584
+ content: "\eaa8"
2585
+ }
2586
+
2587
+ .mce-i-rotateright:before {
2588
+ content: "\eaa9"
2589
+ }
2590
+
2591
+ .mce-i-crop:before {
2592
+ content: "\ee78"
2593
+ }
2594
+
2595
+ .mce-i-editimage:before {
2596
+ content: "\e915"
2597
+ }
2598
+
2599
+ .mce-i-options:before {
2600
+ content: "\ec6a"
2601
+ }
2602
+
2603
+ .mce-i-flipv:before {
2604
+ content: "\eaaa"
2605
+ }
2606
+
2607
+ .mce-i-fliph:before {
2608
+ content: "\eaac"
2609
+ }
2610
+
2611
+ .mce-i-zoomin:before {
2612
+ content: "\eb35"
2613
+ }
2614
+
2615
+ .mce-i-zoomout:before {
2616
+ content: "\eb36"
2617
+ }
2618
+
2619
+ .mce-i-sun:before {
2620
+ content: "\eccc"
2621
+ }
2622
+
2623
+ .mce-i-moon:before {
2624
+ content: "\eccd"
2625
+ }
2626
+
2627
+ .mce-i-arrowleft:before {
2628
+ content: "\edc0"
2629
+ }
2630
+
2631
+ .mce-i-arrowright:before {
2632
+ content: "\e93c"
2633
+ }
2634
+
2635
+ .mce-i-drop:before {
2636
+ content: "\e935"
2637
+ }
2638
+
2639
+ .mce-i-contrast:before {
2640
+ content: "\ecd4"
2641
+ }
2642
+
2643
+ .mce-i-sharpen:before {
2644
+ content: "\eba7"
2645
+ }
2646
+
2647
+ .mce-i-resize2:before {
2648
+ content: "\edf9"
2649
+ }
2650
+
2651
+ .mce-i-orientation:before {
2652
+ content: "\e601"
2653
+ }
2654
+
2655
+ .mce-i-invert:before {
2656
+ content: "\e602"
2657
+ }
2658
+
2659
+ .mce-i-gamma:before {
2660
+ content: "\e600"
2661
+ }
2662
+
2663
+ .mce-i-remove:before {
2664
+ content: "\ed6a"
2665
+ }
2666
+
2667
+ .mce-i-tablerowprops:before {
2668
+ content: "\e604"
2669
+ }
2670
+
2671
+ .mce-i-tablecellprops:before {
2672
+ content: "\e605"
2673
+ }
2674
+
2675
+ .mce-i-table2:before {
2676
+ content: "\e606"
2677
+ }
2678
+
2679
+ .mce-i-tablemergecells:before {
2680
+ content: "\e607"
2681
+ }
2682
+
2683
+ .mce-i-tableinsertcolbefore:before {
2684
+ content: "\e608"
2685
+ }
2686
+
2687
+ .mce-i-tableinsertcolafter:before {
2688
+ content: "\e609"
2689
+ }
2690
+
2691
+ .mce-i-tableinsertrowbefore:before {
2692
+ content: "\e60a"
2693
+ }
2694
+
2695
+ .mce-i-tableinsertrowafter:before {
2696
+ content: "\e60b"
2697
+ }
2698
+
2699
+ .mce-i-tablesplitcells:before {
2700
+ content: "\e60d"
2701
+ }
2702
+
2703
+ .mce-i-tabledelete:before {
2704
+ content: "\e60e"
2705
+ }
2706
+
2707
+ .mce-i-tableleftheader:before {
2708
+ content: "\e62a"
2709
+ }
2710
+
2711
+ .mce-i-tabletopheader:before {
2712
+ content: "\e62b"
2713
+ }
2714
+
2715
+ .mce-i-tabledeleterow:before {
2716
+ content: "\e800"
2717
+ }
2718
+
2719
+ .mce-i-tabledeletecol:before {
2720
+ content: "\e801"
2721
+ }
2722
+
2723
+ .mce-i-codesample:before {
2724
+ content: "\e603"
2725
+ }
2726
+
2727
+ .mce-i-fill:before {
2728
+ content: "\e902"
2729
+ }
2730
+
2731
+ .mce-i-borderwidth:before {
2732
+ content: "\e903"
2733
+ }
2734
+
2735
+ .mce-i-line:before {
2736
+ content: "\e904"
2737
+ }
2738
+
2739
+ .mce-i-count:before {
2740
+ content: "\e905"
2741
+ }
2742
+
2743
+ .mce-i-translate:before {
2744
+ content: "\e907"
2745
+ }
2746
+
2747
+ .mce-i-drag:before {
2748
+ content: "\e908"
2749
+ }
2750
+
2751
+ .mce-i-home:before {
2752
+ content: "\e90b"
2753
+ }
2754
+
2755
+ .mce-i-upload:before {
2756
+ content: "\e914"
2757
+ }
2758
+
2759
+ .mce-i-bubble:before {
2760
+ content: "\e91c"
2761
+ }
2762
+
2763
+ .mce-i-user:before {
2764
+ content: "\e91d"
2765
+ }
2766
+
2767
+ .mce-i-lock:before {
2768
+ content: "\e926"
2769
+ }
2770
+
2771
+ .mce-i-unlock:before {
2772
+ content: "\e927"
2773
+ }
2774
+
2775
+ .mce-i-settings:before {
2776
+ content: "\e928"
2777
+ }
2778
+
2779
+ .mce-i-remove2:before {
2780
+ content: "\e92a"
2781
+ }
2782
+
2783
+ .mce-i-menu:before {
2784
+ content: "\e92d"
2785
+ }
2786
+
2787
+ .mce-i-warning:before {
2788
+ content: "\e930"
2789
+ }
2790
+
2791
+ .mce-i-question:before {
2792
+ content: "\e931"
2793
+ }
2794
+
2795
+ .mce-i-pluscircle:before {
2796
+ content: "\e932"
2797
+ }
2798
+
2799
+ .mce-i-info:before {
2800
+ content: "\e933"
2801
+ }
2802
+
2803
+ .mce-i-notice:before {
2804
+ content: "\e934"
2805
+ }
2806
+
2807
+ .mce-i-arrowup:before {
2808
+ content: "\e93b"
2809
+ }
2810
+
2811
+ .mce-i-arrowdown:before {
2812
+ content: "\e93d"
2813
+ }
2814
+
2815
+ .mce-i-arrowup2:before {
2816
+ content: "\e93f"
2817
+ }
2818
+
2819
+ .mce-i-arrowdown2:before {
2820
+ content: "\e940"
2821
+ }
2822
+
2823
+ .mce-i-menu2:before {
2824
+ content: "\e941"
2825
+ }
2826
+
2827
+ .mce-i-newtab:before {
2828
+ content: "\e961"
2829
+ }
2830
+
2831
+ .mce-i-a11y:before {
2832
+ content: "\e900"
2833
+ }
2834
+
2835
+ .mce-i-plus:before {
2836
+ content: "\e93a"
2837
+ }
2838
+
2839
+ .mce-i-insert:before {
2840
+ content: "\e93a"
2841
+ }
2842
+
2843
+ .mce-i-minus:before {
2844
+ content: "\e939"
2845
+ }
2846
+
2847
+ .mce-i-books:before {
2848
+ content: "\e911"
2849
+ }
2850
+
2851
+ .mce-i-reload:before {
2852
+ content: "\e906"
2853
+ }
2854
+
2855
+ .mce-i-toc:before {
2856
+ content: "\e901"
2857
+ }
2858
+
2859
+ .mce-i-checkmark:before {
2860
+ content: "\e033"
2861
+ }
2862
+
2863
+ .mce-i-checkbox:before,
2864
+ .mce-i-selected:before {
2865
+ content: "\e033"
2866
+ }
2867
+
2868
+ .mce-i-insert {
2869
+ font-size: 14px
2870
+ }
2871
+
2872
+ .mce-i-selected {
2873
+ visibility: hidden
2874
+ }
2875
+
2876
+ i.mce-i-backcolor {
2877
+ text-shadow: none;
2878
+ background: #BBB
2879
+ }