]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/wp-admin-rtl.css
12dbef6236212c661483a83ca6cdcbb062d5de71
[autoinstalls/wordpress.git] / wp-admin / css / wp-admin-rtl.css
1 /*------------------------------------------------------------------------------
2
3
4 Hello, this is the RTL version of the  main WordPress admin CSS file.
5 All the important stuff is in here.
6
7
8 TABLE OF CONTENTS:
9 ------------------
10  1.0 - Text Elements
11  2.0 - Forms
12  3.0 - Actions
13  4.0 - Notifications
14  5.0 - TinyMCE
15  6.0 - Admin Header
16         6.1 - Screen Options Tabs
17  7.0 - Main Navigation
18  8.0 - Layout Blocks
19  9.0 - Dashboard
20 10.0 - List Posts
21         10.1 - Inline Editing
22 11.0 - Write/Edit Post Screen
23         11.1 - Custom Fields
24         11.2 - Post Revisions
25         11.3 - Featured Images
26 12.0 - Categories
27 13.0 - Tags
28 14.0 - Media Screen
29         14.1 - Media Uploader
30         14.2 - Image Editor
31 15.0 - Comments Screen
32 16.0 - Themes
33         16.1 - Custom Header
34         16.2 - Custom Background
35         16.3 - Tabbed Admin Screen Interface
36 17.0 - Plugins
37 18.0 - Users
38 19.0 - Tools
39 20.0 - Settings
40 21.0 - Admin Footer
41 22.0 - About Pages
42 23.0 - Misc
43 24.0 - Dead
44 25.0 - TinyMCE tweaks
45 26.0 - Full Overlay w/ Sidebar
46 27.0 - Customize Loader
47
48
49 ------------------------------------------------------------------------------*/
50
51
52 /*------------------------------------------------------------------------------
53   1.0 - Text Styles
54 ------------------------------------------------------------------------------*/
55
56 ol {
57         margin-left: 0;
58         margin-right: 2em;
59 }
60
61 .code, code {
62         font-family: monospace;
63         direction: ltr;
64 }
65
66 .quicktags, .search {
67         font: 12px Tahoma, Arial, sans-serif;
68 }
69
70 .icon32 {
71         float: right;
72         margin-right: 0;
73         margin-left: 8px;
74 }
75
76 .icon16 {
77         float: right;
78         margin-right: -8px;
79         margin-left: 0;
80 }
81
82 .howto {
83         font-style: normal;
84         font-family: Tahoma, Arial, sans-serif;
85 }
86
87 p.install-help {
88         font-style: normal;
89 }
90
91
92 /*------------------------------------------------------------------------------
93   2.0 - Forms
94 ------------------------------------------------------------------------------*/
95
96 #doaction,
97 #doaction2,
98 #post-query-submit {
99         margin-right: 0;
100         margin-left: 8px;
101 }
102
103 #timezone_string option {
104         margin-left: 0;
105         margin-right: 1em;
106 }
107
108 #pass-strength-result {
109         float: right;
110         margin: 13px 1px 5px 5px;
111 }
112
113 p.search-box {
114         float: left;
115 }
116
117 .search-box input[name="s"],
118 #search-plugins input[name="s"],
119 .tagsdiv .newtag {
120         float: right;
121         margin-right: 0;
122         margin-left: 4px;
123 }
124
125 input[type=password] {
126         direction: ltr;
127 }
128
129 input[type="text"].ui-autocomplete-loading {
130         background: transparent url('../images/loading.gif') no-repeat left center;
131 }
132
133 ul#add-to-blog-users {
134         margin: 0 14px 0 0;
135 }
136
137 .ui-autocomplete li {
138         text-align: right;
139 }
140
141 /*------------------------------------------------------------------------------
142   3.0 - Actions
143 ------------------------------------------------------------------------------*/
144
145 #delete-action {
146         float: right;
147 }
148
149 #publishing-action {
150         float: left;
151         text-align: left;
152 }
153
154 #publishing-action .spinner {
155         float: right;
156 }
157
158 #post-body .misc-pub-section {
159         border-right: 0;
160         border-left-width: 1px;
161         border-left-style: solid;
162 }
163
164 #post-body .misc-pub-section-last {
165         border-left: 0;
166 }
167
168 #minor-publishing-actions {
169         padding: 10px 8px 2px 10px;
170         text-align: left;
171 }
172
173 #save-post {
174         float: right;
175 }
176
177 .preview {
178         float: left;
179 }
180
181 #sticky-span {
182         margin-left: 0;
183         margin-right: 18px;
184 }
185
186 .side-info ul {
187         padding-left: 0;
188         padding-right: 18px;
189 }
190
191 td.action-links,
192 th.action-links {
193         text-align: left;
194 }
195
196
197 /*------------------------------------------------------------------------------
198   4.0 - Notifications
199 ------------------------------------------------------------------------------*/
200
201 form.upgrade .hint {
202         font-style: normal;
203 }
204
205 #ajax-response.alignleft {
206         margin-left: 0;
207         margin-right: 2em;
208 }
209
210
211 /*------------------------------------------------------------------------------
212   5.0 - TinyMCE
213 ------------------------------------------------------------------------------*/
214
215 #quicktags {
216         background-position: right top;
217 }
218
219 #ed_reply_toolbar input {
220         margin: 1px 1px 1px 2px;
221 }
222
223 /*------------------------------------------------------------------------------
224   6.0 - Admin Header
225 ------------------------------------------------------------------------------*/
226 #wphead {
227         height: 32px;
228         margin-left: 15px;
229         margin-right: 2px;
230 }
231
232 #header-logo {
233         float: right;
234 }
235
236 #wphead h1 {
237         float: right;
238 }
239
240 /*------------------------------------------------------------------------------
241   6.1 - Screen Options Tabs
242 ------------------------------------------------------------------------------*/
243
244 #screen-meta-links {
245         margin-right: 0;
246         margin-left: 24px;
247 }
248
249 #screen-meta {
250         margin-right: 5px;
251         margin-left: 15px;
252 }
253
254 #screen-options-link-wrap,
255 #contextual-help-link-wrap {
256         float: left;
257         margin-left: 0;
258         margin-right: 6px;
259 }
260
261 #screen-meta-links a.show-settings {
262         padding-right: 6px;
263         padding-left: 16px;
264 }
265
266 .toggle-arrow {
267         background-position: top right;
268 }
269 .toggle-arrow-active {
270         background-position: bottom right;
271 }
272
273 .metabox-prefs label {
274         padding-right: 0;
275         padding-left: 15px;
276 }
277
278 .metabox-prefs label input {
279         margin-right: 2px;
280         margin-left: 5px;
281 }
282
283 /*------------------------------------------------------------------------------
284   6.2 - Help Menu
285 ------------------------------------------------------------------------------*/
286
287 #contextual-help-wrap {
288         margin-left: 0;
289         margin-right: -4px;
290 }
291
292 #contextual-help-back {
293         left: 170px;
294         right: 150px;
295 }
296
297 #contextual-help-wrap.no-sidebar #contextual-help-back {
298         left: 0;
299         right: 150px;
300
301         border-right-width: 1px;
302         border-left-width: 0;
303         -webkit-border-bottom-right-radius: 0;
304         border-bottom-right-radius: 0;
305         -webkit-border-bottom-left-radius: 2px;
306         border-bottom-left-radius: 2px;
307 }
308
309 .contextual-help-tabs {
310         float: right;
311 }
312
313 .contextual-help-tabs a {
314         padding-left: 5px;
315         padding-right: 12px;
316 }
317
318 .contextual-help-tabs .active {
319         margin-right: 0;
320         margin-left: -1px;
321 }
322
323 .contextual-help-tabs .active,
324 .contextual-help-tabs-wrap {
325         border-left: 0;
326         border-right-width: 1px;
327 }
328
329 .help-tab-content {
330         margin-right: 0;
331         margin-left: 22px;
332 }
333
334 .help-tab-content li {
335         margin-left: 0;
336         margin-right: 18px;
337 }
338
339 .contextual-help-sidebar {
340         float: left;
341         padding-right: 12px;
342         padding-left: 8px;
343 }
344
345 /*------------------------------------------------------------------------------
346   7.0 - Main Navigation (Right Menu) (RTL: Left Menu)
347 ------------------------------------------------------------------------------*/
348
349 .folded #wpcontent {
350         margin-left: 0;
351         margin-right: 52px;
352 }
353
354 .folded.wp-admin #wpfooter {
355         margin-left: 15px;
356         margin-right: 52px;
357 }
358
359 #adminmenuback,
360 #adminmenuwrap {
361         border-width: 0 0 0 1px;
362 }
363
364 #adminmenushadow {
365         right: auto;
366         left: 0;
367 }
368
369 #adminmenu li .wp-submenu {
370         left: auto;
371         right: 146px;
372 }
373
374
375 .folded #adminmenu .wp-submenu.sub-open,
376 .folded #adminmenu .opensub .wp-submenu,
377 .folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
378 .folded #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
379 .folded #adminmenu a.menu-top:focus + .wp-submenu,
380 .folded #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu,
381 .no-js.folded #adminmenu .wp-has-submenu:hover .wp-submenu  {
382         left: auto;
383         right: 32px;
384 }
385
386 #adminmenu div.wp-menu-image,
387 .folded #adminmenu div.wp-menu-image {
388         float: right;
389         width: 30px;
390 }
391
392 #adminmenu .wp-submenu a,
393 #adminmenu li li a,
394 .folded #adminmenu .wp-not-current-submenu li a {
395         padding-left: 0;
396         padding-right: 12px;
397 }
398
399 #adminmenu .wp-not-current-submenu li a {
400         padding-left: 0;
401         padding-right: 18px;
402 }
403
404 .wp-menu-arrow {
405         right: 0;
406
407         -moz-transform:    translate( -139px );
408         -webkit-transform: translate( -139px );
409         -o-transform:      translate( -139px );
410         -ms-transform:     translate( -139px );
411         transform:         translate( -139px );
412 }
413
414 .ie8 .wp-menu-arrow {
415         right: -20px;
416 }
417
418 #adminmenu .wp-menu-arrow div {
419         left: -8px;
420         width: 16px;
421 }
422
423 #adminmenu li.wp-not-current-submenu .wp-menu-arrow {
424         -moz-transform:    translate( -138px );
425         -webkit-transform: translate( -138px );
426         -o-transform:      translate( -138px );
427         -ms-transform:     translate( -138px );
428         transform:         translate( -138px );
429 }
430
431 .folded #adminmenu li .wp-menu-arrow {
432         -moz-transform:    translate( -26px );
433         -webkit-transform: translate( -26px );
434         -o-transform:      translate( -26px );
435         -ms-transform:     translate( -26px );
436         transform:         translate( -26px );
437 }
438
439 #adminmenu .wp-not-current-submenu .wp-menu-arrow div {
440     border-style: solid solid none none;
441     border-width: 1px 1px 0 0;
442 }
443
444 #adminmenu .wp-menu-image img {
445         padding: 7px 7px 0 0;
446 }
447
448 #adminmenu .wp-submenu .wp-submenu-head {
449         padding: 5px 10px 5px 4px;
450         -webkit-border-top-right-radius: 0;
451         -webkit-border-top-left-radius: 3px;
452         border-top-right-radius: 0;
453         border-top-left-radius: 3px;
454 }
455
456 .folded #adminmenu li.wp-has-current-submenu .wp-submenu {
457         border-width: 1px;
458         border-style: solid;
459         -webkit-border-bottom-right-radius: 0;
460         -webkit-border-bottom-left-radius: 3px;
461         -webkit-border-top-right-radius: 0;
462         -webkit-border-top-left-radius: 3px;
463         border-bottom-right-radius: 0;
464         border-bottom-left-radius: 3px;
465         border-top-right-radius: 0;
466         border-top-left-radius: 3px;
467 }
468
469 #adminmenu .awaiting-mod,
470 #adminmenu span.update-plugins,
471 #sidemenu li a span.update-plugins {
472         font-family: Tahoma, Arial, sans-serif;
473         margin-left: 0;
474         margin-right: 7px;
475 }
476
477 #collapse-button {
478         float: right;
479 }
480
481 /* Auto-folding of the admin menu */
482 @media only screen and (max-width: 900px) {
483         .auto-fold #wpcontent {
484                 margin-left: 0;
485                 margin-right: 52px;
486         }
487
488         .auto-fold.wp-admin #wpfooter {
489                 margin-left: 15px;
490                 margin-right: 52px;
491         }
492
493         .auto-fold #adminmenu div.wp-menu-image {
494                 float: right;
495                 width: 30px;
496         }
497
498         .auto-fold #adminmenu .wp-submenu.sub-open,
499         .auto-fold #adminmenu .opensub .wp-submenu,
500         .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
501         .auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
502         .auto-fold #adminmenu a.menu-top:focus + .wp-submenu,
503         .auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu,
504         .no-js.auto-fold #adminmenu .wp-has-submenu:hover .wp-submenu  {
505                 left: auto;
506                 right: 32px;
507         }
508
509         .auto-fold #adminmenu .wp-not-current-submenu li a {
510                 padding-left: 0;
511                 padding-right: 12px;
512         }
513
514         .auto-fold #adminmenu li .wp-menu-arrow {
515                 -moz-transform:    translate( -27px );
516                 -webkit-transform: translate( -27px );
517                 -o-transform:      translate( -27px );
518                 -ms-transform:     translate( -27px );
519                 transform:         translate( -27px );
520         }
521
522         .auto-fold #adminmenu li.wp-has-current-submenu .wp-submenu {
523                 border-width: 1px;
524                 border-style: solid;
525                 -webkit-border-bottom-right-radius: 0;
526                 -webkit-border-bottom-left-radius: 3px;
527                 -webkit-border-top-right-radius: 0;
528                 -webkit-border-top-left-radius: 3px;
529                 border-bottom-right-radius: 0;
530                 border-bottom-left-radius: 3px;
531                 border-top-right-radius: 0;
532                 border-top-left-radius: 3px;
533         }
534 }
535
536 /* List table styles */
537 .post-com-count-wrapper {
538         font-family: Tahoma, Arial, sans-serif;
539 }
540
541 .post-com-count {
542         background-image: url('../images/bubble_bg-rtl.gif');
543 }
544
545 .column-response .post-com-count {
546         float: right;
547         margin-right: 0;
548         margin-left: 5px;
549 }
550
551 .response-links {
552         float: right;
553 }
554
555
556 /*------------------------------------------------------------------------------
557   8.0 - Layout Blocks
558 ------------------------------------------------------------------------------*/
559
560 .widefat th {
561         font-family: Tahoma, Arial, sans-serif;
562 }
563
564 .postbox-container {
565         float: right;
566 }
567
568 #post-body-content {
569         float: right;
570 }
571
572 #poststuff #post-body.columns-2 {
573         margin-left: 300px;
574         margin-right: 0;
575 }
576
577 #post-body.columns-2 #postbox-container-1 {
578         float: left;
579         margin-left: -300px;
580         margin-right: 0;
581 }
582
583 @media only screen and (max-width: 850px) {
584         #wpbody-content #post-body.columns-2 #postbox-container-1 {
585                 margin-left: 0;
586         }
587 }
588
589 .postbox .handlediv {
590         float: left;
591 }
592
593 /*------------------------------------------------------------------------------
594   9.0 - Dashboard
595 ------------------------------------------------------------------------------*/
596
597 #the-comment-list p.comment-author img {
598         float: right;
599         margin-right: 0;
600         margin-left: 8px;
601 }
602
603 /* Browser Nag */
604 #dashboard_browser_nag p.browser-update-nag.has-browser-icon {
605         padding-right: 0;
606         padding-left: 125px;
607 }
608
609 /* Welcome Panel */
610 .welcome-panel .welcome-panel-close {
611         right: auto;
612         left: 10px;
613 }
614
615 .welcome-panel .welcome-panel-close:before {
616         left: auto;
617         right: -12px;
618 }
619
620 .welcome-panel-content {
621         margin-left: 0;
622         margin-right: 13px;
623 }
624
625 .welcome-panel .welcome-panel-column {
626         float: right;
627 }
628
629 .welcome-panel .welcome-panel-column ul {
630         margin-right: 0;
631         margin-left: 1em;
632 }
633
634 .welcome-panel .welcome-panel-column li {
635         padding-left: 0;
636         padding-right: 2px;
637 }
638
639 .welcome-panel .welcome-add-page {
640         background-position: right 2px;
641 }
642
643 .welcome-panel .welcome-edit-page {
644         background-position: right -90px;
645 }
646
647 .welcome-panel .welcome-learn-more {
648         background-position: right -136px;
649 }
650
651 .welcome-panel .welcome-comments {
652         background-position: right -182px;
653 }
654
655 .welcome-panel .welcome-view-site {
656         background-position: right -274px;
657 }
658
659 .welcome-panel .welcome-widgets-menus {
660         background-position: right -229px;
661         line-height: 14px;
662 }
663
664 .welcome-panel .welcome-write-blog {
665         background-position: right -44px;
666 }
667
668 .welcome-panel .welcome-icon {
669         padding: 2px 32px 8px 0;
670 }
671
672 @media screen and (max-width: 870px) {
673         .welcome-panel .welcome-panel-column li {
674                 margin-right: 0;
675                 margin-left: 13px;
676         }
677
678         .welcome-panel .welcome-icon {
679                 padding-right: 25px;
680                 padding-left: 0;
681         }
682 }
683
684 /*------------------------------------------------------------------------------
685   10.0 - List Posts (/Pages/etc)
686 ------------------------------------------------------------------------------*/
687
688 .fixed .column-comments {
689         text-align: right;
690 }
691 .fixed .column-comments .vers {
692         padding-left: 0;
693         padding-right: 3px;
694 }
695 .fixed .column-comments a {
696         float: right;
697 }
698 .sorting-indicator {
699         margin-left: 0;
700         margin-right: 7px;
701 }
702 th.sortable a span,
703 th.sorted a span {
704         float: right;
705 }
706
707 /* Bulk Actions */
708
709 .tablenav-pages a {
710         margin-right: 0;
711         margin-left: 1px;
712 }
713 .tablenav-pages .next-page {
714         margin-left: 0;
715         margin-right: 2px;
716 }
717
718 .tablenav a.button-secondary {
719         margin: 3px 0 0 8px;
720 }
721
722 .tablenav .tablenav-pages {
723         float: left;
724 }
725
726 .tablenav .displaying-num {
727         margin-right: 0;
728         margin-left: 10px;
729         font-family: Tahoma, Arial, sans-serif;
730         font-style: normal;
731 }
732
733 .tablenav .actions {
734         padding: 2px 0 0 8px;
735 }
736
737 .tablenav .actions select {
738         float: right;
739         margin-right: 0;
740         margin-left: 6px;
741 }
742
743 .tablenav .delete {
744         margin-right: 0;
745         margin-left: 20px;
746 }
747
748 .view-switch {
749         float: left;
750 }
751
752 .filter {
753         float: right;
754         margin: -5px 10px 0 0;
755 }
756
757 .filter .subsubsub {
758         margin-left: 0;
759         margin-right: -10px;
760 }
761
762 #posts-filter fieldset {
763         float: right;
764         margin: 0 0 1em 1.5ex;
765 }
766
767 #posts-filter fieldset legend {
768         padding: 0 1px .2em 0;
769 }
770
771 /*------------------------------------------------------------------------------
772   10.1 - Inline Editing
773 ------------------------------------------------------------------------------*/
774
775 #wpbody-content .inline-edit-row fieldset {
776         float: right;
777 }
778
779 #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
780         border-width: 0 1px 0 0;
781 }
782
783 #wpbody-content .bulk-edit-row .inline-edit-col-bottom {
784         float: left;
785 }
786
787 .inline-edit-row fieldset label span.title {
788         float: right;
789 }
790
791 .inline-edit-row fieldset label span.input-text-wrap {
792         margin-left: 0;
793         margin-right: 5em;
794 }
795
796 .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
797         padding-right: 0;
798         padding-left: 0.5em;
799 }
800
801 #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
802         margin-right: 0;
803         margin-left: 0.5em
804 }
805
806 /*      Styling */
807
808 .inline-edit-row fieldset span.title,
809 .inline-edit-row fieldset span.checkbox-title {
810         font-family: Tahoma, Arial, sans-serif;
811         font-style: normal;
812 }
813
814 .inline-edit-row fieldset .inline-edit-date {
815         float: right;
816 }
817
818 .inline-edit-row fieldset ul.cat-checklist label,
819 .inline-edit-row .catshow,
820 .inline-edit-row .cathide,
821 .inline-edit-row #bulk-titles div {
822         font-family: Tahoma, Arial, sans-serif;
823 }
824
825 .quick-edit-row-post fieldset label.inline-edit-status {
826         float: right;
827 }
828
829 #bulk-titles div a {
830         float: right;
831         margin: 3px -2px 0 3px;
832         overflow: hidden;
833         text-indent: -9999px;
834 }
835
836
837 /*------------------------------------------------------------------------------
838   11.0 - Write/Edit Post Screen
839 ------------------------------------------------------------------------------*/
840
841 #save-action .spinner,
842 #show-comments a,
843 #show-comments .spinner {
844         float: right;
845 }
846
847 #titlediv #title-prompt-text,
848 #wp-fullscreen-title-prompt-text {
849         right: 0;
850 }
851
852 #sample-permalink {
853         direction: ltr;
854 }
855
856 #sample-permalink #editable-post-name {
857         unicode-bidi: embed;
858 }
859
860 #wp-fullscreen-title-prompt-text {
861         left: auto;
862         right: 0;
863 }
864
865 #wp-fullscreen-save .spinner,
866 #wp-fullscreen-save .fs-saved {
867         float: left;
868 }
869
870 #edit-slug-box .cancel {
871         margin-right: 0;
872         margin-left: 10px;
873 }
874
875 .postarea h3 label {
876         float: right;
877 }
878
879 .submitbox .submit {
880         text-align: right;
881 }
882
883 .inside-submitbox #post_status {
884         margin: 2px -2px 2px 0;
885 }
886
887 .submitbox .submit input {
888         margin-right: 0;
889         margin-left: 4px;
890 }
891
892 #normal-sortables .postbox .submit {
893         float: left;
894 }
895
896 .taxonomy div.tabs-panel {
897         margin: 0 125px 0 5px;
898 }
899
900 #side-sortables .comments-box thead th,
901 #normal-sortables .comments-box thead th {
902         font-style: normal;
903 }
904
905 #commentsdiv .spinner {
906         padding-left: 0;
907         padding-right: 5px;
908 }
909
910 #post-body .add-menu-item-tabs li.tabs {
911         border-width: 1px 1px 1px 0;
912         margin-right: 0;
913         margin-left: -1px;
914 }
915
916 /* Global classes */
917
918 #post-body .tagsdiv #newtag {
919         margin-right: 0;
920         margin-left: 5px;
921 }
922
923 .autosave-info {
924         padding: 2px 2px 2px 15px;
925         text-align: left;
926 }
927
928 #post-body .wp_themeSkin .mceStatusbar a.mceResize {
929         background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom;
930         cursor: sw-resize;
931 }
932
933 .curtime #timestamp {
934         background-position: right top;
935         padding-left: 0;
936         padding-right: 18px;
937 }
938
939 .compat-attachment-fields th {
940         padding-right: 0;
941         padding-left: 10px;
942 }
943
944 /*------------------------------------------------------------------------------
945   11.1 - Custom Fields
946 ------------------------------------------------------------------------------*/
947
948 /* No RTL for now, this space intentionally left blank */
949
950 /*------------------------------------------------------------------------------
951   11.2 - Post Revisions
952 ------------------------------------------------------------------------------*/
953
954 table.diff td, table.diff th {
955         font-family: Consolas, Monaco, monospace;
956 }
957
958 /*------------------------------------------------------------------------------
959   11.3 - Featured Images
960 ------------------------------------------------------------------------------*/
961
962 #select-featured-image a {
963         float: right;
964 }
965
966 /*------------------------------------------------------------------------------
967   12.0 - Categories
968 ------------------------------------------------------------------------------*/
969
970 .category-adder {
971         margin-left: 0;
972         margin-right: 120px;
973 }
974
975 #post-body ul.add-menu-item-tabs {
976         float: right;
977         text-align: left;
978         /* Negative margin for the sake of those without JS: all tabs display */
979         margin: 0 5px 0 -120px;
980 }
981
982 #post-body ul.add-menu-item-tabs li.tabs {
983         -webkit-border-top-left-radius: 0;
984         -webkit-border-top-right-radius: 3px;
985         -webkit-border-bottom-left-radius: 0;
986         -webkit-border-bottom-right-radius: 3px;
987         border-top-left-radius: 0;
988         border-top-right-radius: 3px;
989         border-bottom-left-radius: 0;
990         border-bottom-right-radius: 3px;
991 }
992
993 #front-page-warning,
994 #front-static-pages ul,
995 ul.export-filters,
996 .inline-editor ul.cat-checklist ul,
997 .categorydiv ul.categorychecklist ul,
998 .customlinkdiv ul.categorychecklist ul,
999 .posttypediv ul.categorychecklist ul,
1000 .taxonomydiv ul.categorychecklist ul {
1001         margin-left: 0;
1002         margin-right: 18px;
1003 }
1004
1005 #post-body .add-menu-item-tabs li.tabs {
1006         border-style: solid solid solid none;
1007         border-width: 1px 1px 1px 0;
1008         margin-right: 0;
1009         margin-left: -1px;
1010 }
1011
1012 p.help,
1013 p.description,
1014 span.description,
1015 .form-wrap p {
1016         font-style: normal;
1017         font-family: Tahoma, Arial, sans-serif;
1018 }
1019
1020 /*------------------------------------------------------------------------------
1021   13.0 - Tags
1022 ------------------------------------------------------------------------------*/
1023
1024 .taghint {
1025         margin: 15px 12px -24px 0;
1026 }
1027
1028 #poststuff .tagsdiv .howto {
1029         margin: 0 8px 6px 0;
1030 }
1031
1032 .ac_results li {
1033         text-align: right;
1034 }
1035
1036 .links-table th {
1037         text-align: right;
1038 }
1039
1040 /*------------------------------------------------------------------------------
1041   14.0 - Media Screen
1042 ------------------------------------------------------------------------------*/
1043
1044 #wpbody-content .describe th {
1045         text-align: right;
1046
1047 }
1048
1049 .describe .media-item-info .A1B1 {
1050         padding: 0 10px 0 0;
1051 }
1052
1053 .media-upload-form td label {
1054         margin-left: 6px;
1055         margin-right: 2px;
1056 }
1057
1058 .media-upload-form .align .field label {
1059         padding: 0 23px 0 0;
1060         margin: 0 3px 0 1em;
1061 }
1062
1063 .media-upload-form tr.image-size label {
1064         margin: 0 5px 0 0;
1065 }
1066
1067 #wpbody-content .describe p.help {
1068         padding: 0 5px 0 0;
1069 }
1070
1071 .media-item .edit-attachment,
1072 .media-item .error-div a.dismiss,
1073 .describe-toggle-on,
1074 .describe-toggle-off {
1075         float: left;
1076         margin-right: 0;
1077         margin-left: 15px;
1078 }
1079
1080 .media-item .error-div a.dismiss {
1081         padding: 0 15px 0 0;
1082 }
1083
1084 .media-item .error-div {
1085         padding-left: 0;
1086         padding-right: 10px;
1087 }
1088
1089 .media-item .pinkynail {
1090         float: right;
1091 }
1092
1093 .media-item .describe td {
1094         padding: 0 0 8px 8px;
1095 }
1096
1097 .media-item .progress {
1098         float: left;
1099     margin: 6px 0 0 10px;
1100 }
1101
1102 /*------------------------------------------------------------------------------
1103   14.1 - Media Uploader
1104 ------------------------------------------------------------------------------*/
1105
1106 #find-posts-input {
1107         float: right;
1108 }
1109
1110 #find-posts-search {
1111         float: right;
1112         margin-right: 3px;
1113         margin-left: 4px;
1114 }
1115
1116 .find-box-search .spinner {
1117         left: auto;
1118         right: 115px;
1119 }
1120
1121 #find-posts-response .found-radio {
1122         padding: 5px 8px 0 0;
1123 }
1124
1125 .find-box-search label {
1126         padding-right: 0;
1127         padding-left: 6px;
1128 }
1129
1130 .find-box #resize-se {
1131         right: auto;
1132         left: 1px;
1133 }
1134
1135 form.upgrade .hint {
1136         font-style: normal;
1137 }
1138
1139
1140 /*------------------------------------------------------------------------------
1141   14.2 - Image Editor
1142 ------------------------------------------------------------------------------*/
1143
1144 .wp_attachment_image .button,
1145 .A1B1 .button {
1146         float: right;
1147 }
1148
1149 .wp_attachment_image .spinner,
1150 .A1B1 .spinner {
1151         float: right;
1152 }
1153
1154 .imgedit-menu div {
1155         float: right;
1156 }
1157
1158 .imgedit-crop {
1159         margin: 0;
1160 }
1161
1162 .imgedit-rleft,
1163 .imgedit-flipv,
1164 .imgedit-undo {
1165         margin: 0 8px 0 3px;
1166 }
1167
1168 .imgedit-rright,
1169 .imgedit-fliph,
1170 .imgedit-redo {
1171         margin: 0 3px;
1172 }
1173
1174 .imgedit-applyto img {
1175         margin: 0 0 0 8px;
1176 }
1177
1178 .imgedit-help {
1179         font-style: normal;
1180 }
1181
1182 .imgedit-submit-btn {
1183         margin-left: 0;
1184         margin-right: 20px;
1185 }
1186
1187
1188 /*------------------------------------------------------------------------------
1189   15.0 - Comments Screen
1190 ------------------------------------------------------------------------------*/
1191
1192 .form-table th {
1193         text-align: right;
1194 }
1195
1196 .form-table input.tog {
1197         margin-right: 0;
1198         margin-left: 2px;
1199         float: right;
1200 }
1201
1202 .form-table table.color-palette {
1203         float: right;
1204 }
1205
1206 /* reply to comments */
1207
1208 #replysubmit .spinner,
1209 .inline-edit-save .spinner {
1210         float: left;
1211 }
1212
1213 #replysubmit .button {
1214         margin-right: 0;
1215         margin-left: 5px;
1216 }
1217
1218 #edithead .inside {
1219         float: right;
1220         padding: 3px 5px 2px 0;
1221 }
1222
1223 .comment-ays th {
1224         border-right-style: none;
1225         border-left-style: solid;
1226         border-right-width: 0;
1227         border-left-width: 1px;
1228 }
1229
1230 .spam-undo-inside .avatar,
1231 .trash-undo-inside .avatar {
1232         margin-left: 8px;
1233 }
1234
1235 #comment-status-radio input {
1236         margin: 2px 0 5px 3px;
1237 }
1238
1239 /*------------------------------------------------------------------------------
1240   16.0 - Themes
1241 ------------------------------------------------------------------------------*/
1242
1243 h3.available-themes {
1244         float: right;
1245 }
1246
1247 .available-theme {
1248         margin-right: 0;
1249         margin-left: 10px;
1250         padding: 20px 0 20px 20px;
1251 }
1252
1253 #current-theme .theme-info li,
1254 .theme-options li,
1255 .available-theme .action-links li {
1256         float: right;
1257         padding-right: 0;
1258         padding-left: 10px;
1259         margin-right: 0;
1260         margin-left: 10px;
1261         border-right: none;
1262         border-left: 1px solid #dfdfdf;
1263 }
1264
1265 .available-theme .action-links li {
1266         padding-left: 8px;
1267         margin-left: 8px;
1268 }
1269
1270 .ie8 .available-theme .action-links li {
1271         padding-left: 7px;
1272         margin-left: 7px;
1273 }
1274
1275 #current-theme .theme-info li:last-child,
1276 .theme-options li:last-child,
1277 .available-theme .action-links li:last-child {
1278         padding-left: 0;
1279         margin-right: 0;
1280         border-left: 0;
1281 }
1282
1283 .available-theme .action-links .delete-theme {
1284         float: left;
1285         margin-left: 0;
1286         margin-right: 8px;
1287 }
1288
1289 .available-theme .action-links p {
1290         float: right;
1291 }
1292
1293 #current-theme.has-screenshot {
1294         padding-left: 0;
1295         padding-right: 330px;
1296 }
1297
1298 #current-theme h4 span {
1299         margin-left: 0;
1300         margin-right: 20px;
1301 }
1302
1303 #current-theme img {
1304         float: right;
1305         width: 300px;
1306         margin-left: 0;
1307         margin-right: -330px;
1308 }
1309
1310 .theme-options .load-customize {
1311         margin-right: 0;
1312         margin-left: 30px;
1313         float: right;
1314 }
1315
1316 .theme-options span {
1317         float: right;
1318         margin-right: 0;
1319         margin-left: 10px;
1320 }
1321
1322 .theme-options ul {
1323         float: right;
1324 }
1325
1326 /* Allow for three-up on 1024px wide screens, e.g. tablets */
1327 @media only screen and (max-width: 1200px) {
1328         #current-theme.has-screenshot {
1329                 padding-right: 270px;
1330         }
1331
1332         #current-theme img {
1333                 margin-right: -270px;
1334                 width: 240px;
1335         }
1336 }
1337
1338 #broken-themes {
1339         text-align: right;
1340 }
1341
1342 /*------------------------------------------------------------------------------
1343   16.1 - Custom Header Screen
1344 ------------------------------------------------------------------------------*/
1345
1346 .appearance_page_custom-header .available-headers .default-header {
1347         float: right;
1348         margin: 0 0 20px 20px;
1349 }
1350
1351 .appearance_page_custom-header .random-header {
1352         margin: 0 0 20px 20px;
1353 }
1354
1355 .appearance_page_custom-header .available-headers label input,
1356 .appearance_page_custom-header .random-header label input {
1357         margin-right: 0;
1358         margin-left: 10px;
1359 }
1360
1361 /*------------------------------------------------------------------------------
1362   16.2 - Custom Background Screen
1363 ------------------------------------------------------------------------------*/
1364
1365 /* No RTL for now, this space intentionally left blank */
1366
1367
1368 /*------------------------------------------------------------------------------
1369   16.3 - Tabbed Admin Screen Interface (Experimental)
1370 ------------------------------------------------------------------------------*/
1371
1372 .nav-tab {
1373         margin: 0 0 -1px 6px;
1374 }
1375
1376 h2 .nav-tab {
1377         font-family: Tahoma, Arial, sans-serif;
1378 }
1379
1380
1381 /*------------------------------------------------------------------------------
1382   17.0 - Plugins
1383 ------------------------------------------------------------------------------*/
1384
1385 .plugins .desc ul,
1386 .plugins .desc ol {
1387         margin: 0 2em 0 0;
1388 }
1389
1390 #wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title {
1391         padding-right: 0;
1392         padding-left: 12px;
1393 }
1394
1395
1396 /*------------------------------------------------------------------------------
1397   18.0 - Users
1398 ------------------------------------------------------------------------------*/
1399
1400 #profile-page .form-table #rich_editing {
1401         margin-right: 0;
1402         margin-left: 5px
1403 }
1404
1405 #profile-page #pass1,
1406 #profile-page #pass2,
1407 #profile-page #user_login {
1408         direction: ltr;
1409 }
1410
1411 #your-profile legend {
1412         font-family: Tahoma, Arial, sans-serif;
1413 }
1414
1415 /*------------------------------------------------------------------------------
1416   19.0 - Tools
1417 ------------------------------------------------------------------------------*/
1418
1419 .pressthis a span {
1420         background-position: right 5px;
1421         padding: 8px 27px 8px 11px;
1422 }
1423
1424 .pressthis a:after {
1425         right: auto;
1426         left: 10px;
1427         background: transparent;
1428         transform: skew(-20deg) rotate(-6deg);
1429         -webkit-transform: skew(-20deg) rotate(-6deg);
1430         -moz-transform: skew(-20deg) rotate(-6deg);
1431 }
1432
1433
1434 .pressthis a:hover:after {
1435         transform: skew(-20deg) rotate(-9deg);
1436         -webkit-transform: skew(-20deg) rotate(-9deg);
1437         -moz-transform: skew(-20deg) rotate(-9deg);
1438 }
1439
1440 /*------------------------------------------------------------------------------
1441   20.0 - Settings
1442 ------------------------------------------------------------------------------*/
1443
1444 #utc-time, #local-time {
1445         padding-left: 0;
1446         padding-right: 25px;
1447         font-style: normal;
1448         font-family: Tahoma, Arial, sans-serif;
1449 }
1450
1451 /*------------------------------------------------------------------------------
1452   21.0 - Admin Footer
1453 ------------------------------------------------------------------------------*/
1454
1455 #wpfooter {
1456         margin-left: 20px;
1457 }
1458
1459 #wpcontent,
1460 #wpfooter {
1461         margin-right: 165px;
1462 }
1463
1464 /*------------------------------------------------------------------------------
1465   22.0 - About Pages
1466 ------------------------------------------------------------------------------*/
1467
1468 .wrap.about-wrap {
1469         margin-left: 40px;
1470         margin-right: 20px;
1471 }
1472
1473 .about-wrap h1,
1474 .about-text {
1475         margin-right: 0;
1476         margin-left: 200px;
1477 }
1478
1479 .about-wrap h2.nav-tab-wrapper {
1480         padding-left: 0px;
1481         padding-right: 6px;
1482 }
1483
1484 .about-wrap .wp-badge {
1485         right: auto;
1486         left: 0;
1487 }
1488
1489 .about-wrap h2 .nav-tab {
1490         margin-right: 0;
1491         margin-left: 3px;
1492 }
1493
1494 .about-wrap .changelog li {
1495         margin-left: 0;
1496         margin-right: 3em;
1497 }
1498
1499 .about-wrap .three-col-images .last-feature {
1500         float: left;
1501 }
1502
1503 .about-wrap .three-col-images .first-feature {
1504         float: right;
1505 }
1506
1507 .about-wrap .feature-section.three-col div {
1508         margin-right: 0;
1509         margin-left: 4.999999999%;
1510         float: right;
1511 }
1512
1513 .about-wrap .feature-section.three-col h4 {
1514         text-align: right;
1515 }
1516
1517 .about-wrap .feature-section.three-col img {
1518         margin-right: 5px;
1519         margin-left: 0;
1520 }
1521
1522 .about-wrap .feature-section.three-col .last-feature {
1523         margin-left: 0;
1524 }
1525
1526 .about-wrap .feature-section img {
1527         margin: 0 0 10px 0.7%;
1528 }
1529
1530 .about-wrap .feature-section.images-stagger-right img {
1531         float: left;
1532         margin: 0 2em 12px 5px;
1533 }
1534
1535 .about-wrap .feature-section.images-stagger-left img {
1536         float: right;
1537         margin: 0 5px 12px 2em;
1538 }
1539
1540 .about-wrap li.wp-person,
1541 .about-wrap li.wp-person img.gravatar {
1542         float: right;
1543         margin-right: 0;
1544         margin-left: 10px;
1545 }
1546
1547 @media only screen and (max-width: 768px) {
1548         .about-wrap .feature-section img.image-66 {
1549                 float: none;
1550         }
1551
1552         .about-wrap .feature-section.images-stagger-right img.image-66 {
1553                 margin-right: 3px;
1554         }
1555
1556         .about-wrap .feature-section.images-stagger-left img.image-66 {
1557                 margin-left: 3px;
1558         }
1559 }
1560
1561 /*------------------------------------------------------------------------------
1562   23.0 - Misc
1563 ------------------------------------------------------------------------------*/
1564
1565 #template div {
1566         margin-right: 0;
1567         margin-left: 190px;
1568 }
1569
1570 .column-author img, .column-username img {
1571         float: right;
1572         margin-right: 0;
1573         margin-left: 10px;
1574 }
1575
1576 .tagchecklist {
1577         margin-left: 0;
1578         margin-right: 14px;
1579 }
1580
1581 .tagchecklist strong {
1582         margin-left: 0;
1583         margin-right: -8px;
1584 }
1585
1586 .tagchecklist span {
1587         margin-right: 0;
1588         margin-left: 25px;
1589         float: right;
1590
1591 }
1592 .tagchecklist span a {
1593         margin: 6px -9px 0pt 0pt;
1594         float: right;
1595 }
1596
1597 #poststuff h2 {
1598         clear: right;
1599 }
1600
1601 #poststuff h3,
1602 .metabox-holder h3 {
1603         font-family: Tahoma, Arial, sans-serif;
1604 }
1605
1606 .tool-box .title {
1607         font-family: Tahoma, Arial, sans-serif;
1608 }
1609
1610 #sidemenu {
1611         margin: -30px 315px 0 15px;
1612         float: left;
1613         padding-left: 0;
1614         padding-right: 10px;
1615 }
1616 #sidemenu a {
1617         float: right;
1618 }
1619
1620 table .vers,
1621 table .column-visible,
1622 table .column-rating {
1623         text-align: right;
1624 }
1625
1626 .screen-meta-toggle {
1627         right: auto;
1628         left: 15px;
1629 }
1630
1631 .screen-reader-text,
1632 .screen-reader-text span,
1633 .ui-helper-hidden-accessible {
1634         left: auto;
1635         right: -1000em;
1636 }
1637
1638 .screen-reader-shortcut:focus {
1639         left: auto;
1640         right: 6px;
1641 }
1642
1643 /*------------------------------------------------------------------------------
1644   24.0  - Dead
1645 ------------------------------------------------------------------------------*/
1646
1647 /* - Not used anywhere in WordPress - verify and then deprecate
1648 ------------------------------------------------------------------------------*/
1649
1650 /* No RTL for now, this space intentionally left blank */
1651
1652
1653 /* - Only used once or twice in all of WP - deprecate for global style
1654 ------------------------------------------------------------------------------*/
1655
1656 * html #template div {margin-left: 0;}
1657
1658 /* - Used - but could/should be deprecated with a CSS reset
1659 ------------------------------------------------------------------------------*/
1660 /* No RTL for now, this space intentionally left blank */
1661
1662
1663 /*------------------------------------------------------------------------------
1664  25.0 - TinyMCE tweaks
1665                 Small tweaks for until tinymce css files are proprely RTLized
1666 ------------------------------------------------------------------------------*/
1667 #editorcontainer .wp_themeSkin .mceStatusbar {
1668         padding-left: 0;
1669         padding-right: 5px;
1670 }
1671
1672 #editorcontainer .wp_themeSkin .mceStatusbar div {
1673         float: right;
1674 }
1675
1676 #editorcontainer .wp_themeSkin .mceStatusbar a.mceResize {
1677         float: left;
1678 }
1679
1680 #content-resize-handle {
1681         background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom;
1682         right: auto;
1683         left: 2px;
1684         cursor: sw-resize;
1685 }
1686
1687 /*------------------------------------------------------------------------------
1688   26.0 - Full Overlay w/ Sidebar
1689 ------------------------------------------------------------------------------*/
1690 .wp-full-overlay .wp-full-overlay-sidebar {
1691         margin: 0;
1692         left: auto;
1693         right: 0;
1694         border-right: 0;
1695         border-left: 1px solid rgba( 0, 0, 0, 0.2 );
1696 }
1697
1698 .wp-full-overlay-sidebar:after {
1699         right: auto;
1700         left: 0;
1701         box-shadow: inset 5px 0 4px -4px rgba(0, 0, 0, 0.1);
1702 }
1703
1704 .wp-full-overlay.collapsed,
1705 .wp-full-overlay.expanded .wp-full-overlay-sidebar {
1706         margin-right: 0 !important;
1707 }
1708
1709 .wp-full-overlay.expanded {
1710         margin-right: 300px;
1711         margin-left: 0;
1712 }
1713
1714 .wp-full-overlay.collapsed .wp-full-overlay-sidebar {
1715         margin-right: -300px;
1716         margin-left: 0;
1717 }
1718
1719 /* Collapse Button */
1720 .wp-full-overlay .collapse-sidebar {
1721         right: 0;
1722         left: auto;
1723         margin-right: 15px;
1724 }
1725
1726 .wp-full-overlay.collapsed .collapse-sidebar {
1727         right: 100%;
1728 }
1729
1730 .wp-full-overlay .collapse-sidebar-arrow {
1731         margin-right: 2px;
1732         margin-left: 0;
1733         background: transparent url('../images/arrows.png') no-repeat 0 -108px;
1734 }
1735
1736 .wp-full-overlay.collapsed .collapse-sidebar-arrow {
1737         background-position: 0 -72px;
1738 }
1739
1740 .wp-full-overlay .collapse-sidebar-label {
1741         right: 100%;
1742         left: auto;
1743         margin-right: 10px;
1744         margin-left: 0;
1745 }
1746
1747 /*------------------------------------------------------------------------------
1748   27.0 - Customize Loader
1749 ------------------------------------------------------------------------------*/
1750 .install-theme-info .theme-install {
1751         float: left;
1752 }
1753
1754 /* MERGED */
1755
1756 /* global */
1757
1758 /* 2 column liquid layout */
1759
1760 #wpcontent {
1761         margin-left: 0;
1762         margin-right: 165px;
1763 }
1764
1765 #wpbody-content {
1766         float: right;
1767 }
1768
1769 #adminmenuwrap {
1770         float: right;
1771 }
1772
1773 #adminmenu {
1774         clear: right;
1775 }
1776
1777 /* inner 2 column liquid layout */
1778 .inner-sidebar {
1779         float: left;
1780         clear: left;
1781 }
1782
1783 .has-right-sidebar #post-body {
1784         float: right;
1785         clear: right;
1786         margin-right: 0;
1787         margin-left: -340px;
1788 }
1789
1790 .has-right-sidebar #post-body-content {
1791         margin-right: 0;
1792         margin-left: 300px;
1793 }
1794
1795 /* 2 columns main area */
1796
1797 #col-right {
1798         float: left;
1799         clear: left;
1800 }
1801
1802 /* utility classes*/
1803 .alignleft {
1804         float: right;
1805 }
1806
1807 .alignright {
1808         float: left;
1809 }
1810
1811 .textleft {
1812         text-align: right;
1813 }
1814
1815 .textright {
1816         text-align: left;
1817 }
1818
1819 /* styles for use by people extending the WordPress interface */
1820
1821 body,
1822 td,
1823 textarea,
1824 input,
1825 select {
1826         font-family: Tahoma, Arial, sans-serif;
1827 }
1828
1829 ul.ul-disc,
1830 ul.ul-square,
1831 ol.ol-decimal {
1832         margin-left: 0;
1833         margin-right: 1.8em;
1834 }
1835
1836 .subsubsub {
1837         float: right;
1838 }
1839
1840 .widefat thead th:first-of-type {
1841         -webkit-border-top-left-radius: 0;
1842         -webkit-border-top-right-radius: 3px;
1843         border-top-left-radius: 0;
1844         border-top-right-radius: 3px;
1845 }
1846
1847 .widefat thead th:last-of-type {
1848         -webkit-border-top-right-radius: 0;
1849         -webkit-border-top-left-radius: 3px;
1850         border-top-right-radius: 0;
1851         border-top-left-radius: 3px;
1852 }
1853 .widefat tfoot th:first-of-type {
1854         -webkit-border-bottom-left-radius: 0;
1855         -webkit-border-bottom-right-radius: 3px;
1856         border-bottom-left-radius: 0;
1857         border-bottom-right-radius: 3px;
1858 }
1859 .widefat tfoot th:last-of-type {
1860         -webkit-border-bottom-right-radius: 0;
1861         -webkit-border-bottom-left-radius: 3px;
1862         border-bottom-right-radius: 0;
1863         border-bottom-left-radius: 3px;
1864 }
1865
1866 .widefat th {
1867         text-align: right;
1868 }
1869
1870 .widefat th input {
1871         margin: 0 8px 0 0;
1872 }
1873
1874 .wrap {
1875         margin-right: 0;
1876         margin-left: 15px;
1877 }
1878
1879 .wrap h2,
1880 .subtitle {
1881         font-family: Tahoma, Arial, sans-serif;
1882 }
1883
1884 .wrap h2 {
1885         padding-right: 0;
1886         padding-left: 15px;
1887 }
1888
1889 .subtitle {
1890         padding-left: 0;
1891         padding-right: 25px;
1892 }
1893
1894 .wrap .add-new-h2 {
1895         font-family: Tahoma, Arial, sans-serif;
1896         margin-left: 0;
1897         margin-right: 4px;
1898 }
1899
1900 .wrap h2.long-header {
1901         padding-left: 0;
1902 }
1903
1904 /* dashboard */
1905 #dashboard-widgets-wrap .has-sidebar {
1906         margin-right: 0;
1907         margin-left: -51%;
1908 }
1909
1910 #dashboard-widgets-wrap .has-sidebar .has-sidebar-content {
1911         margin-right: 0;
1912         margin-left: 51%;
1913 }
1914
1915 .view-all {
1916         right: auto;
1917         left: 0;
1918 }
1919
1920 #dashboard_right_now p.sub,
1921 #dashboard-widgets h4,
1922 a.rsswidget,
1923 #dashboard_plugins h4,
1924 #dashboard_plugins h5,
1925 #dashboard_recent_comments .comment-meta .approve,
1926 #dashboard_right_now td.b,
1927 #dashboard_right_now .versions a {
1928         font-family: Tahoma, Arial, sans-serif;
1929 }
1930
1931 #dashboard_right_now p.sub  {
1932         left:auto;
1933         right:15px;
1934 }
1935
1936 #dashboard_right_now td.b {
1937         padding-right: 0;
1938         padding-left: 6px;
1939         text-align: left;
1940 }
1941
1942 #dashboard_right_now .t {
1943         padding-right: 0;
1944         padding-left: 12px;
1945 }
1946
1947 #dashboard_right_now .table_content {
1948         float:right;
1949 }
1950
1951 #dashboard_right_now .table_discussion {
1952         float:left;
1953 }
1954
1955 #dashboard_right_now a.button {
1956         float: left;
1957         clear: left;
1958 }
1959
1960 #dashboard_plugins .inside span {
1961          padding-left: 0;
1962          padding-right: 5px;
1963 }
1964
1965 #dashboard-widgets h3 .postbox-title-action {
1966         right: auto;
1967         left: 10px;
1968 }
1969
1970 .js #dashboard-widgets h3 .postbox-title-action {
1971         right: auto;
1972         left: 30px;
1973 }
1974
1975 #the-comment-list .pingback {
1976         padding-left: 0 !important;
1977         padding-right: 9px !important;
1978 }
1979
1980 /* Recent Comments */
1981 #the-comment-list .comment-item {
1982         padding: 1em 70px 1em 10px;
1983 }
1984
1985 #the-comment-list .comment-item .avatar {
1986         float: right;
1987         margin-left: 0;
1988         margin-right: -60px;
1989 }
1990
1991 /* Feeds */
1992 .rss-widget cite {
1993         text-align: left;
1994 }
1995
1996 .rss-widget span.rss-date {
1997         font-family: Tahoma, Arial, sans-serif;
1998         margin-left: 0;
1999         margin-right: 3px;
2000 }
2001
2002 /* QuickPress */
2003 #dashboard-widgets #dashboard_quick_press form p.submit input {
2004         float: right;
2005 }
2006
2007 #dashboard-widgets #dashboard_quick_press form p.submit #save-post {
2008         margin: 0 1px 0 0.7em;
2009 }
2010
2011 #dashboard-widgets #dashboard_quick_press form p.submit #publish {
2012         float: left;
2013 }
2014
2015 #dashboard-widgets #dashboard_quick_press form p.submit .spinner {
2016         margin: 4px 0 0 6px;
2017 }
2018
2019 /* Recent Drafts */
2020 #dashboard_recent_drafts h4 abbr {
2021         font-family: Tahoma, Arial, sans-serif;
2022         margin-left:0;
2023         margin-right: 3px;
2024 }
2025
2026 /* login */
2027 body.login {
2028         font-family: Tahoma, Arial, sans-serif;
2029 }
2030
2031 .login form {
2032         margin-right: 8px;
2033         margin-left: 0;
2034 }
2035
2036 .login form .forgetmenot {
2037         float: right;
2038 }
2039
2040 .login form .submit {
2041         float: left;
2042 }
2043
2044 #login form .submit input {
2045         font-family: Tahoma, Arial, sans-serif;
2046 }
2047
2048 .login #nav,
2049 .login #backtoblog {
2050         margin: 0 16px 0 0;
2051 }
2052
2053 #login_error,
2054 .login .message {
2055         margin: 0 8px 16px 0;
2056 }
2057
2058 .login #user_pass,
2059 .login #user_login,
2060 .login #user_email {
2061         margin-left: 6px;
2062         margin-right: 0;
2063         direction: ltr;
2064 }
2065
2066 .login h1 a {
2067         text-decoration: none;
2068 }
2069
2070 .login .button-primary {
2071         float: left;
2072 }
2073
2074 /* nav-menu */
2075 #nav-menus-frame {
2076         margin-right: 300px;
2077         margin-left: 0;
2078 }
2079
2080 #wpbody-content #menu-settings-column {
2081         margin-right: -300px;
2082         margin-left: 0;
2083         float: right;
2084 }
2085
2086 /* Menu Container */
2087 #menu-management-liquid {
2088         float: right;
2089 }
2090
2091 #menu-management {
2092         margin-left: 20px;
2093         margin-right: 0;
2094 }
2095
2096 .post-body-plain {
2097         padding: 10px 0 0 10px;
2098 }
2099
2100 /* Menu Tabs */
2101
2102 #menu-management .nav-tabs-arrow-left {
2103         right: 0;
2104         left:auto;
2105 }
2106
2107 #menu-management .nav-tabs-arrow-right {
2108         left: 0;
2109         right:auto;
2110         text-align: left;
2111         font-family: Tahoma, Arial, sans-serif;
2112 }
2113
2114 #menu-management .nav-tabs {
2115         padding-right: 20px;
2116         padding-left: 10px;
2117 }
2118
2119 .js #menu-management .nav-tabs {
2120         float: right;
2121         margin-right: 0px;
2122         margin-left: -400px;
2123 }
2124
2125 #select-nav-menu-container {
2126         text-align: left;
2127 }
2128
2129 #wpbody .open-label {
2130         float:right;
2131 }
2132
2133 #wpbody .open-label span {
2134         padding-left: 10px;
2135         padding-right:0;
2136 }
2137
2138 .js .input-with-default-title {
2139         font-style: normal;
2140         font-weight: bold;
2141 }
2142
2143 /* Add Menu Item Boxes */
2144 .postbox .howto input {
2145         float: left;
2146 }
2147 #nav-menu-theme-locations .button-controls {
2148         text-align: left;
2149 }
2150
2151 /* Button Primary Actions */
2152
2153 .meta-sep,
2154 .submitcancel {
2155         float: right;
2156 }
2157
2158 #cancel-save {
2159         margin-left: 0;
2160         margin-right: 20px;
2161 }
2162
2163 .button.right, .button-secondary.right, .button-primary.right {
2164         float: left;
2165 }
2166
2167 /* Button Secondary Actions */
2168 .list-controls {
2169          float: right;
2170 }
2171 .add-to-menu {
2172         float: left;
2173 }
2174
2175 /* Custom Links */
2176 #add-custom-link label span {
2177         float: right;
2178         padding-left: 5px;
2179         padding-right: 0;
2180 }
2181
2182 .nav-menus-php .howto span {
2183         float: right;
2184 }
2185
2186 .list li .menu-item-title input {
2187         margin-left: 3px;
2188         margin-right: 0;
2189 }
2190
2191 /* Nav Menu */
2192 .menu-item-handle {
2193         padding-right: 10px;
2194         padding-left: 0;
2195 }
2196 .menu-item-edit-active .menu-item-handle {
2197         -webkit-border-bottom-left-radius: 0;
2198         -webkit-border-bottom-right-radius: 0;
2199         border-bottom-left-radius: 0;
2200         border-bottom-right-radius: 0;
2201 }
2202 .menu-item-handle .item-title {
2203         margin-left:13em;
2204         margin-right:0;
2205 }
2206 .menu-item-handle .item-edit {
2207         right: auto;
2208         left: -20px;
2209 }
2210
2211 /* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */
2212 .menu-item-depth-0 { margin-right: 0px; margin-left:0;}
2213 .menu-item-depth-1 { margin-right: 30px; margin-left:0;}
2214 .menu-item-depth-2 { margin-right: 60px; margin-left:0;}
2215 .menu-item-depth-3 { margin-right: 90px; margin-left:0;}
2216 .menu-item-depth-4 { margin-right: 120px; margin-left:0;}
2217 .menu-item-depth-5 { margin-right: 150px; margin-left:0;}
2218 .menu-item-depth-6 { margin-right: 180px; margin-left:0;}
2219 .menu-item-depth-7 { margin-right: 210px; margin-left:0;}
2220 .menu-item-depth-8 { margin-right: 240px; margin-left:0;}
2221 .menu-item-depth-9 { margin-right: 270px; margin-left:0;}
2222 .menu-item-depth-10 { margin-right: 300px; margin-left:0;}
2223 .menu-item-depth-11 { margin-right: 330px; margin-left:0;}
2224
2225 .menu-item-depth-0 .menu-item-transport { margin-right: 0px; margin-left:0;}
2226 .menu-item-depth-1 .menu-item-transport { margin-right: -30px; margin-left:0;}
2227 .menu-item-depth-2 .menu-item-transport { margin-right: -60px; margin-left:0;}
2228 .menu-item-depth-3 .menu-item-transport { margin-right: -90px; margin-left:0;}
2229 .menu-item-depth-4 .menu-item-transport { margin-right: -120px; margin-left:0;}
2230 .menu-item-depth-5 .menu-item-transport { margin-right: -150px; margin-left:0;}
2231 .menu-item-depth-6 .menu-item-transport { margin-right: -180px; margin-left:0;}
2232 .menu-item-depth-7 .menu-item-transport { margin-right: -210px; margin-left:0;}
2233 .menu-item-depth-8 .menu-item-transport { margin-right: -240px; margin-left:0;}
2234 .menu-item-depth-9 .menu-item-transport { margin-right: -270px; margin-left:0;}
2235 .menu-item-depth-10 .menu-item-transport { margin-right: -300px; margin-left:0;}
2236 .menu-item-depth-11 .menu-item-transport { margin-right: -330px; margin-left:0;}
2237
2238 /* Menu item controls */
2239 .item-type {
2240         padding-left: 10px;
2241         padding-right:0;
2242 }
2243
2244 .item-controls {
2245         left: 20px;
2246         right: auto;
2247 }
2248
2249 .item-controls .item-order {
2250         padding-left: 10px;
2251         padding-right: 0;
2252 }
2253
2254 .item-edit {
2255         left: -20px;
2256         right:auto;
2257         -webkit-border-bottom-right-radius: 3px;
2258         -webkit-border-bottom-left-radius: 0;
2259         border-bottom-right-radius: 3px;
2260         border-bottom-left-radius: 0;
2261 }
2262
2263 /* Menu editing */
2264 .menu-item-settings {
2265         padding: 10px 10px 10px 0;
2266         border-width: 0 1px 1px 1px;
2267 }
2268
2269 #custom-menu-item-url {
2270         direction: ltr;
2271 }
2272
2273 .link-to-original {
2274         font-style: normal;
2275         font-weight: bold;
2276 }
2277
2278 .link-to-original a {
2279         padding-right: 4px;
2280         padding-left:0;
2281 }
2282
2283 .menu-item-settings .description-thin,
2284 .menu-item-settings .description-wide {
2285         margin-left: 10px;
2286         margin-right:0;
2287         float: right;
2288 }
2289
2290 /* Major/minor publishing actions (classes) */
2291 .major-publishing-actions .publishing-action {
2292         text-align: left;
2293         float: left;
2294 }
2295
2296 .major-publishing-actions .delete-action {
2297         text-align: right;
2298         float: right;
2299         padding-left: 15px;
2300         padding-right:0;
2301 }
2302
2303 .menu-name-label {
2304         margin-left: 15px;
2305         margin-right:0;
2306 }
2307
2308 .auto-add-pages {
2309         float: right;
2310 }
2311
2312 /* Star ratings */
2313 div.star-holder {
2314         background: url('../images/stars-rtl.png?ver=20121108') repeat-x bottom right;
2315 }
2316 div.star-holder .star-rating {
2317         background: url('../images/stars-rtl.png?ver=20121108') repeat-x top right;
2318         float: right;
2319 }
2320
2321 #plugin-information ul#sidemenu {
2322         left: auto;
2323         right: 0;
2324 }
2325
2326 #plugin-information h2 {
2327         margin-right: 0;
2328         margin-left: 200px;
2329 }
2330
2331 #plugin-information .fyi {
2332         margin-left: 5px;
2333         margin-right: 20px;
2334 }
2335
2336 #plugin-information .fyi h2 {
2337         margin-left: 0;
2338 }
2339
2340 #plugin-information .fyi ul {
2341         padding: 10px 7px 10px 5px;
2342 }
2343
2344 #plugin-information #section-screenshots li p {
2345         padding-left: 0;
2346         padding-right: 20px;
2347 }
2348
2349 #plugin-information #section-screenshots ol,
2350 #plugin-information .updated,
2351 #plugin-information pre {
2352         margin-right: 0;
2353         margin-left: 215px;
2354 }
2355
2356 #plugin-information .updated,
2357 #plugin-information .error {
2358         clear: none;
2359         direction: rtl;
2360 }
2361
2362 #plugin-information #section-holder .section {
2363         direction: ltr;
2364 }
2365
2366 /* Editor/Main Column */
2367 .posting {
2368         margin-left: 212px;
2369         margin-right: 0;
2370         position: relative;
2371 }
2372
2373 h3.tb {
2374         margin-left: 0;
2375         margin-right: 5px;
2376 }
2377
2378 #publish {
2379         float: left;
2380 }
2381
2382 .postbox .handlediv {
2383         float: left;
2384 }
2385
2386 .actions li {
2387         float: right;
2388         margin-right: 0;
2389         margin-left: 10px;
2390 }
2391
2392 #extra-fields .actions {
2393     margin: -23px 0 0 -7px;
2394 }
2395
2396 /* Photo Styles */
2397 #img_container a {
2398         float: right;
2399 }
2400
2401 #category-add input,
2402 #category-add select {
2403         font-family: Tahoma, Arial, sans-serif;
2404 }
2405
2406 /* Tags */
2407 #tagsdiv #newtag {
2408         margin-right: 0;
2409         margin-left: 5px;
2410 }
2411
2412 #tagadd {
2413         margin-left: 0;
2414         margin-right: 3px;
2415 }
2416
2417 #tagchecklist span {
2418         margin-left: .5em;
2419         margin-right: 10px;
2420         float: right;
2421 }
2422 #tagchecklist span a {
2423         margin: 6px -9px 0 0;
2424         float: right;
2425 }
2426
2427 .submit input,
2428 .button,
2429 .button-primary,
2430 .button-secondary,
2431 #postcustomstuff .submit input {
2432         font-family: Tahoma, Arial, sans-serif;
2433 }
2434
2435 .ac_results li {
2436         text-align: right;
2437 }
2438
2439 #TB_ajaxContent #options {
2440         right: auto;
2441         left: 25px;
2442 }
2443
2444 #post_status {
2445         margin-left: 0;
2446         margin-right: 10px;
2447 }
2448
2449 /* theme-editor, plugin-editor */
2450 #templateside {
2451         float: left;
2452 }
2453
2454 #template textarea,
2455 #docs-list {
2456         direction: ltr;
2457 }
2458
2459 /* theme-install */
2460 .theme-details .theme-version {
2461         float: right;
2462 }
2463
2464 .theme-details .star-holder {
2465         float: left;
2466 }
2467
2468 .feature-filter .feature-group {
2469         float: right;
2470 }
2471
2472 .feature-filter .feature-group li {
2473         padding-right: 0;
2474         padding-left: 25px;
2475 }
2476
2477 /* widgets */
2478 /* 2 column liquid layout */
2479 div.widget-liquid-left {
2480         float: right;
2481         clear: right;
2482         margin-right: 0;
2483         margin-left: -325px;
2484 }
2485
2486 div#widgets-left {
2487         margin-right: 5px;
2488         margin-left: 325px;
2489 }
2490
2491 div.widget-liquid-right {
2492         float: left;
2493         clear: left;
2494 }
2495
2496 .inactive-sidebar .widget {
2497         float: right;
2498 }
2499
2500 div.sidebar-name h3 {
2501         font-family: Tahoma, Arial, sans-serif;
2502 }
2503
2504 #widget-list .widget {
2505         float: right;
2506 }
2507
2508 .inactive-sidebar .widget-placeholder {
2509         float: right;
2510 }
2511
2512 .widget-top .widget-title-action {
2513         float: left;
2514 }
2515
2516 .widget-control-edit {
2517         padding: 0 0 0 8px;
2518 }
2519
2520 .sidebar-name-arrow {
2521         float: left;
2522 }
2523
2524 /* Press This */
2525 .press-this-sidebar {
2526         float: left;
2527 }
2528
2529 .press-this #header-logo,
2530 .press-this #wphead h1 {
2531         float: right;
2532 }
2533
2534 /* RTL */
2535 .ltr {
2536         direction: ltr;
2537 }
2538
2539 /**
2540  * HiDPI Displays
2541  */
2542 @media print,
2543   (-o-min-device-pixel-ratio: 5/4),
2544   (-webkit-min-device-pixel-ratio: 1.25),
2545   (min-resolution: 120dpi) {
2546         .post-com-count {
2547                 background-image: url('../images/bubble_bg-rtl-2x.gif');
2548                 background-size: 18px 100px;
2549         }
2550
2551         #content-resize-handle, #post-body .wp_themeSkin .mceStatusbar a.mceResize {
2552                 background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll right bottom;
2553                 background-size: 11px 11px;
2554         }
2555
2556         .wp-full-overlay .collapse-sidebar-arrow {
2557                 background-image: url('../images/arrows-2x.png');
2558                 background-size: 15px 123px;
2559         }
2560
2561         div.star-holder {
2562                 background: url('../images/stars-rtl-2x.png?ver=20121108') repeat-x bottom right;
2563                 background-size: 21px 37px;
2564         }
2565
2566         div.star-holder .star-rating {
2567                 background: url('../images/stars-rtl-2x.png?ver=20121108') repeat-x top right;
2568                 background-size: 21px 37px;
2569         }
2570
2571         #post-body .wp_themeSkin .mceStatusbar a.mceResize,
2572         #content-resize-handle {
2573                 background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll left bottom;
2574         }
2575 }
2576
2577 /* =Localized CSS
2578 -------------------------------------------------------------- */
2579
2580 /* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */
2581 body.locale-he-il,
2582 .locale-he-il .quicktags, .locale-he-il .search,
2583 .locale-he-il .howto,
2584 .locale-he-il #adminmenu .awaiting-mod,
2585 .locale-he-il #adminmenu span.update-plugins,
2586 .locale-he-il #sidemenu li a span.update-plugins,
2587 .locale-he-il .post-com-count-wrapper,
2588 .locale-he-il .widefat th,
2589 .locale-he-il .tablenav .displaying-num,
2590 .locale-he-il .inline-edit-row fieldset span.title,
2591 .locale-he-il .inline-edit-row fieldset span.checkbox-title,
2592 .locale-he-il .inline-edit-row fieldset ul.cat-checklist label,
2593 .locale-he-il .inline-edit-row .catshow,
2594 .locale-he-il .inline-edit-row .cathide,
2595 .locale-he-il .inline-edit-row #bulk-titles div,
2596 .locale-he-il p.help,
2597 .locale-he-il p.description,
2598 .locale-he-il span.description,
2599 .locale-he-il .form-wrap p,
2600 .locale-he-il h2 .nav-tab,
2601 .locale-he-il #your-profile legend,
2602 .locale-he-il #utc-time, .locale-he-il #local-time,
2603 .locale-he-il #poststuff h3,
2604 .locale-he-il .metabox-holder h3,
2605 .locale-he-il .tool-box .title,
2606 .locale-he-il td,
2607 .locale-he-il textarea,
2608 .locale-he-il input,
2609 .locale-he-il select,
2610 .locale-he-il .wrap h2,
2611 .locale-he-il .subtitle,
2612 .locale-he-il .wrap .add-new-h2,
2613 .locale-he-il #dashboard_right_now p.sub,
2614 .locale-he-il #dashboard-widgets h4,
2615 .locale-he-il a.rsswidget,
2616 .locale-he-il #dashboard_plugins h4,
2617 .locale-he-il #dashboard_plugins h5,
2618 .locale-he-il #dashboard_recent_comments .comment-meta .approve,
2619 .locale-he-il #dashboard_right_now td.b,
2620 .locale-he-il #dashboard_right_now .versions a,
2621 .locale-he-il .rss-widget span.rss-date,
2622 .locale-he-il #dashboard_recent_drafts h4 abbr,
2623 body.login.locale-he-il,
2624 .locale-he-il #login form .submit input,
2625 .locale-he-il #menu-management .nav-tabs-arrow-right,
2626 .locale-he-il #category-add input,
2627 .locale-he-il #category-add select,
2628 .locale-he-il .submit input,
2629 .locale-he-il .button,
2630 .locale-he-il .button-primary,
2631 .locale-he-il .button-secondary,
2632 .locale-he-il #postcustomstuff .submit input,
2633 .locale-he-il div.sidebar-name h3 {
2634         font-family: Arial, sans-serif;
2635 }
2636
2637 /* he_IL: Have <em> be bold rather than italic. */
2638 .locale-he-il em {
2639         font-style: normal;
2640         font-weight: bold;
2641 }