Make WordPress Core

Ticket #7967: rtl.css.patch

File rtl.css.patch, 10.0 KB (added by Simek, 17 years ago)
  • rtl.css

     
    1 a:link, a:visited {
    2         text-decoration:none;
     1a:link,
     2a:visited {
     3        text-decoration: none;
    34}
     5
    46a:hover {
    5         text-decoration:underline;
     7        text-decoration: underline;
    68}
     9
    710.plugins .togl {
    811        border-right-width: 0;
    912        border-left-width: 1px;
    1013        border-left-style: solid;
    1114}
     15
    1216form#upload th {
    13         text-align:left;
     17        text-align: left;
    1418}
     19
    1520td.available-theme {
    16         text-align:right;
     21        text-align: right;
    1722}
     23
    1824#current-theme img {
    1925        float: right;
    20         margin-right:0;
     26        margin-right: 0;
    2127        margin-left: 1em;
    2228}
     29
    2330.quicktags, .search {
    2431        font-family: Tahoma;
    2532}
     33
    2634/* 201 - 403
    2735=================================== */
    2836.side-info ul {
    29         padding-left:0;
    30         padding-right:18px;
     37        padding-left: 0;
     38        padding-right: 18px;
    3139}
    32 .submit input, .button, .button-secondary, .button-highlighted {
     40
     41.submit input,
     42.button,
     43.button-secondary,
     44.button-highlighted ,
     45#wpcontent select,
     46#quicktags #ed_code {
    3347        font-family: Tahoma;
    3448}
    35 #wpcontent select  {
    36         font-family: Tahoma;
    37 }
     49
    3850/* #postdiv, #titlediv, #guiddiv, #poststuff .stuffbox {
    39         margin:0 0 0 8px;
     51        margin: 0 0 0 8px;
    4052} */
    41 #quicktags #ed_code {
    42         font-family: Tahoma;
    43 }
     53
    4454#searchform fieldset {
    45         float:right;
     55        float: right;
    4656        margin: 0 0 1em 1.5ex;
    4757}
     58
    4859#searchform fieldset legend {
    4960        padding: 0 1px .2em 0;
    5061}
     62
    5163#searchform #post-query-submit {
    52         float:right;
     64        float: right;
    5365}
     66
    5467/* 404 - 804
    5568=================================== */
    5669#template div {
    57         margin-right:0;
     70        margin-right: 0;
    5871        margin-left: 190px;
    5972}
     73
    6074* html #template div {
    6175        margin-left: 0;
    6276}
     77
    6378#your-profile legend {
    64         font-family:arial;
     79        font-family: arial;
    6580}
     81
    6682#ajax-response.alignleft {
    67         margin-left:0;
     83        margin-left: 0;
    6884        margin-right: 2em;
    6985}
     86
    7087.page-numbers {
    71         margin-right:0;
    72         margin-left:3px;
     88        margin-right: 0;
     89        margin-left: 3px;
    7390}
     91
    7492.comment-column {
    75         margin-left:0;
     93        margin-left: 0;
    7694        margin-right: 5px;
    7795}
     96
    7897.tablenav a.button-secondary {
    7998        margin: 1px 0 0 8px;
    8099}
     100
    81101#update-nag, .plugin-update {
    82         clear:both;
     102        clear: both;
    83103}
     104
    84105/* .tablenav .tablenav-pages {
    85106        float:left;
    86107} */
     108
    87109#user_info {
    88         right:auto;
    89         left:15px;
     110        right: auto;
     111        left: 15px;
    90112}
     113
    91114#wphead #viewsite {
    92         margin-left:0;
    93         margin-right:10px;
     115        margin-left: 0;
     116        margin-right: 10px;
    94117}
     118
    95119#wphead #viewsite a {
    96120        font-family: Tahoma;
    97121}
     122
    98123#wphead h1 {
    99         font-family:arial;
    100         margin-right:0;
    101         margin-left:15%;
     124        font-family: arial;
     125        margin-right: 0;
     126        margin-left: 15%;
    102127        padding: 11px 12px 16px 170px;
    103128}
    104129
    105130#adminmenu {
    106         padding-left:0;
    107         padding-right:11px;
     131        padding-left: 0;
     132        padding-right: 11px;
     133       
    108134}
    109135#adminmenu a {
    110         font-family:arial;
    111         font-weight:bold;
    112         padding:6px 7px;
     136        font-family: arial;
     137        font-weight: bold;
     138        padding: 6px 7px;
    113139}
    114 #adminmenu a.current, #sidemenu a.current {
    115         font-weight:bold;
     140
     141#adminmenu a.current,
     142#sidemenu a.current {
     143        font-weight: bold;
    116144}
     145
    117146#sidemenu {
    118147        margin: -30px 0 0 15px;
    119148        float: left;
     
    121150        padding-right: 10px;
    122151        height: 1%; /* Peek-a-boo in IE6 */
    123152}
     153
    124154#sidemenu a {
    125         float:right;
     155        float: right;
    126156}
     157
    127158#submenu li {
    128159        padding: 0 17px 8px 0;
    129         font-size:13px;
     160        font-size: 13px;
    130161}
    131 #adminmenu li a #awaiting-mod span, #sidemenu li a #update-plugins span {
    132         right:auto;
    133         left:0;
     162
     163#adminmenu li a #awaiting-mod span,
     164#sidemenu li a #update-plugins span {
     165        right: auto;
     166        left: 0;
    134167}
    135 #adminmenu li a:hover #awaiting-mod, #sidemenu li a:hover #update-plugins {
     168
     169#adminmenu li a:hover #awaiting-mod,
     170#sidemenu li a:hover #update-plugins {
    136171        background-position: -160px top;
    137172}
     173
    138174/* 804 - 1004
    139175=================================== */
    140176#footer {
    141177        padding: 10px 60px 0 0;
    142178}
     179
    143180.form-table th {
    144         text-align:right;
     181        text-align: right;
    145182}
     183
    146184.form-table input.tog {
    147         margin-right:0;
     185        margin-right: 0;
    148186        margin-left: 2px;
    149187        float: right;
    150188}
     189
    151190.form-table table.color-palette {
    152         float:right;
     191        float: right;
    153192}
     193
    154194#pass-strength-result {
    155         float:right;
    156         margin-right:0;
     195        float: right;
     196        margin-right: 0;
    157197        margin-left: 5px;
    158198}
    159 #profile-page .form-table #rich_editing {
    160         margin-right:0;
    161         margin-left: 5px;
    162 }
     199
     200#profile-page .form-table #rich_editing,
    163201#tagsdiv #newtag {
    164         margin-right:0;
     202        margin-right: 0;
    165203        margin-left: 5px;
    166204}
     205
    167206#tagchecklist {
    168         margin-left:0;
     207        margin-left: 0;
    169208        margin-right: 10px;
    170209}
     210
    171211#tagchecklist strong {
    172         margin-left:0;
     212        margin-left: 0;
    173213        margin-right: -8px;
    174214}
     215
    175216#tagchecklist span {
    176         margin-right:0;
     217        margin-right: 0;
    177218        margin-left: 25px;
    178219        float: right;
    179220}
     221
    180222#tagchecklist span a {
    181223        margin: 6px -9px 0 0;
    182224        float: right;
    183225}
     226
    184227/* 1005 - 1304
    185228=================================== */
    186229.ac_results li {
    187         text-align:right;
     230        text-align: right;
    188231}
     232
    189233#poststuff h2 {
    190         clear:right;
     234        clear: right;
    191235}
    192 #poststuff .postbox, #poststuff .stuffbox, #titlediv, #poststuff .postarea {
     236
     237#poststuff .postbox,
     238#poststuff .stuffbox,
     239#poststuff .postarea,
     240#titlediv {
    193241        margin-left: 8px;
    194242        margin-right: 20px;
    195243}
     244
    196245#edit-slug-buttons a.save {
    197         margin-right:0;
    198         margin-left:4px;
     246        margin-right: 0;
     247        margin-left: 4px;
    199248}
    200 #poststuff #edButtonPreview, #poststuff #edButtonHTML {
     249
     250#poststuff #edButtonPreview,
     251#poststuff #edButtonHTML {
    201252        margin: 5px 0 0 8px;
    202253        float: left;
    203254}
     255
    204256#poststuff #media-buttons {
    205257        float: left;
    206         margin-right:0;
     258        margin-right: 0;
    207259        margin-left: 20px;
    208260}
     261
    209262#poststuff #media-buttons a {
    210263        padding: 0 2px 2px 5px;
    211264}
     265
    212266.submitbox .submitdelete {
    213         margin-left:0;
    214         margin-right:8px;
     267        margin-left: 0;
     268        margin-right: 8px;
    215269}
     270
    216271.submitbox .submit {
    217         text-align:right;
     272        text-align: right;
    218273}
     274
    219275.submitbox .submit input {
    220         margin-right:0;
    221         margin-left:3px;
     276        margin-right: 0;
     277        margin-left: 3px;
    222278}
     279
    223280#categorydiv #category-adder {
    224         margin-left:0;
     281        margin-left: 0;
    225282        margin-right: 120px;
    226283}
     284
    227285#categorydiv ul#category-tabs {
    228286        float: right;
    229287        text-align: left;
    230288        margin: 0 0 0 -120px;
    231289}
     290
    232291ul#category-tabs li.ui-tabs-selected {
    233         -moz-border-radius-topleft:0;
    234         -khtml-border-top-left-radius:0;
    235         -webkit-border-top-left-radius:0;
    236         border-top-left-radius:0;
    237         -moz-border-radius-bottomleft:0;
    238         -khtml-border-bottom-left-radius:0;
    239         -webkit-border-bottom-left-radius:0;
    240         border-bottom-left-radius:0;
    241         -moz-border-radius-topright: 3px;
     292        -moz-border-radius: 0 3px 3px 0;
     293        -khtml-border-top-left-radius: 0;
     294        -webkit-border-top-left-radius: 0;
     295        border-top-left-radius: 0;
     296        -khtml-border-bottom-left-radius: 0;
     297        -webkit-border-bottom-left-radius: 0;
     298        border-bottom-left-radius: 0;
    242299        -khtml-border-top-right-radius: 3px;
    243300        -webkit-border-top-right-radius: 3px;
    244301        border-top-right-radius: 3px;
    245         -moz-border-radius-bottomright: 3px;
    246302        -khtml-border-bottom-right-radius: 3px;
    247303        -webkit-border-bottom-right-radius: 3px;
    248304        border-bottom-right-radius: 3px;
    249305}
     306
    250307div.ui-tabs-panel {
    251308        margin: 0 120px 0 5px;
    252309}
     310
    253311/* 1305 - elakh! :-)
    254312=================================== */
    255313#categorydiv ul.categorychecklist ul {
    256         margin-left:0;
     314        margin-left: 0;
    257315        margin-right: 18px;
    258316}
     317
    259318#linkcategorydiv #category-adder {
    260         margin-left:0;
     319        margin-left: 0;
    261320        margin-right: 120px;
    262321}
     322
    263323#linkcategorydiv ul#category-tabs {
    264324        float: right;
    265325        text-align: left;
    266326        margin: 0 0 0 -120px;
    267327}
     328
    268329#linkcategorydiv ul.categorychecklist ul {
    269         margin-left:0;
     330        margin-left: 0;
    270331        margin-right: 18px;
    271332}
     333
    272334p#tag-search, p.search-box {
    273         right:auto;
    274         left:0;
     335        right: auto;
     336        left: 0;
    275337}
     338
    276339#posts-filter fieldset {
    277340        float: right;
    278341        margin: 0 0 1em 1.5ex;
    279342}
     343
    280344#posts-filter fieldset legend {
    281345        padding: 0 1px .2em 0;
    282346}
     347
    283348.view-switch {
    284349        float: left;
    285350}
    286351
    287352#the-comment-list td.comment p.comment-author {
    288         margin-right: 0 ;
     353        margin-right: 0;
    289354}
     355
    290356#the-comment-list p.comment-author img {
    291357        float: right;
    292         margin-right:0;
     358        margin-right: 0;
    293359        margin-left: 8px;
    294360}
     361
    295362#the-comment-list td.comment p {
    296         margin-left:0;
     363        margin-left: 0;
    297364        margin-right: 8px;
    298365}
     366
    299367.curtime {
    300368        background-position: right 2px;
    301         padding-left:0;
     369        padding-left: 0;
    302370        padding-right: 18px;
    303371}
     372
    304373.tablenav .delete {
    305         margin-right:0;
     374        margin-right: 0;
    306375        margin-left: 20px;
    307376}
    308 #tTips {
    309 }
     377
    310378td.action-links, th.action-links {
    311         text-align:left;
     379        text-align: left;
    312380}
     381
    313382.info-box {
    314         left:auto;
     383        left: auto;
    315384        right: 50%;
    316385        margin-left: 0;
    317386        margin-right: -225px;
    318387}
     388
    319389.info-box .gears-img {
    320390        float: left;
    321391}
     392
    322393/* LTR
    323394=================================== */
    324 #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 {
    325         direction:ltr;
     395#edit-slug-box, #trackback, #metakeyinput,
     396#post_password, #link_url, #link_image,
     397#rss_uri, #category_nicename, #slug,
     398#dbuser, #dbpass, #dbname, #dbprefix,
     399#dccharset, #gmpath, #archivespath,
     400#lastentry, #dbhost, #pages-exclude,
     401#newcontent, #email, #newcomment_author_url,
     402#siteurl, #home, #admin_email, #date_format,
     403#time_format, #gmt_offset, #mailserver_url,
     404#mailserver_port, #mailserver_login,
     405#mailserver_pass, #ping_sites, #posts_per_page,
     406#posts_per_rss, #blog_charset, #moderation_keys,
     407#blacklist_keys, #comment_max_links,
     408#permalink_structure, #category_base,
     409#tag_base, #upload_path, #upload_url_path,
     410#thumbnail_size_w, #thumbnail_size_h,
     411#medium_size_w, #medium_size_h, #user_login,
     412#url, #pass1, #pass2, #aim, #yim, #jabber,
     413#key, #src, #hostname, #username, #password,
     414#rules {
     415        direction: ltr;
    326416}
     417
    327418/* TinyMCE
    328419=================================== */
    329420.clearlooks2 .mceTop .mceLeft {
    330         width:100% !important;
     421        width: 100% !important;
    331422}