roroacms 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1382 +0,0 @@
1
- @import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
2
-
3
- .mce-window {
4
- font-size: 11px !important;
5
- font-family: 'Source Sans Pro',Arial,sans-serif !important;
6
- }
7
-
8
- .mce-combobox input {
9
- background-color: #fafafa;
10
- color: #717171;
11
-
12
- }
13
-
14
- .mce-textbox:focus, .mce-textbox.mce-focus {
15
- border-color: #7c7c7c !important
16
- }
17
-
18
- .mce-primary button {
19
- text-shadow:none !important;
20
- }
21
-
22
-
23
- .mce-container, .mce-container *, .mce-widget, .mce-widget * {
24
- color: inherit;
25
- font-family: inherit;
26
- }
27
- #mce-modal-block.mce-in {
28
- opacity: .7;
29
- filter: alpha(opacity=70);
30
- }
31
- .mce-window {
32
- -webkit-border-radius: 0;
33
- border-radius: 0;
34
- box-shadow: none !important;
35
- }
36
- .mce-window .mce-container-body.mce-abs-layout {
37
- overflow: visible;
38
- }
39
- .mce-window .mce-window-head {
40
- background: #fcfcfc;
41
- border-bottom: 1px solid #dfdfdf;
42
- padding: 0;
43
- min-height: 36px;
44
- }
45
- .mce-window .mce-window-head .mce-title {
46
- color: #444;
47
- font-size: 18px;
48
- font-weight: 600;
49
- line-height: 36px;
50
- margin: 0;
51
- padding: 0 36px 0 16px;
52
- }
53
- .mce-window .mce-window-head .mce-close {
54
- color: transparent;
55
- top: 0;
56
- right: 0;
57
- width: 36px;
58
- height: 36px;
59
- line-height: 36px;
60
- text-align: center;
61
- }
62
- .mce-window .mce-window-head .mce-close:before {
63
- color: #666;
64
- display: block;
65
- font-size: 17px;
66
- font-weight: normal;
67
- }
68
- .mce-window .mce-window-head .mce-close:hover:before {
69
- color: #2ea2cc;
70
- }
71
- .mce-window .mce-window-head .mce-dragh {
72
- width: -webkit-calc(100% - 36px);
73
- width: calc(100% - 36px);
74
- }
75
- .mce-wp-help .mce-window-head {
76
- border-bottom: 0;
77
- }
78
- .mce-checkbox i.mce-i-checkbox, .mce-textbox {
79
- border: 1px solid #ddd;
80
- -webkit-border-radius: 0;
81
- border-radius: 0;
82
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
83
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
84
- -webkit-transition: .05s border-color ease-in-out;
85
- transition: .05s border-color ease-in-out;
86
- }
87
- .mce-checkbox:focus i.mce-i-checkbox, .mce-textbox.mce-focus, .mce-textbox:focus {
88
- border-color: #5b9dd9;
89
- -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, .8);
90
- box-shadow: 0 0 2px rgba(30, 140, 190, .8);
91
- }
92
- .mce-floatpanel.mce-popover, .mce-menu {
93
- border-color: rgba(0, 0, 0, .15);
94
- -webkit-border-radius: 0;
95
- border-radius: 0;
96
- -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
97
- box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
98
- }
99
- .mce-floatpanel.mce-popover.mce-bottom {
100
- margin-top: 2px;
101
- }
102
- .mce-floatpanel .mce-arrow {
103
- display: none;
104
- }
105
- .mce-menu .mce-container-body {
106
- min-width: 160px;
107
- }
108
- .mce-menu-item {
109
- border: 0;
110
- margin-bottom: 2px;
111
- }
112
- .mce-menu-has-icons i.mce-ico {
113
- line-height: 20px;
114
- }
115
- div.mce-panel {
116
- border: 0;
117
- background: #fff;
118
- -webkit-filter: none;
119
- filter: none;
120
- }
121
- .mce-panel.mce-menu {
122
- border: 1px solid #ddd;
123
- }
124
- div.mce-tab {
125
- line-height: 13px;
126
- }
127
- div.mce-toolbar-grp {
128
- border-bottom: 1px solid #dddddd;
129
- background: #fafafa;
130
- padding: 3px;
131
- position: relative;
132
- -moz-border-radius: 0px;
133
- -webkit-border-radius: 3px 3px 0px 0px;
134
- border-radius: 3px 3px 0px 0px;
135
- }
136
- .has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first {
137
- padding-right: 32px;
138
- }
139
- .mce-toolbar .mce-btn-group {
140
- margin: 0;
141
- }
142
- div.mce-statusbar {
143
- border-top: 1px solid #eee;
144
- }
145
- div.mce-path {
146
- padding: 0 8px 2px;
147
- margin: 0;
148
- }
149
-
150
- div.mce-edit-area {
151
- min-height: 315px !important;
152
- }
153
-
154
- #content iframe {
155
- min-height: 315px !important;
156
- }
157
-
158
- .mce-toolbar .mce-btn, .qt-fullscreen {
159
- border-color: transparent;
160
- background: 0 0;
161
- -webkit-box-shadow: none;
162
- box-shadow: none;
163
- text-shadow: none;
164
- cursor: pointer;
165
- }
166
- #wp-fullscreen-buttons .mce-btn, .mce-toolbar .mce-btn-group .mce-btn, .qt-fullscreen {
167
- border: 1px solid transparent;
168
- margin: 2px;
169
- background-image: none;
170
- -webkit-border-radius: 2px;
171
- border-radius: 2px;
172
- -webkit-filter: none;
173
- filter: none;
174
- }
175
- #wp-fullscreen-buttons .mce-btn:focus, #wp-fullscreen-buttons .mce-btn:hover, .mce-toolbar .mce-btn-group .mce-btn:focus, .mce-toolbar .mce-btn-group .mce-btn:hover, .qt-fullscreen:focus, .qt-fullscreen:hover {
176
- background: #fafafa;
177
- border-color: #999;
178
- color: #222;
179
- -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
180
- box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
181
- }
182
- #wp-fullscreen-buttons .mce-btn.mce-active, #wp-fullscreen-buttons .mce-btn:active, .mce-toolbar .mce-btn-group .mce-btn.mce-active, .mce-toolbar .mce-btn-group .mce-btn:active {
183
- background: #ebebeb;
184
- border-color: #999;
185
- -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, .3);
186
- box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, .3);
187
- }
188
- .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover {
189
- border-color: #555;
190
- }
191
- .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover i.mce-ico {
192
- color: #555;
193
- }
194
- #wp-fullscreen-buttons .mce-btn.mce-disabled:focus, #wp-fullscreen-buttons .mce-btn.mce-disabled:hover, .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus, .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover {
195
- color: #aaa;
196
- background: 0 0;
197
- border-color: #ddd;
198
- text-shadow: 0 1px 0 #fff;
199
- -webkit-box-shadow: none;
200
- box-shadow: none;
201
- }
202
- .mce-toolbar .mce-btn-group .mce-first, .mce-toolbar .mce-btn-group .mce-last {
203
- border-color: transparent;
204
- }
205
- .mce-toolbar .mce-btn button, .qt-fullscreen {
206
- padding: 2px 3px;
207
- line-height: normal;
208
- }
209
- .mce-toolbar .mce-btn i {
210
- text-shadow: none;
211
- }
212
- .mce-toolbar .mce-btn-group>div {
213
- white-space: normal;
214
- }
215
- .mce-toolbar .mce-colorbutton .mce-open {
216
- border-right: 0;
217
- }
218
- .mce-toolbar .mce-colorbutton .mce-preview {
219
- margin-left: -17px;
220
- padding: 0;
221
- width: 18px;
222
- }
223
- .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
224
- -webkit-border-radius: 0;
225
- border-radius: 0;
226
- direction: ltr;
227
- background: #fff;
228
- border: 1px solid #ddd;
229
- -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
230
- box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
231
- }
232
- .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover {
233
- background-image: none;
234
- border-color: #bbb;
235
- }
236
- .mce-toolbar .mce-btn-group .mce-btn.mce-listbox span {
237
- font-size: 13px;
238
- }
239
- .mce-panel .mce-btn i.mce-caret {
240
- border-top: 6px solid #777;
241
- margin-left: 2px;
242
- margin-right: 2px;
243
- }
244
- .mce-listbox i.mce-caret {
245
- right: 6px;
246
- }
247
- .mce-panel .mce-btn button.mce-open i.mce-caret, .mce-panel .mce-btn.mce-listbox i.mce-caret {
248
- margin-left: 0;
249
- margin-right: 0;
250
- }
251
- .mce-panel .mce-btn:hover i.mce-caret {
252
- border-top-color: #333;
253
- }
254
- .mce-panel .mce-active i.mce-caret {
255
- border-top: 0;
256
- border-bottom: 6px solid #333;
257
- margin-top: 7px;
258
- }
259
- .mce-listbox.mce-active i.mce-caret {
260
- margin-top: -3px;
261
- }
262
- .mce-toolbar .mce-splitbtn:hover .mce-open {
263
- border-right-color: transparent;
264
- }
265
- .mce-toolbar .mce-splitbtn .mce-open.mce-active {
266
- -webkit-box-shadow: none;
267
- box-shadow: none;
268
- }
269
- .mce-menu .mce-menu-item-normal.mce-active {
270
- background-color: #e5e5e5;
271
- -webkit-filter: none;
272
- filter: none;
273
- }
274
- .mce-menu .mce-menu-item.mce-selected, .mce-menu .mce-menu-item:focus, .mce-menu .mce-menu-item:hover {
275
- color: #000;
276
- background-color: #bbb;
277
- background-image: none;
278
- -webkit-filter: none;
279
- filter: none;
280
- }
281
- .mce-menu .mce-menu-item.mce-active:hover .mce-text, .mce-menu .mce-menu-item.mce-selected .mce-ico, .mce-menu .mce-menu-item.mce-selected .mce-text, .mce-menu .mce-menu-item:focus .mce-ico, .mce-menu .mce-menu-item:hover .mce-ico, .mce-menu .mce-menu-item:hover .mce-text {
282
- color: #000;
283
- }
284
- .mce-menubar {
285
- border-color: #e5e5e5;
286
- }
287
- .mce-menubar .mce-btn:focus {
288
- outline: 0;
289
- }
290
- .mce-menu-item-sep:hover, div.mce-menu .mce-menu-item-sep {
291
- margin: 5px 0 4px;
292
- }
293
- .mce-menubtn span {
294
- margin-right: 0;
295
- padding-left: 3px;
296
- }
297
- .mce-menu-has-icons i.mce-ico:before {
298
- margin-left: -2px;
299
- }
300
- .mce-primary button, .mce-primary button i {
301
- text-align: center;
302
- color: #fff;
303
- text-shadow: none;
304
- padding: 0;
305
- line-height: 26px;
306
- }
307
-
308
- .mce-window {
309
- border-radius: 0px !important;
310
- }
311
- .mce-window .mce-btn {
312
- color: #555;
313
- background: #f7f7f7;
314
- text-decoration: none;
315
- font-size: 13px;
316
- line-height: 26px;
317
- height: 28px;
318
- margin: 0;
319
- padding: 0;
320
- cursor: pointer;
321
- border: 1px solid #ccc;
322
- -webkit-appearance: none;
323
- -webkit-border-radius: 3px;
324
- border-radius: 3px;
325
- white-space: nowrap;
326
- -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
327
- box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
328
- background-image: none;
329
- }
330
- .mce-window .mce-btn::-moz-focus-inner {
331
- border-width: 1px 0;
332
- border-style: solid none;
333
- border-color: transparent;
334
- padding: 0;
335
- }
336
- .mce-window .mce-btn:hover {
337
- background: #fafafa;
338
- border-color: #999;
339
- color: #222;
340
- }
341
- .mce-window .mce-btn:focus {
342
- -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
343
- box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
344
- }
345
- .mce-window .mce-btn:active {
346
- background: #eee;
347
- border-color: #999;
348
- color: #333;
349
- -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, .5);
350
- box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, .5);
351
- }
352
- .mce-window .mce-btn.mce-disabled {
353
- color: #aaa;
354
- border-color: #ddd;
355
- -webkit-box-shadow: none;
356
- box-shadow: none;
357
- text-shadow: 0 1px 0 #fff;
358
- cursor: default;
359
- }
360
- .mce-window .mce-btn.mce-primary {
361
- background: #5ce0aa;
362
- border-color: #5ce0aa;
363
- box-shadow: none !important;
364
- color: #fff !important;
365
- text-shadow: none !important;
366
- text-decoration: none;
367
- }
368
- .mce-window .mce-btn.mce-primary:hover {
369
- background: #5ce0aa !important;
370
- border-color: #5ce0aa !important;
371
- color: #fff;
372
- opacity: 0.9;
373
- }
374
- .mce-window .mce-btn.mce-primary:focus {
375
- border-color: #0e3950;
376
- -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, .6), 1px 1px 2px rgba(0, 0, 0, .4);
377
- box-shadow: inset 0 1px 0 rgba(120, 200, 230, .6), 1px 1px 2px rgba(0, 0, 0, .4);
378
- }
379
- .mce-window .mce-btn.mce-primary:active {
380
- background: #1b7aa6;
381
- border-color: #005684;
382
- color: rgba(255, 255, 255, .95);
383
- -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
384
- box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
385
- }
386
-
387
- .mce-window .mce-window-head .mce-close:hover:before {
388
- color: #5ce0aa;
389
- }
390
-
391
- .mce-window .mce-btn {
392
- background-color: #bdc3c7;
393
- border-color: #bdc3c7;
394
- color: #ffffff !important;
395
- box-shadow: none !important;
396
- color: #fff !important;
397
- text-shadow: none !important;
398
- text-decoration: none;
399
- }
400
-
401
- .mce-window .mce-btn:hover {
402
- opacity: 0.9;
403
- background-color: #bdc3c7 !important;
404
- border-color: #bdc3c7 !important;
405
- color: #ffffff !important;
406
- box-shadow: none !important;
407
- color: #fff !important;
408
- text-shadow: none !important;
409
- text-decoration: none;
410
- }
411
-
412
- .mce-btn button {
413
- color: #ffffff !important;
414
- }
415
-
416
- .mce-window .mce-btn.mce-primary.mce-disabled {
417
- color: #94cde7;
418
- background: #298cba;
419
- border-color: #1b607f;
420
- text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
421
- }
422
- .mce-menubtn.mce-fixed-width button span {
423
- max-width: 80px;
424
- padding-right: 16px;
425
- }
426
- .mce-charmap {
427
- margin: 3px;
428
- }
429
- .mce-charmap td {
430
- padding: 0;
431
- border-color: #dfdfdf;
432
- cursor: pointer;
433
- }
434
- .mce-charmap td:hover {
435
- background: #f3f3f3;
436
- }
437
- .mce-charmap td div {
438
- width: 18px;
439
- height: 22px;
440
- line-height: 22px;
441
- }
442
- .mce-tooltip {
443
- margin-top: 2px;
444
- }
445
- .mce-tooltip-inner {
446
- -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
447
- box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
448
- color: #fff;
449
- font-size: 12px;
450
- }
451
- .mce-ico {
452
- font-family: tinymce, Arial;
453
- }
454
- .mce-btn-small .mce-ico {
455
- font-family: tinymce-small, Arial;
456
- }
457
- .mce-toolbar .mce-ico {
458
- color: #777;
459
- line-height: 20px;
460
- width: 20px;
461
- height: 20px;
462
- text-align: center;
463
- text-shadow: none;
464
- margin: 0;
465
- padding: 0;
466
- }
467
- .qt-fullscreen {
468
- color: #777;
469
- line-height: 20px;
470
- width: 28px;
471
- height: 26px;
472
- text-align: center;
473
- text-shadow: none;
474
- }
475
- .mce-toolbar .mce-btn .mce-open {
476
- line-height: 20px;
477
- }
478
- .mce-toolbar .mce-btn.mce-active .mce-open, .mce-toolbar .mce-btn:focus .mce-open, .mce-toolbar .mce-btn:hover .mce-open {
479
- border-left-color: #999;
480
- }
481
- .mce-close, i.mce-i-aligncenter, i.mce-i-alignjustify, i.mce-i-alignleft, i.mce-i-alignright, i.mce-i-blockquote, i.mce-i-bold, i.mce-i-bullist, i.mce-i-charmap, i.mce-i-forecolor, i.mce-i-fullscreen, i.mce-i-help, i.mce-i-hr, i.mce-i-indent, i.mce-i-italic, i.mce-i-link, i.mce-i-ltr, i.mce-i-numlist, i.mce-i-outdent, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-redo, i.mce-i-removeformat, i.mce-i-spellchecker, i.mce-i-strikethrough, i.mce-i-underline, i.mce-i-undo, i.mce-i-unlink, i.mce-i-wp-media-library, i.mce-i-wp_adv, i.mce-i-wp_fullscreen, i.mce-i-wp_help, i.mce-i-wp_more, i.mce-i-wp_page, i.mce-i-code {
482
- font-family: FontAwesome;
483
- padding: 0;
484
- vertical-align: top;
485
- speak: none;
486
- -webkit-font-smoothing: antialiased;
487
- -moz-osx-font-smoothing: grayscale;
488
- margin-left: -2px;
489
- padding-right: 2px;
490
- }
491
- .qt-fullscreen {
492
- font-family: FontAwesome;
493
- vertical-align: top;
494
- speak: none;
495
- -webkit-font-smoothing: antialiased;
496
- -moz-osx-font-smoothing: grayscale;
497
- }
498
-
499
-
500
- .mce-tinymce i {
501
- font-family: FontAwesome;
502
- display: inline-block;
503
- padding-right: 3px;
504
- }
505
-
506
- .mce-tinymce i.mce-caret {
507
- padding:0px !important;
508
- }
509
- i.mce-i-bold:before {
510
- font-family: FontAwesome;
511
- content: '\f032'}
512
- i.mce-i-italic:before {
513
- content: '\f033'}
514
- i.mce-i-bullist:before {
515
- content: '\f0ca'}
516
- i.mce-i-numlist:before {
517
- content: '\f0cb'}
518
- i.mce-i-blockquote:before {
519
- content: '\f10d'}
520
- i.mce-i-alignleft:before {
521
- content: '\f036'}
522
- i.mce-i-aligncenter:before {
523
- content: '\f037'}
524
- i.mce-i-alignright:before {
525
- content: '\f038'}
526
- i.mce-i-link:before {
527
- content: '\f0c1'}
528
- i.mce-i-unlink:before {
529
- content: '\f127'}
530
- i.mce-i-wp_more:before {
531
- content: '\f209'}
532
- i.mce-i-strikethrough:before {
533
- content: '\f0cc'}
534
- i.mce-i-spellchecker:before {
535
- content: '\f210'}
536
- .qt-fullscreen:before, i.mce-i-fullscreen:before, i.mce-i-wp_fullscreen:before {
537
- content: '\f0b2'}
538
- i.mce-i-wp_adv:before {
539
- content: '\f212'}
540
- i.mce-i-underline:before {
541
- content: '\f0cd'}
542
- i.mce-i-alignjustify:before {
543
- content: '\f039'}
544
- i.mce-i-forecolor:before {
545
- content: '\f215'}
546
- i.mce-i-pastetext:before {
547
- content: '\f217'}
548
- i.mce-i-removeformat:before {
549
- content: '\f12d'}
550
- i.mce-i-charmap:before {
551
- content: '\f220'}
552
- i.mce-i-outdent:before {
553
- content: '\f03b'}
554
- i.mce-i-indent:before {
555
- content: '\f03b'}
556
- i.mce-i-undo:before {
557
- content: '\f0e2'}
558
- i.mce-i-redo:before {
559
- content: '\f01e'}
560
- i.mce-i-help:before, i.mce-i-wp_help:before {
561
- content: '\f223'}
562
- i.mce-i-wp-media-library:before {
563
- content: '\f104'}
564
- i.mce-i-ltr:before {
565
- content: '\f320'}
566
- i.mce-i-wp_page:before {
567
- content: '\f105'}
568
- i.mce-i-hr:before {
569
- content: '\f068'}
570
- i.mce-i-code:before {
571
- content: '\f121';
572
- }
573
- i.mce-i-image:before {
574
- content: '\f03e';
575
- }
576
- i.mce-i-table:before {
577
- content: '\f0ce';
578
- }
579
-
580
- i.mce-i-resize:before {
581
- content: '\f07d';
582
- font-size: 12px;
583
- }
584
-
585
-
586
- .mce-close:before {
587
- font-family: FontAwesome;
588
- content: '\f00d' !important}
589
- .mce-i-wp_code:before {
590
- content: '\e017'}
591
- .wp-editor-wrap {
592
- position: relative;
593
- }
594
- .wp-editor-tools {
595
- position: relative;
596
- z-index: 1;
597
- }
598
- .wp-editor-container {
599
- clear: both;
600
- }
601
- .wp-editor-area {
602
- font-family: Consolas, Monaco, monospace;
603
- font-size: 13px;
604
- padding: 10px;
605
- margin: 1px 0 0;
606
- line-height: 150%;
607
- border: 0 none;
608
- outline: 0;
609
- display: block;
610
- resize: vertical;
611
- -webkit-box-sizing: border-box;
612
- -moz-box-sizing: border-box;
613
- box-sizing: border-box;
614
- }
615
- .wp-editor-tools {
616
- padding: 0;
617
- }
618
- .wp-editor-container textarea.wp-editor-area {
619
- width: 100%;
620
- margin: 0;
621
- -webkit-box-shadow: none;
622
- box-shadow: none;
623
- }
624
- .wp-editor-tabs {
625
- float: right;
626
- }
627
- .wp-switch-editor {
628
- background: #ebebeb;
629
- border: 1px solid #dedede;
630
- color: #777;
631
- cursor: pointer;
632
- float: right;
633
- font: 13px/19px "Open Sans", sans-serif;
634
- height: 19px;
635
- margin: 5px 0 0 5px;
636
- padding: 3px 8px 4px;
637
- position: relative;
638
- top: 1px;
639
- }
640
- .wp-switch-editor:active {
641
- background-color: #f1f1f1;
642
- }
643
- .wp-switch-editor:hover {
644
- text-decoration: none!important;
645
- background: #fff;
646
- }
647
- .js .tmce-active .wp-editor-area {
648
- color: #fff;
649
- }
650
- .tmce-active .quicktags-toolbar {
651
- display: none;
652
- }
653
- .html-active .switch-html, .tmce-active .switch-tmce {
654
- background: #f5f5f5;
655
- color: #555;
656
- height: 20px;
657
- border-bottom: 0;
658
- }
659
- .wp-media-buttons {
660
- float: left;
661
- }
662
- .wp-media-buttons .button {
663
- margin-right: 5px;
664
- margin-bottom: 4px;
665
- padding-left: 7px;
666
- padding-right: 7px;
667
- }
668
- .wp-media-buttons .button:active {
669
- position: relative;
670
- top: 1px;
671
- margin-top: -1px;
672
- margin-bottom: 1px;
673
- }
674
- .wp-media-buttons .insert-media {
675
- padding-left: 5px;
676
- }
677
- .wp-media-buttons a {
678
- text-decoration: none;
679
- color: #464646;
680
- font-size: 12px;
681
- }
682
- .wp-media-buttons img {
683
- padding: 0 4px;
684
- vertical-align: middle;
685
- }
686
- .wp-media-buttons span.wp-media-buttons-icon {
687
- display: inline-block;
688
- width: 18px;
689
- height: 18px;
690
- vertical-align: text-top;
691
- margin: 0 2px;
692
- }
693
- .wp-media-buttons .add_media span.wp-media-buttons-icon {
694
- background: 0 0;
695
- }
696
- .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
697
- font: 400 18px/1 dashicons;
698
- speak: none;
699
- -webkit-font-smoothing: antialiased;
700
- -moz-osx-font-smoothing: grayscale;
701
- content: '\f104'}
702
- .quicktags-toolbar {
703
- padding: 3px;
704
- position: relative;
705
- border-bottom: 1px solid #dedede;
706
- background: #f5f5f5;
707
- }
708
- .has-dfw .quicktags-toolbar {
709
- padding-right: 35px;
710
- }
711
- .wp-core-ui .quicktags-toolbar input.button.button-small {
712
- margin: 2px;
713
- }
714
- .quicktags-toolbar input[value=link] {
715
- text-decoration: underline;
716
- }
717
- .quicktags-toolbar input[value=del] {
718
- text-decoration: line-through;
719
- }
720
- .quicktags-toolbar input[value="i"] {
721
- font-style: italic;
722
- }
723
- .quicktags-toolbar input[value="b"] {
724
- font-weight: 700;
725
- }
726
- .mce-toolbar .mce-btn-group .mce-btn.mce-wp-fullscreen, .qt-fullscreen {
727
- position: absolute;
728
- top: 0;
729
- right: 0;
730
- margin-top: 5px;
731
- margin-right: 5px;
732
- }
733
- @media screen and (max-width:782px) {
734
- .mce-toolbar .mce-btn button, .qt-fullscreen {
735
- padding: 7px 8px;
736
- }
737
- .qt-fullscreen {
738
- width: 38px;
739
- height: 34px;
740
- }
741
- .mce-toolbar .mce-colorbutton .mce-preview {
742
- margin-left: -21px;
743
- }
744
- .mce-window .mce-btn {
745
- padding: 2px 0;
746
- }
747
- .quicktags-toolbar, div.mce-toolbar-grp {
748
- padding-right: 46px;
749
- }
750
- }@media screen and (min-width:782px) {
751
- .wp-core-ui .quicktags-toolbar input.button.button-small {
752
- font-size: 12px;
753
- height: 26px;
754
- line-height: 24px;
755
- }
756
- }#wp_editbtns, #wp_gallerybtns {
757
- padding: 2px;
758
- position: absolute;
759
- display: none;
760
- z-index: 100020;
761
- }
762
- #wp_delgallery, #wp_delimgbtn, #wp_editgallery, #wp_editimgbtn {
763
- border-color: #999;
764
- background-color: #eee;
765
- margin: 2px;
766
- padding: 2px;
767
- border-width: 1px;
768
- border-style: solid;
769
- -webkit-border-radius: 3px;
770
- border-radius: 3px;
771
- }
772
- #wp_delgallery:hover, #wp_delimgbtn:hover, #wp_editgallery:hover, #wp_editimgbtn:hover {
773
- border-color: #555;
774
- background-color: #ccc;
775
- }
776
- #wp-link-wrap {
777
- display: none;
778
- background-color: #fff;
779
- -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
780
- box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
781
- width: 500px;
782
- height: 250px;
783
- overflow: hidden;
784
- margin-left: -250px;
785
- margin-top: -125px;
786
- position: fixed;
787
- top: 50%;
788
- left: 50%;
789
- z-index: 100105;
790
- -webkit-transition: height .2s, margin-top .2s;
791
- transition: height .2s, margin-top .2s;
792
- }
793
- #wp-link-backdrop {
794
- display: none;
795
- position: fixed;
796
- top: 0;
797
- left: 0;
798
- right: 0;
799
- bottom: 0;
800
- min-height: 360px;
801
- background: #000;
802
- opacity: .7;
803
- filter: alpha(opacity=70);
804
- z-index: 100100;
805
- }
806
- #wp-link {
807
- position: relative;
808
- height: 100%}
809
- #wp-link-wrap.search-panel-visible {
810
- height: 500px;
811
- margin-top: -250px;
812
- }
813
- #link-modal-title {
814
- background: #fcfcfc;
815
- border-bottom: 1px solid #dfdfdf;
816
- height: 36px;
817
- font-size: 18px;
818
- font-weight: 600;
819
- line-height: 36px;
820
- padding: 0 36px 0 16px;
821
- top: 0;
822
- right: 0;
823
- left: 0;
824
- }
825
- #wp-link-close {
826
- color: #666;
827
- cursor: pointer;
828
- padding: 0;
829
- position: absolute;
830
- top: 0;
831
- right: 0;
832
- width: 36px;
833
- height: 36px;
834
- text-align: center;
835
- }
836
- #wp-link-close:before {
837
- font: 400 20px/36px dashicons;
838
- vertical-align: top;
839
- speak: none;
840
- -webkit-font-smoothing: antialiased;
841
- -moz-osx-font-smoothing: grayscale;
842
- width: 36px;
843
- height: 36px;
844
- content: '\f158'}
845
- #wp-link-close:focus, #wp-link-close:hover {
846
- color: #2ea2cc;
847
- }
848
- #link-selector {
849
- padding: 0 16px 50px;
850
- }
851
- #wp-link-wrap.search-panel-visible #link-selector {
852
- padding: 0 16px;
853
- position: absolute;
854
- top: 36px;
855
- left: 0;
856
- right: 0;
857
- bottom: 44px;
858
- }
859
- #wp-link ol, #wp-link ul {
860
- list-style: none;
861
- margin: 0;
862
- padding: 0;
863
- }
864
- #wp-link-search-toggle::after {
865
- font: 400 20px/1 dashicons;
866
- vertical-align: top;
867
- speak: none;
868
- -webkit-font-smoothing: antialiased;
869
- -moz-osx-font-smoothing: grayscale;
870
- content: '\f140'}
871
- .search-panel-visible #wp-link-search-toggle::after {
872
- content: '\f142'}
873
- #wp-link input[type=text] {
874
- -webkit-box-sizing: border-box;
875
- -moz-box-sizing: border-box;
876
- box-sizing: border-box;
877
- }
878
- #wp-link #link-options {
879
- padding: 8px 0 12px;
880
- }
881
- #wp-link p.howto {
882
- margin: 3px 0;
883
- }
884
- #wp-link-search-toggle {
885
- cursor: pointer;
886
- }
887
- #wp-link label input[type=text] {
888
- margin-top: 5px;
889
- width: 70%}
890
- #wp-link #link-options label span, #wp-link #search-panel label span.search-label {
891
- display: inline-block;
892
- width: 80px;
893
- text-align: right;
894
- padding-right: 5px;
895
- max-width: 24%}
896
- #wp-link .link-search-field {
897
- float: left;
898
- width: 250px;
899
- max-width: 70%}
900
- #wp-link .link-search-wrapper {
901
- margin: 5px 0 9px;
902
- display: block;
903
- overflow: hidden;
904
- }
905
- #wp-link .link-search-wrapper span {
906
- float: left;
907
- margin-top: 4px;
908
- }
909
- #wp-link .link-search-wrapper .spinner {
910
- display: none;
911
- vertical-align: text-bottom;
912
- }
913
- #wp-link .link-target {
914
- padding: 3px 0 0;
915
- white-space: nowrap;
916
- overflow: hidden;
917
- text-overflow: ellipsis;
918
- }
919
- #wp-link .link-target label {
920
- max-width: 70%}
921
- #wp-link .query-results {
922
- border: 1px #dfdfdf solid;
923
- margin: 0;
924
- background: #fff;
925
- overflow: auto;
926
- position: absolute;
927
- left: 16px;
928
- right: 16px;
929
- bottom: 16px;
930
- top: 205px;
931
- }
932
- #wp-link .query-notice, #wp-link li {
933
- clear: both;
934
- margin-bottom: 0;
935
- border-bottom: 1px solid #f1f1f1;
936
- color: #333;
937
- padding: 4px 6px;
938
- cursor: pointer;
939
- position: relative;
940
- }
941
- #wp-link li:hover {
942
- background: #eaf2fa;
943
- color: #151515;
944
- }
945
- #wp-link li.unselectable {
946
- border-bottom: 1px solid #dfdfdf;
947
- }
948
- #wp-link li.unselectable:hover {
949
- background: #fff;
950
- cursor: auto;
951
- color: #333;
952
- }
953
- #wp-link li.selected {
954
- background: #ddd;
955
- color: #333;
956
- }
957
- #wp-link li.selected .item-title {
958
- font-weight: 700;
959
- }
960
- #wp-link li:last-child {
961
- border: 0;
962
- }
963
- #wp-link .item-title {
964
- display: inline-block;
965
- width: 80%;
966
- width: -webkit-calc(100% - 68px);
967
- width: calc(100% - 68px);
968
- }
969
- #wp-link .item-info {
970
- text-transform: uppercase;
971
- color: #666;
972
- font-size: 11px;
973
- position: absolute;
974
- right: 5px;
975
- top: 5px;
976
- }
977
- #wp-link #search-panel, #wp-link #search-results {
978
- display: none;
979
- }
980
- #wp-link-wrap.search-panel-visible #search-panel {
981
- display: block;
982
- }
983
- #wp-link .river-waiting {
984
- display: none;
985
- padding: 10px 0;
986
- }
987
- #wp-link .river-waiting .spinner {
988
- margin: 0 auto;
989
- display: block;
990
- float: none;
991
- }
992
- #wp-link .submitbox {
993
- padding: 8px 16px;
994
- background: #fcfcfc;
995
- border-top: 1px solid #dfdfdf;
996
- position: absolute;
997
- bottom: 0;
998
- left: 0;
999
- right: 0;
1000
- }
1001
- #wp-link-cancel {
1002
- line-height: 25px;
1003
- }
1004
- #wp-link-update {
1005
- line-height: 23px;
1006
- float: right;
1007
- }
1008
- #wp-link-submit {
1009
- float: right;
1010
- margin-bottom: 0;
1011
- }
1012
- @media screen and (max-width:782px) {
1013
- #wp-link-wrap {
1014
- height: 280px;
1015
- margin-top: -140px;
1016
- }
1017
- #wp-link-wrap.search-panel-visible .query-results {
1018
- top: 235px;
1019
- }
1020
- #link-selector {
1021
- padding: 0 16px 60px;
1022
- }
1023
- #wp-link-wrap.search-panel-visible #link-selector {
1024
- bottom: 52px;
1025
- }
1026
- #wp-link-cancel {
1027
- line-height: 32px;
1028
- }
1029
- @media screen and (max-width:520px) {
1030
- #wp-link-wrap {
1031
- width: auto;
1032
- margin-left: 0;
1033
- left: 10px;
1034
- right: 10px;
1035
- max-width: 500px;
1036
- }
1037
- @media screen and (max-height:520px) {
1038
- #wp-link-wrap {
1039
- -webkit-transition: none;
1040
- transition: none;
1041
- }
1042
- #wp-link-wrap.search-panel-visible {
1043
- height: auto;
1044
- margin-top: 0;
1045
- top: 10px;
1046
- bottom: 10px;
1047
- }
1048
- .search-panel-visible #link-selector {
1049
- overflow: auto;
1050
- }
1051
- .search-panel-visible #search-panel .query-results {
1052
- position: static;
1053
- }
1054
- @media screen and (max-height:290px) {
1055
- #wp-link-wrap {
1056
- height: auto;
1057
- margin-top: 0;
1058
- top: 10px;
1059
- bottom: 10px;
1060
- }
1061
- #link-selector {
1062
- overflow: auto;
1063
- height: -webkit-calc(100% - 92px);
1064
- height: calc(100% - 92px);
1065
- padding-bottom: 2px;
1066
- }
1067
- #search-panel .query-results {
1068
- position: static;
1069
- }
1070
- }.fullscreen-overlay {
1071
- z-index: 100005;
1072
- display: none;
1073
- position: fixed;
1074
- top: 0;
1075
- bottom: 0;
1076
- left: 0;
1077
- right: 0;
1078
- -webkit-filter: inherit;
1079
- filter: inherit;
1080
- }
1081
- .wp-fullscreen-active #wp-fullscreen-body, .wp-fullscreen-active .fullscreen-overlay {
1082
- display: block;
1083
- }
1084
- .fullscreen-fader {
1085
- z-index: 200000;
1086
- }
1087
- .wp-core-ui.wp-fullscreen-active .postbox-container, .wp-fullscreen-active .fullscreen-fader {
1088
- display: none;
1089
- }
1090
- #wp-fullscreen-body, .mce-fullscreen {
1091
- z-index: 100010;
1092
- }
1093
- #wp-fullscreen-body {
1094
- display: none;
1095
- }
1096
- .wp-fullscreen-wrap {
1097
- margin: 0;
1098
- padding: 0;
1099
- position: absolute;
1100
- left: 0;
1101
- right: 0;
1102
- bottom: 30px;
1103
- top: 60px;
1104
- z-index: 100015;
1105
- }
1106
- #wp-fullscreen-central-toolbar, .wp-fullscreen-title, .wp-fullscreen-wrap .wp-editor-container {
1107
- -webkit-box-sizing: border-box;
1108
- -moz-box-sizing: border-box;
1109
- box-sizing: border-box;
1110
- max-width: 100%}
1111
- .wp-fullscreen-active .mce-statusbar, .wp-fullscreen-active .mce-toolbar-grp, .wp-fullscreen-active .quicktags-toolbar, .wp-fullscreen-active .wp-editor-tools {
1112
- display: none;
1113
- }
1114
- #wp-fullscreen-statusbar {
1115
- position: fixed;
1116
- left: 0;
1117
- right: 0;
1118
- bottom: 0;
1119
- height: 30px;
1120
- z-index: 100020;
1121
- background: #fff;
1122
- -webkit-transition: height .2s;
1123
- transition: height .2s;
1124
- }
1125
- #wp-fullscreen-status {
1126
- margin: 0 auto;
1127
- padding: 0;
1128
- }
1129
- .wp-fullscreen-active .wp-editor-container, .wp-fullscreen-active .wp-fullscreen-title, .wp-fullscreen-active .wp-fullscreen-title:focus {
1130
- -webkit-border-radius: 0;
1131
- border-radius: 0;
1132
- border: 1px dashed transparent;
1133
- background: 0 0;
1134
- -webkit-box-shadow: none;
1135
- box-shadow: none;
1136
- -webkit-transition: border-color .4s;
1137
- transition: border-color .4s;
1138
- }
1139
- .wp-fullscreen-active .wp-editor-container {
1140
- margin: 0 auto 40px;
1141
- }
1142
- .wp-fullscreen-active .wp-fullscreen-title {
1143
- font-size: 1.7em;
1144
- line-height: 100%;
1145
- outline: medium none;
1146
- padding: 3px 7px;
1147
- margin: 10px auto 30px;
1148
- display: block;
1149
- }
1150
- #wp-fullscreen-tagline {
1151
- color: #888;
1152
- font-size: 18px;
1153
- float: right;
1154
- padding: 4px 0 0;
1155
- }
1156
- #fullscreen-topbar {
1157
- background: #f5f5f5;
1158
- border-bottom: 1px solid #dedede;
1159
- height: 45px;
1160
- position: fixed;
1161
- left: 0;
1162
- right: 0;
1163
- top: 0;
1164
- width: 100%;
1165
- z-index: 100020;
1166
- -webkit-transition: opacity .4s;
1167
- transition: opacity .4s;
1168
- }
1169
- #wp-fullscreen-toolbar {
1170
- padding: 6px 10px 0;
1171
- clear: both;
1172
- max-width: 1100px;
1173
- margin: 0 auto;
1174
- }
1175
- #wp-fullscreen-button-bar, #wp-fullscreen-close, #wp-fullscreen-mode-bar {
1176
- float: left;
1177
- }
1178
- #wp-fullscreen-count, #wp-fullscreen-tagline {
1179
- display: inline-block;
1180
- }
1181
- #wp-fullscreen-button-bar {
1182
- margin-top: 2px;
1183
- }
1184
- #wp-fullscreen-save {
1185
- float: right;
1186
- padding: 2px 0 0;
1187
- min-width: 95px;
1188
- }
1189
- #wp-fullscreen-close, #wp-fullscreen-count {
1190
- padding: 5px 0 0;
1191
- }
1192
- #wp-fullscreen-central-toolbar {
1193
- margin: auto;
1194
- padding: 0;
1195
- min-width: 620px;
1196
- }
1197
- #wp-fullscreen-buttons>div {
1198
- float: left;
1199
- }
1200
- #wp-fullscreen-mode-bar {
1201
- padding: 3px 14px 0 0;
1202
- }
1203
- #wp-fullscreen-buttons .hidden {
1204
- display: none;
1205
- }
1206
- #wp-fullscreen-buttons .disabled {
1207
- opacity: .5;
1208
- }
1209
- #wp-fullscreen-buttons .mce-btn button {
1210
- margin: 0;
1211
- outline: 0 none;
1212
- border: 0 none;
1213
- white-space: nowrap;
1214
- width: auto;
1215
- background: 0 0;
1216
- color: #333;
1217
- cursor: pointer;
1218
- font-size: 18px;
1219
- line-height: 20px;
1220
- overflow: visible;
1221
- text-align: center;
1222
- -webkit-box-sizing: border-box;
1223
- -moz-box-sizing: border-box;
1224
- box-sizing: border-box;
1225
- }
1226
- .wp-html-mode #wp-fullscreen-buttons div {
1227
- display: none;
1228
- }
1229
- .wp-html-mode #wp-fullscreen-buttons div.wp-fullscreen-both {
1230
- display: block;
1231
- }
1232
- #wp-fullscreen-save img {
1233
- vertical-align: middle;
1234
- }
1235
- #wp-fullscreen-save span {
1236
- display: none;
1237
- margin: 5px 6px 0;
1238
- float: left;
1239
- }
1240
- .wp-fullscreen-active #TB_overlay {
1241
- z-index: 100050;
1242
- }
1243
- .wp-fullscreen-active #TB_window {
1244
- z-index: 100051;
1245
- }
1246
- .fullscreen-overlay {
1247
- background: #fff;
1248
- }
1249
- .wp-fullscreen-active #fullscreen-topbar {
1250
- -webkit-transition-duration: .8s;
1251
- transition-duration: .8s;
1252
- opacity: 0;
1253
- filter: alpha(opacity=0);
1254
- }
1255
- .wp-fullscreen-active #wp-fullscreen-statusbar {
1256
- height: 0;
1257
- }
1258
- .wp-fullscreen-active.wp-dfw-show-ui #fullscreen-topbar {
1259
- -webkit-transition-duration: .4s;
1260
- transition-duration: .4s;
1261
- opacity: 1;
1262
- filter: alpha(opacity=100);
1263
- }
1264
- .wp-fullscreen-active.wp-dfw-show-ui #wp-fullscreen-statusbar {
1265
- height: 29px;
1266
- background: #f8f8f8;
1267
- border-top: 1px solid #eee;
1268
- }
1269
- .wp-fullscreen-active .wp-editor-container, .wp-fullscreen-active .wp-fullscreen-title {
1270
- -webkit-transition-duration: .8s;
1271
- transition-duration: .8s;
1272
- border-color: transparent;
1273
- }
1274
- .wp-fullscreen-active.wp-dfw-show-ui .wp-editor-container, .wp-fullscreen-active.wp-dfw-show-ui .wp-fullscreen-title {
1275
- -webkit-transition-duration: .4s;
1276
- transition-duration: .4s;
1277
- border-color: #ccc;
1278
- }
1279
- .fade-1000, .fade-300, .fade-400, .fade-600 {
1280
- opacity: 0;
1281
- -webkit-transition-property: opacity;
1282
- transition-property: opacity;
1283
- }
1284
- .fade-1000 {
1285
- -webkit-transition-duration: 1s;
1286
- transition-duration: 1s;
1287
- }
1288
- .fade-600 {
1289
- -webkit-transition-duration: .6s;
1290
- transition-duration: .6s;
1291
- }
1292
- .fade-400 {
1293
- -webkit-transition-duration: .4s;
1294
- transition-duration: .4s;
1295
- }
1296
- .fade-300 {
1297
- -webkit-transition-duration: .3s;
1298
- transition-duration: .3s;
1299
- }
1300
- .fade-trigger {
1301
- opacity: 1;
1302
- }
1303
- .wp-dfw-touch #fullscreen-topbar {
1304
- position: absolute;
1305
- opacity: 1;
1306
- }
1307
- .wp-dfw-touch .wp-fullscreen-title, .wp-dfw-touch .wp-fullscreen-wrap .wp-editor-container {
1308
- max-width: 700px;
1309
- }
1310
- .wp-fullscreen-active.wp-dfw-touch .wp-editor-container, .wp-fullscreen-active.wp-dfw-touch .wp-fullscreen-title {
1311
- border-color: #ccc;
1312
- }
1313
- .wp-dfw-touch #wp-fullscreen-statusbar {
1314
- height: 30px;
1315
- }
1316
- @media screen and (max-width:782px) {
1317
- #wp-fullscreen-button-bar, #wp-fullscreen-central-toolbar, #wp-fullscreen-close, #wp-fullscreen-mode-bar, #wp-fullscreen-save {
1318
- display: inline-block;
1319
- }
1320
- #fullscreen-topbar {
1321
- height: 85px;
1322
- }
1323
- #wp-fullscreen-central-toolbar {
1324
- width: auto!important;
1325
- min-width: 0;
1326
- }
1327
- #wp-fullscreen-close {
1328
- line-height: 30px;
1329
- vertical-align: top;
1330
- padding: 0 12px;
1331
- }
1332
- #wp-fullscreen-button-bar {
1333
- position: absolute;
1334
- top: 45px;
1335
- left: 0;
1336
- }
1337
- .wp-fullscreen-wrap {
1338
- top: 95px;
1339
- }
1340
- #wp-fullscreen-save {
1341
- position: absolute;
1342
- right: 10px;
1343
- }
1344
- @media screen and (max-width:480px) {
1345
- #wp_fs_help {
1346
- display: none;
1347
- }
1348
- .wp-fullscreen-title, .wp-fullscreen-wrap .wp-editor-container {
1349
- width: 480px!important;
1350
- }
1351
- body.wp-fullscreen-active {
1352
- width: 480px;
1353
- overflow: auto;
1354
- }
1355
- #fullscreen-topbar, .wp-fullscreen-wrap {
1356
- width: 480px;
1357
- }
1358
- #fullscreen-topbar {
1359
- position: absolute;
1360
- }
1361
- #wp-fullscreen-status {
1362
- width: auto!important;
1363
- max-width: 100%;
1364
- padding: 0 10px;
1365
- }
1366
- }.rtl .quicktags-toolbar input, .rtl .wp-switch-editor {
1367
- font-family: Tahoma, sans-serif;
1368
- }
1369
- .mce-rtl .mce-flow-layout .mce-flow-layout-item>div {
1370
- direction: rtl;
1371
- }
1372
- .mce-rtl .mce-listbox i.mce-caret {
1373
- left: 6px;
1374
- }
1375
- html:lang(he-il) .rtl .quicktags-toolbar input, html:lang(he-il) .rtl .wp-switch-editor {
1376
- font-family: Arial, sans-serif;
1377
- }
1378
- @media print, (-o-min-device-pixel-ratio:5/4), (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi) {
1379
- #wp-fullscreen-buttons #wp_fs_image span.mce_image, .wp-media-buttons .add_media span.wp-media-buttons-icon {
1380
- background: 0 0;
1381
- }
1382
- }