~ubuntu-branches/debian/jessie/wordpress/jessie

« back to all changes in this revision

Viewing changes to wp-includes/css/editor-rtl.css

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-04-17 20:56:19 UTC
  • mfrom: (1.2.35)
  • Revision ID: package-import@ubuntu.com-20140417205619-nurbet6eho4yvwfv
Tags: 3.9+dfsg-1
* New upstream release
* 3.9 seems to handle different locations for plugins so the
  plugin directory handling patches have been cut back.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
1
/*------------------------------------------------------------------------------
3
 
 
4
2
 TinyMCE and Quicklinks toolbars
5
3
------------------------------------------------------------------------------*/
6
4
 
7
 
/* wp_theme/ui.css */
8
 
.wp_themeSkin table,
9
 
.wp_themeSkin tbody,
10
 
.wp_themeSkin a,
11
 
.wp_themeSkin img,
12
 
.wp_themeSkin tr,
13
 
.wp_themeSkin div,
14
 
.wp_themeSkin td,
15
 
.wp_themeSkin iframe,
16
 
.wp_themeSkin span,
17
 
.wp_themeSkin *,
18
 
.wp_themeSkin .mceText {
19
 
        border: 0;
20
 
        margin: 0;
21
 
        padding: 0;
22
 
        white-space: nowrap;
23
 
        text-decoration: none;
24
 
        font-weight: normal;
25
 
        cursor: default;
26
 
        vertical-align: baseline;
27
 
        width: auto;
28
 
        border-collapse: separate;
29
 
}
30
 
 
31
 
.wp_themeSkin a:hover,
32
 
.wp_themeSkin a:link,
33
 
.wp_themeSkin a:visited,
34
 
.wp_themeSkin a:active {
35
 
        text-decoration: none;
36
 
        font-weight: normal;
37
 
        cursor: default;
38
 
}
39
 
 
40
 
.wp_themeSkin table td {
41
 
        vertical-align: middle;
42
 
}
43
 
 
44
 
.wp_themeSkin *,
45
 
.wp_themeSkin a:hover,
46
 
.wp_themeSkin a:link,
47
 
.wp_themeSkin a:visited,
48
 
.wp_themeSkin a:active {
49
 
        color: #555;
50
 
}
51
 
 
52
 
/* These are part of TinyMCE, used in TinyMCE Advanced, but not WordPress. These are not updated for 3.8's design. */
53
 
.wp_themeSkin span.mce_sup,
54
 
.wp_themeSkin span.mce_sub,
55
 
.wp_themeSkin span.mce_media,
56
 
.wp_themeSkin span.mce_styleprops,
57
 
.wp_themeSkin span.mce_search,
58
 
.wp_themeSkin span.mce_emotions,
59
 
.wp_themeSkin span.mce_print,
60
 
.wp_themeSkin span.mce_attribs,
61
 
.wp_themeSkin span.mce_hr,
62
 
.wp_themeSkin span.mce_cut,
63
 
.wp_themeSkin span.mce_copy,
64
 
.wp_themeSkin span.mce_paste,
65
 
.wp_themeSkin span.mce_cite,
66
 
.wp_themeSkin span.mce_visualchars,
67
 
.wp_themeSkin span.mce_advhr,
68
 
.wp_themeSkin span.mce_insertdate,
69
 
.wp_themeSkin span.mce_anchor,
70
 
.wp_themeSkin span.mce_visualaid,
71
 
.wp_themeSkin span.mce_cleanup,
72
 
.wp_themeSkin span.mce_table,
73
 
.wp_themeSkin span.mce_row_props,
74
 
.wp_themeSkin span.mce_cell_props,
75
 
.wp_themeSkin span.mce_row_before,
76
 
.wp_themeSkin span.mce_row_after,
77
 
.wp_themeSkin span.mce_delete_row,
78
 
.wp_themeSkin span.mce_col_before,
79
 
.wp_themeSkin span.mce_col_after,
80
 
.wp_themeSkin span.mce_delete_col,
81
 
.wp_themeSkin span.mce_split_cells,
82
 
.wp_themeSkin span.mce_merge_cells,
83
 
.wp_themeSkin span.mce_delete_table,
84
 
.wp_themeSkin span.mce_ins,
85
 
.wp_themeSkin span.mce_abbr,
86
 
.wp_themeSkin span.mce_acronym,
87
 
.wp_themeSkin span.mce_del,
88
 
.wp_themeSkin span.mce_replace,
89
 
.wp_themeSkin span.mce_code,
90
 
.wp_themeSkin span.mce_nonbreaking,
91
 
.wp_themeSkin span.mce_inserttime,
92
 
.wp_themeSkin span.mce_insertlayer,
93
 
.wp_themeSkin span.mce_moveforward,
94
 
.wp_themeSkin span.mce_movebackward,
95
 
.wp_themeSkin span.mce_absolute {
96
 
        -moz-transition: none;
97
 
        -webkit-transition: none;
98
 
        transition: none;
99
 
        background: url("../js/tinymce/themes/advanced/img/icons.gif") no-repeat 20px 20px;
100
 
}
101
 
 
102
 
/* No @font-face support */
103
 
.no-font-face .wp_themeSkin span.mce_undo,
104
 
.no-font-face .wp_themeSkin span.mce_redo,
105
 
.no-font-face .wp_themeSkin span.mce_bullist,
106
 
.no-font-face .wp_themeSkin span.mce_numlist,
107
 
.no-font-face .wp_themeSkin span.mce_blockquote,
108
 
.no-font-face .wp_themeSkin span.mce_charmap,
109
 
.no-font-face .wp_themeSkin span.mce_bold,
110
 
.no-font-face .wp_themeSkin span.mce_italic,
111
 
.no-font-face .wp_themeSkin span.mce_underline,
112
 
.no-font-face .wp_themeSkin span.mce_justifyleft,
113
 
.no-font-face .wp_themeSkin span.mce_justifyright,
114
 
.no-font-face .wp_themeSkin span.mce_justifycenter,
115
 
.no-font-face .wp_themeSkin span.mce_justifyfull,
116
 
.no-font-face .wp_themeSkin span.mce_indent,
117
 
.no-font-face .wp_themeSkin span.mce_outdent,
118
 
.no-font-face .wp_themeSkin span.mce_link,
119
 
.no-font-face .wp_themeSkin span.mce_unlink,
120
 
.no-font-face .wp_themeSkin span.mce_help,
121
 
.no-font-face .wp_themeSkin span.mce_removeformat,
122
 
.no-font-face .wp_themeSkin span.mce_fullscreen,
123
 
.no-font-face .wp_themeSkin span.mce_wp_fullscreen,
124
 
.no-font-face .wp_themeSkin span.mce_media,
125
 
.no-font-face .wp_themeSkin span.mce_pastetext,
126
 
.no-font-face .wp_themeSkin span.mce_pasteword,
127
 
.no-font-face .wp_themeSkin span.mce_wp_help,
128
 
.no-font-face .wp_themeSkin span.mce_wp_adv,
129
 
.no-font-face .wp_themeSkin span.mce_wp_more,
130
 
.no-font-face .wp_themeSkin span.mce_strikethrough,
131
 
.no-font-face .wp_themeSkin span.mce_spellchecker,
132
 
.no-font-face .wp_themeSkin span.mce_forecolor,
133
 
.no-font-face .wp_themeSkin .mce_forecolorpicker,
134
 
.no-font-face .wp_themeSkin .mceSplitButton .mce_spellchecker span.mce_spellchecker,
135
 
.no-font-face .wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor,
136
 
.no-font-face .wp_themeSkin .mceSplitButton span.mce_numlist,
137
 
.no-font-face .wp_themeSkin .mceSplitButton span.mce_bullist {
138
 
        -moz-transition: none;
139
 
        -webkit-transition: none;
140
 
        transition: none;
141
 
        background-image: url('../images/wpicons.png?ver=20120720');
142
 
}
143
 
 
144
 
/* Theme */
145
 
.no-font-face .wp_themeSkin span.mce_undo {background-position:-500px -20px}
146
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_undo,
147
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_undo {background-position:-500px 0}
148
 
 
149
 
.no-font-face .wp_themeSkin span.mce_redo {background-position:-480px -20px}
150
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_redo,
151
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_redo {background-position:-480px 0}
152
 
 
153
 
.no-font-face .wp_themeSkin span.mce_bullist {background-position:-40px -20px}
154
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_bullist,
155
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_bullist,
156
 
.no-font-face .wp_themeSkin .mceSplitButton:hover span.mce_bullist {background-position:-40px 0}
157
 
 
158
 
.no-font-face .wp_themeSkin span.mce_numlist {background-position:-60px -20px}
159
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_numlist,
160
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_numlist,
161
 
.no-font-face .wp_themeSkin .mceSplitButton:hover span.mce_numlist {background-position:-60px 0}
162
 
 
163
 
.no-font-face .wp_themeSkin span.mce_blockquote {background-position:-80px -20px}
164
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_blockquote,
165
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_blockquote {background-position:-80px 0}
166
 
 
167
 
.no-font-face .wp_themeSkin span.mce_charmap {background-position:-420px -20px}
168
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_charmap,
169
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_charmap {background-position:-420px 0}
170
 
 
171
 
.no-font-face .wp_themeSkin span.mce_bold {background-position:0 -20px}
172
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_bold,
173
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_bold {background-position:0 0}
174
 
 
175
 
.no-font-face .wp_themeSkin span.mce_italic {background-position:-20px -20px}
176
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_italic,
177
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_italic {background-position:-20px 0}
178
 
 
179
 
.no-font-face .wp_themeSkin span.mce_underline {background-position:-280px -20px}
180
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_underline,
181
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_underline {background-position:-280px 0}
182
 
 
183
 
.no-font-face .wp_themeSkin span.mce_justifyleft {background-position:-100px -20px}
184
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_justifyleft,
185
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_justifyleft {background-position:-100px 0}
186
 
 
187
 
.no-font-face .wp_themeSkin span.mce_justifyright {background-position:-140px -20px}
188
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_justifyright,
189
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_justifyright {background-position:-140px 0}
190
 
 
191
 
.no-font-face .wp_themeSkin span.mce_justifycenter {background-position:-120px -20px}
192
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_justifycenter,
193
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_justifycenter {background-position:-120px 0}
194
 
 
195
 
.no-font-face .wp_themeSkin span.mce_justifyfull {background-position:-300px -20px}
196
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_justifyfull,
197
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_justifyfull {background-position:-300px 0}
198
 
 
199
 
.no-font-face .wp_themeSkin span.mce_indent {background-position:-460px -20px}
200
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_indent,
201
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_indent {background-position:-460px 0}
202
 
 
203
 
.no-font-face .wp_themeSkin span.mce_outdent {background-position:-440px -20px}
204
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_outdent,
205
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_outdent {background-position:-440px 0}
206
 
 
207
 
.no-font-face .wp_themeSkin span.mce_link {background-position:-160px -20px}
208
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_link,
209
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_link {background-position:-160px 0}
210
 
 
211
 
.no-font-face .wp_themeSkin span.mce_unlink {background-position:-180px -20px}
212
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_unlink,
213
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_unlink {background-position:-180px 0}
214
 
 
215
 
.no-font-face .wp_themeSkin span.mce_help {background-position:-520px -20px}
216
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_help,
217
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_help {background-position:-520px 0}
218
 
 
219
 
.no-font-face .wp_themeSkin span.mce_removeformat {background-position:-380px -20px}
220
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_removeformat,
221
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_removeformat {background-position:-380px 0}
222
 
 
223
 
.no-font-face .wp_themeSkin span.mce_strikethrough {background-position:-540px -20px;}
224
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_strikethrough,
225
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_strikethrough {background-position:-540px 0}
226
 
 
227
 
.no-font-face .wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor {background-position:-320px -20px}
228
 
.no-font-face .wp_themeSkin .mceSplitButtonEnabled:hover span.mce_forecolor,
229
 
.no-font-face .wp_themeSkin .mceSplitButtonSelected span.mce_forecolor {background-position:-320px 0}
230
 
 
231
 
.no-font-face .wp_themeSkin .mce_forecolorpicker {background-position:-320px -20px}
232
 
 
233
 
/* Plugins in WP */
234
 
.no-font-face .wp_themeSkin span.mce_fullscreen {background-position:-240px -20px}
235
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_fullscreen,
236
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_fullscreen {background-position:-240px 0}
237
 
 
238
 
.no-font-face .wp_themeSkin span.mce_wp_fullscreen {background-position:-240px -20px}
239
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_wp_fullscreen,
240
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_wp_fullscreen {background-position:-240px 0}
241
 
 
242
 
.no-font-face .wp_themeSkin span.mce_media {background-position:-400px -20px}
243
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_media,
244
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_media {background-position:-400px 0}
245
 
 
246
 
.no-font-face .wp_themeSkin span.mce_pastetext {background-position:-340px -20px}
247
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_pastetext,
248
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_pastetext {background-position:-340px 0}
249
 
 
250
 
.no-font-face .wp_themeSkin span.mce_pasteword {background-position:-360px -20px}
251
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_pasteword,
252
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_pasteword {background-position:-360px 0}
253
 
 
254
 
.no-font-face .wp_themeSkin span.mce_spellchecker {background-position:-220px -20px}
255
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_spellchecker,
256
 
.no-font-face .wp_themeSkin .mceSplitButtonEnabled:hover span.mce_spellchecker,
257
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_spellchecker,
258
 
.no-font-face .wp_themeSkin .mceSplitButtonSelected span.mce_spellchecker {background-position:-220px 0}
259
 
 
260
 
.no-font-face .wp_themeSkin span.mce_wp_help {background-position:-520px -20px}
261
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_wp_help,
262
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_wp_help {background-position:-520px 0}
263
 
 
264
 
.no-font-face .wp_themeSkin span.mce_wp_adv {background-position:-260px -20px}
265
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_wp_adv,
266
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_wp_adv {background-position:-260px 0}
267
 
 
268
 
.no-font-face .wp_themeSkin span.mce_wp_more {background-position:-200px -20px}
269
 
.no-font-face .wp_themeSkin .mceButtonEnabled:hover span.mce_wp_more,
270
 
.no-font-face .wp_themeSkin .mceButtonActive span.mce_wp_more {background-position:-200px 0}
271
 
 
272
 
.no-font-face .mceIcon:before {
273
 
        display: none !important;
274
 
}
275
 
/* End no @font-face */
276
 
 
277
 
/* Containers */
278
 
.wp_themeSkin table {}
279
 
 
280
 
.wp_themeSkin iframe {
281
 
        display: block;
282
 
}
283
 
 
284
 
.wp_themeSkin #mce_fullscreen_ifr {
285
 
        background-color: #fff;
286
 
}
287
 
 
288
 
.wp_themeSkin .mceToolbar {
289
 
        padding: 1px;
290
 
}
291
 
 
292
 
/* External */
293
 
.wp_themeSkin .mceExternalToolbar {
294
 
        position: absolute;
295
 
        border-bottom: 0;
296
 
        display: none;
297
 
}
298
 
 
299
 
.wp_themeSkin .mceExternalToolbar td.mceToolbar {
300
 
        padding-left: 13px;
301
 
}
302
 
 
303
 
.wp_themeSkin .mceExternalClose {
304
 
        position: absolute;
305
 
        top: 3px;
306
 
        left: 3px;
307
 
        width: 7px;
308
 
        height: 7px;
309
 
        background: url("../js/tinymce/themes/advanced/img/icons.gif") -820px 0;
310
 
}
311
 
 
312
 
/* Layout */
313
 
.wp_themeSkin table.mceToolbar,
314
 
