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