]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/deprecated-media-rtl.css
WordPress 4.0
[autoinstalls/wordpress.git] / wp-admin / css / deprecated-media-rtl.css
1 /* Styles for the media library iframe (not used on the Library screen) */
2
3 div#media-upload-header {
4         margin: 0;
5         padding: 5px 5px 0;
6         font-weight: bold;
7         position: relative;
8         border-bottom: 1px solid #dfdfdf;
9         background: #f9f9f9;
10 }
11
12 body#media-upload ul#sidemenu {
13         font-weight: normal;
14         margin: 0 5px;
15         right: 0;
16         bottom: -1px;
17         float: none;
18         overflow: hidden;
19 }
20
21 #media-upload:after { /* clearfix */
22         content: "";
23         display: table;
24         clear: both;
25 }
26
27 #media-upload .slidetoggle {
28         border-top-color: #dfdfdf;
29 }
30
31 #media-upload input[type="radio"] {
32         padding: 0;
33 }
34
35 form {
36         margin: 1em;
37 }
38
39 #search-filter {
40         text-align: left;
41 }
42
43 th {
44         position: relative;
45 }
46
47 .media-upload-form label.form-help, td.help {
48         font-family: sans-serif;
49         font-style: italic;
50         font-weight: normal;
51 }
52
53 .media-upload-form p.help {
54         margin: 0;
55         padding: 0;
56 }
57
58 .media-upload-form fieldset {
59         width: 100%;
60         border: none;
61         text-align: justify;
62         margin: 0 0 1em 0;
63         padding: 0;
64 }
65
66 /* specific to the image upload form */
67
68 .image-align-none-label {
69         background: url(../images/align-none.png) no-repeat center right;
70 }
71
72 .image-align-left-label {
73         background: url(../images/align-left.png) no-repeat center right;
74 }
75
76 .image-align-center-label {
77         background: url(../images/align-center.png) no-repeat center right;
78 }
79
80 .image-align-right-label {
81         background: url(../images/align-right.png) no-repeat center right;
82 }
83
84 tr.image-size td {
85         width: 460px;
86 }
87
88 tr.image-size div.image-size-item {
89         margin: 0 0 5px;
90 }
91
92 #library-form .progress,
93 #gallery-form .progress,
94 .insert-gallery,
95 .describe.startopen,
96 .describe.startclosed {
97         display: none;
98 }
99
100 .media-item .thumbnail {
101         max-width: 128px;
102         max-height: 128px;
103 }
104
105 thead.media-item-info tr {
106         background-color: transparent;
107 }
108
109 .form-table thead.media-item-info {
110         border: 8px solid #fff;
111 }
112
113 abbr.required {
114         text-decoration: none;
115         border: none;
116 }
117
118 .describe label {
119         display: inline;
120 }
121
122 .describe td.error {
123         padding: 2px 8px;
124 }
125
126 .describe td.A1 {
127         width: 132px;
128 }
129
130 .describe input[type="text"],
131 .describe textarea {
132         width: 460px;
133         border-width: 1px;
134         border-style: solid;
135 }
136
137 /* Specific to Uploader */
138
139 #media-upload p.ml-submit {
140         padding: 1em 0;
141 }
142
143 #media-upload p.help,
144 #media-upload label.help {
145         font-family: sans-serif;
146         font-style: italic;
147         font-weight: normal;
148 }
149
150 #media-upload .ui-sortable .media-item {
151         cursor: move;
152 }
153
154 #media-upload tr.image-size {
155         margin-bottom: 1em;
156         height: 3em;
157 }
158
159 #media-upload #filter {
160         width: 623px;
161 }
162
163 #media-upload #filter .subsubsub {
164         margin: 8px 0;
165 }
166
167 #filter .tablenav select {
168         border-style: solid;
169         border-width: 1px;
170         padding: 2px;
171         vertical-align: top;
172         width: auto;
173 }
174
175 #media-upload .del-attachment {
176         display: none;
177         margin: 5px 0;
178 }
179
180 .menu_order {
181         float: left;
182         font-size: 11px;
183         margin: 8px 10px 0;
184 }
185
186 .menu_order_input {
187         border: 1px solid #ddd;
188         font-size: 10px;
189         padding: 1px;
190         width: 23px;
191 }
192
193 .ui-sortable-helper {
194         background-color: #fff;
195         border: 1px solid #aaa;
196         opacity: 0.6;
197         filter: alpha(opacity=60);
198 }
199
200 #media-upload th.order-head {
201         width: 20%;
202         text-align: center;
203 }
204
205 #media-upload th.actions-head {
206         width: 25%;
207         text-align: center;
208 }
209
210 #media-upload a.wp-post-thumbnail {
211         margin: 0 20px;
212 }
213
214 #media-upload .widefat {
215         border-style: solid solid none;
216 }
217
218 .sorthelper {
219         height: 37px;
220         width: 623px;
221         display: block;
222 }
223
224 #gallery-settings th.label {
225         width: 160px;
226 }
227
228 #gallery-settings #basic th.label {
229         padding: 5px 0 5px 5px;
230 }
231
232 #gallery-settings .title {
233         clear: both;
234         padding: 0 0 3px;
235         font-size: 1.6em;
236         border-bottom: 1px solid #DADADA;
237 }
238
239 h3.media-title  {
240         font-size: 1.6em;
241 }
242
243 h4.media-sub-title  {
244         border-bottom: 1px solid #DADADA;
245         font-size: 1.3em;
246         margin: 12px;
247         padding: 0 0 3px;
248 }
249
250 #gallery-settings .title,
251 h3.media-title,
252 h4.media-sub-title {
253         font-family: Georgia,"Times New Roman",Times,serif;
254         font-weight: normal;
255         color: #5A5A5A;
256 }
257
258 #gallery-settings .describe td {
259         vertical-align: middle;
260         height: 3em;
261 }
262
263 #gallery-settings .describe th.label {
264         padding-top: .5em;
265         text-align: right;
266 }
267
268 #gallery-settings .describe {
269         padding: 5px;
270         width: 100%;
271         clear: both;
272         cursor: default;
273         background: #fff;
274 }
275
276 #gallery-settings .describe select {
277         width: 15em;
278 }
279
280 #gallery-settings .describe select option,
281 #gallery-settings .describe td {
282         padding: 0;
283 }
284
285 #gallery-settings label,
286 #gallery-settings legend {
287         font-size: 13px;
288         color: #464646;
289         margin-left: 15px;
290 }
291
292 #gallery-settings .align .field label {
293         margin: 0 3px 0 1em;
294 }
295
296 #gallery-settings p.ml-submit {
297         border-top: 1px solid #dfdfdf;
298 }
299
300 #gallery-settings select#columns {
301         width: 6em;
302 }
303
304 #sort-buttons {
305         font-size: 0.8em;
306         margin: 3px 0 -8px 25px;
307         text-align: left;
308         max-width: 625px;
309 }
310
311 #sort-buttons a {
312         text-decoration: none;
313 }
314
315 #sort-buttons #asc,
316 #sort-buttons #showall {
317         padding-right: 5px;
318 }
319
320 #sort-buttons span {
321         margin-left: 25px;
322 }
323
324 p.media-types {
325         padding: 1em;
326 }
327
328 tr.not-image {
329         display: none;
330 }
331
332 table.not-image tr.not-image {
333         display: table-row;
334 }
335
336 table.not-image tr.image-only {
337         display: none;
338 }
339
340 /**
341  * HiDPI Displays
342  */
343 @media print,
344   (-o-min-device-pixel-ratio: 5/4),
345   (-webkit-min-device-pixel-ratio: 1.25),
346   (min-resolution: 120dpi) {
347
348         .image-align-none-label {
349                 background-image: url(../images/align-none-2x.png?ver=20120916);
350                 -webkit-background-size: 21px 15px;
351                 background-size: 21px 15px;
352         }
353
354         .image-align-left-label {
355                 background-image: url(../images/align-left-2x.png?ver=20120916);
356                 -webkit-background-size: 22px 15px;
357                 background-size: 22px 15px;
358         }
359
360         .image-align-center-label {
361                 background-image: url(../images/align-center-2x.png?ver=20120916);
362                 -webkit-background-size: 21px 15px;
363                 background-size: 21px 15px;
364         }
365
366         .image-align-right-label {
367                 background-image: url(../images/align-right-2x.png?ver=20120916);
368                 -webkit-background-size: 22px 15px;
369                 background-size: 22px 15px;
370         }
371 }