.wp_themeSkin tr.mceFirst .mceToolbar tr td,
315
 
.wp_themeSkin tr.mceLast .mceToolbar tr td {
316
 
        border: 0;
317
 
        margin: 0;
318
 
        padding: 0;
319
 
}
320
 
 
321
 
.wp_themeSkin table.mceLayout {
322
 
        border: 0;
323
 
}
324
 
 
325
 
.wp_themeSkin .mceStatusbar {
326
 
        background: #fff;
327
 
        border-top: 1px solid #eee;
328
 
        color: #000;
329
 
        display: block;
330
 
        font-family: sans-serif;
331
 
        font-size: 12px;
332
 
        height: 20px;
333
 
        line-height: 16px;
334
 
        padding: 0 8px 0 0;
 
5
/* TinyMCE widgets/containers */
 
6
 
 
7
.mce-container,
 
8
.mce-container *,
 
9
.mce-widget,
 
10
.mce-widget * {
 
11
        color: inherit;
 
12
        font-family: inherit;
 
13
}
 
14
 
 
15
/* TinyMCE windows */
 
16
#mce-modal-block.mce-in {
 
17
        opacity: 0.7;
 
18
        filter: alpha(opacity=70);
 
19
}
 
20
 
 
21
.mce-window {
 
22
        -webkit-border-radius: 0;
 
23
        border-radius: 0;
 
24
        -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
 
25
        box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
 
26
        -webkit-font-smoothing: subpixel-antialiased;
 
27
}
 
28
 
 
29
.mce-window .mce-container-body.mce-abs-layout {
335
30
        overflow: visible;
336
31
}
337
32
 
338
 
.wp_themeSkin .mceStatusbar * {
339
 
        color: #555;
340
 
}
341
 
 
342
 
.wp_themeSkin .mceStatusbar div {
343
 
        float: right;
344
 
        padding: 2px;
345
 
}
346
 
 
347
 
.wp_themeSkin .mceStatusbar a.mceResize {
 
33
.mce-window .mce-window-head {
 
34
        background: #fcfcfc;
 
35
        border-bottom: 1px solid #dfdfdf;
 
36
        padding: 0;
 
37
        min-height: 36px;
 
38
}
 
39
 
 
40
.mce-window .mce-window-head .mce-title {
 
41
        color: #444;
 
42
        font-size: 18px;
 
43
        font-weight: 600;
 
44
        line-height: 36px;
 
45
        margin: 0;
 
46
        padding: 0 16px 0 36px;
 
47
}
 
48
 
 
49
.mce-window .mce-window-head .mce-close {
 
50
        color: transparent;
 
51
        top: 0;
 
52
        left: 0;
 
53
        width: 36px;
 
54
        height: 36px;
 
55
        line-height: 36px;
 
56
        text-align: center;
 
57
}
 
58
 
 
59
.mce-window .mce-window-head .mce-close:before {
 
60
        font: normal 20px/36px 'dashicons';
 
61
        text-align: center;
 
62
        color: #666;
 
63
        width: 36px;
 
64
        height: 36px;
348
65
        display: block;
349
 
        float: left;
350
 
        background: url("../js/tinymce/themes/advanced/img/icons.gif") -800px 0;
351
 
        width: 20px;
352
 
        height: 20px;
353
 
        cursor: sw-resize;
354
 
}
355
 
 
356
 
.wp_themeSkin .mceStatusbar a:hover {
357
 
        text-decoration: underline;
358
 
}
359
 
 
360
 
.wp_themeSkin table.mceToolbar {
361
 
        margin: 0 6px 2px;
362
 
}
363
 
 
364
 
.wp_themeSkin table.mceToolbar :active,
365
 
.wp_themeSkin table.mceToolbar :focus,
366
 
.wp_themeSkin table.mceToolbar:focus,
367
 
.wp_themeSkin span.mceSeparator:focus {
368
 
        outline: none;
369
 
}
370
 
 
371
 
.wp_themeSkin #content_toolbar1 {
 
66
}
 
67
 
 
68
.mce-window .mce-window-head .mce-close:hover:before {
 
69
        color: #2ea2cc;
 
70
}
 
71
 
 
72
.mce-window .mce-window-head .mce-dragh {
 
73
        width: -webkit-calc( 100% - 36px );
 
74
        width: calc( 100% - 36px );
 
75
}
 
76
 
 
77
.mce-wp-help .mce-window-head {
 
78
        border-bottom: none;
 
79
}
 
80
 
 
81
.mce-textbox,
 
82
.mce-checkbox i.mce-i-checkbox {
 
83
        border: 1px solid #ddd;
 
84
        -webkit-border-radius: 0;
 
85
        border-radius: 0;
 
86
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
 
87
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
 
88
        -webkit-transition: .05s border-color ease-in-out;
 
89
        transition: .05s border-color ease-in-out;
 
90
}
 
91
 
 
92
.mce-textbox:focus,
 
93
.mce-textbox.mce-focus,
 
94
.mce-checkbox:focus i.mce-i-checkbox {
 
95
        border-color: #5b9dd9;
 
96
        -webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
 
97
        box-shadow: 0 0 2px rgba(30,140,190,0.8);
 
98
}
 
99
 
 
100
/* TinyMCE menus */
 
101
.mce-menu,
 
102
.mce-floatpanel.mce-popover {
 
103
        border-color: rgba(0,0,0,0.15);
 
104
        -webkit-border-radius: 0;
 
105
        border-radius: 0;
 
106
        -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
 
107
        box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
 
108
}
 
109
 
 
110
.mce-floatpanel.mce-popover.mce-bottom {
372
111
        margin-top: 2px;
373
112
}
374
113
 
375
 
.wp_themeSkin .mceToolbar .mceToolbarEndListBox span {
 
114
.mce-floatpanel .mce-arrow {
376
115
        display: none;
377
116
}
378
117
 
379
 
.wp_themeSkin span.mceIcon,
380
 
.wp_themeSkin img.mceIcon {
381
 
        display: block;
382
 
        width: 20px;
383
 
        height: 20px;
384
 
}
385
 
 
386
 
a .mceIcon, .mceAction {
387
 
        text-align: center;
388
 
        font: normal 20px/1 'dashicons' !important;
389
 
        speak: none;
390
 
        -webkit-font-smoothing: antialiased;
391
 
        -moz-osx-font-smoothing: grayscale;
392
 
}
393
 
 
394
 
.mceAction {
395
 
        line-height:16px;
396
 
}
397
 
 
398
 
/* Button */
399
 
.wp_themeSkin .mceButton {
400
 
        display: block;
401
 
        width: 20px;
402
 
        height: 20px;
403
 
        cursor: default;
404
 
        padding: 1px 2px;
405
 
        margin: 1px;
 
118
.mce-menu .mce-container-body {
 
119
        min-width: 160px;
 
120
}
 
121
 
 
122
.mce-menu-item {
 
123
        border: none;
 
124
        margin-bottom: 2px;
 
125
}
 
126
 
 
127
.mce-menu-has-icons i.mce-ico {
 
128
        line-height: 20px;
 
129
}
 
130
 
 
131
/* TinyMCE panel */
 
132
div.mce-panel {
 
133
        border: 0;
 
134
        background: #fff;
 
135
        -webkit-filter: none;
 
136
        filter: none;
 
137
}
 
138
 
 
139
.mce-panel.mce-menu {
 
140
        border: 1px solid #ddd;
 
141
}
 
142
 
 
143
div.mce-tab {
 
144
        line-height: 13px;
 
145
}
 
146
 
 
147
/* TinyMCE toolbars */
 
148
div.mce-toolbar-grp {
 
149
        border-bottom: 1px solid #dedede;
 
150
        background: #f5f5f5;
 
151
        padding: 3px;
 
152
        position: relative;
 
153
}
 
154
 
 
155
.has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first {
 
156
        padding-left: 32px;
 
157
}
 
158
 
 
159
.mce-toolbar .mce-btn-group {
 
160
        margin: 0;
 
161
}
 
162
 
 
163
div.mce-statusbar {
 
164
        border-top: 1px solid #eee;
 
165
}
 
166
 
 
167
div.mce-path {
 
168
        padding: 0 8px 2px;
 
169
        margin: 0;
 
170
}
 
171
 
 
172
.mce-toolbar .mce-btn,
 
173
.qt-fullscreen {
 
174
        border-color: transparent;
 
175
        background: transparent;
 
176
        -webkit-box-shadow: none;
 
177
        box-shadow: none;
 
178
        text-shadow: none;
 
179
        cursor: pointer;
 
180
}
 
181
 
 
182
#wp-fullscreen-buttons .mce-btn,
 
183
.mce-toolbar .mce-btn-group .mce-btn,
 
184
.qt-fullscreen {
 
185
        border: 1px solid transparent;
 
186
        margin: 2px;
 
187
        background-image: none;
406
188
        -webkit-border-radius: 2px;
407
189
        border-radius: 2px;
408
 
}
409
 
 
410
 
.wp_themeSkin a.mceButtonEnabled:hover {
411
 
        background-image: inherit 0 -10px;
412
 
}
413
 
 
414
 
.wp_themeSkin .mceOldBoxModel a.mceButton span, .wp_themeSkin .mceOldBoxModel a.mceButton img {
415
 
        margin: 0 1px 0 0;
416
 
}
417
 
 
418
 
.wp_themeSkin .mceButtonDisabled .mceIcon {
419
 
        opacity: 0.2;
420
 
        filter: alpha(opacity=20);
421
 
}
422
 
 
423
 
/* Separator */
424
 
.wp_themeSkin .mceSeparator {
425
 
        display: none;
426
 
}
427
 
 
428
 
/* ListBox */
429
 
.wp_themeSkin .mceListBox,
430
 
.wp_themeSkin .mceListBox a {
431
 
        display: block;
432
 
}
433
 
 
434
 
.wp_themeSkin .mceListBox .mceText {
435
 
        padding: 1px 5px 1px 4px;
436
 
        width: 70px;
437
 
        text-align: right;
438
 
        text-decoration: none;
439
 
        -webkit-border-bottom-right-radius: 2px;
440
 
        -webkit-border-top-right-radius: 2px;
441
 
        border-bottom-right-radius: 2px;
442
 
        border-top-right-radius: 2px;
443
 
        font-family: sans-serif;
444
 
        font-size: 12px;
445
 
        height: 20px;
446
 
        line-height: 20px;
447
 
        overflow: hidden;
448
 
}
449
 
 
450
 
.wp_themeSkin .mceListBox {
451
 
        margin: 1px;
452
 
        direction: rtl;
453
 
        background-color: #fff;
454
 
        border: 1px solid #ddd;
455
 
        -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
456
 
        box-shadow:         inset 0 1px 1px -1px rgba(0, 0, 0, .2);
457
 
}
458
 
 
459
 
.wp_themeSkin .mceListBox .mceOpen {
460
 
        width: 12px;
461
 
        height: 20px;
462
 
        border-collapse: separate;
463
 
        padding: 1px;
464
 
        -webkit-border-bottom-right-radius: 0;
465
 
        -webkit-border-top-right-radius: 0;
466
 
        border-bottom-right-radius: 0;
467
 
        border-top-right-radius: 0;
468
 
}
469
 
 
470
 
.wp_themeSkin .mceListBox .mceFirst a {
471
 
        border-style: solid;
472
 
        border-width: 1px;
473
 
        border-bottom-left-radius: 2px;
474
 
        border-top-left-radius: 2px;
475
 
}
476
 
 
477
 
.wp_themeSkin .mceListBoxMenu .mce_formatPreview {
 
190
        -webkit-filter: none;
 
191
        filter: none;
 
192
}
 
193
 
 
194
#wp-fullscreen-buttons .mce-btn:hover,
 
195
.mce-toolbar .mce-btn-group .mce-btn:hover,
 
196
#wp-fullscreen-buttons .mce-btn:focus,
 
197
.mce-toolbar .mce-btn-group .mce-btn:focus,
 
198
.qt-fullscreen:hover,
 
199
.qt-fullscreen:focus {
 
200
        background: #fafafa;
 
201
        border-color: #999;
 
202
        color: #222;
 
203
        -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
 
204
        box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
 
205
}
 
206
 
 
207
.mce-toolbar .mce-btn-group .mce-btn.mce-active,
 
208
#wp-fullscreen-buttons .mce-btn.mce-active,
 
209
.mce-toolbar .mce-btn-group .mce-btn:active,
 
210
#wp-fullscreen-buttons .mce-btn:active {
 
211
        background: #ebebeb;
 
212
        border-color: #999;
 
213
        -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3 );
 
214
        box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3 );
 
215
}
 
216
 
 
217
.mce-toolbar .mce-btn-group .mce-btn.mce-active:hover {
 
218
        border-color: #555;
 
219
}
 
220
 
 
221
.mce-toolbar .mce-btn-group .mce-btn.mce-active:hover i.mce-ico {
 
222
        color: #555;
 
223
}
 
224
 
 
225
.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover,
 
226
#wp-fullscreen-buttons .mce-btn.mce-disabled:hover,
 
227
.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,
 
228
#wp-fullscreen-buttons .mce-btn.mce-disabled:focus {
 
229
        color: #aaa;
 
230
        background: none;
 
231
        border-color: #ddd;
 
232
        text-shadow: 0 1px 0 #fff;
 
233
        -webkit-box-shadow: none;
 
234
        box-shadow: none;
 
235
}
 
236
 
 
237
.mce-toolbar .mce-btn-group .mce-first,
 
238
.mce-toolbar .mce-btn-group .mce-last {
 
239
        border-color: transparent;
 
240
}
 
241
 
 
242
.mce-toolbar .mce-btn button,
 
243
.qt-fullscreen {
 
244
        padding: 2px 3px;
478
245
        line-height: normal;
479
246
}
480
247
 
481
 
.wp_themeSkin .mceListBox .mceOpen,
482
 
.wp_themeSkin .mceListBoxHover .mceOpen,
483
 
.wp_themeSkin .mceListBoxSelected .mceOpen,
484
 
.wp_themeSkin table.mceListBoxEnabled .mceOpen {
485
 
        background-image: url("../images/down_arrow.gif");
486
 
        background-position: 3px 1px;
487
 
        background-repeat: no-repeat;
488
 
}
489
 
 
490
 
.wp_themeSkin .mceListBoxDisabled .mceText {
491
 
        color: gray;
492
 
}
493
 
 
494
 
.wp_themeSkin .mceListBoxMenu {
495
 
        overflow: auto;
496
 
        overflow-x: hidden;
497
 
}
498
 
 
499
 
.wp_themeSkin .mceOldBoxModel .mceListBox .mceText {
 
248
.mce-toolbar .mce-btn i {
 
249
        text-shadow: none;
 
250
}
 
251
 
 
252
.mce-toolbar .mce-btn-group > div {
 
253
        white-space: normal;
 
254
}
 
255
 
 
256
.mce-toolbar .mce-colorbutton .mce-open {
 
257
        border-left: 0;
 
258
}
 
259
 
 
260
.mce-toolbar .mce-colorbutton .mce-preview {
 
261
        margin-right: -17px;
 
262
        padding: 0;
 
263
        width: 18px;
 
264
}
 
265
 
 
266
/* mce listbox */
 
267
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
 
268
    -webkit-border-radius: 0;
 
269
    border-radius: 0;
 
270
    direction: rtl;
 
271
    background: #fff;
 
272
    border: 1px solid #ddd;
 
273
    -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
 
274
    box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
 
275
}
 
276
 
 
277
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover {
 
278
    background-image: none;
 
279
    border-color: #bbb;
 
280
}
 
