Ticket #7967: rtl.css.patch
| File rtl.css.patch, 10.0 KB (added by , 17 years ago) |
|---|
-
rtl.css
1 a:link, a:visited { 2 text-decoration:none; 1 a:link, 2 a:visited { 3 text-decoration: none; 3 4 } 5 4 6 a:hover { 5 text-decoration: underline;7 text-decoration: underline; 6 8 } 9 7 10 .plugins .togl { 8 11 border-right-width: 0; 9 12 border-left-width: 1px; 10 13 border-left-style: solid; 11 14 } 15 12 16 form#upload th { 13 text-align: left;17 text-align: left; 14 18 } 19 15 20 td.available-theme { 16 text-align: right;21 text-align: right; 17 22 } 23 18 24 #current-theme img { 19 25 float: right; 20 margin-right: 0;26 margin-right: 0; 21 27 margin-left: 1em; 22 28 } 29 23 30 .quicktags, .search { 24 31 font-family: Tahoma; 25 32 } 33 26 34 /* 201 - 403 27 35 =================================== */ 28 36 .side-info ul { 29 padding-left: 0;30 padding-right: 18px;37 padding-left: 0; 38 padding-right: 18px; 31 39 } 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 { 33 47 font-family: Tahoma; 34 48 } 35 #wpcontent select { 36 font-family: Tahoma; 37 } 49 38 50 /* #postdiv, #titlediv, #guiddiv, #poststuff .stuffbox { 39 margin: 0 0 0 8px;51 margin: 0 0 0 8px; 40 52 } */ 41 #quicktags #ed_code { 42 font-family: Tahoma; 43 } 53 44 54 #searchform fieldset { 45 float: right;55 float: right; 46 56 margin: 0 0 1em 1.5ex; 47 57 } 58 48 59 #searchform fieldset legend { 49 60 padding: 0 1px .2em 0; 50 61 } 62 51 63 #searchform #post-query-submit { 52 float: right;64 float: right; 53 65 } 66 54 67 /* 404 - 804 55 68 =================================== */ 56 69 #template div { 57 margin-right: 0;70 margin-right: 0; 58 71 margin-left: 190px; 59 72 } 73 60 74 * html #template div { 61 75 margin-left: 0; 62 76 } 77 63 78 #your-profile legend { 64 font-family: arial;79 font-family: arial; 65 80 } 81 66 82 #ajax-response.alignleft { 67 margin-left: 0;83 margin-left: 0; 68 84 margin-right: 2em; 69 85 } 86 70 87 .page-numbers { 71 margin-right: 0;72 margin-left: 3px;88 margin-right: 0; 89 margin-left: 3px; 73 90 } 91 74 92 .comment-column { 75 margin-left: 0;93 margin-left: 0; 76 94 margin-right: 5px; 77 95 } 96 78 97 .tablenav a.button-secondary { 79 98 margin: 1px 0 0 8px; 80 99 } 100 81 101 #update-nag, .plugin-update { 82 clear: both;102 clear: both; 83 103 } 104 84 105 /* .tablenav .tablenav-pages { 85 106 float:left; 86 107 } */ 108 87 109 #user_info { 88 right: auto;89 left: 15px;110 right: auto; 111 left: 15px; 90 112 } 113 91 114 #wphead #viewsite { 92 margin-left: 0;93 margin-right: 10px;115 margin-left: 0; 116 margin-right: 10px; 94 117 } 118 95 119 #wphead #viewsite a { 96 120 font-family: Tahoma; 97 121 } 122 98 123 #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%; 102 127 padding: 11px 12px 16px 170px; 103 128 } 104 129 105 130 #adminmenu { 106 padding-left:0; 107 padding-right:11px; 131 padding-left: 0; 132 padding-right: 11px; 133 108 134 } 109 135 #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; 113 139 } 114 #adminmenu a.current, #sidemenu a.current { 115 font-weight:bold; 140 141 #adminmenu a.current, 142 #sidemenu a.current { 143 font-weight: bold; 116 144 } 145 117 146 #sidemenu { 118 147 margin: -30px 0 0 15px; 119 148 float: left; … … 121 150 padding-right: 10px; 122 151 height: 1%; /* Peek-a-boo in IE6 */ 123 152 } 153 124 154 #sidemenu a { 125 float: right;155 float: right; 126 156 } 157 127 158 #submenu li { 128 159 padding: 0 17px 8px 0; 129 font-size: 13px;160 font-size: 13px; 130 161 } 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; 134 167 } 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 { 136 171 background-position: -160px top; 137 172 } 173 138 174 /* 804 - 1004 139 175 =================================== */ 140 176 #footer { 141 177 padding: 10px 60px 0 0; 142 178 } 179 143 180 .form-table th { 144 text-align: right;181 text-align: right; 145 182 } 183 146 184 .form-table input.tog { 147 margin-right: 0;185 margin-right: 0; 148 186 margin-left: 2px; 149 187 float: right; 150 188 } 189 151 190 .form-table table.color-palette { 152 float: right;191 float: right; 153 192 } 193 154 194 #pass-strength-result { 155 float: right;156 margin-right: 0;195 float: right; 196 margin-right: 0; 157 197 margin-left: 5px; 158 198 } 159 #profile-page .form-table #rich_editing { 160 margin-right:0; 161 margin-left: 5px; 162 } 199 200 #profile-page .form-table #rich_editing, 163 201 #tagsdiv #newtag { 164 margin-right: 0;202 margin-right: 0; 165 203 margin-left: 5px; 166 204 } 205 167 206 #tagchecklist { 168 margin-left: 0;207 margin-left: 0; 169 208 margin-right: 10px; 170 209 } 210 171 211 #tagchecklist strong { 172 margin-left: 0;212 margin-left: 0; 173 213 margin-right: -8px; 174 214 } 215 175 216 #tagchecklist span { 176 margin-right: 0;217 margin-right: 0; 177 218 margin-left: 25px; 178 219 float: right; 179 220 } 221 180 222 #tagchecklist span a { 181 223 margin: 6px -9px 0 0; 182 224 float: right; 183 225 } 226 184 227 /* 1005 - 1304 185 228 =================================== */ 186 229 .ac_results li { 187 text-align: right;230 text-align: right; 188 231 } 232 189 233 #poststuff h2 { 190 clear: right;234 clear: right; 191 235 } 192 #poststuff .postbox, #poststuff .stuffbox, #titlediv, #poststuff .postarea { 236 237 #poststuff .postbox, 238 #poststuff .stuffbox, 239 #poststuff .postarea, 240 #titlediv { 193 241 margin-left: 8px; 194 242 margin-right: 20px; 195 243 } 244 196 245 #edit-slug-buttons a.save { 197 margin-right: 0;198 margin-left: 4px;246 margin-right: 0; 247 margin-left: 4px; 199 248 } 200 #poststuff #edButtonPreview, #poststuff #edButtonHTML { 249 250 #poststuff #edButtonPreview, 251 #poststuff #edButtonHTML { 201 252 margin: 5px 0 0 8px; 202 253 float: left; 203 254 } 255 204 256 #poststuff #media-buttons { 205 257 float: left; 206 margin-right: 0;258 margin-right: 0; 207 259 margin-left: 20px; 208 260 } 261 209 262 #poststuff #media-buttons a { 210 263 padding: 0 2px 2px 5px; 211 264 } 265 212 266 .submitbox .submitdelete { 213 margin-left: 0;214 margin-right: 8px;267 margin-left: 0; 268 margin-right: 8px; 215 269 } 270 216 271 .submitbox .submit { 217 text-align: right;272 text-align: right; 218 273 } 274 219 275 .submitbox .submit input { 220 margin-right: 0;221 margin-left: 3px;276 margin-right: 0; 277 margin-left: 3px; 222 278 } 279 223 280 #categorydiv #category-adder { 224 margin-left: 0;281 margin-left: 0; 225 282 margin-right: 120px; 226 283 } 284 227 285 #categorydiv ul#category-tabs { 228 286 float: right; 229 287 text-align: left; 230 288 margin: 0 0 0 -120px; 231 289 } 290 232 291 ul#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; 242 299 -khtml-border-top-right-radius: 3px; 243 300 -webkit-border-top-right-radius: 3px; 244 301 border-top-right-radius: 3px; 245 -moz-border-radius-bottomright: 3px;246 302 -khtml-border-bottom-right-radius: 3px; 247 303 -webkit-border-bottom-right-radius: 3px; 248 304 border-bottom-right-radius: 3px; 249 305 } 306 250 307 div.ui-tabs-panel { 251 308 margin: 0 120px 0 5px; 252 309 } 310 253 311 /* 1305 - elakh! :-) 254 312 =================================== */ 255 313 #categorydiv ul.categorychecklist ul { 256 margin-left: 0;314 margin-left: 0; 257 315 margin-right: 18px; 258 316 } 317 259 318 #linkcategorydiv #category-adder { 260 margin-left: 0;319 margin-left: 0; 261 320 margin-right: 120px; 262 321 } 322 263 323 #linkcategorydiv ul#category-tabs { 264 324 float: right; 265 325 text-align: left; 266 326 margin: 0 0 0 -120px; 267 327 } 328 268 329 #linkcategorydiv ul.categorychecklist ul { 269 margin-left: 0;330 margin-left: 0; 270 331 margin-right: 18px; 271 332 } 333 272 334 p#tag-search, p.search-box { 273 right: auto;274 left: 0;335 right: auto; 336 left: 0; 275 337 } 338 276 339 #posts-filter fieldset { 277 340 float: right; 278 341 margin: 0 0 1em 1.5ex; 279 342 } 343 280 344 #posts-filter fieldset legend { 281 345 padding: 0 1px .2em 0; 282 346 } 347 283 348 .view-switch { 284 349 float: left; 285 350 } 286 351 287 352 #the-comment-list td.comment p.comment-author { 288 margin-right: 0 ;353 margin-right: 0; 289 354 } 355 290 356 #the-comment-list p.comment-author img { 291 357 float: right; 292 margin-right: 0;358 margin-right: 0; 293 359 margin-left: 8px; 294 360 } 361 295 362 #the-comment-list td.comment p { 296 margin-left: 0;363 margin-left: 0; 297 364 margin-right: 8px; 298 365 } 366 299 367 .curtime { 300 368 background-position: right 2px; 301 padding-left: 0;369 padding-left: 0; 302 370 padding-right: 18px; 303 371 } 372 304 373 .tablenav .delete { 305 margin-right: 0;374 margin-right: 0; 306 375 margin-left: 20px; 307 376 } 308 #tTips { 309 } 377 310 378 td.action-links, th.action-links { 311 text-align: left;379 text-align: left; 312 380 } 381 313 382 .info-box { 314 left: auto;383 left: auto; 315 384 right: 50%; 316 385 margin-left: 0; 317 386 margin-right: -225px; 318 387 } 388 319 389 .info-box .gears-img { 320 390 float: left; 321 391 } 392 322 393 /* LTR 323 394 =================================== */ 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; 326 416 } 417 327 418 /* TinyMCE 328 419 =================================== */ 329 420 .clearlooks2 .mceTop .mceLeft { 330 width: 100% !important;421 width: 100% !important; 331 422 }