]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/css/jquery-ui-dialog-rtl.css
WordPress 3.8-scripts
[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 .ui-front {
60         z-index: 100;
61 }
62
63
64 /* Interaction Cues
65 ----------------------------------*/
66 .ui-state-disabled {
67         cursor: default !important;
68 }
69
70
71 /* Icons
72 ----------------------------------*/
73
74 /* states and images */
75 .ui-icon {
76         display: block;
77         text-indent: -99999px;
78         overflow: hidden;
79         background-repeat: no-repeat;
80 }
81
82
83 /* Misc visuals
84 ----------------------------------*/
85
86 /* Overlays */
87 .ui-widget-overlay {
88         position: fixed;
89         top: 0;
90         right: 0;
91         width: 100%;
92         height: 100%;
93 }
94
95
96 /*!
97  * jQuery UI Resizable 1.10.1
98  * http://jqueryui.com
99  *
100  * Copyright 2013 jQuery Foundation and other contributors
101  * Released under the MIT license.
102  * http://jquery.org/license
103  *
104  * http://docs.jquery.com/UI/Resizable#theming
105  */
106 .ui-resizable {
107         position: relative;
108 }
109 .ui-resizable-handle {
110         position: absolute;
111         font-size: 0.1px;
112         display: block;
113 }
114 .ui-resizable-disabled .ui-resizable-handle,
115 .ui-resizable-autohide .ui-resizable-handle {
116         display: none;
117 }
118 .ui-resizable-n {
119         cursor: n-resize;
120         height: 7px;
121         width: 100%;
122         top: -5px;
123         right: 0;
124 }
125 .ui-resizable-s {
126         cursor: s-resize;
127         height: 7px;
128         width: 100%;
129         bottom: -5px;
130         right: 0;
131 }
132 /* @noflip */
133 .ui-resizable-e {
134         cursor: e-resize;
135         width: 7px;
136         right: -5px;
137         top: 0;
138         height: 100%;
139 }
140 /* @noflip */
141 .ui-resizable-w {
142         cursor: w-resize;
143         width: 7px;
144         left: -5px;
145         top: 0;
146         height: 100%;
147 }
148 /* @noflip */
149 .ui-resizable-se {
150         cursor: se-resize;
151         width: 12px;
152         height: 12px;
153         right: 1px;
154         bottom: 1px;
155 }
156 /* @noflip */
157 .ui-resizable-sw {
158         cursor: sw-resize;
159         width: 9px;
160         height: 9px;
161         left: -5px;
162         bottom: -5px;
163 }
164 /* @noflip */
165 .ui-resizable-nw {
166         cursor: nw-resize;
167         width: 9px;
168         height: 9px;
169         left: -5px;
170         top: -5px;
171 }
172 /* @noflip */
173 .ui-resizable-ne {
174         cursor: ne-resize;
175         width: 9px;
176         height: 9px;
177         right: -5px;
178         top: -5px;
179 }
180
181 /*!
182  * jQuery UI Dialog 1.10.1
183  * http://jqueryui.com
184  *
185  * Copyright 2013 jQuery Foundation and other contributors
186  * Released under the MIT license.
187  * http://jquery.org/license
188  *
189  * http://docs.jquery.com/UI/Dialog#theming
190  */
191 .ui-dialog {
192         position: absolute;
193         top: 0;
194         /* @noflip */
195         left: 0;
196         padding: .2em;
197         outline: 0;
198 }
199 .ui-dialog .ui-dialog-titlebar {
200         padding: .4em 1em;
201         position: relative;
202 }
203 .ui-dialog .ui-dialog-title {
204         float: right;
205         margin: .1em 0;
206         white-space: nowrap;
207         width: 90%;
208         overflow: hidden;
209         text-overflow: ellipsis;
210 }
211 .ui-dialog .ui-dialog-titlebar-close {
212         position: absolute;
213         left: .3em;
214         top: 50%;
215         width: 21px;
216         margin: -10px 0 0 0;
217         padding: 1px;
218         height: 20px;
219 }
220 .ui-dialog .ui-dialog-content {
221         position: relative;
222         border: 0;
223         padding: .5em 1em;
224         background: none;
225         overflow: auto;
226 }
227 .ui-dialog .ui-dialog-buttonpane {
228         text-align: right;
229         border-width: 1px 0 0 0;
230         background-image: none;
231         margin-top: .5em;
232         padding: .3em .4em .5em 1em;
233 }
234 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
235         float: left;
236 }
237 .ui-dialog .ui-dialog-buttonpane button {
238         margin: .5em 0 .5em .4em;
239         cursor: pointer;
240 }
241 .ui-dialog .ui-resizable-se {
242         width: 12px;
243         height: 12px;
244         left: -5px;
245         bottom: -5px;
246         background-position: 16px 16px;
247 }
248 .ui-draggable .ui-dialog-titlebar {
249         cursor: move;
250 }
251
252 /* WP jQuery Dialog Theme */
253 .wp-dialog {
254         padding: 0;
255         z-index: 300002;
256         border: 0;
257         -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);
258         box-shadow:         0 5px 15px rgba(0,0,0,0.7);
259         background-color: #f5f5f5;
260 }
261
262 .wp-dialog .ui-dialog-title {
263         display: block;
264         text-align: center;
265         padding: 0;
266 }
267
268 .wp-dialog .ui-dialog-titlebar {
269         padding: 0 1em;
270         background-color: #444;
271         font-size: 13px;
272         line-height: 24px;
273         color: #fff;
274 }
275
276 .wp-dialog .ui-dialog-content {
277         padding: 0;
278 }
279
280 .wp-dialog .ui-dialog-titlebar-close {
281         cursor: pointer;
282         -webkit-appearance: none;
283         border: 0;
284         width: 30px;
285         height: 20px;
286         top: 13px;
287         left: 6px;
288         background: none;
289 }
290
291 .wp-dialog .ui-dialog-titlebar-close:before {
292         content: '\f158';
293         font: normal 20px/1 'dashicons';
294         speak: none;
295         -webkit-font-smoothing: antialiased;
296         -moz-osx-font-smoothing: grayscale;
297         color: #999;
298         padding-right: 12px;
299 }
300
301 .wp-dialog .ui-dialog-titlebar-close:hover:before {
302         color: #2ea2cc;
303 }
304
305 .wp-dialog .ui-dialog-titlebar-close .ui-button-text {
306         display: none;
307 }
308
309 .wp-dialog .ui-dialog-titlebar-close:hover,
310 .wp-dialog .ui-dialog-titlebar-close:focus {
311         background-position: -87px -32px;
312 }
313
314 .ui-widget-overlay {
315         z-index: 300001;
316         background-color: #000;
317         opacity: 0.6;
318         filter: alpha(opacity=60);
319 }