281
 
 
282
.mce-panel .mce-btn i.mce-caret {
 
283
        border-top: 6px solid #777;
 
284
        margin-right: 2px;
 
285
        margin-left: 2px;
 
286
}
 
287
 
 
288
.mce-listbox i.mce-caret {
 
289
        left: 6px;
 
290
}
 
291
 
 
292
.mce-panel .mce-btn button.mce-open i.mce-caret,
 
293
.mce-panel .mce-btn.mce-listbox i.mce-caret {
 
294
        margin-right: 0;
 
295
        margin-left: 0;
 
296
}
 
297
 
 
298
.mce-panel .mce-btn:hover i.mce-caret {
 
299
        border-top-color: #333;
 
300
}
 
301
 
 
302
.mce-panel .mce-active i.mce-caret {
 
303
        border-top: 0;
 
304
        border-bottom: 6px solid #333;
 
305
        margin-top: 7px;
 
306
}
 
307
 
 
308
.mce-listbox.mce-active i.mce-caret {
 
309
        margin-top: -3px;
 
310
}
 
311
 
 
312
.mce-toolbar .mce-splitbtn:hover .mce-open {
 
313
        border-left-color: transparent;
 
314
}
 
315
 
 
316
.mce-toolbar .mce-splitbtn .mce-open.mce-active{
 
317
        -webkit-box-shadow: none;
 
318
        box-shadow: none;
 
319
}
 
320
 
 
321
.mce-menu .mce-menu-item-normal.mce-active {
 
322
        background-color: #e5e5e5;
 
323
        -webkit-filter: none;
 
324
        filter: none;
 
325
}
 
326
 
 
327
.mce-menu .mce-menu-item:hover,
 
328
.mce-menu .mce-menu-item.mce-selected,
 
329
.mce-menu .mce-menu-item:focus {
 
330
        color: #000;
 
331
        background-color: #bbb;
 
332
        background-image: none;
 
333
        -webkit-filter: none;
 
334
        filter: none;
 
335
}
 
336
 
 
337
.mce-menu .mce-menu-item:hover .mce-ico,
 
338
.mce-menu .mce-menu-item.mce-selected .mce-ico,
 
339
.mce-menu .mce-menu-item:focus .mce-ico,
 
340
.mce-menu .mce-menu-item:hover .mce-text,
 
341
.mce-menu .mce-menu-item.mce-active:hover .mce-text,
 
342
.mce-menu .mce-menu-item.mce-selected .mce-text {
 
343
        color: #000;
 
344
}
 
345
 
 
346
/* Menubar */
 
347
.mce-menubar {
 
348
        border-color: #e5e5e5;
 
349
}
 
350
 
 
351
.mce-menubar .mce-btn:focus {
 
352
        outline: 0;
 
353
}
 
354
 
 
355
div.mce-menu .mce-menu-item-sep,
 
356
.mce-menu-item-sep:hover {
 
357
        margin: 5px 0 4px;
 
358
}
 
359
 
 
360
.mce-menubtn span {
 
361
        margin-left: 0;
 
362
        padding-right: 3px;
 
363
}
 
364
 
 
365
.mce-menu-has-icons i.mce-ico:before {
 
366
        margin-right: -2px;
 
367
}
 
368
 
 
369
/* Buttons in modals */
 
370
.mce-primary button,
 
371
.mce-primary button i {
 
372
        text-align: center;
 
373
        color: #fff;
 
374
        text-shadow: none;
 
375
        padding: 0;
 
376
        line-height: 26px;
 
377
}
 
378
 
 
379
.mce-window .mce-btn {
 
380
        color: #555;
 
381
        background: #f7f7f7;
 
382
        text-decoration: none;
 
383
        font-size: 13px;
 
384
        line-height: 26px;
 
385
        height: 28px;
 
386
        margin: 0;
 
387
        padding: 0;
 
388
        cursor: pointer;
 
389
        border: 1px solid #ccc;
 
390
        -webkit-appearance: none;
 
391
        -webkit-border-radius: 3px;
 
392
        border-radius: 3px;
 
393
        white-space: nowrap;
 
394
        -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
 
395
        box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
 
396
        background-image: none;
 
397
}
 
398
 
 
399
/* Remove the dotted border on :focus and the extra padding in Firefox */
 
400
.mce-window .mce-btn::-moz-focus-inner {
 
401
        border-width: 1px 0;
 
402
        border-style: solid none;
 
403
        border-color: transparent;
 
404
        padding: 0;
 
405
}
 
406
 
 
407
.mce-window .mce-btn:hover {
 
408
        background: #fafafa;
 
409
        border-color: #999;
 
410
        color: #222;
 
411
}
 
412
 
 
413
.mce-window .mce-btn:focus {
 
414
        -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
 
415
        box-shadow: 1px 1px 1px rgba(0,0,0,.2);
 
416
}
 
417
 
 
418
.mce-window .mce-btn:active {
 
419
        background: #eee;
 
420
        border-color: #999;
 
421
        color: #333;
 
422
        -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
 
423
        box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
 
424
}
 
425
 
 
426
.mce-window .mce-btn.mce-disabled {
 
427
        color: #aaa;
 
428
        border-color: #ddd;
 
429
        -webkit-box-shadow: none;
 
430
        box-shadow: none;
 
431
        text-shadow: 0 1px 0 #fff;
 
432
        cursor: default;
 
433
}
 
434
 
 
435
.mce-window .mce-btn.mce-primary {
 
436
        background: #2ea2cc;
 
437
        border-color: #0074a2;
 
438
        -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
 
439
        box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
 
440
        color: #fff;
 
441
        text-decoration: none;
 
442
}
 
443
 
 
444
.mce-window .mce-btn.mce-primary:hover {
 
445
        background: #1e8cbe;
 
446
        border-color: #0074a2;
 
447
        -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
 
448
        box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
 
449
        color: #fff;
 
450
}
 
451
 
 
452
.mce-window .mce-btn.mce-primary:focus {
 
453
        border-color: #0e3950;
 
454
        -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
 
455
        box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
 
456
}
 
457
 
 
458
.mce-window .mce-btn.mce-primary:active {
 
459
        background: #1b7aa6;
 
460
        border-color: #005684;
 
461
        color: rgba(255,255,255,0.95);
 
462
        -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
 
463
        box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
 
464
}
 
465
 
 
466
.mce-window .mce-btn.mce-primary.mce-disabled {
 
467
        color: #94cde7;
 
468
        background: #298cba;
 
469
        border-color: #1b607f;
 
470
        text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
 
471
}
 
472
 
 
473
.mce-menubtn.mce-fixed-width button span {
 
474
        max-width: 80px;
 
475
        padding-left: 16px;
 
476
}
 
477
 
 
478
/* Charmap modal */
 
479
.mce-charmap {
 
480
        margin: 3px;
 
481
}
 
482
 
 
483
.mce-charmap td {
 
484
        padding: 0;
 
485
        border-color: #dfdfdf;
 
486
        cursor: pointer;
 
487
}
 
488
 
 
489
.mce-charmap td:hover {
 
490
        background: #f3f3f3;
 
491
}
 
492
 
 
493
.mce-charmap td div {
 
494
        width: 18px;
500
495
        height: 22px;
501
 
}
502
 
 
503
 
.wp_themeSkin select.mceListBox {
504
 
        font-family: sans-serif;
 
496
        line-height: 22px;
 
497
}
 
498
 
 
499
/* TinyMCE tooltips */
 
500
.mce-tooltip {
 
501
        margin-top: 2px;
 
502
}
 
503
 
 
504
.mce-tooltip-inner {
 
505
        -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
 
506
        box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
 
507
        color: #fff;
505
508
        font-size: 12px;
506
 
        border-color: #b2b2b2;
507
 
        background-color: #fff;
508
 
}
509
 
 
510
 
/* SplitButton */
511
 
.wp_themeSkin .mceSplitButton a,
512
 
.wp_themeSkin .mceSplitButton span {
513
 
        display: block;
514
 
        height: 20px;
515
 
}
516
 
 
517
 
.wp_themeSkin .mceSplitButton {
518
 
        display: block;
519
 
        direction: rtl;
520
 
}
521
 
 
522
 
.wp_themeSkin table.mceSplitButton td {
523
 
        padding: 2px;
524
 
        -webkit-border-radius: 2px;
525
 
        border-radius: 2px;
526
 
}
527
 
 
528
 
.wp_themeSkin table.mceSplitButton:hover td {
529
 
        background-image: inherit 0 -10px;
530
 
}
531
 
 
532
 
.wp_themeSkin .mceSplitButton a.mceAction {
533
 
        height: 20px;
534
 
        width: 20px;
535
 
        padding: 1px 2px;
536
 
        border-left: 0 none;
537
 
}
538
 
 
539
 
.wp_themeSkin .mceSplitButton span.mceAction {
540
 
        background-image: url("../js/tinymce/themes/advanced/img/icons.gif");
541
 
        background-repeat: no-repeat;
542
 
        background-color: transparent;
543
 
        width: 20px;
544
 
}
545
 
 
546
 
.wp_themeSkin .mceSplitButton span.mceAction.mce_bullist,
547
 
.wp_themeSkin .mceSplitButton span.mceAction.mce_numlist {
548
 
        background-image: none;
549
 
}
550
 
 
551
 
.wp_themeSkin .mceSplitButton a.mceOpen {
552
 
        width: 11px;
553
 
        height: 20px;
554
 
        background-position: 0px 2px;
555
 
        background-repeat: no-repeat;
556
 
        padding: 1px 0;
557
 
}
558
 
 
559
 
.wp_themeSkin .mceSplitButton span.mceOpen {
560
 
        display: none;
561
 
}
562
 
 
563
 
.wp_themeSkin .mceSplitButtonDisabled .mceAction {
564
 
        opacity: 0.3;
565
 
        filter: alpha(opacity=30);
566
 
}
567
 
 
568
 
.wp_themeSkin .mceListBox a.mceText,
569
 
.wp_themeSkin .mceSplitButton a.mceAction {
570
 
        -webkit-border-bottom-right-radius: 2px;
571
 
        -webkit-border-top-right-radius: 2px;
572
 
        border-bottom-right-radius: 2px;
573
 
        border-top-right-radius: 2px;
574
 
}
575
 
 
576
 
.wp_themeSkin .mceSplitButton a.mceOpen,
577
 
.wp_themeSkin .mceListBox a.mceOpen {
578
 
        -webkit-border-bottom-left-radius: 2px;
579
 
        -webkit-border-top-left-radius: 2px;
580
 
        border-bottom-left-radius: 2px;
581
 
        border-top-left-radius: 2px;
582
 
}
583
 
 
584
 
/* ColorSplitButton */
585
 
.wp_themeSkin div.mceColorSplitMenu table {
586
 
        background-color: #ebebeb;
587
 
        border-color: #bbb;
588
 
}
589
 
 
590
 
.wp_themeSkin .mceColorSplitMenu td {
591
 
        padding: 2px;
592
 
}
593
 
 
594
 
.wp_themeSkin .mceColorSplitMenu a {
595
 
        display: block;
596
 
        width: 9px;
597
 
        height: 9px;
598
 
        overflow: hidden;
599
 
        border-color: #B2B2B2;
600
 
}
601
 
 
602
 
.wp_themeSkin .mceColorSplitMenu td.mceMoreColors {
603
 
        padding: 1px 1px 1px 3px;
604
 
}
605
 
 
606
 
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
607
 
        width: 100%;
608
 
        height: auto;
 
509
}
 
510
 
 
511
/* TinyMCE icons */
 
512
.mce-ico {
 
513
        font-family: 'tinymce', Arial;
 
514
}
 
515
 
 
516
.mce-btn-small .mce-ico {
 
517
    font-family: 'tinymce-small', Arial;
 
518
}
 
519
 
 
520
.mce-toolbar .mce-ico {
 
521
        color: #777;
 
522
        line-height: 20px;
 
523
        width: 20px;
 
524
        height: 20px;
609
525
        text-align: center;
610
 
        font-family: "Open Sans", sans-serif;
611
 
        font-size: 11px;
612
 
        line-height: 20px;
613
 
        border-color: #fff;
614
 
}
615
 
 
616
 
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {}
617
 
.wp_themeSkin a.mceMoreColors:hover {}
618
 
.wp_themeSkin .mceColorPreview {
619
 
        margin: -5px 2px 0 0;
620
 
        width: 16px;
621
 
        height: 4px;
622
 
        overflow: hidden;
623
 
}
624
 
 
625
 
/* Menu */
626
 
.wp_themeSkin .mceMenu {
627
 
        position: absolute;
628
 
        right: 0;
629
 
        top: 0;
630
 
        z-index: 1000;
631
 
        border-color: #ddd;
632
 
        direction: rtl;
633
 
}
634
 
 
635
 
.wp_themeSkin .mceNoIcons span.mceIcon {
636
 
        width: 0;
637
 
}
638
 
 
639
 
.wp_themeSkin .mceNoIcons a .mceText {
640
 
        padding-right: 10px;
641
 
}
642
 
 
643
 
.wp_themeSkin .mceMenu table {
644
 
        background-color: #ebeaeb;
645
 
}
646
 
 
647
 
.wp_themeSkin .mceMenu a,
648
 
.wp_themeSkin .mceMenu span,
649
 
.wp_themeSkin .mceMenu {
650
 
        display: block;
651
 
}
652
 
 
653
 
.wp_themeSkin .mceMenu td {
654
 
        height: 20px;overflow: hidden;
655
 
}
656
 
 
657
 
.wp_themeSkin .mceMenu a {
658
 
        position: relative;
659
 
        padding: 3px 0 4px 0;
660
 
        text-decoration: none !important;
661
 
}
662
 
 
663
 
.wp_themeSkin .mceMenu .mceText {
664
 
        position: relative;
665
 
        display: block;
666
 
        font-family: "Open Sans", sans-serif;
667
 
        cursor: default;
 
526
        text-shadow: none;
668
527
        margin: 0;
669
 
        padding: 0 25px;
670
 
        color: #000;
671
 
}
672
 
 
673
 
.wp_themeSkin .mceMenu span.mceText, .wp_themeSkin .mceMenu .mcePreview {
674
 
        font-size: 12px;
675
 
}
676
 
 
677
 
.wp_themeSkin .mceMenu pre.mceText {
678
 
        font-family: Monospace;
679
 
}
680
 
 
681
 
.wp_themeSkin .mceMenu .mceIcon {
682
 
        position: absolute;
683
 
        top: 0;
684
 
        right: 0;
685
 
        width: 22px;
686
 
}
687
 
 
688
 
.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
689
 
.wp_themeSkin .mceMenu .mceMenuItemActive {
690
 
        background-color: #f5f5f5;
691
 
}
692
 
 
693
 
.wp_themeSkin td.mceMenuItemSeparator {
694
 
        height: 1px;
695
 
        background-color: #aaa;
696
 
}
697
 
 
698
 
.wp_themeSkin .mceMenuItemTitle a {
699
 
        border-top: 0;
700
 
        border-left: 0;
701
 
        border-right: 0;
702
 
        border-bottom: 1px solid #aaa;
703
 
        text-decoration: none !important;
704
 
        background-color: #ccc;
705
 
}
706
 
 
707
 
.wp_themeSkin .mceMenuItemTitle span.mceText {
708
 
        font-weight: bold;
709
 
        padding-right: 4px;
710
 
        color: #000;
711
 
}
712
 
 
713
 
.wp_themeSkin .mceMenuItemSelected .mceIcon {
714
 
        background: url("../js/tinymce/themes/advanced/skins/default/img/menu_check.gif");
715
 
        color: #888;
716
 
}
717
 
 
718
 
