]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/wp-admin-rtl.dev.css
Wordpress 3.0
[autoinstalls/wordpress.git] / wp-admin / css / wp-admin-rtl.dev.css
1 /* 0 - 200
2 =================================== */
3 td.available-theme {
4         text-align: right;
5 }
6 #current-theme img {
7         float: right;
8         margin-right: 0;
9         margin-left: 1em;
10 }
11 .quicktags, .search {
12         font-family: Tahoma, Arial, sans-serif;
13 }
14 /* 200 - 500
15 =================================== */
16 #save-post {
17         float: right;
18 }
19 .preview {
20         float: left;
21 }
22 #sticky-span {
23         margin-left: 0;
24         margin-right: 18px;
25 }
26 #post-body .misc-pub-section {
27         border-right-width: 0;
28         border-left-width: 1px;
29         border-right-style: none;
30         border-left-style: solid;
31         float: right;
32 }
33 #post-body .misc-pub-section-last {
34         border-left: 0;
35 }
36 #delete-action {
37         text-align: right;
38         float: right;
39 }
40 #publishing-action {
41         text-align: left;
42         float: left;
43 }
44 .side-info ul {
45         padding-left: 0;
46         padding-right: 18px;
47 }
48 .submit input,
49 .button,
50 .button-primary,
51 .button-secondary,
52 .button-highlighted,
53 #postcustomstuff .submit input {
54         font-family: Tahoma, Arial, sans-serif;
55 }
56 #wpcontent select {
57         font-family: Tahoma, Arial, sans-serif;
58 }
59 #quicktags {
60         background-position: right top;
61 }
62 /* 500 - 700
63 =================================== */
64 #template div {
65         margin-right: 0;
66         margin-left: 190px;
67 }
68 * html #template div {
69         margin-left: 0;
70 }
71 #your-profile legend {
72         font-family: Tahoma, Arial, sans-serif;
73 }
74 #ajax-response.alignleft {
75         margin-left: 0;
76         margin-right: 2em;
77 }
78 .page-numbers {
79         margin-right: 0;
80         margin-left: 1px;
81 }
82 .column-author img, .column-username img {
83         float: right;
84         margin-right: 0;
85         margin-left: 10px;
86 }
87 .tablenav a.button-secondary {
88         margin: 8px 0 0 8px;
89 }
90 .tablenav .tablenav-pages {
91         float: left;
92 }
93 .tablenav .displaying-num {
94         margin-right: 0;
95         margin-left: 10px;
96         font-family: Tahoma, Arial, sans-serif;
97 }
98 #postcustomstuff table input,
99 #postcustomstuff table select,
100 #postcustomstuff table textarea {
101         margin: 8px 8px 8px 0;
102 }
103 /* 700 - 1000
104 =================================== */
105 #pass-strength-result {
106         float: right;
107         margin: 12px 1px 5px 5px;
108 }
109 /* Admin Header */
110 #user_info {
111         float: left;
112 }
113 #header-logo {
114         float: right;
115         margin: 7px 15px 0 0;
116 }
117 #wphead h1 {
118         font-family: Tahoma, Arial, sans-serif;
119         float: right;
120 }
121 #wphead h1.long-title {
122         font-family: Tahoma, Arial, sans-serif;
123 }
124 #adminmenu .wp-submenu a {
125         padding-left: 0;
126         padding-right: 12px;
127         border-width: 0 0 0 1px;
128         border-style: none none none solid;
129         font-family: Tahoma, Arial, sans-serif;
130 }
131 #adminmenu a.menu-top,
132 #adminmenu .wp-submenu-head {
133         font-family: Tahoma, Arial, sans-serif;
134 }
135 #adminmenu img.wp-menu-image {
136         float: right;
137 }
138 .folded #adminmenu img.wp-menu-image {
139         padding: 7px 6px 0 0;
140 }
141 #adminmenu a.separator {
142         cursor: e-resize;
143 }
144 .folded #adminmenu a.separator {
145         cursor: w-resize;
146 }
147 #adminmenu .wp-submenu .wp-submenu-head {
148         padding: 6px 10px 6px 4px;
149 }
150 .folded #adminmenu .wp-submenu {
151         margin: -1px 28px 0 0;
152 }
153 .folded #adminmenu .wp-submenu a {
154         padding-left: 0;
155         padding-right: 10px;
156 }
157 .folded #adminmenu a.wp-has-submenu {
158         margin-left: 0;
159         margin-right: 40px;
160 }
161 #adminmenu .wp-menu-toggle {
162         float: left;
163         padding: 1px 0 0 2px;
164         clear: left;
165 }
166 #adminmenu div.wp-menu-image {
167         float: right;
168 }
169 #wphead-info {
170         margin: 0 15px 0 0;
171         padding-right:0;
172         padding-left: 15px;
173 }
174 /* end side admin menu */
175 /* 1000 - 1300
176 =================================== */
177 #adminmenu #awaiting-mod,
178 #adminmenu span.update-plugins,
179 #sidemenu li a span.update-plugins {
180         font-family: Tahoma, Arial, sans-serif;
181         margin-left: 0;
182         margin-right: 7px;
183 }
184 .post-com-count-wrapper {
185         font-family: Tahoma, Arial, sans-serif;
186 }
187 .column-response .post-com-count {
188         float: right;
189         margin-right: 0;
190         margin-left: 5px;
191 }
192 /* Tables used on comment.php and option/setting pages */
193 .form-table th {
194         text-align: right;
195 }
196 .form-table input.tog {
197         margin-right: 0;
198         margin-left: 2px;
199         float: right;
200 }
201 .form-table table.color-palette {
202         float: right;
203 }
204 #profile-page .form-table #rich_editing {
205         margin-right: 0;
206         margin-left: 5px;
207 }
208 /* Post Screen */
209 /* 1300 - 1500
210 =================================== */
211 #normal-sortables .postbox .submit {
212         float: left;
213 }
214 #post-body .tagsdiv #newtag {
215         margin-right: 0;
216         margin-left: 5px;
217 }
218 #post-status-info {
219         padding: 0 7px 0 15px;
220 }
221 #comment-status-radio input {
222         margin: 2px 0 5px 3px;
223 }
224 .tagchecklist {
225         margin-left: 0;
226         margin-right: 10px;
227 }
228 .tagchecklist strong {
229         margin-left: 0;
230         margin-right: -8px;
231 }
232 .tagchecklist span {
233         float: right;
234 }
235 .tagchecklist span a {
236         margin: 6px -9px 0 0;
237         float: right;
238 }
239 .ac_results li {
240         text-align: right;
241 }
242 #poststuff h2 {
243         clear: right;
244 }
245 .description, .form-wrap p {
246         font-family: Tahoma, Arial, sans-serif;
247 }
248 /* 1500 - 1800
249 =================================== */
250 .autosave-info {
251         padding: 2px 2px 2px 15px;
252         text-align: left;
253 }
254 .meta-box-sortables .postbox .handlediv {
255         float: left;
256 }
257 .howto {
258         font-family: Tahoma, Arial, sans-serif;
259 }
260 .postarea h3 label {
261         float: right;
262 }
263 .postarea #add-media-button {
264         float: left;
265         right: auto;
266         left: 10px;
267 }
268 .wp_themeSkin tr.mceFirst td.mceToolbar {
269         background-position: right top;
270 }
271 #poststuff #edButtonPreview,
272 #poststuff #edButtonHTML {
273         margin: 5px 0 0 5px;
274         float: left;
275 }
276 #poststuff #edButtonHTML {
277         margin-right: 0;
278         margin-left: 15px;
279 }
280 #media-buttons a {
281         padding: 0 10px 5px 0;
282 }
283 .submitbox .submit {
284         text-align: right;
285 }
286
287 .inside-submitbox #post_status {
288         margin: 2px -2px 2px 0;
289 }
290 .submitbox .submit input {
291         margin-right: 0;
292         margin-left: 4px;
293 }
294 /* Categories */
295 .category-adder {
296         margin-left: 0;
297         margin-right: 120px;
298 }
299 #post-body ul.category-tabs li.tabs,
300 #post-body ul.add-menu-item-tabs li.tabs {
301         -moz-border-radius: 0 3px 3px 0;
302         -webkit-border-top-left-radius: 0;
303         -webkit-border-top-right-radius: 3px;
304         -webkit-border-bottom-left-radius: 0;
305         -webkit-border-bottom-right-radius: 3px;
306         border-top-left-radius: 0;
307         border-top-right-radius: 3px;
308         border-bottom-left-radius: 0;
309         border-bottom-right-radius: 3px;
310 }
311 #post-body ul.category-tabs,
312 #post-body ul.add-menu-item-tabs {
313         float: right;
314         text-align: left;
315         margin: 0 0 0 -120px;
316 }
317 #post-body .categorydiv div.tabs-panel,
318 #post-body .taxonomy div.tabs-panel,
319 #post-body #linkcategorydiv div.tabs-panel {
320         margin: 0 120px 0 5px;
321 }
322 /* 1800 - 2000
323 =================================== */
324 #front-page-warning,
325 #front-static-pages ul,
326 .inline-editor ul.cat-checklist ul,
327 .categorydiv ul.categorychecklist ul,
328 .customlinkdiv ul.categorychecklist ul,
329 .posttypediv ul.categorychecklist ul,
330 .taxonomydiv ul.categorychecklist ul,
331 #linkcategorydiv ul.categorychecklist ul{
332         margin-left: 0;
333         margin-right: 18px;
334 }
335 /* positioning etc. */
336 p.search-box {
337         float: left;
338 }
339 #posts-filter fieldset {
340         float: right;
341         margin: 0 0 1em 1.5ex;
342 }
343 #posts-filter fieldset legend {
344         padding: 0 1px .2em 0;
345 }
346 .view-switch {
347         float: left;
348 }
349 .filter {
350         float: right;
351         margin: -5px 10px 0 0;
352 }
353 #the-comment-list td.comment p.comment-author {
354         margin-right: 0;
355 }
356 #the-comment-list p.comment-author img {
357         float: right;
358         margin-right: 0;
359         margin-left: 8px;
360 }
361 .tablenav .delete {
362         margin-right: 0;
363         margin-left: 20px;
364 }
365 td.action-links, th.action-links {
366         text-align: left;
367 }
368 /* 2000 - 2300
369 =================================== */
370 .filter .subsubsub {
371         margin-left: 0;
372         margin-right: -10px;
373 }
374 #wp-word-count {
375         margin-right: 10px;
376 }
377 .tool-box .title {
378         font-family: Tahoma, Arial, sans-serif;
379 }
380 .settings-toggle {
381         text-align: left;
382         margin: 5px 0 15px 7px;
383 }
384 .curtime #timestamp {
385         background-position: right top;
386         padding-left: 0;
387         padding-right: 18px;
388 }
389 /* media popup 0819 */
390 #sidemenu {
391         margin: -30px 315px 0 15px;
392         float: left;
393         padding-left: 0;
394         padding-right: 10px;
395 }
396 #sidemenu a {
397         float: right;
398 }
399 #replysubmit .button {
400         margin-right: 0;
401         margin-left: 5px;
402 }
403 /* 2300 - 2500
404 =================================== */
405 #edithead .inside {
406         float: right;
407         margin: 3px 5px 2px 0;
408 }
409 #replyrow #ed_reply_toolbar input {
410         margin: 1px 1px 1px 2px;
411 }
412 /* show/hide settings */
413 #screen-meta-links {
414         margin: 0 0 0 18px;
415 }
416 #screen-options-link-wrap,
417 #contextual-help-link-wrap {
418         float: left;
419         font-family: Tahoma, Arial, sans-serif;
420         margin: 0 0 0 6px;
421 }
422 #screen-meta a.show-settings {
423         padding: 0 6px 0 16px;
424         background-position: left bottom;
425 }
426 .metabox-prefs label {
427         padding-right: 0;
428         padding-left: 15px;
429 }
430 .metabox-prefs label input {
431         margin: 0 2px 0 5px;
432 }
433 .inline-editor .save,
434 .inline-editor .cancel {
435         margin-right: 0;
436         margin-left: 5px;
437 }
438 #replysubmit img.waiting,
439 .inline-edit-save img.waiting {
440         float: left;
441 }
442 /* 2500 - 2700
443 =================================== */
444 #bulk-titles div a {
445         float: right;
446         margin: 3px -2px 0 3px;
447 }
448 #wpbody-content .filename {
449         margin-left: 0;
450         margin-right: 10px;
451 }
452 #wpbody-content .inline-edit-row fieldset {
453         float: right;
454 }
455 #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
456         border-left: 0 none;
457         border-right: 1px solid;
458 }
459 #wpbody-content .bulk-edit-row .inline-edit-col-bottom {
460         float: left;
461 }
462 .inline-edit-row fieldset label span.title {
463         float: right;
464 }
465 .inline-edit-row fieldset label span.input-text-wrap {
466         margin-left: 0;
467         margin-right: 5em;
468 }
469 .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
470         padding-right: 0;
471         padding-left: 0.5em;
472 }
473 #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
474         margin-right: 0;
475         margin-left: 0.5em;
476 }
477 /* 2700 - 3000
478 =================================== */
479 .inline-edit-row fieldset span.title,
480 .inline-edit-row fieldset span.checkbox-title {
481         font-family: Tahoma, Arial, sans-serif;
482 }
483 .inline-edit-row fieldset .inline-edit-date {
484         float: right;
485 }
486 .inline-edit-row fieldset ul.cat-checklist label,
487 .inline-edit-row .catshow,
488 .inline-edit-row .cathide,
489 .inline-edit-row #bulk-titles div {
490         font-family: Tahoma, Arial, sans-serif;
491 }
492 .quick-edit-row-post fieldset label.inline-edit-status {
493         float: right;
494 }
495 .describe-toggle-on, .describe-toggle-off {
496         float: left;
497         margin-right: 0;
498         margin-left: 20px;
499 }
500 #wpbody-content #media-items .filename {
501         float: right;
502         margin-left: 0;
503         margin-right: 10px;
504 }
505 .media-item .pinkynail {
506         float: right;
507 }
508 #find-posts-response .found-radio {
509         padding: 8px 8px 0 0;
510 }
511 .find-box-buttons {
512         left: auto;
513         right: 12px;
514 }
515 .find-box-search label {
516         padding-right: 0;
517         padding-left: 6px;
518 }
519 /* favorite-actions */
520 #favorite-actions {
521         float: left;
522 }
523 #favorite-first {
524         padding: 3px 12px 4px 30px;
525 }
526 #favorite-inside {
527 }
528 #favorite-inside a {
529         padding: 3px 10px 3px 5px;
530 }
531 #favorite-toggle {
532         right: auto;
533         left: 0;
534         background:transparent url(../images/fav-arrow-rtl.gif?ver=20100531) no-repeat 10px -4px;
535 }
536 #utc-time, #local-time {
537         padding-left: 0;
538         padding-right: 25px;
539         font-family: Tahoma, Arial;
540 }
541 .icon32 {
542         float: right;
543         margin: 14px 0 0 6px;
544 }
545 .subtitle {
546         padding-left: 0;
547         padding-right: 25px;
548 }
549
550 ol {
551         list-style-type:decimal;
552         margin-left:0;
553         margin-right:2em;
554 }
555
556 .postbox-container {
557         float: right;
558         padding-left: 0.5%;
559         padding-right: 0;
560 }
561
562 /* Media library */
563 #wpbody-content .describe th {
564         text-align: right;
565 }
566
567 .describe .media-item-info .A1B1 {
568         padding: 0 10px 0 0;
569 }
570
571 .media-upload-form td label {
572         margin-left: 6px;
573         margin-right: 2px;
574 }
575
576 .media-upload-form .align .field label {
577         padding: 0 22px 0 0;
578         margin: 0 0 0 1em;
579 }
580
581 .media-upload-form tr.image-size label {
582         margin: 0 3px 0 0 ;
583 }
584
585 #wpbody-content .describe p.help {
586         padding: 0 5px 0 0 ;
587 }
588
589 .describe-toggle-on,
590 .describe-toggle-off {
591         float: left;
592         margin-left: 20px;
593         margin-right: 0;
594 }
595
596 .media-item .pinkynail {
597         float: right;
598 }
599
600 .crunching {
601         text-align: left;
602         margin-left: 5px;
603         margin-right: 0;
604 }
605
606 button.dismiss {
607         right: auto;
608         left: 5px;
609 }
610
611 .file-error {
612         float: right;
613 }
614
615 .bar {
616         border-left-width: 3px;
617         border-left-style: solid;
618         border-right: none;
619 }
620
621
622 /* TinyMCE
623 =================================== */
624 .clearlooks2 .mceTop .mceLeft {
625         width:100% !important;
626 }
627
628 /* tag hints */
629 .taghint {
630         margin: 15px 12px -24px 0;
631 }
632
633 #poststuff .tagsdiv .howto {
634         margin: 0 8px 6px 0;
635 }
636
637 #broken-themes {
638         text-align: right;
639 }
640
641 .describe .del-link {
642         padding-right: 5px;
643         padding-left: 0;
644 }
645
646 .comment-ays th {
647         border-left-style: solid;
648         border-left-width: 1px;
649 }
650
651 /* Custom Header */
652 table#available-headers td {
653         padding: 0 0 10px 20px;
654 }
655 table#available-headers label input {
656         margin-right: 0;
657         margin-left: 8px;
658 }
659
660 /* ltr
661 =================================== */
662 #author-email, #author-url, #rss-url-1, #edit-slug-box, #post_name, #trackback_url, #metakeyinput, #post_password, #slug, #category_nicename, #link_url, #link_image, #rss_uri, #menu_order, #email, #newcomment_author_url, #pages-exclude, #template textarea, #user_login, #url, #pass1, #pass2, #aim, #yim, #jabber, #siteurl, #home, #admin_email, #gmt_offset, #default_post_edit_rows, #mailserver_url, #mailserver_login, #mailserver_pass, #mailserver_port, #ping_sites, #posts_per_page, #posts_per_rss, #blog_charset, #close_comments_days_old, #comments_per_page, #comment_max_links, #moderation_keys, #blacklist_keys, #thumbnail_size_w, #thumbnail_size_h, #medium_size_w, #medium_size_h, #large_size_w, #large_size_h, #permalink_structure, #category_base, #tag_base, #upload_path, #upload_url_path, #rules {
663         direction: ltr;
664 }
665
666 /* no italic
667 =================================== */
668
669 #quicktags #ed_em, #ed_reply_toolbar #ed_reply_em, .tablenav .displaying-num, #footer, #footer a, p.help, p.description, span.description, .form-wrap p, #side-sortables .comments-box thead th,
670 #normal-sortables .comments-box thead th, .howto, .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title, #utc-time, #local-time, form.upgrade .hint, p.install-help, .imgedit-help  {
671         font-style: normal;
672 }