Ticket #3217: 3217.3.diff
File 3217.3.diff, 7.6 KB (added by , 18 years ago) |
---|
-
install-rtl.css
1 body { font-family: Tahoma, Georgia, "Times New Roman", Times, serif; } 2 No newline at end of file 1 body { font-family: Tahoma, Georgia, "Times New Roman", Times, serif; } 2 3 ul, 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; } 4 3 5 #templateside, .alignright { 6 float: left; 7 } 4 #templateside, .alignright { float: left; } 8 5 9 #login, #send, .widefat th { 10 text-align: right 11 } 6 #login #send, .readmore, .widefat th { text-align: right; } 12 7 13 #postcustomsubmit, form#upload th, .submit, .editform th { 14 text-align: left 15 } 8 #postcustomsubmit, form#upload th, .submit, .editform th { text-align: left; } 16 9 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; } 20 12 21 fieldset.options legend { 22 font-family: Tahoma, Georgia, "Times New Roman", Times, serif; 23 } 13 #wphead { padding: .8em 2em .8em 19em; } 24 14 25 textarea, input, select { 26 font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif; 27 } 15 #wphead h1 { font-size: 2.4em; } 28 16 29 .quicktags, .search { 30 font: 12px Tahoma, Georgia, "Times New Roman", Times, serif; 31 } 17 #postdiv , #titlediv, #guiddiv { margin: 0 0 0 8px; } 32 18 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 23 body, td { font: 13px Tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana; } 24 25 h2 { font: normal 32px/5px serif; } 26 27 textarea, 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; 34 35 border-right-color: #ccc; 35 36 } 36 37 37 38 .submit input:active, .button:active { 39 border-left-color: #ccc; 38 40 border-right-color: #999; 39 41 } 40 42 41 .updated, .confirm {42 padding: 0 3em 0 1em;43 }44 45 43 #adminmenu { 46 44 padding: .2em 2em .3em .2em; 47 45 height: 30px; … … 53 51 float: right; 54 52 } 55 53 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; 59 57 } 60 58 59 #adminmenu li { line-height: 180%; } 60 61 #submenu, #minisub { padding: 3px 3em 0 2em; } 62 61 63 #submenu .current { 64 border-right: 0; 62 65 border-left: 2px solid #045290; 63 66 } 64 67 65 68 #submenu a { 66 padding: .3em .4em . 33em .4em;69 padding: .3em .4em .4em .4em; 67 70 margin: 0 0 0 10px; 68 71 display: block; 69 72 float: right; 70 73 } 71 74 72 #submenu li { 73 line-height: 100%; 74 } 75 #submenu li { line-height: 120%; } 75 76 76 #postdiv , #titlediv, #guiddiv {77 margin: 0 0 0 8px;78 }79 80 77 #currenttheme img { 81 78 float: right; 82 79 margin-right: auto; … … 84 81 } 85 82 86 83 #postdiv #quicktags { 87 padding-right: auto;84 padding-right: 0; 88 85 padding-left: 6px; 89 86 } 90 87 91 #quicktags #ed_toolbar { 92 padding: 0px 0 0 2px; 88 .readmore { 89 margin-right: auto; 90 margin-left: 5em; 93 91 } 94 92 95 #ed_toolbar input {96 margin: 3px 0 2px 2px;97 }98 99 93 * html #postexcerpt .dbx-toggle-open, * html #postexcerpt .dbx-toggle-open, #postexcerpt div, #attachmentlinks div { 100 padding-right: auto;94 padding-right: 0; 101 95 padding-left: 8px; 102 96 } 103 97 104 #login h1 {105 left: auto;106 right: 137px;107 }108 109 #login h1 a {110 display: none;111 }112 113 98 #searchform { 114 99 float: right; 115 100 margin-right: auto; 116 margin-left: 3em;101 margin-left: 1em; 117 102 } 118 103 119 104 #poststuff { … … 136 121 left: 1em; 137 122 } 138 123 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, serif146 }147 148 124 #zeitgeist { 149 125 float: left; 150 126 margin-left: auto; … … 156 132 padding: 0 .6em 0 0; 157 133 } 158 134 159 #moremeta fieldset div { 160 margin: 2px 0px 0 0; 135 #categorydiv ul { 136 margin-left: auto; 137 margin-right: 10px; 161 138 } 139 140 #moremeta fieldset div { margin: 2px 0px 0 0; } 141 162 142 #moremeta { 163 143 margin-right: auto; 164 144 margin-left: 15px; 165 145 right: auto; 166 146 left: 5%; 167 147 } 168 #categorydiv ul {169 margin-left: auto;170 margin-right: 10px;171 }172 148 173 #your-profile legend {174 font-family: Tahoma, Georgia, "Times New Roman", Times, serif;175 }176 177 149 #moremeta .dbx-content { 178 150 background: url(images/box-butt.gif) no-repeat bottom left; 179 padding-right: auto;151 padding-right: 0; 180 152 padding-left: 2px; 181 153 } 182 154 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; } 186 156 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; } 190 158 191 159 a.dbx-toggle, a.dbx-toggle:visited { 192 160 right: auto; … … 214 182 } 215 183 216 184 #postdivrich #edButtons { 217 padding-left: auto;185 padding-left: 0; 218 186 padding-right: 3px; 219 187 } 220 188 221 #edButtons input, #edButtons input:active { 222 margin: 0px 0 -1px 2px; 189 .page-numbers { 190 margin-right: auto; 191 margin-left: 3px; 223 192 } -
upload-rtl.css
1 body { font: 13px Tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana; }1 table { float: right; } 2 2 3 #upload- menu li { margin: 0 .75em 0 0; }3 #upload-file th, #the-attachment-links textarea { text-align: left; } 4 4 5 h2 { 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 5 17 #upload-menu .current div { 6 18 border-right: 0; 7 19 border-left: 2px solid #448abd; 8 20 } 9 21 10 #upload-file-view { 0 15px 0 0 } 22 #upload-file { 23 left: auto; 24 right: 0; 25 } 11 26 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 } 13 31 14 h2 { margin: 0 0 0 .2em; } 32 .back { 33 left: auto; 34 right: 14px; 35 } 15 36 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
62 62 background: #f9fcfe; 63 63 } 64 64 65 #u upload-file th {65 #upload-file th { 66 66 width: 8em; 67 67 } 68 68 -
wp-admin.css
531 531 border: none; 532 532 } 533 533 534 # titlediv, #guiddiv {534 #postdiv, #titlediv, #guiddiv { 535 535 margin: 0 8px 0 0; 536 536 padding: 0px; 537 537 } 538 538 539 #postdiv {540 margin: 0 8px 0 0;541 padding: 0px;542 }543 544 539 #postdivrich { 545 540 margin: 0px; 546 541 padding: 0px;