.wp_themeSkin .mceNoIcons .mceMenuItemSelected a {
719
 
        background: url("../js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif") no-repeat -6px center;
720
 
}
721
 
 
722
 
.wp_themeSkin .mceMenu span.mceMenuLine {
723
 
        display: none;
724
 
}
725
 
 
726
 
.wp_themeSkin .mceMenuItemSub a {
727
 
        background: url("../js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif") no-repeat top left;
728
 
}
729
 
 
730
 
/* Progress,Resize */
731
 
.wp_themeSkin .mceBlocker {
732
 
        position: absolute;
733
 
        right: 0;
734
 
        top: 0;
735
 
        z-index: 1000;
736
 
        opacity: 0.5;
737
 
        filter: alpha(opacity=50);
738
 
        background: #FFF;
739
 
}
740
 
 
741
 
.wp_themeSkin .mceProgress {
742
 
        position: absolute;
743
 
        right: 0;
744
 
        top: 0;
745
 
        z-index: 1001;
746
 
        background: url("../js/tinymce/themes/advanced/skins/default/img/progress.gif") no-repeat;
747
 
        width: 32px;
748
 
        height: 32px;
749
 
        margin: -16px -16px 0 0;
750
 
}
751
 
 
752
 
.wp_themeSkin .mcePlaceHolder {
753
 
        border: 1px dotted gray;
754
 
}
755
 
 
756
 
/* Rtl */
757
 
.mceRtl .mceListBox .mceText {
758
 
        text-align: left;
759
 
        padding: 0 0 0 4px;
760
 
}
761
 
 
762
 
.mceRtl .mceMenuItem .mceText {
763
 
        text-align: left;
764
 
}
765
 
 
766
 
/* Formats */
767
 
.wp_themeSkin .mce_p span.mceText {}
768
 
.wp_themeSkin .mce_address span.mceText {
769
 
        font-style: italic;
770
 
}
771
 
 
772
 
.wp_themeSkin .mce_pre span.mceText {
773
 
        font-family: monospace;
774
 
}
775
 
 
776
 
.wp_themeSkin .mce_h1 span.mceText {
777
 
        font-weight: bolder;
778
 
        font-size: 18px;
779
 
}
780
 
 
781
 
.wp_themeSkin .mce_h2 span.mceText {
782
 
        font-weight: bolder;
783
 
        font-size: 14px;
784
 
}
785
 
 
786
 
.wp_themeSkin .mce_h3 span.mceText {
787
 
        font-weight: bolder;
788
 
        font-size: 12px;
789
 
}
790
 
 
791
 
.wp_themeSkin .mce_h4 span.mceText {
792
 
        font-weight: bolder;
793
 
        font-size: 11px;
794
 
}
795
 
 
796
 
.wp_themeSkin .mce_h5 span.mceText {
797
 
        font-weight: bolder;
798
 
        font-size: 11px;
799
 
}
800
 
 
801
 
.wp_themeSkin .mce_h6 span.mceText {
802
 
        font-weight: bolder;
803
 
        font-size: 10px;
804
 
}
805
 
 
806
 
span.mce_bold:before {
 
528
        padding: 0;
 
529
}
 
530
 
 
531
.qt-fullscreen {
 
532
        color: #777;
 
533
        line-height: 20px;
 
534
        width: 28px;
 
535
        height: 26px;
 
536
        text-align: center;
 
537
        text-shadow: none;
 
538
}
 
539
 
 
540
.mce-toolbar .mce-btn .mce-open {
 
541
        line-height: 20px;
 
542
}
 
543
 
 
544
.mce-toolbar .mce-btn:hover .mce-open,
 
545
.mce-toolbar .mce-btn:focus .mce-open,
 
546
.mce-toolbar .mce-btn.mce-active .mce-open {
 
547
        border-right-color: #999;
 
548
}
 
549
 
 
550
i.mce-i-bold,
 
551
i.mce-i-italic,
 
552
i.mce-i-bullist,
 
553
i.mce-i-numlist,
 
554
i.mce-i-blockquote,
 
555
i.mce-i-alignleft,
 
556
i.mce-i-aligncenter,
 
557
i.mce-i-alignright,
 
558
i.mce-i-link,
 
559
i.mce-i-unlink,
 
560
i.mce-i-wp_more,
 
561
i.mce-i-strikethrough,
 
562
i.mce-i-spellchecker,
 
563
i.mce-i-fullscreen,
 
564
i.mce-i-wp_fullscreen,
 
565
i.mce-i-wp_adv,
 
566
i.mce-i-underline,
 
567
i.mce-i-alignjustify,
 
568
i.mce-i-forecolor,
 
569
i.mce-i-pastetext,
 
570
i.mce-i-pasteword,
 
571
i.mce-i-removeformat,
 
572
i.mce-i-charmap,
 
573
i.mce-i-outdent,
 
574
i.mce-i-indent,
 
575
i.mce-i-undo,
 
576
i.mce-i-redo,
 
577
i.mce-i-help,
 
578
i.mce-i-wp_help,
 
579
i.mce-i-wp-media-library,
 
580
i.mce-i-ltr,
 
581
i.mce-i-wp_page,
 
582
i.mce-i-hr,
 
583
.mce-close {
 
584
        font: normal 20px/1 'dashicons';
 
585
        padding: 0;
 
586
        vertical-align: top;
 
587
        speak: none;
 
588
        -webkit-font-smoothing: antialiased;
 
589
        -moz-osx-font-smoothing: grayscale;
 
590
        margin-right: -2px;
 
591
        padding-left: 2px;
 
592
}
 
593
 
 
594
.qt-fullscreen {
 
595
        font: normal 20px/1 'dashicons';
 
596
        vertical-align: top;
 
597
        speak: none;
 
598
        -webkit-font-smoothing: antialiased;
 
599
        -moz-osx-font-smoothing: grayscale;
 
600
}
 
601
 
 
602
i.mce-i-bold:before {
807
603
        content: '\f200';
808
604
}
809
605
 
810
 
