Ticket #7498: wp-26-rtl-rewrite-patch-final-1.patch

File wp-26-rtl-rewrite-patch-final-1.patch, 31.4 KB (added by mani_monaj, 4 years ago)

Final patch for 2.6.1

  • wp-admin/css/colors-classic-rtl.css

     
     1.post-com-count { 
     2} 
     3#adminmenu li a #awaiting-mod, #sidemenu li a #update-plugins { 
     4        background-image: url(../images/comment-stalk-rtl.gif); 
     5        background-position:right bottom; 
     6} 
     7#footer { 
     8        background-position:99% 10px; 
     9} 
    110#poststuff .closed .togbox, #poststuff .togbox { 
    2 background-image: url(../images/toggle-arrow-rtl.gif) !important; 
    3 } 
    4  No newline at end of file 
     11        background-image: url(../images/toggle-arrow-rtl.gif) !important; 
     12} 
     13.bar { 
     14        border-right-color: transparent; 
     15        border-left-color: #99d; 
     16} 
     17.plugins .togl { 
     18        border-right-color: transparent; 
     19        border-left-color: #ccc; 
     20} 
     21#upload-menu li.current { 
     22        border-right-color: transparent; 
     23        border-left-color: #448abd; 
     24} 
  • wp-admin/css/colors-fresh-rtl.css

     
     1.bar { 
     2        border-right-color: transparent; 
     3        border-left-color: #99d; 
     4} 
     5.post-com-count { 
     6} 
     7#adminmenu li a #awaiting-mod, #sidemenu li a #update-plugins { 
     8        background-image: url(../images/comment-stalk-rtl.gif); 
     9        background-position:right bottom; 
     10} 
     11#footer { 
     12        background-position:99% 10px; 
     13} 
     14.plugins .togl { 
     15        border-right-color: transparent; 
     16        border-left-color: #ccc; 
     17} 
    118#poststuff .closed .togbox, #poststuff .togbox { 
    2 background-image: url(../images/toggle-arrow-rtl.gif) !important; 
    3 } 
    4  No newline at end of file 
     19        background-image: url(../images/toggle-arrow-rtl.gif); 
     20} 
     21#upload-menu li.current { 
     22        border-right-color:transparent; 
     23        border-left-color: #448abd; 
     24} 
  • wp-admin/css/dashboard-rtl.css

     
     1/* Right Now */ 
    12#rightnow { 
    2         margin-left: 15px; 
     3        margin-right:0; 
     4        margin-left: 7px; 
    35} 
    4  
    56#rightnow .reallynow span { 
    67        text-align: right; 
    78        float: right; 
    89} 
    9  
    1010#rightnow .reallynow a { 
    1111        text-align: left; 
    1212        float: left; 
    1313        margin: 1px 0 0 6px; 
    1414} 
    15  
     15/* Widgets */ 
     16div#dashboard-widgets-wrap { 
     17        margin-right:0; 
     18        margin-left:-13px; 
     19} 
    1620div.dashboard-widget-holder { 
    17         float: right; 
     21        float:right; 
    1822} 
    19  
     23div.dashboard-widget { 
     24        margin-right:0; 
     25        margin-left: 20px; 
     26} 
    2027h3.dashboard-widget-title span { 
    2128        text-align: right; 
    2229        float: right; 
    2330} 
    24  
    25 div.dashboard-widget-submit input { 
    26         font-family: sans-serif !important; 
    27 } 
    28          
    29 #dashboard-widgets .widget_rss ul li a { 
    30         float:right; 
    31         font-weight:bold; 
    32         margin:0pt 0pt 0.2em 0.5em; 
    33 } 
    34  
    35 #dashboard-widgets .widget_rss ul li span.rss-date { 
    36         float: right; 
    37 } 
    38  
    3931h3.dashboard-widget-title small { 
    4032        text-align: left; 
    41         float: left; 
     33        float:left; 
    4234} 
    43 div.dashboard-widget-content ul, 
    44 div.dashboard-widget-content ol, 
    45 div.dashboard-widget-content dl { 
     35div.dashboard-widget-submit input  { 
     36        font-family: Tahoma; 
     37} 
     38div.dashboard-widget-content ul, div.dashboard-widget-content ol, div.dashboard-widget-content dl { 
    4639        padding-left:0; 
    4740        padding-right:15px; 
    4841} 
    49 div#dashboard-widgets-wrap 
    50 { 
    51         margin-right:0; 
    52         margin-left:-10px; 
    53 } 
    54  
    55 div.dashboard-widget { 
    56         margin-right:0; 
    57         margin-left:20px; 
    58 } 
    59  
    60 #dashboard-widgets .widget_rss ul li span.rss-date { 
     42#dashboard_secondary div.dashboard-widget-content ul li { 
    6143        float:right; 
    6244} 
    63 #dashboard-widgets .widget_rss ul li a { 
    64         float:right; 
    65         margin:0 0 0.2em 0.5em; 
    66 } 
    67 #dashboard_secondary div.dashboard-widget-content ul li { 
    68         float: right; 
    69 } 
    7045#dashboard_secondary div.dashboard-widget-content ul li .post { 
    71         font-family: sans-serif !important; 
     46        font-family:arial; 
    7247} 
    7348#dashboard_secondary div.dashboard-widget-content ul li a { 
    7449        border-right:0 none; 
    75         border-left:1px solid #DADADA; 
     50        border-left: 1px solid #dadada; 
     51        height:110px; 
    7652} 
    7753#dashboard_secondary div.dashboard-widget-content ul li a cite { 
    78         font-family: sans-serif; 
     54        font-family: Tahoma; 
    7955} 
     56#dashboard-widgets .widget_rss ul li span.rss-date { 
     57        float:right; 
     58} 
     59#dashboard-widgets .widget_rss ul li a { 
     60        float: right; 
     61        margin: 0 0 .2em .5em; 
     62} 
  • wp-admin/css/global-rtl.css

     
    1 //* styles for use by people extending the WordPress interface */ 
    2 body, td { font-family: sans-serif; } 
    3  
    4 textarea, input, select { font-family: sans-serif; } 
    5  
    6 .alignleft { float: right; } 
    7 .alignright { float: left; } 
    8  
    9 .textleft { text-align: right; } 
    10 .textright { text-align: left; } 
    11          
    12 .wrap h2 { font-family: sans-serif; } 
    13  
     1body, td { 
     2        font-family: Tahoma; 
     3} 
     4textarea, input, select { 
     5        font-family: Tahoma; 
     6} 
     7h1, h2, h3 { 
     8        font-family:arial; 
     9} 
    1410.widefat td { 
    1511        padding: 7px 10px 9px 15px; 
    1612} 
    17  
    1813.widefat th { 
    1914        padding: 9px 10px 6px 15px; 
    2015        text-align: right; 
    2116} 
    22  
    2317.widefat th input { 
    2418        margin: 0 8px 0 0; 
    2519} 
    26  
    2720.widefat .check-column { 
    2821        text-align: left; 
    2922} 
    30  
    3123.wrap h2 { 
     24        font-family:arial; 
    3225        margin: 5px -4px 0 0; 
    33         padding: 0 0 7px 280px; 
     26        padding-right:0; 
     27        padding-left: 280px; 
    3428} 
     29.wrap h2.long-header { 
     30        padding-left: 0; 
     31} 
  • wp-admin/css/ie-rtl.css

     
    1 /* footer */ 
    2 body, td { 
    3         font-family: Tahoma,Verdana,sans-serif; 
     1#poststuff .postbox h3 { 
     2        padding-left:0; 
     3        padding-right: 23px; 
    44} 
    5  
    6 .wrap { 
    7         text-align: right; 
     5* html #poststuff .postarea, * html #poststuff #titlediv { 
     6        margin-left:0; 
     7        margin-right: 3%; 
    88} 
    9  
    10 .wrap h2 { 
    11         margin: 5px 0 0 4px; 
     9* html #poststuff h2 { 
     10        margin-right: 0; 
    1211} 
    13  
    14 #footer { 
    15         padding-left:50px; 
    16 } 
    17 #footer p { 
    18         background:none; 
    19         height:auto; 
    20         padding: 5px 5px 0; 
    21 } 
    22  
    2312#bh { 
     13        padding-right:0; 
    2414        padding-left: 15px; 
    25         padding-right: 0px; 
    2615} 
    27 /* write post */ 
    28 #poststuff .togbox { 
    29         margin-right:-16px; 
     16div#dashboard-widgets { 
     17        padding-right:0; 
     18        padding-left: 1px; 
    3019} 
    31 #poststuff h3 { 
    32         padding-right:20px; 
     20#tagchecklist span a { 
     21        margin: 4px -9px 0 0; 
    3322} 
    34  
    35 p#widget-search, p#post-search { 
    36         padding-left: 15px; 
     23#poststuff .togbox { 
     24        margin-left:0; 
     25        margin-right: -19px; 
    3726} 
    38  
    39 .widefat th { 
    40         padding-bottom: 8px; 
     27.widefat th input { 
     28        margin: 0 5px 0 0; 
    4129} 
    42  
    43 /* template editor */ 
    44 #template textarea { 
     30/* ---------- add by navid */ 
     31#dashmenu { /* fix top right bottom in admin */ 
     32        direction:ltr; 
     33} 
     34#sidemenu a { /* fix left admin buttom ex. plugins, options */ 
    4535        float:left; 
    4636} 
    47  
    48 /* Editor */ 
    49  
    50 .mceToolbar { 
    51         direction: ltr; 
    52         text-align: left; 
     37.wrap h2 { 
     38        margin:5px 4px 0 0; 
    5339} 
    54  
    55 /* IE6 */ 
    56  
    57 /* Search box gets stuck to the right, hidden outside view */ 
    58 * html #post-search, * html #widget-search {  
    59         height: 1% !important; 
    60         right: 600px !important; 
     40#editor-toolbar {/* fix hover in media uploader icon */ 
     41        direction:ltr; 
    6142} 
    62  
    63 /* Sidemenu tends to disapear, widget filter area tends to jump around when adding filters - Peek-A-Boo! */ 
    64 * html #sidemenu, * html #widgets-filter { 
    65         height: 1% !important; 
     43#TB_window { /* fix theme preview */ 
     44        left:2%; 
    6645} 
    67  
    68 /* Media upload window gets stuck to the right, hidden outside view */ 
    69 * html #TB_window { 
    70         left: 100px !important; 
     46/* fix widget page */ 
     47form#widgets-filter { 
     48        position:static; 
    7149} 
    72  
    73 /* Bad floating in the sub-sub-sub menu makes links un-clickable */ 
    74 * html .subsubsub li {  
    75         display: block; float: right; margin: 0 2px; 
     50#widget-search { 
     51        display:none; 
    7652} 
    77  
    78 /* Fixing floats on sub-sub-sub menu skewes the view-switch menu on comments management page */ 
    79 * html .wrap .view-switch { 
    80         margin-top: 1px; 
     53/* fix manage comment page */ 
     54ul.view-switch li { 
     55        float:left; 
    8156} 
    82  
    83 /* Theme selector on theme edit page gets stuck to the left, hidden outside view */ 
    84 * html #themeselector {  
    85         position: static; 
     57form#posts-filter { 
     58        position:static; 
    8659} 
    87  
    88 /* Template edit area floats beneath template list, gets RTLed */ 
    89 * html #template { 
    90         float: right;  
    91         overflow: hidden; 
    92         width: 755px !important;  
     60#post-search { 
     61        display:none; 
    9362} 
    94 * html #template #newcontent { 
    95         direction: ltr; 
     63#submenu { 
     64        margin-right: 20px; 
    9665} 
    97  
    98 /* Editor */ 
    99  
    100 .mceToolbar { 
    101         direction: ltr; 
    102         text-align: left; 
    103 } 
    104  No newline at end of file 
     66/* Fixes for media-upload window */ 
     67/* Center media-upload panel on screen */ 
     68#TB_window {  
     69        width: 670px;  
     70        position: absolute;  
     71        top: 50%;  
     72        left: 50%;  
     73        margin-right: 335px !important; } 
  • wp-admin/css/install-rtl.css

     
    11body { 
    2         font-size: 11px; 
    3         font-family: sans-serif !important; 
     2        font-family: Tahoma; 
    43} 
     4/* Half the page disapears on IE6 */ 
     5* html body { 
     6        width: 700px;  
     7        position: absolute;  
     8        left: 50%;  
     9        margin-right: 350px; 
     10} 
    511ul, ol { 
    612        padding: 5px 22px 5px 5px; 
    713} 
    8 .form-table th { 
    9         text-align: right; 
     14.step, th { 
     15        text-align:right; 
    1016} 
    11 input { 
    12         padding: 1px 
     17.submit input, .button, .button-secondary  { 
     18        font-family: Tahoma; 
     19        margin-right:0; 
    1320} 
    14 #logo { 
    15         text-align: left; 
     21.form-table th { 
     22        text-align:right; 
    1623} 
    17 #admin_email { 
    18         direction: ltr; 
    19         text-align: left; 
     24h1 { 
     25        font-family:arial; 
     26        margin: 5px -4px 0 0; 
    2027} 
    21 .submit input, .button, .button-secondary { 
    22         font-family: sans-serif !important; 
    23 } 
    24 h1 { 
    25         font-family: sans-serif; 
    26 } 
    27  No newline at end of file 
  • wp-admin/css/login-rtl.css

     
    11body { 
    2         font-family: sans-serif; 
    3         direction: rtl; 
     2        font-family: Tahoma; 
    43} 
    5 #login form .submit input { 
    6         font-family: sans-serif !important; 
    7 } 
    84form { 
    95        margin-left:0; 
    10         margin-right:8px; 
     6        margin-right: 8px; 
    117} 
    128form .forgetmenot { 
    139        float:right; 
    1410} 
     11#login form .submit input  { 
     12        font-family: Tahoma; 
     13} 
    1514form .submit { 
    1615        float:left; 
    1716} 
     17#backtoblog a { 
     18        left:auto; 
     19        right:15px; 
     20} 
    1821#login_error, .message { 
    19         margin:0 8px 16px 0; 
     22        margin: 0 8px 16px 0; 
    2023} 
    2124#nav { 
    22         margin: 0 8px 0 0; 
     25        margin:0 8px 0 0; 
    2326} 
    2427#user_pass, #user_login, #user_email { 
    2528        margin-right:0; 
    2629        margin-left: 6px; 
    27         direction:ltr; 
    2830} 
    2931h1 a { 
    3032        text-decoration:none; 
    3133} 
    32 #backtoblog a { 
    33         left: auto; 
    34         right: 15px; 
    35 } 
    36  No newline at end of file 
     34/* ltr input */ 
     35#user_login, #user_pass { 
     36        direction:ltr; 
     37} 
  • wp-admin/css/media-rtl.css

     
    1 ul#sidemenu { 
    2         left: auto; 
    3         right: 0; 
     1body#media-upload ul#sidemenu { 
     2        left:auto; 
     3        right:0; 
     4        width: 620px; 
    45} 
     6#search-filter { 
     7        text-align:left; 
     8} 
    59.align .field label { 
    6         display: block; 
     10        padding: 0 28px 0 0; 
     11        margin: 0 0 0 1em; 
     12} 
     13.image-align-none-label, .image-align-left-label, .image-align-center-label, .image-align-right-label { 
     14        background-position:center right; 
     15} 
     16tr.image-size label { 
     17        margin: 0 0 0 1em; 
     18} 
     19.filename.original { 
    720        float: right; 
    8         padding: 0 25px 0 0; 
    9         margin: 5px 3px 5px 5px;  
    1021} 
    11 .align .field input { 
    12         display: block; 
     22.crunching { 
     23        text-align: left; 
     24        margin-right:0; 
     25        margin-left: 5px; 
     26} 
     27button.dismiss { 
     28        right:auto; 
     29        left:5px; 
     30} 
     31.file-error { 
     32        margin: 0 50px 5px 0; 
     33} 
     34.progress { 
     35        left:auto; 
     36        right:0; 
     37} 
     38.bar { 
     39        border-right-width:0; 
     40        border-left-width: 3px; 
     41        border-left-style: solid; 
     42} 
     43.media-item .pinkynail { 
     44        float:right; 
     45} 
     46.describe-toggle-on, .describe-toggle-off { 
     47        float: left; 
     48        margin-right:0; 
     49        margin-left: 20px; 
     50} 
     51/* Specific to Uploader */ 
     52 
     53#media-upload .media-upload-form p { 
     54        margin: 0 0 1em 1em; 
     55} 
     56.filename { 
    1357        float: right; 
    14         margin: 5px 15px 5px 0; 
     58        margin-left:0; 
     59        margin-right: 10px; 
    1560} 
    16 .image-align-none-label, 
    17 .image-align-left-label, 
    18 .image-align-center-label, 
    19 .image-align-right-label { 
    20         background-position: center right; 
    21 } 
    22  No newline at end of file 
     61#media-upload .describe th.label { 
     62        text-align:right; 
     63} 
     64.menu_order { 
     65        float:left; 
     66} 
  • wp-admin/css/press-this-ie-rtl.css

     
    1 #menu { margin-right: 8px !important; } 
    2  
    3 p.submit input { text-align: right !important; } 
    4  
    5 li.ui-tabs-selected a { height: 25px; } 
    6  
    7 #photo_directions span { right: 200px; left: auto; height: 8px; } 
    8  No newline at end of file 
     1.ui-tabs-nav { 
     2        margin-right: 0; 
     3} 
  • wp-admin/css/press-this-rtl.css

     
    11body { 
    2         font-family: sans-serif; 
     2        font-family: Tahoma; 
    33} 
    4  
    5 #viewsite {  
    6         right:auto; left: 8px;  
     4.ui-tabs-nav { 
     5        padding-left:0; 
     6        padding-right:8px; 
    77} 
    8  
    9 ul#menu {  
    10         padding-right: 8px;  
     8.ui-tabs-nav li { 
     9        float: right; 
    1110} 
    12  
    13 .ui-tabs-nav li {  
    14         float: right;  
     11.button { 
     12        font-family: Tahoma; 
     13        margin-left:0; 
     14        margin-right: 5px; 
    1515} 
    16  
    17 div#posting {  
    18         padding-right:16px; padding-left: 0;  
     16#wphead #viewsite { 
     17        margin-left:0; 
     18        margin-right: 10px; 
    1919} 
    20  
    21 div#categories {  
    22         right: auto; left: 16px;  
     20#viewsite { 
     21        right:auto; 
     22        left: 8px; 
    2323} 
    24  
    25 div#categories h2 {  
    26         margin:0.5em 1em 0.5em 0;  
     24#wphead #viewsite a { 
     25        font-family: Tahoma; 
    2726} 
    28  
    29 #jaxtag {  
    30         padding-right :1em; padding-left: 0;  
     27h1 { 
     28        right:auto; 
     29        left:0; 
    3130} 
    32  
    33 input#newtag {  
    34         margin-left: 4px; width: 100px;  
     31div#posting { 
     32        padding-left:0; 
     33        padding-right: 16px; 
    3534} 
    36  
    37 #photo_directions span {  
    38         right: auto; left: 3px  
     35#photo_directions span { 
     36        right:auto; 
     37        left:3px; 
    3938} 
    40  
    41 #TB_ajaxContent #options {  
    42         right: auto; left: 25px;  
     39#img_container a { 
     40        float:right; 
    4341} 
    44  
    45 #TB_ajaxContent { 
    46         text-align: right; 
     42#img_container a, #img_container a:link, #img_container a:visited { 
     43        margin:0 0 4px 4px; 
    4744} 
    48  
    49 #TB_ajaxContent #this_photo { 
    50         direction: ltr; 
     45div#categories { 
     46        right:auto; 
     47        left:16px; 
    5148} 
    52  
    53 .video_split #extra_fields {  
    54         float: right;  
     49div#categories h2 { 
     50        margin: .5em 1em .5em 0; 
    5551} 
    56  
    57 .video_split .editor_area {  
    58         float: left;  
    59 } 
    60  No newline at end of file 
     52#tagsdiv #newtag { 
     53        margin-right:0;  
     54        margin-left: 5px;        
     55} 
     56#jaxtag { 
     57        padding-left:0; 
     58        padding-right: 1em; 
     59} 
     60#tagchecklist { 
     61        padding-left:0; 
     62        padding-right: 1em; 
     63} 
     64#tagchecklist span { 
     65        margin-right: 10px; 
     66        margin-left: .5em; 
     67        float: right; 
     68} 
     69#tagchecklist span a { 
     70        margin: 6px -9px 0pt 0; 
     71        float: right; 
     72} 
     73.submitbox { 
     74        float: left; 
     75} 
     76.submitbox .submit input { 
     77        text-align:right; 
     78} 
     79.video_split #extra_fields { 
     80        float:right; 
     81} 
     82.video_split .editor_area { 
     83        float: left; 
     84} 
     85.ac_results li { 
     86        text-align:right; 
     87} 
     88#TB_ajaxContent #options { 
     89        right:auto; 
     90        left:25px; 
     91} 
     92#post_status { 
     93        margin-left:0; 
     94        margin-right: 10px; 
     95} 
     96#footer { 
     97        padding: 10px 60px 0 0; 
     98} 
  • wp-admin/css/theme-editor-rtl.css

     
    11#template textarea { 
    2         font-family: monospace !important; 
     2        font-family:monospace; 
    33} 
    44#templateside { 
    55        float:left; 
    66} 
    77#themeselector { 
    88        padding-right:0; 
    9         padding-left:5px; 
     9        padding-left: 5px; 
     10        float: left; 
    1011} 
    1112div.tablenav { 
    12         margin-left:210px; 
    1313        margin-right:0; 
    14 } 
    15  No newline at end of file 
     14        margin-left: 210px; 
     15} 
  • wp-admin/css/widgets-rtl.css

     
     1/* 2 column liquid layout */ 
    12div.widget-liquid-left-holder { 
    2         clear:right; 
    3         float:right; 
     3        float: right; 
     4        clear: right; 
    45        margin-right:0; 
    5         margin-left:-310px; 
     6        margin-left: -310px; 
    67} 
    78div.widget-liquid-left { 
    89        margin-right:0; 
    9         margin-left:310px; 
     10        margin-left: 320px; 
    1011} 
    1112div.widget-liquid-right { 
    12         clear:left; 
    13         float:left; 
     13        float: left; 
     14        clear: left; 
    1415} 
    1516p#widget-search { 
     17        right:auto; 
    1618        left:0; 
    17         right:auto 
    1819} 
     20h4.widget-title span { 
     21        float: right; 
     22} 
     23h4.widget-title a { 
     24        float: left; 
     25        margin-left:0; 
     26        margin-right: 1em; 
     27} 
    1928ul#widget-list li.widget-list-item h4.widget-title { 
    2029        float:right; 
    21         text-align:right; 
    2230} 
    2331ul#widget-list li.widget-list-item div.widget-description { 
    24         margin:0 200px 0 0; 
    25         padding:0 4em 0 0; 
     32        margin: 0 200px 0 0; 
     33        padding: 0 4em 0 0; 
    2634} 
    2735.widget-control-save, .widget-control-remove { 
    28         float:right; 
    2936        margin-right:0; 
    30         margin-left:8px; 
    31 } 
    32 h4.widget-title span { 
     37        margin-left: 8px; 
    3338        float: right; 
    3439} 
    35 h4.widget-title a { 
    36         float: left; 
    37         margin: 0 1em 0 0; 
    38 } 
    39 li.widget-list-control-item h4.widget-title a, #dragHelper li.widget-list-control-item h4.widget-title a, #draghelper li.widget-list-control-item h4.widget-title a:visited { 
     40li.widget-list-control-item h4.widget-title a, 
     41#dragHelper li.widget-list-control-item h4.widget-title a, 
     42#draghelper li.widget-list-control-item h4.widget-title a:visited { 
    4043        right:auto; 
    41         left:1em; 
     44        left: 1em; 
    4245} 
    43  
    44 ul.widget-control-list div.widget-control-actions { 
    45         margin-right:0; 
    46         margin-left:-10px; 
    47 } 
    48 ul.widget-control-list h4.widget-title, 
    49 #dragHelper h4.widget-title { 
    50         text-align: right; 
    51 } 
    52  No newline at end of file 
  • wp-admin/rtl.css

     
    1 html,#edit-slug-box,#trackback,#category_nicename,#slug,#dbuser,#dbpass,#dbname,#dbhost,#dbprefix,#dccharset,input[name=gmpath],input[name=archivespath],input[name=lastentry],input[name=email],input[name=url],input[name=aim],input[name=yim],input[name=jabber],#newcontent,#email,#newcomment_author_url,#pass1,#pass2,#siteurl,#home,#admin_email,#date_format,#time_format,#mailserver_url,#mailserver_login,#mailserver_pass,#ping_sites,#blog_charset,#moderation_keys,#blacklist_keys,#permalink_structure,#category_base,#tag_base,#upload_path,#upload_url_path,#insertonly[src],#insertonly[href],#mailserver_port,#thumbnail_size_w,#thumbnail_size_h,#medium_size_w,#medium_size_h,#posts_per_page,#posts_per_rss,#comment_max_links,#insertonly[src],#link_url,#link_image,#rss_uri,#user_login,#key 
    2 { 
    3         direction:ltr; 
    4         text-align:left 
     1a:link, a:visited { 
     2        text-decoration:none; 
    53} 
    6  
    7 body, td, .submit input, .button, .button-secondary, .button-highlighted, #your-profile legend, .quicktags, .search, #wpcontent select, #wphead #viewsite a, #wphead h1 { 
    8         font-family: sans-serif !important; 
     4a:hover { 
     5        text-decoration:underline; 
    96} 
    10  
    11 .code, #quicktags #ed_code { 
    12         font-family: monospace !important; 
     7.plugins .togl { 
     8        border-right-width: 0; 
     9        border-left-width: 1px; 
     10        border-left-style: solid; 
    1311} 
    14  
    15 /* Clears update nag, so it doesn't hide the submenu */ 
    16 #update-nag {  
    17         clear: both;  
    18         margin-bottom: 1em;  
     12form#upload th { 
     13        text-align:left; 
    1914} 
    20  
    21 #wpwrap,#footer,#TB_title,.media-upload-form,#media-upload-header 
    22 { 
    23         direction:rtl!important; 
    24         text-align:right!important 
     15td.available-theme { 
     16        text-align:right; 
    2517} 
    26  
    27 #user_info 
    28 { 
    29         left:15px; 
    30         right:auto 
     18#current-theme img { 
     19        float: right; 
     20        margin-right:0; 
     21        margin-left: 1em; 
    3122} 
    32  
    33 #wphead h1 
    34 { 
    35         margin:0 0 0 15%; 
    36         padding:11px 15px 16px 170px 
     23.quicktags, .search { 
     24        font-family: Tahoma; 
    3725} 
    38  
    39 #wphead #viewsite 
    40 { 
    41         margin-left:0; 
    42         margin-right:10px 
    43 } 
    44  
    45 #sidemenu 
    46 { 
    47         float:left; 
    48         margin:-30px 315px 0 15px; 
     26/* 201 - 403 
     27=================================== */ 
     28.side-info ul { 
    4929        padding-left:0; 
    50         padding-right:10px 
     30        padding-right:18px; 
    5131} 
    52  
    53 #dashmenu 
    54 { 
    55         font-size:11px; 
    56         left:auto; 
    57         padding-left:0; 
    58         padding-right:9px; 
    59         right:0 
     32.submit input, .button, .button-secondary, .button-highlighted { 
     33        font-family: Tahoma; 
    6034} 
    61  
    62 #dashmenu a 
    63 { 
    64         margin-left:8px; 
    65         margin-right:8px; 
     35#wpcontent select  { 
     36        font-family: Tahoma; 
    6637} 
    67  
    68 #adminmenu 
    69 { 
    70         height:32px; 
    71         padding:5px 8px 0 0 
     38/* #postdiv, #titlediv, #guiddiv, #poststuff .stuffbox { 
     39        margin:0 0 0 8px; 
     40} */ 
     41#quicktags #ed_code { 
     42        font-family: Tahoma; 
    7243} 
    73  
    74 #adminmenu li a 
    75 { 
    76         display:block; 
     44#searchform fieldset { 
    7745        float:right; 
    78         font:700 16px/100% sans-serif; 
    79         margin:0 0 0 10px; 
    80         padding:5px 7px 9px 
     46        margin: 0 0 1em 1.5ex; 
    8147} 
    82  
    83 #adminmenu li a.current 
    84 { 
    85         font-weight:700 
     48#searchform fieldset legend { 
     49        padding: 0 1px .2em 0; 
    8650} 
    87  
    88 #adminmenu li a #awaiting-mod 
    89 { 
    90         background:url(images/comment-stalk-rtl.gif) -309px bottom !important; 
    91         font-family: sans-serif !important; 
    92         margin-left:-45px; 
    93         margin-right:.2em; 
    94         margin-top:-5px 
     51#searchform #post-query-submit { 
     52        float:right; 
    9553} 
    96  
    97 #adminmenu li a:hover #awaiting-mod 
    98 { 
    99         background-position: -229px bottom !important; 
     54/* 404 - 804 
     55=================================== */ 
     56#template div { 
     57        margin-right:0; 
     58        margin-left: 190px; 
    10059} 
    101  
    102 #adminmenu li a #awaiting-mod span 
    103 { 
    104         left:0; 
    105         right:auto 
     60* html #template div { 
     61        margin-left: 0; 
    10662} 
    107  
    108 #submenu li a 
    109 { 
    110         display:block; 
    111         float:right; 
    112         margin:0 10px 10px 0; 
    113         padding:2px 4px 
     63#your-profile legend { 
     64        font-family:arial; 
    11465} 
    115  
    116 p#post-search 
    117 { 
    118         left:0; 
    119         right:auto 
     66#ajax-response.alignleft { 
     67        margin-left:0; 
     68        margin-right: 2em; 
    12069} 
    121  
    122 .tablenav div  
    123 { 
    124         float:right !important; 
    125         direction: rtl;  
     70.page-numbers { 
     71        margin-right:0; 
     72        margin-left:3px; 
    12673} 
    127  
    128 .tablenav .delete  
    129 { 
    130         margin-left: 40px; 
    131         margin-right: 0; 
     74.comment-column { 
     75        margin-left:0; 
     76        margin-right: 5px; 
    13277} 
    133  
    134 ul.view-switch 
    135 { 
     78.tablenav a.button-secondary { 
     79        margin: 1px 0 0 8px; 
     80} 
     81#update-nag, .plugin-update { 
     82        clear:both; 
     83} 
     84/* .tablenav .tablenav-pages { 
    13685        float:left; 
    137         margin:-28px 0 -2px 5px 
     86} */ 
     87#user_info { 
     88        right:auto; 
     89        left:15px; 
    13890} 
    139  
    140 #currenttheme img 
    141 { 
    142         float:right; 
    143         margin-left:1em; 
    144         margin-right:0 
     91#wphead #viewsite { 
     92        margin-left:0; 
     93        margin-right:10px; 
    14594} 
    146  
    147 form#themeselector 
    148 { 
    149         float:left 
     95#wphead #viewsite a { 
     96        font-family: Tahoma; 
    15097} 
    151  
    152 .form-table input.tog 
    153 { 
    154         float:right; 
     98#wphead h1 { 
     99        font-family:arial; 
    155100        margin-right:0; 
    156         margin-left:2px; 
     101        margin-left:15%; 
     102        padding: 11px 12px 16px 170px; 
    157103} 
    158  
    159 .curtime 
    160 { 
    161         background-position:right 2px; 
     104#dashmenu { 
     105        right:0; 
     106        left:auto; 
    162107        padding-left:0; 
    163         padding-right:18px; 
     108        padding-right: 9px; 
    164109} 
    165  
    166 #poststuff #edButtonPreview,#poststuff #edButtonHTML 
    167 { 
    168         float:left; 
     110#dashmenu a { 
     111        margin-right:0; 
    169112        margin-left:8px; 
    170         margin-right:0 
    171113} 
    172  
    173 #poststuff #media-buttons 
    174 { 
    175         direction: rtl; 
    176         float:left; 
    177         margin-left:20px; 
    178         margin-right:0 
     114#adminmenu { 
     115        padding-left:0; 
     116        padding-right:11px; 
    179117} 
    180  
    181 #poststuff #media-buttons a 
    182 { 
    183         margin-left:8px; 
    184         margin-right:0; 
    185         padding: 0 5px 2px 2px; 
     118#adminmenu a { 
     119        font-family:arial; 
     120        font-weight:bold; 
     121        padding:6px 7px; 
    186122} 
    187  
    188 #poststuff .togbox 
    189 { 
    190         margin-left:0; 
    191         margin-right:-19px 
     123#adminmenu a.current, #sidemenu a.current { 
     124        font-weight:bold; 
    192125} 
    193  
    194 #categorydiv ul#category-tabs,#linkcategorydiv ul#category-tabs 
    195 { 
     126#sidemenu { 
     127        margin: -30px 0 0 15px; 
     128        float: left; 
     129        padding-left:0; 
     130        padding-right: 10px; 
     131        height: 1%; /* Peek-a-boo in IE6 */ 
     132} 
     133#sidemenu a { 
    196134        float:right; 
    197         margin:0 0 0 -120px; 
    198         text-align:left 
    199135} 
    200  
    201 ul#category-tabs li.ui-tabs-selected,#poststuff .togbox 
    202 { 
    203         -khtml-border-bottom-left-radius:0; 
    204         -khtml-border-bottom-right-radius:3px; 
    205         -khtml-border-top-left-radius:0; 
    206         -khtml-border-top-right-radius:3px; 
    207         -moz-border-radius-bottomleft:0; 
    208         -moz-border-radius-bottomright:3px; 
    209         -moz-border-radius-topleft:0; 
    210         -moz-border-radius-topright:3px; 
    211         -webkit-border-bottom-left-radius:0; 
    212         -webkit-border-bottom-right-radius:3px; 
    213         -webkit-border-top-left-radius:0; 
    214         -webkit-border-top-right-radius:3px; 
    215         border-bottom-left-radius:0; 
    216         border-bottom-right-radius:3px; 
    217         border-top-left-radius:0; 
    218         border-top-right-radius:3px 
     136#submenu li { 
     137        padding: 0 17px 8px 0; 
     138        font-size:13px; 
    219139} 
    220  
    221 div.ui-tabs-panel 
    222 { 
    223         margin:0 120px 0 0 
     140#adminmenu li a #awaiting-mod span, #sidemenu li a #update-plugins span { 
     141        right:auto; 
     142        left:0; 
    224143} 
    225  
    226 #tagchecklist span 
    227 { 
    228         float:right; 
    229         margin-left:25px; 
    230         margin-right:0 
     144#adminmenu li a:hover #awaiting-mod, #sidemenu li a:hover #update-plugins { 
     145        background-position: -160px top; 
    231146} 
    232  
    233 #tagchecklist span a { 
    234         margin: 6px -9px 0 0; 
    235         float: right; 
     147/* 804 - 1004 
     148=================================== */ 
     149#footer { 
     150        padding: 10px 60px 0 0; 
    236151} 
    237  
    238  
    239 .tablenav .tablenav-pages 
    240 { 
    241         float:left !important; 
    242         width:200px 
     152.form-table th { 
     153        text-align:right; 
    243154} 
    244  
    245 .tablenav-pages .page-numbers 
    246 { 
    247         display:block; 
    248         float:right 
     155.form-table input.tog { 
     156        margin-right:0; 
     157        margin-left: 2px; 
     158        float: right; 
    249159} 
    250  
    251 .side-info ul 
    252 { 
    253         padding-left:0; 
    254         padding-right:18px 
    255 } 
    256  
    257160.form-table table.color-palette { 
    258161        float:right; 
    259162} 
    260  
    261 #pass-strength-result 
    262 { 
     163#pass-strength-result { 
    263164        float:right; 
    264165        margin-right:0; 
    265         margin-left:5px; 
     166        margin-left: 5px; 
    266167} 
    267  
    268 td.comment p.comment-author img.avatar 
    269 { 
    270         float:right !important; 
    271         margin-right:0 !important; 
    272         margin-left:8px !important; 
     168#profile-page .form-table #rich_editing { 
     169        margin-right:0; 
     170        margin-left: 5px; 
    273171} 
    274  
    275 #footer 
    276 { 
    277         padding:10px 0 0 
     172#tagsdiv #newtag { 
     173        margin-right:0; 
     174        margin-left: 5px; 
    278175} 
    279  
    280 #footer p 
    281 { 
    282         height:35px; 
    283         margin-right:20px; 
    284         padding:12px 40px 0 0; 
     176#tagchecklist { 
     177        margin-left:0; 
     178        margin-right: 10px; 
    285179} 
    286  
    287 #submenu,#wpbody 
    288 { 
    289         clear:both; 
     180#tagchecklist strong { 
     181        margin-left:0; 
     182        margin-right: -8px; 
    290183} 
    291  
    292 #submenu li,ul.subsubsub li a 
    293 { 
    294         padding:0; 
     184#tagchecklist span { 
     185        margin-right:0; 
     186        margin-left: 25px; 
     187        float: right; 
    295188} 
    296  
    297 table.widefat th,.form-table th 
    298 { 
    299         text-align:right 
     189#tagchecklist span a { 
     190        margin: 6px -9px 0 0; 
     191        float: right; 
    300192} 
    301  
    302 .widefat th input { 
    303         margin: 0 8px 0 0; 
    304         padding: 0; 
     193/* 1005 - 1304 
     194=================================== */ 
     195.ac_results li { 
     196        text-align:right; 
    305197} 
    306  
    307 .available-theme,#tagchecklist span a 
    308 { 
    309         float:right 
     198#poststuff h2 { 
     199        clear:right; 
    310200} 
    311 #template div { 
     201#poststuff .postbox, #poststuff .stuffbox, #titlediv, #poststuff .postarea { 
     202        margin-left: 8px; 
     203        margin-right: 20px; 
     204} 
     205#edit-slug-buttons a.save { 
    312206        margin-right:0; 
    313         margin-left:190px; 
     207        margin-left:4px; 
    314208} 
     209#poststuff #edButtonPreview, #poststuff #edButtonHTML { 
     210        margin: 5px 0 0 8px; 
     211        float: left; 
     212} 
     213#poststuff #media-buttons { 
     214        float: left; 
     215        margin-right:0; 
     216        margin-left: 20px; 
     217} 
     218#poststuff #media-buttons a { 
     219        padding: 0 2px 2px 5px; 
     220} 
     221#poststuff .togbox { 
     222        margin-left:0; 
     223        margin-right: -21px; 
     224        -moz-border-radius-topleft:0; 
     225        -khtml-border-top-left-radius:0; 
     226        -webkit-border-top-left-radius:0; 
     227        border-top-left-radius:0; 
     228        -moz-border-radius-topright: 3px; 
     229        -khtml-border-top-right-radius: 3px; 
     230        -webkit-border-top-right-radius: 3px; 
     231        border-top-right-radius: 3px; 
     232        -moz-border-radius-bottomleft: 0; 
     233        -khtml-border-bottom-left-radius:0; 
     234        -webkit-border-bottom-left-radius:0; 
     235        border-bottom-left-radius:0; 
     236        -moz-border-radius-bottomright: 3px; 
     237        -khtml-border-bottom-right-radius: 3px; 
     238        -webkit-border-bottom-right-radius: 3px; 
     239        border-bottom-right-radius: 3px; 
     240} 
     241.submitbox .submitdelete { 
     242        margin-left:0; 
     243        margin-right:8px; 
     244} 
    315245.submitbox .submit { 
    316246        text-align:right; 
    317247} 
    318  
    319 #editorcontainer { 
    320         border:1px solid; 
     248.submitbox .submit input { 
     249        margin-right:0; 
     250        margin-left:3px; 
    321251} 
    322  
    323 .wrap h2 { 
    324         margin: 5px -4px 0 0; 
    325         padding-right: 0px; 
    326         padding-left: 280px; 
     252#categorydiv #category-adder { 
     253        margin-left:0; 
     254        margin-right: 120px; 
    327255} 
    328  
    329 div#message { 
    330         clear: both; 
     256#categorydiv ul#category-tabs { 
     257        float: right; 
     258        text-align: left; 
     259        margin: 0 0 0 -120px; 
    331260} 
    332  
    333 /* WPH - TinyMCE */ 
    334  
    335 #media-items th.label {  
    336         width: 120px;  
     261ul#category-tabs li.ui-tabs-selected { 
     262        -moz-border-radius-topleft:0; 
     263        -khtml-border-top-left-radius:0; 
     264        -webkit-border-top-left-radius:0; 
     265        border-top-left-radius:0; 
     266        -moz-border-radius-bottomleft:0; 
     267        -khtml-border-bottom-left-radius:0; 
     268        -webkit-border-bottom-left-radius:0; 
     269        border-bottom-left-radius:0; 
     270        -moz-border-radius-topright: 3px; 
     271        -khtml-border-top-right-radius: 3px; 
     272        -webkit-border-top-right-radius: 3px; 
     273        border-top-right-radius: 3px; 
     274        -moz-border-radius-bottomright: 3px; 
     275        -khtml-border-bottom-right-radius: 3px; 
     276        -webkit-border-bottom-right-radius: 3px; 
     277        border-bottom-right-radius: 3px; 
    337278} 
    338 #media-items th.label .alignleft {  
    339         width: 100px;  
     279div.ui-tabs-panel { 
     280        margin: 0 120px 0 5px; 
    340281} 
    341  
    342 #media-items th.label .alignright {  
    343         width: 16px;  
    344         height: 16px;  
    345 }  
    346  
    347 /* LTRs some url- and code-only form fields */ 
    348 input#href, input#src, input#class_name {  
    349         direction: ltr;  
    350         text-align: left;  
     282/* 1305 - elakh! :-) 
     283=================================== */ 
     284#categorydiv ul.categorychecklist ul { 
     285        margin-left:0; 
     286        margin-right: 18px; 
    351287} 
    352  
    353 #sidemenu a {  
    354         float: right;  
     288#linkcategorydiv #category-adder { 
     289        margin-left:0; 
     290        margin-right: 120px; 
    355291} 
    356  
    357 thead.media-item-info { 
     292#linkcategorydiv ul#category-tabs { 
     293        float: right; 
     294        text-align: left; 
     295        margin: 0 0 0 -120px; 
     296} 
     297#linkcategorydiv ul.categorychecklist ul { 
     298        margin-left:0; 
     299        margin-right: 18px; 
     300} 
     301p#tag-search, p#post-search { 
     302        right:auto; 
     303        left:0; 
     304} 
     305#posts-filter fieldset { 
     306        float: right; 
     307        margin: 0 0 1em 1.5ex; 
     308} 
     309#posts-filter fieldset legend { 
     310        padding: 0 1px .2em 0; 
     311} 
     312ul.view-switch { 
    358313        float: left; 
    359         margin-bottom: 18px; 
    360         width: 100%; 
     314        margin: -23px 0 -2px 5px; 
    361315} 
    362  
    363 thead.media-item-info td { 
    364         width: 100%; 
    365         text-align: left; 
     316ul.view-switch li { 
     317        float: right; 
    366318} 
    367  
    368 thead.media-item-info td.A1B1 { 
    369         width: 150px; 
     319#the-comment-list td.comment p.comment-author { 
     320        margin-right: 0 ; 
    370321} 
    371  
    372 #gallery-form table.widefat th { 
    373         float: left;  
    374         width: 74%; 
    375         text-align: center; 
     322#the-comment-list p.comment-author img { 
     323        float: right; 
     324        margin-right:0; 
     325        margin-left: 8px; 
    376326} 
    377  
    378 #gallery-form table.widefat th.order-head { 
    379         width: 18%; 
     327#the-comment-list td.comment p { 
     328        margin-left:0; 
     329        margin-right: 8px; 
    380330} 
    381  
    382 #media-upload tr.align td.field, #media-upload tr.image-size td.field { 
    383         text-align: right !important; 
     331.curtime { 
     332        background-position: right 2px; 
     333        padding-left:0; 
     334        padding-right: 18px; 
    384335} 
    385  
    386 #media-upload tr.align td.field { 
    387         float:right; 
    388         margin-right:-15px; 
     336.tablenav .delete { 
     337        margin-right:0; 
     338        margin-left: 20px; 
    389339} 
    390  
    391 tr.image-size label { 
    392         display:inline; 
    393         margin:0 0 0 1em !important; 
     340#tTips { 
    394341} 
    395  
    396 #library-form {  
    397         float: right;  
     342td.action-links, th.action-links { 
     343        text-align:left; 
    398344} 
    399  
    400 #filter .subsubsub { 
    401         direction: rtl; 
    402         text-align: right; 
     345.info-box { 
     346        left:auto; 
     347        right: 50%; 
     348        margin-left: 0; 
     349        margin-right: -225px; 
    403350} 
    404  
    405 #media-upload form#filter { 
    406         margin-right: -20px; 
     351.info-box .gears-img { 
     352        float: left; 
    407353} 
     354/* LTR 
     355=================================== */ 
     356#edit-slug-box, #trackback, #metakeyinput, #post_password, #link_url, #link_image, #rss_uri, #category_nicename, #slug, #dbuser, #dbpass, #dbname, #dbprefix, #dccharset, #gmpath, #archivespath, #lastentry, #dbhost, #pages-exclude, #newcontent, #email, #newcomment_author_url, #siteurl, #home, #admin_email, #date_format, #time_format, #gmt_offset, #mailserver_url, #mailserver_port, #mailserver_login, #mailserver_pass, #ping_sites, #posts_per_page, #posts_per_rss, #blog_charset, #moderation_keys, #blacklist_keys, #comment_max_links, #permalink_structure, #category_base, #tag_base, #upload_path, #upload_url_path, #thumbnail_size_w, #thumbnail_size_h, #medium_size_w, #medium_size_h, #user_login, #url, #pass1, #pass2, #aim, #yim, #jabber, #key, #src, #hostname, #username, #password, #rules { 
     357        direction:ltr; 
     358} 
     359/* TinyMCE 
     360=================================== */ 
     361.clearlooks2 .mceTop .mceLeft { 
     362        width:100% !important; 
     363}