]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/css/jquery-ui-dialog-rtl.css
WordPress 3.9
[autoinstalls/wordpress.git] / wp-includes / css / jquery-ui-dialog-rtl.css
1 /*!
2  * jQuery UI CSS Framework 1.10.1
3  * http://jqueryui.com
4  *
5  * Copyright 2013 jQuery Foundation and other contributors
6  * Released under the MIT license.
7  * http://jquery.org/license
8  *
9  * http://docs.jquery.com/UI/Theming/API
10  */
11
12 /* Layout helpers
13 ----------------------------------*/
14 .ui-helper-hidden {
15         display: none;
16 }
17 .ui-helper-hidden-accessible {
18         border: 0;
19         clip: rect(0 0 0 0);
20         height: 1px;
21         margin: -1px;
22         overflow: hidden;
23         padding: 0;
24         position: absolute;
25         width: 1px;
26 }
27 .ui-helper-reset {
28         margin: 0;
29         padding: 0;
30         border: 0;
31         outline: 0;
32         line-height: 1.3;
33         text-decoration: none;
34         font-size: 100%;
35         list-style: none;
36 }
37 .ui-helper-clearfix:before,
38 .ui-helper-clearfix:after {
39         content: "";
40         display: table;
41         border-collapse: collapse;
42 }
43 .ui-helper-clearfix:after {
44         clear: both;
45 }
46 .ui-helper-clearfix {
47         min-height: 0; /* support: IE7 */
48 }
49 .ui-helper-zfix {
50         width: 100%;
51         height: 100%;
52         top: 0;
53         right: 0;
54         position: absolute;
55         opacity: 0;
56         filter:Alpha(Opacity=0);
57 }
58
59 /* Interaction Cues
60 ----------------------------------*/
61 .ui-state-disabled {
62         cursor: default !important;
63 }
64
65 /* Icons
66 ----------------------------------*/
67
68 /* states and images */
69 .ui-icon {
70         display: block;
71         text-indent: -99999px;
72         overflow: hidden;
73         background-repeat: no-repeat;
74 }
75
76 /*!
77  * jQuery UI Resizable 1.10.1
78  * http://jqueryui.com
79  *
80  * Copyright 2013 jQuery Foundation and other contributors
81  * Released under the MIT license.
82  * http://jquery.org/license
83  *
84  * http://docs.jquery.com/UI/Resizable#theming
85  */
86 .ui-resizable {
87         position: relative;
88 }
89 .ui-resizable-handle {
90         position: absolute;
91         font-size: 0.1px;
92         display: block;
93 }
94 .ui-resizable-disabled .ui-resizable-handle,
95 .ui-resizable-autohide .ui-resizable-handle {
96         display: none;
97 }
98 .ui-resizable-n {
99         cursor: n-resize;
100         height: 7px;
101         width: 100%;
102         top: -5px;
103         right: 0;
104 }
105 .ui-resizable-s {
106         cursor: s-resize;
107         height: 7px;
108         width: 100%;
109         bottom: -5px;
110         right: 0;
111 }
112 /* @noflip */
113 .ui-resizable-e {
114         cursor: e-resize;
115         width: 7px;
116         right: -5px;
117         top: 0;
118         height: 100%;
119 }
120 /* @noflip */
121 .ui-resizable-w {
122         cursor: w-resize;
123         width: 7px;
124         left: -5px;
125         top: 0;
126         height: 100%;
127 }
128 /* @noflip */
129 .ui-resizable-se {
130         cursor: se-resize;
131         width: 9px;
132         height: 9px;
133         right: -5px;
134         bottom: -5px;
135 }
136 /* @noflip */
137 .ui-resizable-sw {
138         cursor: sw-resize;
139         width: 9px;
140         height: 9px;
141         left: -5px;
142         bottom: -5px;
143 }
144 /* @noflip */
145 .ui-resizable-nw {
146         cursor: nw-resize;
147         width: 9px;
148         height: 9px;
149         left: -5px;
150         top: -5px;
151 }
152 /* @noflip */
153 .ui-resizable-ne {
154         cursor: ne-resize;
155         width: 9px;
156         height: 9px;
157         right: -5px;
158         top: -5px;
159 }
160
161 /* WP buttons: see buttons.css. */
162
163 .ui-button {
164         display: inline-block;
165         text-decoration: none;
166         font-size: 13px;
167         line-height: 26px;
168         height: 28px;
169         margin: 0;
170         padding: 0 10px 1px;
171         cursor: pointer;
172         border-width: 1px;
173         border-style: solid;
174         -webkit-appearance: none;
175         -webkit-border-radius: 3px;
176         border-radius: 3px;
177         white-space: nowrap;
178         -webkit-box-sizing: border-box;
179         -moz-box-sizing: border-box;
180         box-sizing: border-box;
181         color: #555;
182         border-color: #cccccc;
183         background: #f7f7f7;
184         -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
185         box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
186         vertical-align: top;
187 }
188
189 /* Remove the dotted border on :focus and the extra padding in Firefox */
190 .ui-button::-moz-focus-inner {
191         border-width: 1px 0;
192         border-style: solid none;
193         border-color: transparent;
194         padding: 0;
195 }
196
197 .ui-button:hover {
198         background: #fafafa;
199         border-color: #999;
200         color: #222;
201 }
202
203 .ui-button:focus {
204         -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
205         box-shadow: 1px 1px 1px rgba(0,0,0,.2);
206 }
207
208 .ui-button:active {
209         background: #eee;
210         border-color: #999;
211         color: #333;
212         -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
213         box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
214         outline: none;
215 }
216
217 .ui-button[disabled],
218 .ui-button:disabled {
219         color: #aaa !important;
220         border-color: #ddd !important;
221         background: #f7f7f7 !important;
222         -webkit-box-shadow: none !important;
223         box-shadow: none !important;
224         text-shadow: 0 1px 0 #fff !important;
225         cursor: default;
226 }
227
228 @media screen and ( max-width: 782px ) {
229
230         .ui-button {
231                 padding: 10px 14px;
232                 line-height: 1;
233                 font-size: 14px;
234                 vertical-align: middle;
235                 height: auto;
236                 margin-bottom: 4px;
237         }
238
239 }
240
241 /* WP Theme */
242
243 .ui-dialog {
244         position: absolute;
245         top: 0;
246         right: 0;
247         z-index: 100102;
248         background-color: #fff;
249         -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
250         box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
251 }
252
253 .ui-dialog-titlebar {
254         background: #fcfcfc;
255         border-bottom: 1px solid #dfdfdf;
256         height: 36px;
257         font-size: 18px;
258         font-weight: 600;
259         line-height: 36px;
260         padding: 0 16px 0 36px;
261 }
262
263 .ui-button.ui-dialog-titlebar-close {
264         background: none;
265         border: none;
266         -webkit-box-shadow: none;
267         box-shadow: none;
268         color: #666;
269         cursor: pointer;
270         display: block;
271         padding: 0;
272         position: absolute;
273         top: 0;
274         left: 0;
275         width: 36px;
276         height: 36px;
277         text-align: center;
278 }
279
280 .ui-dialog-titlebar-close:before {
281         font: normal 20px/1 'dashicons';
282         vertical-align: top;
283         speak: none;
284         -webkit-font-smoothing: antialiased;
285         -moz-osx-font-smoothing: grayscale;
286         line-height: 36px;
287         width: 36px;
288         height: 36px;
289         content: '\f158';
290 }
291
292 .ui-button.ui-dialog-titlebar-close:hover {
293         color: #2ea2cc;
294 }
295
296 .ui-dialog-titlebar-close .ui-button-text {
297         display: none;
298 }
299
300 .ui-dialog-content {
301         padding: 16px;
302         overflow: auto;
303 }
304
305 .ui-dialog-buttonpane {
306         background: #fcfcfc;
307         border-top: 1px solid #dfdfdf;
308         padding: 16px;
309 }
310
311 .ui-dialog-buttonpane .ui-button {
312         margin-right: 16px;
313 }
314
315 .ui-dialog-buttonpane .ui-dialog-buttonset {
316         float: left;
317 }
318
319 .ui-draggable .ui-dialog-titlebar {
320         cursor: move;
321 }
322
323 .ui-widget-overlay {
324         position: fixed;
325         top: 0;
326         right: 0;
327         left: 0;
328         bottom: 0;
329         min-height: 360px;
330         background: #000;
331         opacity: 0.7;
332         filter: alpha(opacity=70);
333         z-index: 100101;
334 }