span.mce_italic:before {
 
606
i.mce-i-italic:before {
811
607
        content: '\f201';
812
608
}
813
609
 
814
 
span.mce_bullist:before {
 
610
i.mce-i-bullist:before {
815
611
        content: '\f203';
816
612
}
817
613
 
818
 
span.mce_numlist:before {
 
614
i.mce-i-numlist:before {
819
615
        content: '\f204';
820
616
}
821
617
 
822
 
span.mce_blockquote:before {
 
618
i.mce-i-blockquote:before {
823
619
        content: '\f205';
824
620
}
825
621
 
826
 
span.mce_justifyleft:before {
 
622
i.mce-i-alignleft:before {
827
623
        content: '\f206';
828
624
}
829
625
 
830
 
span.mce_justifycenter:before {
 
626
i.mce-i-aligncenter:before {
831
627
        content: '\f207';
832
628
}
833
629
 
834
 
span.mce_justifyright:before {
 
630
i.mce-i-alignright:before {
835
631
        content: '\f208';
836
632
}
837
633
 
838
 
span.mce_link:before {
 
634
i.mce-i-link:before {
839
635
        content: '\f103';
840
636
}
841
637
 
842
 
span.mce_unlink:before {
 
638
i.mce-i-unlink:before {
843
639
        content: '\f225';
844
640
}
845
641
 
846
 
span.mce_wp_more:before {
 
642
i.mce-i-wp_more:before {
847
643
        content: '\f209';
848
644
}
849
645
 
850
 
span.mce_strikethrough:before {
 
646
i.mce-i-strikethrough:before {
851
647
        content: '\f224';
852
648
}
853
649
 
854
 
span.mce_spellchecker {
855
 
        font-size: 20px;
856
 
        background: none !important;
857
 
        margin-top: 2px;
858
 
}
859
 
 
860
 
span.mce_spellchecker:before {
 
650
i.mce-i-spellchecker:before {
861
651
        content: '\f210';
862
652
}
863
653
 
864
 
span.mce_fullscreen:before,
865
 
span.mce_wp_fullscreen:before {
 
654
i.mce-i-fullscreen:before,
 
655
i.mce-i-wp_fullscreen:before,
 
656
.qt-fullscreen:before {
866
657
        content: '\f211';
867
658
}
868
659
 
869
 
span.mce_wp_adv:before {
 
660
i.mce-i-wp_adv:before {
870
661
        content: '\f212';
871
662
}
872
 
span.mce_underline:before {
 
663
 
 
664
i.mce-i-underline:before {
873
665
        content: '\f213';
874
666
}
875
667
 
876
 
span.mce_justifyfull:before {
 
668
i.mce-i-alignjustify:before {
877
669
        content: '\f214';
878
670
}
879
671
 
880
 
span.mce_forecolor {
881
 
        background: none !important;
882
 
}
883
 
 
884
 
span.mce_forecolor:before {
 
672
i.mce-i-forecolor:before {
885
673
        content: '\f215';
886
674
}
887
675
 
888
 
span.mce_pastetext:before {
 
676
i.mce-i-pastetext:before {
889
677
        content: '\f217';
890
678
}
891
679
 
892
 
span.mce_pasteword:before {
893
 
        content: '\f216';
894
 
}
895
 
 
896
 
span.mce_removeformat:before {
 
680
i.mce-i-removeformat:before {
897
681
        content: '\f218';
898
682
}
899
683
 
900
 
span.mce_charmap:before {
 
684
i.mce-i-charmap:before {
901
685
        content: '\f220';
902
686
}
903
687
 
904
 
span.mce_outdent:before {
 
688
i.mce-i-outdent:before {
905
689
        content: '\f221';
906
690
}
907
691
 
908
 
span.mce_indent:before {
 
692
i.mce-i-indent:before {
909
693
        content: '\f222';
910
694
}
911
695
 
912
 
span.mce_undo:before {
 
696
i.mce-i-undo:before {
913
697
        content: '\f171';
914
698
}
915
699
 
916
 
span.mce_redo:before {
 
700
i.mce-i-redo:before {
917
701
        content: '\f172';
918
702
}
919
703
 
920
 
span.mce_help:before,
921
 
span.mce_wp_help:before {
 
704
i.mce-i-help:before,
 
705
i.mce-i-wp_help:before {
922
706
        content: '\f223';
923
707
}
924
708
 
925
 
span.mce_image:before {
 
709
i.mce-i-wp-media-library:before {
926
710
        content: '\f104';
927
711
}
928
712
 
929
 
span.mce_ltr:before {
 
713
i.mce-i-ltr:before {
930
714
        content: '\f320';
931
715
}
932
716
 
933
 
/* Default icons */
934
 
.wp_themeSkin span.mce_cleanup {background-position:-380px -20px}
935
 
.wp_themeSkin span.mce_anchor {background-position:-200px 0}
936
 
.wp_themeSkin span.mce_sub {background-position:-600px 0}
937
 
.wp_themeSkin span.mce_sup {background-position:-620px 0}
938
 
.wp_themeSkin span.mce_newdocument {background-position:-520px 0}
939
 
.wp_themeSkin span.mce_image {background-position:-380px 0}
940
 
.wp_themeSkin span.mce_code {background-position:-260px 0}
941
 
.wp_themeSkin span.mce_hr {background-position:-360px 0}
942
 
.wp_themeSkin span.mce_visualaid {background-position:-660px 0}
943
 
.wp_themeSkin span.mce_paste {background-position:-560px 0}
944
 
.wp_themeSkin span.mce_copy {background-position:-700px 0}
945
 
.wp_themeSkin span.mce_cut {background-position:-680px 0}
946
 
.wp_themeSkin .mce_backcolor span.mceAction {background-position:-760px 0}
947
 
.wp_themeSkin .mce_backcolorpicker {background-position:-760px 0}
948
 
 
949
 
/* Plugins */
950
 
.wp_themeSkin span.mce_advhr {background-position:-0px -20px}
951
 
.wp_themeSkin span.mce_ltr {background-position:-20px -20px}
952
 
.wp_themeSkin span.mce_rtl {background-position:-40px -20px}
953
 
.wp_themeSkin span.mce_emotions {background-position:-60px -20px}
954
 
.wp_themeSkin span.mce_fullpage {background-position:-80px -20px}
955
 
.wp_themeSkin span.mce_iespell {background-position:-120px -20px}
956
 
.wp_themeSkin span.mce_insertdate {background-position:-140px -20px}
957
 
.wp_themeSkin span.mce_inserttime {background-position:-160px -20px}
958
 
.wp_themeSkin span.mce_absolute {background-position:-180px -20px}
959
 
.wp_themeSkin span.mce_backward {background-position:-200px -20px}
960
 
.wp_themeSkin span.mce_forward {background-position:-220px -20px}
961
 
.wp_themeSkin span.mce_insert_layer {background-position:-240px -20px}
962
 
.wp_themeSkin span.mce_insertlayer {background-position:-260px -20px}
963
 
.wp_themeSkin span.mce_movebackward {background-position:-280px -20px}
964
 
.wp_themeSkin span.mce_moveforward {background-position:-300px -20px}
965
 
.wp_themeSkin span.mce_media {background-position:-320px -20px}
966
 
.wp_themeSkin span.mce_nonbreaking {background-position:-340px -20px}
967
 
.wp_themeSkin span.mce_selectall {background-position:-400px -20px}
968
 
.wp_themeSkin span.mce_preview {background-position:-420px -20px}
969
 
.wp_themeSkin span.mce_print {background-position:-440px -20px}
970
 
.wp_themeSkin span.mce_cancel {background-position:-460px -20px}
971
 
.wp_themeSkin span.mce_save {background-position:-480px -20px}
972
 
.wp_themeSkin span.mce_replace {background-position:-500px -20px}
973
 
.wp_themeSkin span.mce_search {background-position:-520px -20px}
974
 
.wp_themeSkin span.mce_styleprops {background-position:-560px -20px}
975
 
.wp_themeSkin span.mce_table {background-position:-580px -20px}
976
 
.wp_themeSkin span.mce_cell_props {background-position:-600px -20px}
977
 
.wp_themeSkin span.mce_delete_table {background-position:-620px -20px}
978
 
.wp_themeSkin span.mce_delete_col {background-position:-640px -20px}
979
 
.wp_themeSkin span.mce_delete_row {background-position:-660px -20px}
980
 
.wp_themeSkin span.mce_col_after {background-position:-680px -20px}
981
 
.wp_themeSkin span.mce_col_before {background-position:-700px -20px}
982
 
.wp_themeSkin span.mce_row_after {background-position:-720px -20px}
983
 
.wp_themeSkin span.mce_row_before {background-position:-740px -20px}
984
 
.wp_themeSkin span.mce_merge_cells {background-position:-760px -20px}
985
 
.wp_themeSkin span.mce_table_props {background-position:-980px -20px}
986
 
.wp_themeSkin span.mce_row_props {background-position:-780px -20px}
987
 
.wp_themeSkin span.mce_split_cells {background-position:-800px -20px}
988
 
.wp_themeSkin span.mce_template {background-position:-820px -20px}
989
 
.wp_themeSkin span.mce_visualchars {background-position:-840px -20px}
990
 
.wp_themeSkin span.mce_abbr {background-position:-860px -20px}
991
 
.wp_themeSkin span.mce_acronym {background-position:-880px -20px}
992
 
.wp_themeSkin span.mce_attribs {background-position:-900px -20px}
993
 
.wp_themeSkin span.mce_cite {background-position:-920px -20px}
994
 
.wp_themeSkin span.mce_del {background-position:-940px -20px}
995
 
.wp_themeSkin span.mce_ins {background-position:-960px -20px}
996
 
.wp_themeSkin span.mce_pagebreak {background-position:0 -40px}
997
 
.wp_themeSkin span.mce_restoredraft {background-position:-20px -40px}
998
 
.wp_themeSkin span.mce_visualblocks {background-position: -40px -40px}
999
 
 
1000
 
/* border */
1001
 
.wp_themeSkin .mceExternalToolbar,
1002
 
.wp_themeSkin .mceButton,
1003
 
.wp_themeSkin a.mceButtonEnabled:hover,
1004
 
.wp_themeSkin a.mceButtonActive,
1005
 
.wp_themeSkin a.mceButtonSelected,
1006
 
.wp_themeSkin .mceListBox .mceText,
1007
 
.wp_themeSkin .mceListBox .mceOpen,
1008
 
.wp_themeSkin select.mceListBox,
1009
 
.wp_themeSkin .mceSplitButton a.mceAction,
1010
 
.wp_themeSkin .mceSplitButton a.mceOpen,
1011
 
.wp_themeSkin .mceSplitButton a.mceOpen:hover,
1012
 
.wp_themeSkin .mceSplitButtonSelected a.mceOpen,
1013
 
.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
1014
 
.wp_themeSkin .mceSplitButton a.mceAction:hover,
1015
 
.wp_themeSkin div.mceColorSplitMenu table,
1016
 
.wp_themeSkin .mceColorSplitMenu a,
1017
 
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors,
1018
 
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover,
1019
 
.wp_themeSkin a.mceMoreColors:hover,
1020
 
.wp_themeSkin .mceMenu {
1021
 
        border-style: solid;
1022
 
        border-width: 1px;
1023
 
}
1024
 
 
1025
 
.wp_themeSkin .mceListBox .mceText {
1026
 
        border-left: 0 none;
1027
 
}
1028
 
 
1029
 
.wp_themeSkin iframe {
1030
 
        background: transparent;
1031
 
}
1032
 
 
1033
 
.wp_themeSkin .mceButton {
1034
 
        border-color: transparent;
1035
 
}
1036
 
 
1037
 
.wp_themeSkin .mceListBox .mceText,
1038
 
.wp_themeSkin .mceListBox .mceOpen {
1039
 
        border-color: transparent;
1040
 
}
1041
 
 
1042
 
.wp_themeSkin a.mceButtonEnabled:hover,
1043
 
.wp_themeSkin table.mceSplitButton:hover {
1044
 
        border-color: #bbb;
1045
 
        background: #eee;
1046
 
        background-image: -webkit-gradient(linear, right bottom, right top, from(#e5e5e5), to(#fff));
1047
 
        background-image: -webkit-linear-gradient(bottom, #e5e5e5, #fff);
1048
 
        background-image:    -moz-linear-gradient(bottom, #e5e5e5, #fff);
1049
 
        background-image:      -o-linear-gradient(bottom, #e5e5e5, #fff);
1050
 
        background-image: linear-gradient(to top, #e5e5e5, #fff);
1051
 
}
1052
 
 
1053
 
.wp_themeSkin a.mceButton:active,
1054
 
.wp_themeSkin a.mceButtonEnabled:active,
1055
 
.wp_themeSkin a.mceButtonSelected:active,
1056
 
.wp_themeSkin a.mceButtonActive,
1057
 
.wp_themeSkin a.mceButtonActive:active,
1058
 
.wp_themeSkin a.mceButtonActive:hover,
1059
 
.wp_themeSkin .mceSplitButtonSelected table,
1060
 
.wp_themeSkin .mceSplitButtonSelected table:hover {
1061
 
        outline: none;
1062
 
        border-color: #999 #999 #ccc #ccc;
1063
 
        background: #eee;
1064
 
        background-image: -webkit-gradient(linear, right bottom, right top, from(#f6f6f6), to(#e3e3e3));
1065
 
        background-image: -webkit-linear-gradient(bottom, #f6f6f6, #e3e3e3);
1066
 
        background-image:    -moz-linear-gradient(bottom, #f6f6f6, #e3e3e3);
1067
 
        background-image:      -o-linear-gradient(bottom, #f6f6f6, #e3e3e3);
1068
 
        background-image: linear-gradient(to top, #f6f6f6, #e3e3e3);
1069
 
}
1070
 
 
1071
 
.wp_themeSkin .mceSplitButtonSelected table a.mceOpen,
1072
 
.wp_themeSkin .mceSplitButtonSelected table a.mceAction {
1073
 
        border-color: #999 #999 #ccc #ccc;
1074
 
}
1075
 
 
1076
 
.wp_themeSkin .mceButtonDisabled {
1077
 
        border-color: transparent;
1078
 
}
1079
 
 
1080
 
.wp_themeSkin .mceListBox .mceOpen {
1081
 
        border-right: 0;
1082
 
}
1083
 
 
1084
 
.wp_themeSkin .mceListBoxEnabled:hover,
1085
 
.wp_themeSkin .mceListBoxEnabled:active,
1086
 
.wp_themeSkin .mceListBoxHover,
1087
 
.wp_themeSkin .mceListBoxHover:active,
1088
 
.wp_themeSkin .mceListBoxSelected {
1089
 
        -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .3);
1090
 
        box-shadow:         inset 0 1px 1px -1px rgba(0, 0, 0, .3);
1091
 
        border-color: #bbb;
1092
 
}
1093
 
 
1094
 
/* SplitButton */
1095
 
.wp_themeSkin .mceSplitButton .mceLast span.mceOpen .mceIconOnly {
1096
 
        display: block;
1097
 
}
1098
 
 
1099
 
.wp_themeSkin .mceSplitButton a.mceAction,
1100
 
.wp_themeSkin .mceSplitButton a.mceOpen {
1101
 
        border-color: transparent;
1102
 
}
1103
 
 
1104
 
.wp_themeSkin .mceSplitButton:hover a {
1105
 
        border-color: #bbb;
1106
 
}
1107
 
 
1108
 
.wp_themeSkin .mceSplitButtonEnabled a.mceOpen,
1109
 
.wp_themeSkin .mceSplitButtonSelected a.mceOpen,
1110
 
.wp_themeSkin .mceSplitButtonActive a.mceOpen,
1111
 
.wp_themeSkin .mceSplitButtonEnabled:hover a.mceOpen {
1112
 
        background-image: url("../images/down_arrow.gif");
1113
 
        background-position: 1px 2px;
1114
 
        background-repeat: no-repeat;
1115
 
        border-right: 0;
1116
 
}
1117
 
 
1118
 
.wp_themeSkin .mceSplitButtonActive td {
1119
 
        -webkit-border-radius: 3px;
1120
 
        border-radius: 3px;
1121
 
}
1122
 
 
1123
 
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
1124
 
        border-color: #0A246A;
1125
 
        background-color: #B6BDD2;
1126
 
}
1127
 
 
1128
 
.wp_themeSkin a.mceMoreColors:hover {
1129
 
        border-color: #0A246A;
1130
 
}
1131
 
 
1132
 
.wp_themeSkin .mceMenuItemDisabled .mceText {
1133
 
        color: #888;
1134
 
}
1135
 
 
1136
 
#mceModalBlocker {
1137
 
        background: #000;
1138
 
        opacity: 0.7;
1139
 
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
1140
 
        filter: alpha(opacity=70);
1141
 
}
1142
 
 
1143
 
/* WP specific */
 
717
i.mce-i-wp_page:before {
 
718
        content: '\f105';
 
719
}
 
720
 
 
721
i.mce-i-hr:before {
 
722
        content: '\f460';
 
723
}
 
724
 
 
725
.mce-close:before {
 
726
        content: '\f158';
 
727
}
 
728
 
 
729
.mce-i-wp_code:before {
 
730
        content: '\e017';
 
731
}
 
732
 
 
733
/* Editors */
1144
734
.wp-editor-wrap {
1145
735
        position: relative;
1146
736
}
1164
754
        outline: none;
1165
755
        display: block;
1166
756
        resize: vertical;
 
757
        -webkit-box-sizing: border-box;
1167
758
        -moz-box-sizing: border-box;
1168
 
        -webkit-box-sizing: border-box;
1169
759
        box-sizing: border-box;
1170
760
}
1171
761
 
1180
770
        box-shadow: none;
1181
771
}
1182
772
 
1183
 
.quicktags-toolbar,
1184
 
.wp_themeSkin tr.mceFirst td.mceToolbar {
1185
 
        border-bottom: 1px solid #dedede;
1186
 
        background: #f5f5f5;
1187
 
}
1188
 
 
1189
773
.wp-editor-tabs {
1190
774
        float: left;
1191
775
}
1285
869
        content: '\f104';
1286
870
}
1287
871
 
 
872
/* Quicktags */
1288
873
.quicktags-toolbar {
1289
 
        border-bottom-style: solid;
1290
 
        border-bottom-width: 1px;
1291
 
        -webkit-border-top-left-radius: 3px;
1292
 
        -webkit-border-top-right-radius: 3px;
1293
 
        border-top-left-radius: 3px;
1294
 
        border-top-right-radius: 3px;
1295
 
        padding: 2px 8px 0;
1296
 
        min-height: 29px;
1297
 
}
1298
 
 
1299
 
.quicktags-toolbar > div {
1300
 
        padding: 2px 4px 0;
1301
 
}
1302
 
 
1303
 
.quicktags-toolbar input {
1304
 
        margin: 2px 1px 4px;
1305
 
        line-height: 18px;
1306
 
        display: inline-block;
1307
 
        min-width: 26px;
1308
 
        padding: 2px 4px;
1309
 
        font: 12px/18px "Open Sans", sans-serif;
1310
 
        color: #464646;
1311
 
        border: 1px solid #c3c3c3;
1312
 
        -webkit-border-radius: 3px;
1313
 
        border-radius: 3px;
1314
 
        background: #eee;
1315
 
        background-image: -webkit-gradient(linear, right bottom, right top, from(#e3e3e3), to(#fff));
1316
 
        background-image: -webkit-linear-gradient(bottom, #e3e3e3, #fff);
1317
 
        background-image:    -moz-linear-gradient(bottom, #e3e3e3, #fff);
1318
 
        background-image:      -o-linear-gradient(bottom, #e3e3e3, #fff);
1319
 
        background-image: linear-gradient(to top, #e3e3e3, #fff);
1320
 
}
1321
 
 
1322
 
.quicktags-toolbar input:hover {
1323
 
        border-color: #aaa;
1324
 
        background: #ddd;
 
874
        padding: 3px;
 
875
        position: relative;
 
876
        border-bottom: 1px solid #dedede;
 
877
        background: #f5f5f5;
 
878
}
 
879
 
 
880
.has-dfw .quicktags-toolbar {
 
881
        padding-left: 35px;
 
882
}
 
883
 
 
884
.wp-core-ui .quicktags-toolbar input.button.button-small {
 
885
        margin: 2px;
1325
886
}
1326
887
 
1327
888
.quicktags-toolbar input[value="link"] {
1340
901
        font-weight: bold;
1341
902
}
1342
903
 
 
904
.mce-toolbar .mce-btn-group .mce-btn.mce-wp-fullscreen,
 
905
.qt-fullscreen {
 
906
        position: absolute;
 
907
        top: 0;
 
908
        left: 0;
 
909
        margin-top: 5px;
 
910
        margin-left: 5px;
 
911
}
 
912
 
 
913
@media screen and ( max-width: 782px ) {
 
914
        .mce-toolbar .mce-btn button,
 
915
        .qt-fullscreen {
 
916
                padding: 7px 8px;
 
917
        }
 
918
 
 
919
        .qt-fullscreen {
 
920
                width: 38px;
 
921
                height: 34px;
 
922
        }
 
923
 
 
924
        .mce-toolbar .mce-colorbutton .mce-preview {
 
925
                margin-right: -21px;
 
926
        }
 
927
 
 
928
        .mce-window .mce-btn {
 
929
                padding: 2px 0;
 
930
        }
 
931
 
 
932
        div.mce-toolbar-grp,
 
933
        .quicktags-toolbar {
 
934
                padding-left: 46px;
 
935
        }
 
936
}
 
937
 
 
938
@media screen and ( min-width: 782px ) {
 
939
        .wp-core-ui .quicktags-toolbar input.button.button-small {
 
940
                /* .button-small is normaly 11px, but a bit too small for these buttons. */
 
941
                font-size: 12px;
 
942
                height: 26px;
 
943
                line-height: 24px;
 
944
        }
 
945
}
 
946
 
1343
947
#wp_editbtns,
1344
948
#wp_gallerybtns {
1345
949
        padding: 2px;
1346
950
        position: absolute;
1347
951
        display: none;
1348
 
        z-index: 155000;
 
952
        z-index: 100020;
1349
953
}
1350
954
 
1351
955
#wp_editimgbtn,
1374
978
 wp-link
1375
979
------------------------------------------------------------------------------*/
1376
980
 
 
981
#wp-link-wrap {
 
982
        display: none;
 
983
        background-color: #fff;
 
984
        -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
 
985
        box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
 
986
        width: 500px;
 
987
        height: 250px;
 
988
        overflow: hidden;
 
989
        margin-right: -250px;
 
990
        margin-top: -125px;
 
991
        position: fixed;
 
992
        top: 50%;
 
993
        right: 50%;
 
994
        z-index: 100105;
 
995
        -webkit-transition: height 0.2s, margin-top 0.2s;
 
996
        transition: height 0.2s, margin-top 0.2s;
 
997
}
 
998
 
 
999
#wp-link-backdrop {
 
1000
        display: none;
 
1001
        position: fixed;
 
1002
        top: 0;
 
1003
        right: 0;
 
1004
        left: 0;
 
1005
        bottom: 0;
 
1006
        min-height: 360px;
 
1007
        background: #000;
 
1008
        opacity: 0.7;
 
1009
        filter: alpha(opacity=70);
 
1010
        z-index: 100100;
 
1011
}
 
1012
 
1377
1013
#wp-link {
1378
 
        background-color: #F5F5F5;
1379
 
        line-height: 1.4em;
1380
 
        font-size: 12px;
 
1014
        position: relative;
 
1015
        height: 100%;
 
1016
}
 
1017
 
 
1018
#wp-link-wrap.search-panel-visible {
 
1019
        height: 500px;
 
1020
        margin-top: -250px;
 
1021
}
 
1022
 
 
1023
#link-modal-title {
 
1024
        background: #fcfcfc;
 
1025
        border-bottom: 1px solid #dfdfdf;
 
1026
        height: 36px;
 
1027
        font-size: 18px;
 
1028
        font-weight: 600;
 
1029
        line-height: 36px;
 
1030
        padding: 0 16px 0 36px;
 
1031
        top: 0;
 
1032
        left: 0;
 
1033
        right: 0;
 
1034
}
 
1035
 
 
1036
#wp-link-close {
 
1037
        color: #666;
 
1038
        cursor: pointer;
 
1039
        padding: 0;
 
1040
        position: absolute;
 
1041
        top: 0;
 
1042
        left: 0;
 
1043
        width: 36px;
 
1044
        height: 36px;
 
1045
        text-align: center;
 
1046
}
 
1047
 
 
1048
#wp-link-close:before {
 
1049
        font: normal 20px/36px 'dashicons';
 
1050
        vertical-align: top;
 
1051
        speak: none;
 
1052
        -webkit-font-smoothing: antialiased;
 
1053
        -moz-osx-font-smoothing: grayscale;
 
1054
        width: 36px;
 
1055
        height: 36px;
 
1056
        content: '\f158';
 
1057
}
 
1058
 
 
1059
#wp-link-close:hover,
 
1060
#wp-link-close:focus {
 
1061
        color: #2ea2cc;
 
1062
}
 
1063
 
 
1064
#link-selector {
 
1065
        padding: 0 16px 50px;
 
1066
}
 
1067
 
 
1068
#wp-link-wrap.search-panel-visible #link-selector {
 
1069
        padding: 0 16px;
 
1070
        position: absolute;
 
1071
        top: 36px;
 
1072
        right: 0;
 
1073
        left: 0;
 
1074
        bottom: 44px;
1381
1075
}
1382
1076
 
1383
1077
#wp-link ol,
1387
1081
        padding: 0;
1388
1082
}
1389
1083
 
 
1084
#wp-link-search-toggle::after {
 
1085
        font: normal 20px/1 'dashicons';
 
1086
        vertical-align: top;
 
1087
        speak: none;
 
1088
        -webkit-font-smoothing: antialiased;
 
1089
        -moz-osx-font-smoothing: grayscale;
 
1090
        content: '\f140';
 
1091
}
 
1092
 
 
1093
.search-panel-visible #wp-link-search-toggle::after {
 
1094
        content: '\f142';
 
1095
}
 
1096
 
1390
1097
#wp-link input[type="text"] {
1391
1098
        -webkit-box-sizing: border-box;
1392
 
}
1393
 
 
1394
 
#wp-link input[type="text"],
1395
 
#wp-link textarea {
1396
 
        border-width: 1px;
1397
 
        border-style: solid;
1398
 
        -webkit-border-radius: 4px;
1399
 
        border-radius: 4px;
1400
 
        font-size: 12px;
1401
 
        margin: 1px;
1402
 
        padding: 3px;
 
1099
        -moz-box-sizing: border-box;
 
1100
        box-sizing: border-box;
1403
1101
}
1404
1102
 
1405
1103
#wp-link #link-options {
1406
 
        padding: 10px 0 14px;
1407
 
        border-bottom: 1px solid #dfdfdf;
1408
 
        margin: 0 6px 14px;
 
1104
        padding: 8px 0 12px;
1409
1105
}
1410
1106
 
1411
1107
#wp-link p.howto {
1412
 
        margin: 3px;
 
1108
        margin: 3px 0;
1413
1109
}
1414
1110
 
1415
 
#wp-link #internal-toggle {
1416
 
        display: inline-block;
 
1111
#wp-link-search-toggle {
1417
1112
        cursor: pointer;
1418
 
        padding-right: 18px;
1419
 
}
1420
 
 
1421
 
#wp-link .toggle-arrow {
1422
 
        background: transparent url("../images/toggle-arrow.png") top right no-repeat;
1423
 
        height: 23px;
1424
 
        line-height: 23px;
1425
 
}
1426
 
 
1427
 
#wp-link .toggle-arrow-active {
1428
 
        background-position: center right;
1429
1113
}
1430
1114
 
1431
1115
#wp-link label input[type="text"] {
1432
 
        width: 360px;
1433
1116
        margin-top: 5px;
 
1117
        width: 70%;
1434
1118
}
1435
1119
 
1436
1120
#wp-link #link-options label span,
1439
1123
        width: 80px;
1440
1124
        text-align: left;
1441
1125
        padding-left: 5px;
 
1126
        max-width: 24%;
1442
1127
}
1443
1128
 
1444
1129
#wp-link .link-search-field {
1445
1130
        float: right;
1446
 
        width: 220px;
 
1131
        width: 250px;
 
1132
        max-width: 70%;
1447
1133
}
1448
1134
 
1449
1135
#wp-link .link-search-wrapper {
1450
 
        margin: 5px 6px 9px;
 
1136
        margin: 5px 0 9px;
1451
1137
        display: block;
1452
1138
        overflow: hidden;
1453
1139
}
1463
1149
}
1464
1150
 
1465
1151
#wp-link .link-target {
1466
 
        width: auto;
1467
1152
        padding: 3px 0 0;
1468
 
        margin: 0 87px 0 0;
1469
 
        font-size: 11px;
 
1153
        white-space: nowrap;
 
1154
        overflow: hidden;
 
1155
        text-overflow: ellipsis;
 
1156
}
 
1157
 
 
1158
#wp-link .link-target label {
 
1159
        max-width: 70%;
1470
1160
}
1471
1161
 
1472
1162
#wp-link .query-results {
1473
1163
        border: 1px #dfdfdf solid;
1474
 
        margin: 0 5px 5px;
 
1164
        margin: 0;
1475
1165
        background: #fff;
1476
 
        height: 185px;
1477
1166
        overflow: auto;
1478
 
        position: relative;
 
1167
        position: absolute;
 
1168
        right: 16px;
 
1169
        left: 16px;
 
1170
        bottom: 16px;
 
1171
        top: 205px;
1479
1172
}
1480
1173
 
1481
1174
#wp-link li,
1513
1206
        font-weight: bold;
1514
1207
}
1515
1208
 
 
1209
#wp-link li:last-child {
 
1210
        border: none;
 
1211
}
 
1212
 
1516
1213
#wp-link .item-title {
1517
1214
        display: inline-block;
1518
1215
        width: 80%;
 
1216
        width: -webkit-calc(100% - 68px);
 
1217
        width: calc(100% - 68px);
1519
1218
}
1520
1219
 
1521
1220
#wp-link .item-info {
1524
1223
        font-size: 11px;
1525
1224
        position: absolute;
1526
1225
        left: 5px;
1527
 
        top: 4px;
1528
 
        bottom: 0;
1529
 
}
1530
 
 
1531
 
#wp-link #search-results {
1532
 
        display: none;
1533
 
}
1534
 
 
 
1226
        top: 5px;
 
1227
}
 
1228
 
 
1229
#wp-link #search-results,
1535
1230
#wp-link #search-panel {
1536
 
        float: right;
1537
 
        width: 100%;
 
1231
        display: none;
 
1232
}
 
1233
 
 
1234
#wp-link-wrap.search-panel-visible #search-panel {
 
1235
        display: block;
1538
1236
}
1539
1237
 
1540
1238
#wp-link .river-waiting {
1545
1243
#wp-link .river-waiting .spinner {
1546
1244
        margin: 0 auto;
1547
1245
        display: block;
 
1246
        float: none;
1548
1247
}
1549
1248
 
1550
1249
#wp-link .submitbox {
1551
 
        padding: 5px 10px;
1552
 
        font-size: 11px;
1553
 
        overflow: auto;
1554
 
        height: 29px;
 
1250
        padding: 8px 16px;
 
1251
        background: #fcfcfc;
 
1252
        border-top: 1px solid #dfdfdf;
 
1253
        position: absolute;
 
1254
        bottom: 0;
 
1255
        right: 0;
 
1256
        left: 0;
1555
1257
}
1556
1258
 
