Make WordPress Core

Ticket #3217: 3217.3.diff

File 3217.3.diff, 7.6 KB (added by Sewar, 18 years ago)
  • install-rtl.css

     
    1 body { font-family: Tahoma, Georgia, "Times New Roman", Times, serif; }
    2  No newline at end of file
     1body { font-family: Tahoma, Georgia, "Times New Roman", Times, serif; }
     2
     3ul, ol { padding: 5px 20px 5px 5px; }
     4
     5.step, th { text-align: left; }
  • rtl.css

     
    1 #viewarc, #viewcat, #namediv, #emaildiv, #uridiv, #planetnews li, #login ul li, #your-profile fieldset, .alignleft .available-theme {
    2         float: right
    3 }
     1#viewarc, #viewcat, #namediv, #emaildiv, #uridiv, #planetnews li, #login ul li, #your-profile fieldset,
     2        #footer .logo, .alignleft .available-theme { float: right; }
    43
    5 #templateside, .alignright {
    6         float: left;
    7 }
     4#templateside, .alignright { float: left; }
    85
    9 #login, #send, .widefat th {
    10         text-align: right
    11 }
     6#login #send, .readmore, .widefat th { text-align: right; }
    127
    13 #postcustomsubmit, form#upload th, .submit, .editform th {
    14         text-align: left
    15 }
     8#postcustomsubmit, form#upload th, .submit, .editform th { text-align: left; }
    169
    17 body, td {
    18         font: 13px Tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana;
    19 }
     10#devnews h4, #wphead h1, #your-profile legend, fieldset.options legend,
     11        #planetnews li .post { font-family: Tahoma, Georgia, "Times New Roman", Times, serif; }
    2012
    21 fieldset.options legend {
    22         font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
    23 }
     13#wphead { padding: .8em 2em .8em 19em; }
    2414
    25 textarea, input, select {
    26         font:  13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    27 }
     15#wphead h1 { font-size: 2.4em; }
    2816
    29 .quicktags, .search {
    30         font: 12px Tahoma, Georgia, "Times New Roman", Times, serif;
    31 }
     17#postdiv , #titlediv, #guiddiv { margin: 0 0 0 8px; }
    3218
    33 .submit input, .submit input:focus, .button {
     19#ed_toolbar input { margin: 3px 0 2px 2px; }
     20
     21#edButtons input, #edButtons input:active { margin: 0px 0 -1px 2px; }
     22
     23body, td { font: 13px Tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana; }
     24
     25h2 { font: normal 32px/5px serif; }
     26
     27textarea, input, select { font:  13px Tahoma, Verdana, Arial, Helvetica, sans-serif; }
     28
     29.quicktags, .search { font: 12px Tahoma, Georgia, "Times New Roman", Times, serif; }
     30
     31.updated, .confirm { padding: 0 3em 0 1em; }
     32
     33.submit input, .submit input:focus, .button, .button:focus {
     34        border-left-color: #999;
    3435        border-right-color: #ccc;
    3536}
    3637
    3738.submit input:active, .button:active {
     39        border-left-color: #ccc;
    3840        border-right-color: #999;
    3941}
    4042
    41 .updated, .confirm {
    42         padding: 0 3em 0 1em;
    43 }
    44 
    4543#adminmenu {
    4644        padding: .2em 2em .3em .2em;
    4745        height: 30px;
     
    5351        float: right;
    5452}
    5553
    56 #submenu {
    57         height: 21px;
    58         padding: 3px 3em 0 2em;
     54#adminmenu a.current {
     55        border-right: 0;
     56        border-left: 2px solid #4f96c8;
    5957}
    6058
     59#adminmenu li { line-height: 180%; }
     60
     61#submenu, #minisub { padding: 3px 3em 0 2em; }
     62
    6163#submenu .current {
     64        border-right: 0;
    6265        border-left: 2px solid #045290;
    6366}
    6467
    6568#submenu a {
    66         padding: .3em .4em .33em .4em;
     69        padding: .3em .4em .4em .4em;
    6770        margin: 0 0 0 10px;
    6871        display: block;
    6972        float: right;
    7073}
    7174
    72 #submenu li {
    73         line-height: 100%;
    74 }
     75#submenu li { line-height: 120%; }
    7576
    76 #postdiv , #titlediv, #guiddiv {
    77         margin: 0 0 0 8px;
    78 }
    79 
    8077#currenttheme img {
    8178        float: right;
    8279        margin-right: auto;
     
    8481}
    8582
    8683#postdiv #quicktags {
    87         padding-right: auto;
     84        padding-right: 0;
    8885        padding-left: 6px;
    8986}
    9087
    91 #quicktags #ed_toolbar {
    92         padding: 0px 0 0 2px;
     88.readmore {
     89        margin-right: auto;
     90        margin-left: 5em;
    9391}
    9492
    95 #ed_toolbar input {
    96         margin: 3px 0 2px 2px;
    97 }
    98 
    9993* html #postexcerpt .dbx-toggle-open, * html #postexcerpt .dbx-toggle-open, #postexcerpt div, #attachmentlinks div {
    100         padding-right: auto;
     94        padding-right: 0;
    10195        padding-left: 8px;
    10296}
    10397
    104 #login h1 {
    105         left: auto;
    106         right: 137px;
    107 }
    108 
    109 #login h1 a {
    110         display: none;
    111 }
    112 
    11398#searchform {
    11499        float: right;
    115100        margin-right: auto;
    116         margin-left: 3em;
     101        margin-left: 1em;
    117102}
    118103
    119104#poststuff {
     
    136121        left: 1em;
    137122}
    138123
    139 #wphead {
    140         padding: .8em 2em .8em 19em;
    141 }
    142 
    143 #wphead h1 {
    144         font-size: 2.4em;
    145         font-family: Tahoma, Georgia, "Times New Roman", Times, serif
    146 }
    147 
    148124#zeitgeist {
    149125        float: left;
    150126        margin-left: auto;
     
    156132        padding: 0 .6em 0 0;
    157133}
    158134
    159 #moremeta fieldset div {
    160         margin: 2px 0px 0 0;
     135#categorydiv ul {
     136        margin-left: auto;
     137        margin-right: 10px;
    161138}
     139
     140#moremeta fieldset div { margin: 2px 0px 0 0; }
     141
    162142#moremeta {
    163143        margin-right: auto;
    164144        margin-left: 15px;
    165145        right: auto;
    166146        left: 5%;
    167147}
    168 #categorydiv ul {
    169         margin-left: auto;
    170         margin-right: 10px;
    171 }
    172148
    173 #your-profile legend {
    174         font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
    175 }
    176 
    177149#moremeta .dbx-content {
    178150        background: url(images/box-butt.gif) no-repeat bottom left;
    179         padding-right: auto;
     151        padding-right: 0;
    180152        padding-left: 2px;
    181153}
    182154
    183 #moremeta .dbx-handle {
    184         background: #2685af url(images/box-head.gif) no-repeat left;
    185 }
     155#moremeta .dbx-handle { background: #2685af url(images/box-head.gif) no-repeat left; }
    186156
    187 #moremeta .dbx-box {
    188         background: url(images/box-bg.gif) repeat-y left;
    189 }
     157#moremeta .dbx-box { background: url(images/box-bg.gif) repeat-y left; }
    190158
    191159a.dbx-toggle, a.dbx-toggle:visited {
    192160        right: auto;
     
    214182}
    215183
    216184#postdivrich #edButtons {
    217         padding-left: auto;
     185        padding-left: 0;
    218186        padding-right: 3px;
    219187}
    220188
    221 #edButtons input, #edButtons input:active {
    222         margin: 0px 0 -1px 2px;
     189.page-numbers {
     190        margin-right: auto;
     191        margin-left: 3px;
    223192}
  • upload-rtl.css

     
    1 body { font: 13px Tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana; }
     1table { float: right; }
    22
    3 #upload-menu li { margin: 0 .75em 0 0; }
     3#upload-file th, #the-attachment-links textarea { text-align: left; }
    44
     5h2 { margin: 0 0 0 .2em; }
     6
     7#upload-files li { margin: 0 15px 15px 0; }
     8
     9#upload-file-view { padding: 0 75px 0 0; }
     10
     11#upload-menu li {
     12        margin: 0 .75em 0 0;
     13        display: block;
     14        float: right;
     15}
     16
    517#upload-menu .current div {
    618        border-right: 0;
    719        border-left: 2px solid #448abd;
    820}
    921
    10 #upload-file-view { 0 15px 0 0 }
     22#upload-file {
     23        left: auto;
     24        right: 0;
     25}
    1126
    12 #file-title { margin: 0 15px .2em 0; }
     27#file-title {
     28        margin: 0 75px .2em 0;
     29        font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
     30}
    1331
    14 h2 { margin: 0 0 0 .2em; }
     32.back {
     33        left: auto;
     34        right: 14px;
     35}
    1536
    16 #upload-files li { margin: 0 15px 15px 0; }
    17 
    18 table { float: right; }
    19 
    20 #the-attachment-links { float: left; }
    21 
    22 #th { text-align: left; }
     37#uploadoptions td {
     38        padding-left: 0;
     39        padding-right: 1em;
     40}
  • upload.css

     
    6262        background: #f9fcfe;
    6363}
    6464
    65 #uupload-file th {
     65#upload-file th {
    6666        width: 8em;
    6767}
    6868
  • wp-admin.css

     
    531531        border: none;
    532532}
    533533
    534 #titlediv, #guiddiv {
     534#postdiv, #titlediv, #guiddiv {
    535535        margin: 0 8px 0 0;
    536536        padding: 0px;
    537537}
    538538
    539 #postdiv {
    540         margin: 0 8px 0 0;
    541         padding: 0px;
    542 }
    543 
    544539#postdivrich {
    545540        margin: 0px;
    546541        padding: 0px;