]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css
Wordpress 3.0
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / wpeditimage / css / editimage.css
1
2 html, body {
3         background-color: #fff;
4         margin: 0;
5         padding: 0;
6 }
7
8 .submit input,
9 .button,
10 .button-primary,
11 .button-secondary,
12 .button-highlighted {
13         font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
14         text-decoration: none;
15         font-size: 11px !important;
16         line-height: 16px;
17         padding: 2px 8px;
18         cursor: pointer;
19         border-width: 1px;
20         border-style: solid;
21         -moz-border-radius: 11px;
22         -khtml-border-radius: 11px;
23         -webkit-border-radius: 11px;
24         border-radius: 11px;
25         -moz-box-sizing: content-box;
26         -webkit-box-sizing: content-box;
27         -khtml-box-sizing: content-box;
28         box-sizing: content-box;
29 }
30
31 a.button {
32         padding: 4px 8px;
33 }
34
35 textarea,
36 input,
37 select {
38         font: 13px Verdana, Arial, Helvetica, sans-serif;
39         margin: 1px;
40         padding: 3px;
41 }
42
43 p.help {
44         margin: 4px 0;
45         font-size: 12px;
46         font-style: italic;
47 }
48
49 body, td {
50         font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
51 }
52
53 abbr.required {
54         color: #FF0000;
55         text-align: left;
56 }
57
58 img.alignright,
59 .alignright {
60         float: right;
61         margin-left: 5px;
62 }
63
64 img.alignleft,
65 .alignleft {
66         float: left;
67         margin-right: 5px;
68 }
69
70 img.aligncenter {
71         display: block;
72         margin-left: auto;
73         margin-right: auto;
74 }
75
76 label {
77         cursor: pointer;
78 }
79
80 th.label {
81         width: 107px;
82 }
83
84 #media-upload #basic th.label {
85         padding: 5px 5px 5px 0;
86 }
87
88 .show-align {
89         height: 200px;
90         width: 480px;
91         float: right;
92         background-color: #f1f1f1;
93         cursor: default;
94         -moz-user-select: none;
95         user-select: none;
96         overflow: hidden;
97 }
98
99 #img-edit {
100         border: 1px solid #dfdfdf;
101         width: 623px;
102         margin: 15px auto;
103 }
104
105 #media-upload .media-upload-form table.describe {
106         border-top-style: none;
107         border-top-width: 0;
108 }
109
110 #img_demo_txt {
111         font-size: 9px;
112         line-height: 13px;
113         font-family: Monaco,"Courier New",Courier,monospace;
114         color: #888;
115 }
116
117 #img_demo {
118         padding: 0;
119 }
120
121 #saveeditimg {
122         padding: 10px 0 0 5px;
123         border-top: 1px solid #ccc;
124 }
125
126 #sidemenu,
127 #sidemenu li {
128         list-style: none;
129 }
130
131 #sidemenu li {
132         display: inline;
133 }
134
135 #sidemenu a {
136         border-bottom-style: solid;
137         border-bottom-width: 1px;
138         border-top-style: solid;
139         border-top-width: 1px;
140         display: block;
141         float: left;
142         height: 28px;
143         line-height: 28px;
144         text-decoration: none;
145         text-align: center;
146         white-space: nowrap;
147         margin: 0;
148         padding: 0pt 7px;
149 }
150
151 #sidemenu a.current {
152         -moz-border-radius-topleft: 4px;
153         -khtml-border-top-left-radius: 4px;
154         -webkit-border-top-left-radius: 4px;
155         border-top-left-radius: 4px;
156         -moz-border-radius-topright: 4px;
157         -khtml-border-top-right-radius: 4px;
158         -webkit-border-top-right-radius: 4px;
159         border-top-right-radius: 4px;
160         border-style: solid;
161         border-width: 1px;
162         font-weight: normal;
163 }
164
165 #adv_settings .field label {
166         padding: 0 5px 5px;
167 }
168
169 #media-upload h3 {
170         clear: both;
171         padding: 0pt 0pt 3px;
172         border-bottom-style: solid;
173         border-bottom-width: 1px;
174         font-family: Georgia,"Times New Roman",Times,serif;
175         font-size: 20px;
176         font-weight: normal;
177         line-height: normal;
178         margin: 0 0 10px -4px;
179         padding: 15px 0 3px;
180         border-bottom-color: #DADADA;
181         color: #5A5A5A;
182 }
183
184 #img_dim #width,
185 #img_dim #height,
186 #img_prop #border,
187 #img_prop #vspace,
188 #img_prop #hspace {
189         width: 36px;
190 }
191
192 #img_dim abbr {
193         padding: 0 4px;
194 }
195
196 #show_align_sp {
197         width: 115px;
198 }
199
200 #img_dim input,
201 #img_prop input {
202         margin-right: 10px;
203 }
204
205 #basic .align .field label {
206         padding: 0 0 0 24px;
207 }
208
209 #basic {
210         padding-top: 2px;
211 }
212
213 td {
214         padding: 2px 0;
215 }
216
217 #img_size {
218         float: right;
219         text-align: center;
220         cursor: pointer;
221         background-color: #f1f1f1;
222         padding: 5px 0;
223         width: 45px;
224 }
225
226 #img_size div {
227         font-size: 10px;
228         padding: 2px;
229         border: 1px solid #f1f1f1;
230         line-height: 15px;
231         height: 15px;
232         -moz-border-radius: 3px;
233         -khtml-border-radius: 3px;
234         -webkit-border-radius: 3px;
235         border-radius: 3px;
236         color: #07273E;
237 }
238
239 #img_size div#s100 {
240         border-color: #A3A3A3;
241         background-color: #E5E5E5;
242 }
243
244 #img_size_div {
245         width: 100px;
246         float: left;
247         cursor: default;
248 }
249
250 #img_size_title {
251         margin: 0 7px 5px;
252         text-align: right;
253         font-weight: bold;
254 }
255
256 #img_align_td {
257         padding: 2px 0 8px;
258 }
259
260 #media-upload tr.align td.field {
261         text-align: center;
262 }
263
264 .describe td {
265         vertical-align: middle;
266 }
267
268 #media-upload .describe th.label {
269         padding-top: .5em;
270         text-align: left;
271 }
272
273 #media-upload .describe {
274         border-top-width: 1px;
275         border-top-style: solid;
276         padding: 5px;
277         width: 100%;
278         clear: both;
279         cursor: default;
280 }
281
282 form {
283         margin: 1em;
284 }
285
286 .describe input[type="text"],
287 .describe textarea {
288         width: 460px;
289         border: 1px solid #dfdfdf;
290         -moz-border-radius: 4px;
291         -khtml-border-radius: 4px;
292         -webkit-border-radius: 4px;
293         border-radius: 4px;
294 }
295
296 .media-upload-form label,
297 .media-upload-form legend {
298         font-weight: bold;
299         font-size: 12px;
300         color: #464646;
301 }
302
303 .align .field label {
304         display: inline;
305         padding: 0 0 0 28px;
306         margin: 0 1em 0 0;
307 }
308 .image-align-none-label {
309         background: url(../../../../../../wp-admin/images/align-none.png) no-repeat center left;
310 }
311
312 .image-align-left-label {
313         background: url(../../../../../../wp-admin/images/align-left.png) no-repeat center left;
314 }
315
316 .image-align-center-label {
317         background: url(../../../../../../wp-admin/images/align-center.png) no-repeat center left;
318 }
319
320 .image-align-right-label {
321         background: url(../../../../../../wp-admin/images/align-right.png) no-repeat center left;
322 }
323
324 div#media-upload-header {
325         margin: 0;
326         padding: 0 5px;
327         font-weight: bold;
328         position: relative;
329         border-bottom-width: 1px;
330         border-bottom-style: solid;
331         height: 2.5em;
332 }
333
334 body#media-upload ul#sidemenu {
335         font-weight: normal;
336         margin: 0 5px;
337         position: relative;
338         left: 0px;
339         bottom: -4px;
340 }
341
342 div#media-upload-error {
343         margin: 1em;
344         font-weight: bold;
345 }
346
347 * html #sidemenu li {
348         zoom: 100%;
349 }
350
351 * html #sidemenu a {
352         height: 27px;
353         line-height: 26px;
354 }
355
356 * html input {
357         border: 1px solid #ddd;
358 }