1557
1259
#wp-link-cancel {
1558
1260
        line-height: 25px;
1559
 
        float: right;
1560
1261
}
1561
1262
 
1562
1263
#wp-link-update {
1564
1265
        float: left;
1565
1266
}
1566
1267
 
1567
 
/*!
1568
 
 * jQuery UI CSS Framework 1.10.1
1569
 
 * http://jqueryui.com
1570
 
 *
1571
 
 * Copyright 2013 jQuery Foundation and other contributors
1572
 
 * Released under the MIT license.
1573
 
 * http://jquery.org/license
1574
 
 *
1575
 
 * http://docs.jquery.com/UI/Theming/API
1576
 
 */
1577
 
 
1578
 
/* Layout helpers
1579
 
----------------------------------*/
1580
 
.ui-helper-hidden {
1581
 
        display: none;
1582
 
}
1583
 
.ui-helper-hidden-accessible {
1584
 
        border: 0;
1585
 
        clip: rect(0 0 0 0);
1586
 
        height: 1px;
1587
 
        margin: -1px;
1588
 
        overflow: hidden;
1589
 
        padding: 0;
1590
 
        position: absolute;
1591
 
        width: 1px;
1592
 
}
1593
 
.ui-helper-reset {
1594
 
        margin: 0;
1595
 
        padding: 0;
1596
 
        border: 0;
1597
 
        outline: 0;
1598
 
        line-height: 1.3;
1599
 
        text-decoration: none;
1600
 
        font-size: 100%;
1601
 
        list-style: none;
1602
 
}
1603
 
.ui-helper-clearfix:before,
1604
 
.ui-helper-clearfix:after {
1605
 
        content: "";
1606
 
        display: table;
1607
 
        border-collapse: collapse;
1608
 
}
1609
 
.ui-helper-clearfix:after {
1610
 
        clear: both;
1611
 
}
1612
 
.ui-helper-clearfix {
1613
 
        min-height: 0; /* support: IE7 */
1614
 
}
1615
 
.ui-helper-zfix {
1616
 
        width: 100%;
1617
 
        height: 100%;
1618
 
        top: 0;
1619
 
        right: 0;
1620
 
        position: absolute;
1621
 
        opacity: 0;
1622
 
        filter:Alpha(Opacity=0);
1623
 
}
1624
 
 
1625
 
.ui-front {
1626
 
        z-index: 100;
1627
 
}
1628
 
 
1629
 
 
1630
 
/* Interaction Cues
1631
 
----------------------------------*/
1632
 
.ui-state-disabled {
1633
 
        cursor: default !important;
1634
 
}
1635
 
 
1636
 
 
1637
 
/* Icons
1638
 
----------------------------------*/
1639
 
 
1640
 
/* states and images */
1641
 
.ui-icon {
1642
 
        display: block;
1643
 
        text-indent: -99999px;
1644
 
        overflow: hidden;
1645
 
        background-repeat: no-repeat;
1646
 
}
1647
 
 
1648
 
 
1649
 
/* Misc visuals
1650
 
----------------------------------*/
1651
 
 
1652
 
/* Overlays */
1653
 
.ui-widget-overlay {
1654
 
        position: fixed;
1655
 
        top: 0;
1656
 
        right: 0;
1657
 
        width: 100%;
1658
 
        height: 100%;
1659
 
}
1660
 
 
1661
 
 
1662
 
/*!
1663
 
 * jQuery UI Resizable 1.10.1
1664
 
 * http://jqueryui.com
1665
 
 *
1666
 
 * Copyright 2013 jQuery Foundation and other contributors
1667
 
 * Released under the MIT license.
1668
 
 * http://jquery.org/license
1669
 
 *
1670
 
 * http://docs.jquery.com/UI/Resizable#theming
1671
 
 */
1672
 
.ui-resizable {
1673
 
        position: relative;
1674
 
}
1675
 
.ui-resizable-handle {
1676
 
        position: absolute;
1677
 
        font-size: 0.1px;
1678
 
        display: block;
1679
 
}
1680
 
.ui-resizable-disabled .ui-resizable-handle,
1681
 
.ui-resizable-autohide .ui-resizable-handle {
1682
 
        display: none;
1683
 
}
1684
 
.ui-resizable-n {
1685
 
        cursor: n-resize;
1686
 
        height: 7px;
1687
 
        width: 100%;
1688
 
        top: -5px;
1689
 
        right: 0;
1690
 
}
1691
 
.ui-resizable-s {
1692
 
        cursor: s-resize;
1693
 
        height: 7px;
1694
 
        width: 100%;
1695
 
        bottom: -5px;
1696
 
        right: 0;
1697
 
}
1698
 
.ui-resizable-e {
1699
 
        cursor: w-resize;
1700
 
        width: 7px;
1701
 
        left: -5px;
1702
 
        top: 0;
1703
 
        height: 100%;
1704
 
}
1705
 
.ui-resizable-w {
1706
 
        cursor: e-resize;
1707
 
        width: 7px;
1708
 
        right: -5px;
1709
 
        top: 0;
1710
 
        height: 100%;
1711
 
}
1712
 
.ui-resizable-se {
1713
 
        cursor: sw-resize;
1714
 
        width: 12px;
1715
 
        height: 12px;
1716
 
        left: 1px;
1717
 
        bottom: 1px;
1718
 
}
1719
 
.ui-resizable-sw {
1720
 
        cursor: se-resize;
1721
 
        width: 9px;
1722
 
        height: 9px;
1723
 
        right: -5px;
1724
 
        bottom: -5px;
1725
 
}
1726
 
.ui-resizable-nw {
1727
 
        cursor: ne-resize;
1728
 
        width: 9px;
1729
 
        height: 9px;
1730
 
        right: -5px;
1731
 
        top: -5px;
1732
 
}
1733
 
.ui-resizable-ne {
1734
 
        cursor: nw-resize;
1735
 
        width: 9px;
1736
 
        height: 9px;
1737
 
        left: -5px;
1738
 
        top: -5px;
1739
 
}
1740
 
 
1741
 
/*!
1742
 
 * jQuery UI Dialog 1.10.1
1743
 
 * http://jqueryui.com
1744
 
 *
1745
 
 * Copyright 2013 jQuery Foundation and other contributors
1746
 
 * Released under the MIT license.
1747
 
 * http://jquery.org/license
1748
 
 *
1749
 
 * http://docs.jquery.com/UI/Dialog#theming
1750
 
 */
1751
 
.ui-dialog {
1752
 
        position: absolute;
1753
 
        top: 0;
1754
 
        /* @noflip */
1755
 
        left: 0;
1756
 
        padding: .2em;
1757
 
        outline: 0;
1758
 
}
1759
 
.ui-dialog .ui-dialog-titlebar {
1760
 
        padding: .4em 1em;
1761
 
        position: relative;
1762
 
}
1763
 
.ui-dialog .ui-dialog-title {
1764
 
        float: right;
1765
 
        margin: .1em 0;
1766
 
        white-space: nowrap;
1767
 
        width: 90%;
1768
 
        overflow: hidden;
1769
 
        text-overflow: ellipsis;
1770
 
}
1771
 
.ui-dialog .ui-dialog-titlebar-close {
1772
 
        position: absolute;
1773
 
        left: .3em;
1774
 
        top: 50%;
1775
 
        width: 21px;
1776
 
        margin: -10px 0 0 0;
1777
 
        padding: 1px;
1778
 
        height: 20px;
1779
 
}
1780
 
.ui-dialog .ui-dialog-content {
1781
 
        position: relative;
1782
 
        border: 0;
1783
 
        padding: .5em 1em;
1784
 
        background: none;
1785
 
        overflow: auto;
1786
 
}
1787
 
.ui-dialog .ui-dialog-buttonpane {
1788
 
        text-align: right;
1789
 
        border-width: 1px 0 0 0;
1790
 
        background-image: none;
1791
 
        margin-top: .5em;
1792
 
        padding: .3em .4em .5em 1em;
1793
 
}
1794
 
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
 
1268
#wp-link-submit {
1795
1269
        float: left;
1796
 
}
1797
 
.ui-dialog .ui-dialog-buttonpane button {
1798
 
        margin: .5em 0 .5em .4em;
1799
 
        cursor: pointer;
1800
 
}
1801
 
.ui-dialog .ui-resizable-se {
1802
 
        width: 12px;
1803
 
        height: 12px;
1804
 
        left: -5px;
1805
 
        bottom: -5px;
1806
 
        background-position: 16px 16px;
1807
 
}
1808
 
.ui-draggable .ui-dialog-titlebar {
1809
 
        cursor: move;
1810
 
}
1811
 
 
1812
 
/* WP jQuery Dialog Theme */
1813
 
.wp-dialog {
1814
 
        padding: 0;
1815
 
        z-index: 300002;
1816
 
        border: 0;
1817
 
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);
1818
 
        box-shadow:         0 5px 15px rgba(0,0,0,0.7);
1819
 
        background-color: #f5f5f5;
1820
 
}
1821
 
 
1822
 
.wp-dialog .ui-dialog-title {
1823
 
        display: block;
1824
 
        text-align: center;
1825
 
        padding: 0;
1826
 
}
1827
 
 
1828
 
.wp-dialog .ui-dialog-titlebar {
1829
 
        padding: 0 1em;
1830
 
        background-color: #444;
1831
 
        font-size: 13px;
1832
 
        line-height: 24px;
1833
 
        color: #fff;
1834
 
}
1835
 
 
1836
 
.wp-dialog .ui-dialog-content {
1837
 
        padding: 0;
1838
 
}
1839
 
 
1840
 
.wp-dialog .ui-dialog-titlebar-close {
1841
 
        cursor: pointer;
1842
 
        -webkit-appearance: none;
1843
 
        border: 0;
1844
 
        width: 30px;
1845
 
        height: 20px;
1846
 
        top: 13px;
1847
 
        left: 6px;
1848
 
        background: none;
1849
 
}
1850
 
 
1851
 
.wp-dialog .ui-dialog-titlebar-close:before {
1852
 
        content: '\f158';
1853
 
        font: normal 20px/1 'dashicons';
1854
 
        speak: none;
1855
 
        -webkit-font-smoothing: antialiased;
1856
 
        -moz-osx-font-smoothing: grayscale;
1857
 
        color: #999;
1858
 
        padding-right: 12px;
1859
 
}
1860
 
 
1861
 
.wp-dialog .ui-dialog-titlebar-close:hover:before {
1862
 
        color: #2ea2cc;
1863
 
}
1864
 
 
1865
 
.wp-dialog .ui-dialog-titlebar-close .ui-button-text {
1866
 
        display: none;
1867
 
}
1868
 
 
1869
 
.wp-dialog .ui-dialog-titlebar-close:hover,
1870
 
.wp-dialog .ui-dialog-titlebar-close:focus {
1871
 
        background-position: -87px -32px;
1872
 
}
1873
 
 
1874
 
.ui-widget-overlay {
1875
 
        z-index: 300001;
1876
 
        background-color: #000;
1877
 
        opacity: 0.6;
1878
 
        filter: alpha(opacity=60);
1879
 
}
1880
 
 
1881
 
/* TinyMCE modal */
 
1270
        margin-bottom: 0;
 
1271
}
 
1272
 
 
1273
@media screen and ( max-width: 782px ) {
 
1274
        #wp-link-wrap {
 
1275
                height: 280px;
 
1276
                margin-top: -140px;
 
1277
        }
 
1278
 
 
1279
        #wp-link-wrap.search-panel-visible .query-results {
 
1280
                top: 235px;
 
1281
        }
 
1282
 
 
1283
        #link-selector {
 
1284
                padding: 0 16px 60px;
 
1285
        }
 
1286
 
 
1287
        #wp-link-wrap.search-panel-visible #link-selector {
 
1288
                bottom: 52px;
 
1289
        }
 
1290
 
 
1291
        #wp-link-cancel {
 
1292
                line-height: 32px;
 
1293
        }
 
1294
}
 
1295
 
 
1296
@media screen and ( max-width: 520px ) {
 
1297
        #wp-link-wrap {
 
1298
                width: auto;
 
1299
                margin-right: 0;
 
1300
                right: 10px;
 
1301
                left: 10px;
 
1302
                max-width: 500px;
 
1303
        }
 
1304
}
 
1305
 
 
1306
@media screen and ( max-height: 520px ) {
 
1307
        #wp-link-wrap {
 
1308
                -webkit-transition: none;
 
1309
                transition: none;
 
1310
        }
 
1311
 
 
1312
        #wp-link-wrap.search-panel-visible {
 
1313
                height: auto;
 
1314
                margin-top: 0;
 
1315
                top: 10px;
 
1316
                bottom: 10px;
 
1317
        }
 
1318
 
 
1319
        .search-panel-visible #link-selector {
 
1320
                overflow: auto;
 
1321
        }
 
1322
 
 
1323
        .search-panel-visible #search-panel .query-results {
 
1324
                position: static;
 
1325
        }
 
1326
}
 
1327
 
 
1328
@media screen and ( max-height: 290px ) {
 
1329
        #wp-link-wrap {
 
1330
                height: auto;
 
1331
                margin-top: 0;
 
1332
                top: 10px;
 
1333
                bottom: 10px;
 
1334
        }
 
1335
 
 
1336
        #link-selector {
 
1337
                overflow: auto;
 
1338
                height: -webkit-calc(100% - 92px);
 
1339
                height: calc(100% - 92px);
 
1340
                padding-bottom: 2px;
 
1341
        }
 
1342
 
 
1343
        #search-panel .query-results {
 
1344
                position: static;
 
1345
        }
 
1346
}
 
1347
 
 
1348
/* Old TinyMCE 3.x modal */
 
1349
/*
1882
1350
.clearlooks2 .mceTop {
1883
1351
        border-bottom: 1px solid #ccc;
1884
1352
}
1944
1412
        -webkit-font-smoothing: antialiased;
1945
1413
        -moz-osx-font-smoothing: grayscale;
1946
1414
        color: #999;
1947
 
        padding-right: 12px;
1948
 
}
1949
 
 
 
1415
        padding-left: 12px;
 
1416
}
 
1417
 
 
1418
/* from colors.css
 
1419
.clearlooks2 {
 
1420
        box-shadow: 0 5px 15px rgba(0,0,0,0.7);
 
1421
}
 
1422
 
 
1423
.clearlooks2 .mceMiddle span,
 
1424
.clearlooks2 .mceMiddle .mceLeft,
 
1425
.clearlooks2 .mceMiddle .mceRight,
 
1426
.clearlooks2 .mceBottom,
 
1427
.clearlooks2 .mceBottom .mceLeft,
 
1428
.clearlooks2 .mceBottom .mceCenter,
 
1429
.clearlooks2 .mceBottom .mceRight {
 
1430
        background-color: #fcfcfc;
 
1431
}
 
1432
 
 
1433
.clearlooks2 .mceTop span,
 
1434
.clearlooks2 .mceFocus .mceTop span {
 
1435
        color: #222;
 
1436
}
 
1437
 
 
1438
.clearlooks2 .mceClose:before {
 
1439
        color: #999;
 
1440
}
 
1441
 
 
1442
.clearlooks2 .mceClose:hover:before {
 
1443
        color: #2ea2cc;
 
1444
}
 
1445
*/
1950
1446
/* Distraction Free Writing mode
1951
1447
 * =Overlay Styles
1952
1448
-------------------------------------------------------------- */
1953
1449
.fullscreen-overlay {
1954
 
        z-index: 149999;
 
1450
        z-index: 100005;
1955
1451
        display: none;
1956
1452
        position: fixed;
1957
1453
        top: 0;
1958
1454
        bottom: 0;
1959
1455
        right: 0;
1960
1456
        left: 0;
 
1457
        -webkit-filter: inherit;
1961
1458
        filter: inherit;
1962
1459
}
1963
1460
 
1964
 
.fullscreen-active .fullscreen-overlay,
1965
 
.fullscreen-active #wp-fullscreen-body {
 
1461
.wp-fullscreen-active .fullscreen-overlay,
 
1462
.wp-fullscreen-active #wp-fullscreen-body {
1966
1463
        display: block;
1967
1464
}
1968
1465
 
1970
1467
        z-index: 200000;
1971
1468
}
1972
1469
 
1973
 
.fullscreen-active .fullscreen-fader {
 
1470
.wp-fullscreen-active .fullscreen-fader,
 
1471
.wp-core-ui.wp-fullscreen-active .postbox-container {
1974
1472
        display: none;
1975
1473
}
1976
1474
 
1977
1475
/* =Overlay Body
1978
1476
-------------------------------------------------------------- */
 
1477
 
 
1478
#wp-fullscreen-body,
 
1479
.mce-fullscreen {
 
1480
        z-index: 100010;
 
1481
}
 
1482
 
1979
1483
#wp-fullscreen-body {
1980
 
        width: 100%;
1981
 
        z-index: 150005;
1982
1484
        display: none;
 
1485
}
 
1486
 
 
1487
.wp-fullscreen-wrap {
 
1488
        margin: 0;
 
1489
        padding: 0;
1983
1490
        position: absolute;
1984
 
        top: 0;
1985
 
        right: 0;
1986
 
        font-size: 12px;
1987
 
}
1988
 
 
1989
 
#wp-fullscreen-wrap {
1990
 
        margin: 0 auto 50px;
1991
 
        position: relative;
1992
 
        padding-top: 60px;
1993
 
}
1994
 
 
1995
 
#wp-fullscreen-title {
 
1491
        right: 0;
 
1492
        left: 0;
 
1493
        bottom: 30px;
 
1494
        top: 60px;
 
1495
        z-index: 100015;
 
1496
}
 
1497
 
 
1498
.wp-fullscreen-wrap .wp-editor-container,
 
1499
.wp-fullscreen-title,
 
1500
#wp-fullscreen-central-toolbar {
 
1501
        -webkit-box-sizing: border-box;
 
1502
        -moz-box-sizing: border-box;
 
1503
        box-sizing: border-box;
 
1504
        max-width: 100%;
 
1505
}
 
1506
 
 
1507
.wp-fullscreen-active .wp-editor-tools,
 
1508
.wp-fullscreen-active .quicktags-toolbar,
 
1509
.wp-fullscreen-active .mce-toolbar-grp,
 
1510
.wp-fullscreen-active .mce-statusbar {
 
1511
        display: none;
 
1512
}
 
1513
 
 
1514
#wp-fullscreen-statusbar {
 
1515
        position: fixed;
 
1516
        right: 0;
 
1517
        left: 0;
 
1518
        bottom: 0;
 
1519
        height: 30px;
 
1520
        z-index: 100020;
 
1521
        background: #fff;
 
1522
        -webkit-transition: height 0.2s;
 
1523
        transition: height 0.2s;
 
1524
}
 
1525
 
 
1526
#wp-fullscreen-status {
 
1527
        margin: 0 auto;
 
1528
        padding: 0;
 
1529
}
 
1530
 
 
1531
.wp-fullscreen-active .wp-fullscreen-title,
 
1532
.wp-fullscreen-active .wp-fullscreen-title:focus,
 
1533
.wp-fullscreen-active .wp-editor-container {
 
1534
        -webkit-border-radius: 0;
 
1535
        border-radius: 0;
 
1536
        border: 1px dashed transparent;
 
1537
        background: transparent;
 
1538
        -webkit-box-shadow: none;
 
1539
        box-shadow: none;
 
1540
        -webkit-transition: border-color 0.4s;
 
1541
        transition: border-color 0.4s;
 
1542
}
 
1543
 
 
1544
.wp-fullscreen-active .wp-editor-container {
 
1545
        margin: 0 auto 40px;
 
1546
}
 
1547
 
 
1548
.wp-fullscreen-active .wp-fullscreen-title {
1996
1549
        font-size: 1.7em;
1997
1550
        line-height: 100%;
1998
1551
        outline: medium none;
1999
 
        padding: 6px 7px;
2000
 
        width: 100%;
2001
 
        margin-bottom: 30px;
2002
 
        -webkit-box-shadow: none;
2003
 
        box-shadow: none;
2004
 
}
2005
 
 
2006
 
#wp-fullscreen-container {
2007
 
        padding: 4px 10px 50px;
2008
 
}
2009
 
 
2010
 
#wp-fullscreen-title,
2011
 
#wp-fullscreen-container {
2012
 
        -webkit-border-radius: 0;
2013
 
        border-radius: 0;
2014
 
        border: 1px dashed transparent;
2015
 
        background: transparent;
2016
 
        -moz-transition-property: border-color;
2017
 
        -moz-transition-duration: 0.6s;
2018
 
        -webkit-transition-property: border-color;
2019
 
        -webkit-transition-duration: 0.6s;
2020
 
        -o-transition-property: border-color;
2021
 
        -o-transition-duration: 0.6s;
2022
 
        transition-property: border-color;
2023
 
        transition-duration: 0.6s;
2024
 
}
2025
 
 
2026
 
#wp_mce_fullscreen {
2027
 
        width: 100%;
2028
 
        min-height: 300px;
2029
 
        border: 0;
2030
 
        background: transparent;
2031
 
        font-family: Consolas, Monaco, monospace;
2032
 
        line-height: 1.6em;
2033
 
        padding: 0;
2034
 
        overflow-y: hidden;
2035
 
        outline: none;
2036
 
        resize: none;
2037
 
        -webkit-box-shadow: none;
2038
 
        box-shadow: none;
 
1552
        padding: 3px 7px;
 
1553
        margin: 10px auto 30px;
 
1554
        display: block;
2039
1555
}
2040
1556
 
2041
1557
#wp-fullscreen-tagline {
2042
 
        color: #BBBBBB;
 
1558
        color: #888;
2043
1559
        font-size: 18px;
2044
1560
        float: left;
2045
 
        padding-top: 5px;
 
1561
        padding: 4px 0 0;
2046
1562
}
2047
1563
 
2048
1564
/* =Top bar
2049
1565
-------------------------------------------------------------- */
2050
1566
#fullscreen-topbar {
2051
1567
        background: #f5f5f5;
2052
 
        border-bottom: 1px solid #fff;
2053
 
        height: 40px;
 
1568
        border-bottom: 1px solid #dedede;
 
1569
        height: 45px;
 
1570
        position: fixed;
2054
1571
        right: 0;
2055
 
        min-width: 800px;
2056
 
        position: fixed;
 
1572
        left: 0;
2057
1573
        top: 0;
2058
1574
        width: 100%;
2059
 
        z-index: 150050;
 
1575
        z-index: 100020;
 
1576
        -webkit-transition: opacity 0.4s;
 
1577
        transition: opacity 0.4s;
2060
1578
}
2061
1579
 
2062
1580
#wp-fullscreen-toolbar {
2063
1581
        padding: 6px 10px 0;
2064
1582
        clear: both;
2065
1583
        max-width: 1100px;
2066
 
        min-width: 820px;
2067
1584
        margin: 0 auto;
2068
1585
}
2069
1586
 
2070
1587
#wp-fullscreen-mode-bar,
2071
1588
#wp-fullscreen-button-bar,
2072
 
#wp-fullscreen-close,
2073
 
#wp-fullscreen-count {
 
1589
#wp-fullscreen-close {
2074
1590
        float: right;
2075
1591
}
2076
1592
 
 
1593
#wp-fullscreen-count,
 
1594
#wp-fullscreen-tagline {
 
1595
        display: inline-block;
 
1596
}
 
1597
 
 
1598
#wp-fullscreen-button-bar {
 
1599
        margin-top: 2px;
 
1600
}
 
1601
 
2077
1602
#wp-fullscreen-save {
2078
1603
        float: left;
2079
 
        padding: 2px 5px 0 2px;
 
1604
        padding: 2px 0 0;
 
1605
        min-width: 95px;
2080
1606
}
2081
1607
 
2082
1608
#wp-fullscreen-count,
2083
1609
#wp-fullscreen-close {
2084
 
        padding-top: 5px;
 
1610
        padding: 5px 0 0;
2085
1611
}
2086
1612
 
2087
1613
#wp-fullscreen-central-toolbar {
2088
1614
        margin: auto;
2089
1615
        padding: 0;
 
1616
        min-width: 620px;
2090
1617
}
2091
1618
 
2092
1619
#wp-fullscreen-buttons > div {
2094
1621
}
2095
1622
 
2096
1623
#wp-fullscreen-mode-bar {
2097
 
        padding: 1px 0 0 14px;
2098
 
}
2099
 
 
2100
 
#wp-fullscreen-modes a {
2101
 
        display: block;
2102
 
        font-size: 11px;
2103
 
        text-decoration: none;
2104
 
        float: right;
2105
 
        margin: 1px 0 0 0;
2106
 
        padding: 2px 6px 2px;
2107
 
        border-width: 1px 0 1px 1px;
2108
 
        border-style: solid;
2109
 
        border-color: #bbb;
2110
 
        color: #777;
2111
 
        text-shadow: 0 1px 0 #fff;
2112
 
        background-color: #f4f4f4;
2113
 
        background: #f4f4f4;
2114
 
        background-image: -webkit-gradient(linear, right bottom, right top, from(#e4e4e4), to(#f9f9f9));
2115
 
        background-image: -webkit-linear-gradient(bottom, #e4e4e4, #f9f9f9);
2116
 
        background-image:    -moz-linear-gradient(bottom, #e4e4e4, #f9f9f9);
2117
 
        background-image:      -o-linear-gradient(bottom, #e4e4e4, #f9f9f9);
2118
 
        background-image: linear-gradient(to top, #e4e4e4, #f9f9f9);
2119
 
}
2120
 
 
2121
 
#wp-fullscreen-modes a:hover,
2122
 
.wp-html-mode #wp-fullscreen-modes a:last-child,
2123
 
.wp-tmce-mode #wp-fullscreen-modes a:first-child {
2124
 
        color: #333;
2125
 
        border-color: #999;
2126
 
        background: #eee;
2127
 
        background-image: -webkit-gradient(linear, right top, right bottom, from(#e4e4e4), to(#f9f9f9));
2128
 
        background-image: -webkit-linear-gradient(top, #e4e4e4, #f9f9f9);
2129
 
        background-image:    -moz-linear-gradient(top, #e4e4e4, #f9f9f9);
2130
 
        background-image:      -o-linear-gradient(top, #e4e4e4, #f9f9f9);
2131
 
        background-image: linear-gradient(to bottom, #e4e4e4, #f9f9f9);
2132
 
}
2133
 
 
2134
 
#wp-fullscreen-modes a:first-child {
2135
 
        border-width: 1px;
2136
 
        -webkit-border-top-right-radius: 3px;
2137
 
        -webkit-border-bottom-right-radius: 3px;
2138
 
        border-top-right-radius: 3px;
2139
 
        border-bottom-right-radius: 3px;
2140
 
}
2141
 
 
2142
 
#wp-fullscreen-modes a:last-child {
2143
 
        -webkit-border-top-left-radius: 3px;
2144
 
        -webkit-border-bottom-left-radius: 3px;
2145
 
        border-top-left-radius: 3px;
2146
 
        border-bottom-left-radius: 3px;
2147
 
}
2148
 
 
2149
 
#wp-fullscreen-buttons .active a {
2150
 
        background: inherit;
 
1624
        padding: 3px 0 0 14px;
2151
1625
}
2152
1626
 
2153
1627
#wp-fullscreen-buttons .hidden {
2158
1632
        opacity: 0.5;
2159
1633
}
2160
1634
 
 
1635
#wp-fullscreen-buttons .mce-btn button {
 
1636
    margin: 0;
 
1637
    outline: 0 none;
 
1638
    border: 0 none;
 
1639
    white-space: nowrap;
 
1640
    width: auto;
 
1641
    background: none;
 
1642
        color: #333333;
 
1643
    cursor: pointer;
 
1644
    font-size: 18px;
 
1645
    line-height: 20px;
 
1646
    overflow: visible;
 
1647
    text-align: center;
 
1648
    -webkit-box-sizing: border-box;
 
1649
    -moz-box-sizing: border-box;
 
1650
    box-sizing: border-box;
 
1651
}
 
1652
 
2161
1653
.wp-html-mode #wp-fullscreen-buttons div {
2162
1654
        display: none;
2163
1655
}
2166
1658
        display: block;
2167
1659
}
2168
1660
 
2169
 
#fullscreen-topbar.fullscreen-make-sticky {
2170
 
        display: block !important;
2171
 
}
2172
 
 
2173
1661
#wp-fullscreen-save img {
2174
1662
        vertical-align: middle;
2175
1663
}
2176
1664
 
2177
 
#wp-fullscreen-save img,
2178
1665
#wp-fullscreen-save span {
2179
 
        padding-left: 4px;
2180
1666
        display: none;
 
1667
        margin: 5px 6px 0;
 
1668
        float: right;
2181
1669
}
2182
1670
 
2183
1671
/* =Thickbox Adjustments
2184
1672
-------------------------------------------------------------- */
2185
 
.fullscreen-active #TB_overlay {
2186
 
        z-index: 150100;
2187
 
}
2188
 
 
2189
 
.fullscreen-active #TB_window {
2190
 
        z-index: 150102;
2191
 
}
2192
 
 
2193
 
/* =TinyMCE Adjustments
2194
 
-------------------------------------------------------------- */
2195
 
#wp_mce_fullscreen_ifr {
2196
 
        background: transparent;
2197
 
}
2198
 
 
2199
 
#wp_mce_fullscreen_parent #wp_mce_fullscreen_tbl tr.mceFirst {
2200
 
        display : none;
2201
 
}
2202
 
 
2203
 
#wp-fullscreen-container .wp_themeSkin table td {
2204
 
        vertical-align: top;
 
1673
.wp-fullscreen-active #TB_overlay {
 
1674
        z-index: 100050;
 
1675
}
 
1676
 
 
1677
.wp-fullscreen-active #TB_window {
 
1678
        z-index: 100051;
2205
1679
}
2206
1680
 
2207
1681
/* Colors */
2209
1683
        background: #fff;
2210
1684
}
2211
1685
 
2212
 
.wp-fullscreen-focus #wp-fullscreen-title,
2213
 
.wp-fullscreen-focus #wp-fullscreen-container {
2214
 
        border-color: #ccc;
2215
 
}
2216
 
 
2217
1686
/* =CSS 3 transitions
2218
1687
-------------------------------------------------------------- */
2219
1688
 
 
1689
.wp-fullscreen-active #fullscreen-topbar {
 
1690
        -webkit-transition-duration: 0.8s;
 
1691
        transition-duration: 0.8s;
 
1692
        opacity: 0;
 
1693
        filter: alpha(opacity=0);
 
1694
}
 
1695
 
 
1696
.wp-fullscreen-active #wp-fullscreen-statusbar {
 
1697
        height: 0;
 
1698
}
 
1699
 
 
1700
.wp-fullscreen-active.wp-dfw-show-ui #fullscreen-topbar {
 
1701
        -webkit-transition-duration: 0.4s;
 
1702
        transition-duration: 0.4s;
 
1703
        opacity: 1;
 
1704
        filter: alpha(opacity=100);
 
1705
}
 
1706
 
 
1707
.wp-fullscreen-active.wp-dfw-show-ui #wp-fullscreen-statusbar {
 
1708
        height: 29px;
 
1709
        background: #f8f8f8;
 
1710
        border-top: 1px solid #eee;
 
1711
}
 
1712
 
 
1713
.wp-fullscreen-active .wp-fullscreen-title,
 
1714
.wp-fullscreen-active .wp-editor-container {
 
1715
        -webkit-transition-duration: 0.8s;
 
1716
        transition-duration: 0.8s;
 
1717
        border-color: transparent;
 
1718
}
 
1719
 
 
1720
.wp-fullscreen-active.wp-dfw-show-ui .wp-fullscreen-title,
 
1721
.wp-fullscreen-active.wp-dfw-show-ui .wp-editor-container {
 
1722
        -webkit-transition-duration: 0.4s;
 
1723
        transition-duration: 0.4s;
 
1724
        border-color: #ccc;
 
1725
}
 
1726
 
2220
1727
.fade-1000,
2221
1728
.fade-600,
2222
1729
.fade-400,
2223
1730
.fade-300 {
2224
1731
        opacity: 0;
2225
 
        -moz-transition-property: opacity;
2226
1732
        -webkit-transition-property: opacity;
2227
 
        -o-transition-property: opacity;
2228
1733
        transition-property: opacity;
2229
1734
}
2230
1735
 
2231
1736
.fade-1000 {
2232
 
        -moz-transition-duration: 1s;
2233
1737
        -webkit-transition-duration: 1s;
2234
 
        -o-transition-duration: 1s;
2235
1738
        transition-duration: 1s;
2236
1739
}
2237
1740
 
2238
1741
.fade-600 {
2239
 
        -moz-transition-duration: 0.6s;
2240
1742
        -webkit-transition-duration: 0.6s;
2241
 
        -o-transition-duration: 0.6s;
2242
1743
        transition-duration: 0.6s;
2243
1744
}
2244
1745
 
2245
1746
.fade-400 {
2246
 
        -moz-transition-duration: 0.4s;
2247
1747
        -webkit-transition-duration: 0.4s;
2248
 
        -o-transition-duration: 0.4s;
2249
1748
        transition-duration: 0.4s;
2250
1749
}
2251
1750
 
2252
1751
.fade-300 {
2253
 
        -moz-transition-duration: 0.3s;
2254
1752
        -webkit-transition-duration: 0.3s;
2255
 
        -o-transition-duration: 0.3s;
2256
1753
        transition-duration: 0.3s;
2257
1754
}
2258
1755
 
2260
1757
        opacity: 1;
2261
1758
}
2262
1759
 
 
1760
/* DFW on touch screen devices */
 
1761
.wp-dfw-touch #fullscreen-topbar {
 
1762
        position: absolute;
 
1763
        opacity: 1;
 
1764
}
 
1765
 
 
1766
.wp-dfw-touch .wp-fullscreen-wrap .wp-editor-container,
 
1767
.wp-dfw-touch .wp-fullscreen-title {
 
1768
        max-width: 700px;
 
1769
}
 
1770
 
 
1771
.wp-fullscreen-active.wp-dfw-touch  .wp-fullscreen-title,
 
1772
.wp-fullscreen-active.wp-dfw-touch .wp-editor-container {
 
1773
        border-color: #ccc;
 
1774
}
 
1775
 
 
1776
.wp-dfw-touch #wp-fullscreen-statusbar {
 
1777
        height: 30px;
 
1778
}
 
1779
 
 
1780
@media screen and ( max-width: 782px ) {
 
1781
        #wp-fullscreen-close,
 
1782
        #wp-fullscreen-central-toolbar,
 
1783
        #wp-fullscreen-mode-bar,
 
1784
        #wp-fullscreen-button-bar,
 
1785
        #wp-fullscreen-save {
 
1786
                display: inline-block;
 
1787
        }
 
1788
 
 
1789
        #fullscreen-topbar {
 
1790
                height: 85px;
 
1791
        }
 
1792
 
 
1793
        #wp-fullscreen-central-toolbar {
 
1794
                width: auto !important;
 
1795
                min-width: 0;
 
1796
        }
 
1797
 
 
1798
        #wp-fullscreen-close {
 
1799
                line-height: 30px;
 
1800
                vertical-align: top;
 
1801
                padding: 0 12px;
 
1802
        }
 
1803
 
 
1804
        #wp-fullscreen-button-bar {
 
1805
                position: absolute;
 
1806
                top: 45px;
 
1807
                right: 0;
 
1808
        }
 
1809
 
 
1810
        .wp-fullscreen-wrap {
 
1811
                top: 95px;
 
1812
        }
 
1813
 
 
1814
        #wp-fullscreen-save {
 
1815
                position: absolute;
 
1816
                left: 10px;
 
1817
        }
 
1818
}
 
1819
 
 
1820
@media screen and ( max-width: 480px ) {
 
1821
        #wp_fs_help {
 
1822
                display: none;
 
1823
        }
 
1824
 
 
1825
        .wp-fullscreen-wrap .wp-editor-container,
 
1826
        .wp-fullscreen-title {
 
1827
                width: 480px !important;
 
1828
        }
 
1829
 
 
1830
        body.wp-fullscreen-active {
 
1831
                width: 480px;
 
1832
                overflow: auto;
 
1833
        }
 
1834
 
 
1835
        #fullscreen-topbar,
 
1836
        .wp-fullscreen-wrap {
 
1837
                width: 480px;
 
1838
        }
 
1839
 
 
1840
        #fullscreen-topbar {
 
1841
                position: absolute;
 
1842
        }
 
1843
 
 
1844
        #wp-fullscreen-status {
 
1845
                width: auto !important;
 
1846
                max-width: 100%;
 
1847
                padding: 0 10px;
 
1848
        }
 
1849
}
 
1850
 
2263
1851
/* =Localization
2264
1852
-------------------------------------------------------------- */
2265
 
.rtl .wp_themeSkin .mceColorSplitMenu a.mceMoreColors,
2266
 
.rtl .wp_themeSkin .mceMenu .mceText,
2267
1853
.rtl .wp-switch-editor,
2268
 
.rtl .quicktags-toolbar input,
2269
 
.rtl .clearlooks2 .mceTop span,
2270
 
.rtl .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
 
1854
.rtl .quicktags-toolbar input {
2271
1855
        font-family: Tahoma, sans-serif;
2272
1856
}
2273
1857
 
2274
 
html:lang(he-il) .rtl .wp_themeSkin .mceColorSplitMenu a.mceMoreColors,
2275
 
html:lang(he-il) .rtl .wp_themeSkin .mceMenu .mceText,
 
1858
/* @noflip */
 
1859
.mce-rtl .mce-flow-layout .mce-flow-layout-item > div {
 
1860
        direction: rtl;
 
1861
}
 
1862
 
 
1863
/* @noflip */
 
1864
.mce-rtl .mce-listbox i.mce-caret {
 
1865
        left: 6px;
 
1866
}
 
1867
 
2276
1868
html:lang(he-il) .rtl .wp-switch-editor,
2277
 
html:lang(he-il) .rtl .quicktags-toolbar input,
2278
 
html:lang(he-il) .rtl .clearlooks2 .mceTop span,
2279
 
html:lang(he-il) .rtl .wp_themeSkin .mceColorSplitMenu a.mceMoreColors  {
 
1869
html:lang(he-il) .rtl .quicktags-toolbar input  {
2280
1870
        font-family: Arial, sans-serif;
2281
1871
}
2282
1872
 
2283
 
 
2284
1873
/* HiDPI */
2285
1874
@media print,
2286
1875
  (-o-min-device-pixel-ratio: 5/4),
2290
1879
        #wp-fullscreen-buttons #wp_fs_image span.mce_image {
2291
1880
                background: none;
2292
1881
        }
2293
 
 
2294
 
        .wp_themeSkin .mceListBox .mceOpen,
2295
 
        .wp_themeSkin .mceListBoxHover .mceOpen,
2296
 
        .wp_themeSkin .mceListBoxSelected .mceOpen,
2297
 
        .wp_themeSkin table.mceListBoxEnabled .mceOpen {
2298
 
                background-image: url('../images/down_arrow-2x.gif');
2299
 
                background-size: 10px 20px;
2300
 
        }
2301
 
 
2302
 
        .wp_themeSkin .mceSplitButtonEnabled a.mceOpen,
2303
 
        .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
2304
 
        .wp_themeSkin .mceSplitButtonActive a.mceOpen,
2305
 
        .wp_themeSkin .mceSplitButtonEnabled:hover a.mceOpen {
2306
 
                background-image: url('../images/down_arrow-2x.gif');
2307
 
                background-size: 10px 20px;
2308
 
        }
2309
 
 
2310
 
        #wp-link .toggle-arrow {
2311
 
                background: transparent url('../images/toggle-arrow-2x.png') top right no-repeat;
2312
 
                background-size: 19px 69px;
2313
 
        }
2314
1882
}
 
1883
 
 
1884
/* TODO: DFW responsive */