Ticket #7498: wp-26-rtl-rewrite-patch-IR-and-IL.diff
| File wp-26-rtl-rewrite-patch-IR-and-IL.diff, 31.9 KB (added by RanYanivHartstein, 4 years ago) |
|---|
-
css/colors-classic-rtl.css
1 /* 2 Persian Wordpress Project : wp-persian.com 3 - Navid Kashani 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 } 1 14 #poststuff .closed .togbox, #poststuff .togbox { 2 background-image: url(../images/toggle-arrow-rtl.gif) !important; 3 } 4 No newline at end of file 15 background-image: url(../images/toggle-arrow-rtl.gif) !important; 16 } 17 .bar { 18 border-right-color: transparent; 19 border-left-color: #99d; 20 } 21 .plugins .togl { 22 border-right-color: transparent; 23 border-left-color: #ccc; 24 } 25 #upload-menu li.current { 26 border-right-color: transparent; 27 border-left-color: #448abd; 28 } -
css/colors-fresh-rtl.css
1 /* 2 Persian Wordpress Project : wp-persian.com 3 - Navid Kashani 4 */ 5 .bar { 6 border-right-color: transparent; 7 border-left-color: #99d; 8 } 9 .post-com-count { 10 } 11 #adminmenu li a #awaiting-mod, #sidemenu li a #update-plugins { 12 background-image: url(../images/comment-stalk-rtl.gif); 13 background-position:right bottom; 14 } 15 #footer { 16 background-position:99% 10px; 17 } 18 .plugins .togl { 19 border-right-color: transparent; 20 border-left-color: #ccc; 21 } 1 22 #poststuff .closed .togbox, #poststuff .togbox { 2 background-image: url(../images/toggle-arrow-rtl.gif) !important; 3 } 4 No newline at end of file 23 background-image: url(../images/toggle-arrow-rtl.gif); 24 } 25 #upload-menu li.current { 26 border-right-color:transparent; 27 border-left-color: #448abd; 28 } -
css/dashboard-rtl.css
1 /* 2 Persian Wordpress Project : wp-persian.com 3 - Navid Kashani 4 */ 5 /* Right Now */ 1 6 #rightnow { 2 margin-left: 15px; 7 margin-right:0; 8 margin-left: 7px; 3 9 } 4 5 10 #rightnow .reallynow span { 6 11 text-align: right; 7 12 float: right; 8 13 } 9 10 14 #rightnow .reallynow a { 11 15 text-align: left; 12 16 float: left; 13 17 margin: 1px 0 0 6px; 14 18 } 15 19 /* Widgets */ 20 div#dashboard-widgets-wrap { 21 margin-right:0; 22 margin-left:-13px; 23 } 16 24 div.dashboard-widget-holder { 17 float: right;25 float:right; 18 26 } 19 27 div.dashboard-widget { 28 margin-right:0; 29 margin-left: 20px; 30 } 20 31 h3.dashboard-widget-title span { 21 32 text-align: right; 22 33 float: right; 23 34 } 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 39 35 h3.dashboard-widget-title small { 40 36 text-align: left; 41 float: left;37 float:left; 42 38 } 43 div.dashboard-widget-content ul, 44 div.dashboard-widget-content ol, 45 div.dashboard-widget-content dl { 39 div.dashboard-widget-submit input { 40 font-family: sans-serif; 41 } 42 div.dashboard-widget-content ul, div.dashboard-widget-content ol, div.dashboard-widget-content dl { 46 43 padding-left:0; 47 44 padding-right:15px; 48 45 } 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 { 46 #dashboard_secondary div.dashboard-widget-content ul li { 61 47 float:right; 62 48 } 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 }70 49 #dashboard_secondary div.dashboard-widget-content ul li .post { 71 font-family: sans-serif !important;50 font-family:arial; 72 51 } 73 52 #dashboard_secondary div.dashboard-widget-content ul li a { 74 53 border-right:0 none; 75 border-left:1px solid #DADADA; 54 border-left: 1px solid #dadada; 55 height:110px; 76 56 } 77 57 #dashboard_secondary div.dashboard-widget-content ul li a cite { 78 58 font-family: sans-serif; 79 59 } 60 #dashboard-widgets .widget_rss ul li span.rss-date { 61 float:right; 62 } 63 #dashboard-widgets .widget_rss ul li a { 64 float: right; 65 margin: 0 0 .2em .5em; 66 } -
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 1 /* 2 Persian Wordpress Project : wp-persian.com 3 - Navid Kashani 4 */ 5 body, td { 6 font-family: sans-serif; 7 } 8 textarea, input, select { 9 font-family: sans-serif; 10 } 11 h1, h2, h3 { 12 font-family:arial; 13 } 14 14 .widefat td { 15 15 padding: 7px 10px 9px 15px; 16 16 } 17 18 17 .widefat th { 19 18 padding: 9px 10px 6px 15px; 20 19 text-align: right; 21 20 } 22 23 21 .widefat th input { 24 22 margin: 0 8px 0 0; 25 23 } 26 27 24 .widefat .check-column { 28 25 text-align: left; 29 26 } 30 31 27 .wrap h2 { 28 font-family:arial; 32 29 margin: 5px -4px 0 0; 33 padding: 0 0 7px 280px; 30 padding-right:0; 31 padding-left: 280px; 34 32 } 33 .wrap h2.long-header { 34 padding-left: 0; 35 } -
css/ie-rtl.css
1 /* footer */ 2 body, td { 3 font-family: Tahoma,Verdana,sans-serif; 1 /* 2 Persian Wordpress Project : wp-persian.com 3 - Navid Kashani 4 */ 5 #poststuff .postbox h3 { 6 padding-left:0; 7 padding-right: 23px; 4 8 } 5 6 .wrap { 7 text-align: right;9 * html #poststuff .postarea, * html #poststuff #titlediv { 10 margin-left:0; 11 margin-right: 3%; 8 12 } 9 10 .wrap h2 { 11 margin: 5px 0 0 4px; 13 * html #poststuff h2 { 14 margin-right: 0; 12 15 } 13 14 #footer {15 padding-left:50px;16 }17 #footer p {18 background:none;19 height:auto;20 padding: 5px 5px 0;21 }22 23 16 #bh { 17 padding-right:0; 24 18 padding-left: 15px; 25 padding-right: 0px;26 19 } 27 /* write post */ 28 #poststuff .togbox { 29 margin-right:-16px;20 div#dashboard-widgets { 21 padding-right:0; 22 padding-left: 1px; 30 23 } 31 # poststuff h3{32 padding-right:20px;24 #tagchecklist span a { 25 margin: 4px -9px 0 0; 33 26 } 34 35 p#widget-search, p#post-search { 36 padding-left: 15px;27 #poststuff .togbox { 28 margin-left:0; 29 margin-right: -19px; 37 30 } 38 39 .widefat th { 40 padding-bottom: 8px; 31 .widefat th input { 32 margin: 0 5px 0 0; 41 33 } 42 43 /* template editor */ 44 #template textarea { 34 /* ---------- add by navid */ 35 #dashmenu { /* fix top right bottom in admin */ 36 direction:ltr; 37 } 38 #sidemenu a { /* fix left admin buttom ex. plugins, options */ 45 39 float:left; 46 40 } 47 48 /* Editor */ 49 50 .mceToolbar { 51 direction: ltr; 52 text-align: left; 41 .wrap h2 { 42 margin:5px 4px 0 0; 53 43 } 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; 44 #editor-toolbar {/* fix hover in media uploader icon */ 45 direction:ltr; 61 46 } 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; 47 #TB_window { /* fix theme preview */ 48 left:2%; 66 49 } 67 68 /* Media upload window gets stuck to the right, hidden outside view */ 69 * html #TB_window { 70 left: 100px !important; 50 /* fix widget page */ 51 form#widgets-filter { 52 position:static; 71 53 } 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; 54 #widget-search { 55 display:none; 76 56 } 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; 57 /* fix manage comment page */ 58 ul.view-switch li { 59 float:left; 81 60 } 82 83 /* Theme selector on theme edit page gets stuck to the left, hidden outside view */ 84 * html #themeselector { 85 position: static; 61 form#posts-filter { 62 position:static; 86 63 } 87 88 /* Template edit area floats beneath template list, gets RTLed */ 89 * html #template { 90 float: right; 91 overflow: hidden; 92 width: 755px !important; 64 #post-search { 65 display:none; 93 66 } 94 * html #template #newcontent{95 direction: ltr;67 #submenu { 68 margin-right: 20px; 96 69 } 97 98 /* Editor */ 99 100 .mceToolbar { 101 direction: ltr; 102 text-align: left; 103 } 104 No newline at end of file 70 /* Fixes for media-upload window */ 71 /* Center media-upload panel on screen */ 72 #TB_window { 73 width: 670px; 74 position: absolute; 75 top: 50%; 76 left: 50%; 77 margin-right: 335px !important; } 78 No newline at end of file -
css/install-rtl.css
1 /* 2 Persian Wordpress Project : wp-persian.com 3 - Navid Kashani 4 */ 1 5 body { 2 font-size: 11px; 3 font-family: sans-serif !important; 6 font-family: sans-serif; 4 7 } 8 /* Half the page disapears on IE6 */ 9 * html body { 10 width: 700px; 11 position: absolute; 12 left: 50%; 13 margin-right: 350px; 14 } 5 15 ul, ol { 6 16 padding: 5px 22px 5px 5px; 7 17 } 8 . form-tableth {9 text-align: right;18 .step, th { 19 text-align:right; 10 20 } 11 input { 12 padding: 1px 21 .submit input, .button, .button-secondary { 22 font-family: sans-serif; 23 margin-right:0; 13 24 } 14 #logo{15 text-align: left;25 .form-table th { 26 text-align:right; 16 27 } 17 #admin_email {18 direction: ltr;19 text-align: left;20 }21 .submit input, .button, .button-secondary {22 font-family: sans-serif !important;23 }24 28 h1 { 25 font-family: sans-serif; 29 font-family:arial; 30 margin: 5px -4px 0 0; 26 31 } 32 No newline at end of file -
css/login-rtl.css
1 /* 2 Persian Wordpress Project : wp-persian.com 3 - Navid Kashani 4 */ 1 5 body { 2 6 font-family: sans-serif; 3 direction: rtl;4 7 } 5 #login form .submit input {6 font-family: sans-serif !important;7 }8 8 form { 9 9 margin-left:0; 10 margin-right: 8px;10 margin-right: 8px; 11 11 } 12 12 form .forgetmenot { 13 13 float:right; 14 14 } 15 #login form .submit input { 16 font-family: sans-serif; 17 } 15 18 form .submit { 16 19 float:left; 17 20 } 21 #backtoblog a { 22 left:auto; 23 right:15px; 24 } 18 25 #login_error, .message { 19 margin: 0 8px 16px 0;26 margin: 0 8px 16px 0; 20 27 } 21 28 #nav { 22 margin: 0 8px 0 0;29 margin:0 8px 0 0; 23 30 } 24 31 #user_pass, #user_login, #user_email { 25 32 margin-right:0; 26 33 margin-left: 6px; 27 direction:ltr;28 34 } 29 35 h1 a { 30 36 text-decoration:none; 31 37 } 32 #backtoblog a { 33 left: auto; 34 right: 15px; 35 } 36 No newline at end of file 38 /* ltr input */ 39 #user_login, #user_pass { 40 direction:ltr; 41 } -
css/media-rtl.css
1 ul#sidemenu { 2 left: auto; 3 right: 0; 1 /* 2 Persian Wordpress Project : wp-persian.com 3 - Navid Kashani 4 */ 5 body#media-upload ul#sidemenu { 6 left:auto; 7 right:0; 8 width: 620px; 4 9 } 10 #search-filter { 11 text-align:left; 12 } 5 13 .align .field label { 6 display: block; 14 padding: 0 28px 0 0; 15 margin: 0 0 0 1em; 16 } 17 .image-align-none-label, .image-align-left-label, .image-align-center-label, .image-align-right-label { 18 background-position:center right; 19 } 20 tr.image-size label { 21 margin: 0 0 0 1em; 22 } 23 .filename.original { 7 24 float: right; 8 padding: 0 25px 0 0;9 margin: 5px 3px 5px 5px;10 25 } 11 .align .field input { 12 display: block; 26 .crunching { 27 text-align: left; 28 margin-right:0; 29 margin-left: 5px; 30 } 31 button.dismiss { 32 right:auto; 33 left:5px; 34 } 35 .file-error { 36 margin: 0 50px 5px 0; 37 } 38 .progress { 39 left:auto; 40 right:0; 41 } 42 .bar { 43 border-right-width:0; 44 border-left-width: 3px; 45 border-left-style: solid; 46 } 47 .media-item .pinkynail { 48 float:right; 49 } 50 .describe-toggle-on, .describe-toggle-off { 51 float: left; 52 margin-right:0; 53 margin-left: 20px; 54 } 55 /* Specific to Uploader */ 56 57 #media-upload .media-upload-form p { 58 margin: 0 0 1em 1em; 59 } 60 .filename { 13 61 float: right; 14 margin: 5px 15px 5px 0; 62 margin-left:0; 63 margin-right: 10px; 15 64 } 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 65 #media-upload .describe th.label { 66 text-align:right; 67 } 68 .menu_order { 69 float:left; 70 } -
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 /* 2 Persian Wordpress Project : wp-persian.com 3 - Navid Kashani 4 */ 5 .ui-tabs-nav { 6 margin-right: 0; 7 } -
css/press-this-rtl.css
1 /* 2 Persian Wordpress Project : wp-persian.com 3 - Navid Kashani 4 */ 1 5 body { 2 6 font-family: sans-serif; 3 7 } 4 5 #viewsite { 6 right:auto; left: 8px;8 .ui-tabs-nav { 9 padding-left:0; 10 padding-right:8px; 7 11 } 8 9 ul#menu { 10 padding-right: 8px; 12 .ui-tabs-nav li { 13 float: right; 11 14 } 12 13 .ui-tabs-nav li { 14 float: right; 15 .button { 16 font-family: sans-serif; 17 margin-left:0; 18 margin-right: 5px; 15 19 } 16 17 div#posting { 18 padding-right:16px; padding-left: 0;20 #wphead #viewsite { 21 margin-left:0; 22 margin-right: 10px; 19 23 } 20 21 div#categories { 22 right: auto; left: 16px;24 #viewsite { 25 right:auto; 26 left: 8px; 23 27 } 24 25 div#categories h2 { 26 margin:0.5em 1em 0.5em 0; 28 #wphead #viewsite a { 29 font-family: sans-serif; 27 30 } 28 29 #jaxtag { 30 padding-right :1em; padding-left: 0;31 h1 { 32 right:auto; 33 left:0; 31 34 } 32 33 input#newtag { 34 margin-left: 4px; width: 100px;35 div#posting { 36 padding-left:0; 37 padding-right: 16px; 35 38 } 36 37 #photo_directions span { 38 right: auto; left: 3px39 #photo_directions span { 40 right:auto; 41 left:3px; 39 42 } 40 41 #TB_ajaxContent #options { 42 right: auto; left: 25px; 43 #img_container a { 44 float:right; 43 45 } 44 45 #TB_ajaxContent { 46 text-align: right; 46 #img_container a, #img_container a:link, #img_container a:visited { 47 margin:0 0 4px 4px; 47 48 } 48 49 #TB_ajaxContent #this_photo { 50 direction: ltr;49 div#categories { 50 right:auto; 51 left:16px; 51 52 } 52 53 .video_split #extra_fields { 54 float: right; 53 div#categories h2 { 54 margin: .5em 1em .5em 0; 55 55 } 56 57 .video_split .editor_area { 58 float: left; 59 } 60 No newline at end of file 56 #tagsdiv #newtag { 57 margin-right:0; 58 margin-left: 5px; 59 } 60 #jaxtag { 61 padding-left:0; 62 padding-right: 1em; 63 } 64 #tagchecklist { 65 padding-left:0; 66 padding-right: 1em; 67 } 68 #tagchecklist span { 69 margin-right: 10px; 70 margin-left: .5em; 71 float: right; 72 } 73 #tagchecklist span a { 74 margin: 6px -9px 0pt 0; 75 float: right; 76 } 77 .submitbox { 78 float: left; 79 } 80 .submitbox .submit input { 81 text-align:right; 82 } 83 .video_split #extra_fields { 84 float:right; 85 } 86 .video_split .editor_area { 87 float: left; 88 } 89 .ac_results li { 90 text-align:right; 91 } 92 #TB_ajaxContent #options { 93 right:auto; 94 left:25px; 95 } 96 #post_status { 97 margin-left:0; 98 margin-right: 10px; 99 } 100 #footer { 101 padding: 10px 60px 0 0; 102 } -
css/theme-editor-rtl.css
1 /* 2 Persian Wordpress Project : wp-persian.com 3 - Navid Kashani 4 */ 1 5 #template textarea { 2 font-family: monospace !important;6 font-family:monospace; 3 7 } 4 8 #templateside { 5 9 float:left; 6 10 } 7 11 #themeselector { 8 12 padding-right:0; 9 padding-left:5px; 13 padding-left: 5px; 14 float: left; 10 15 } 11 16 div.tablenav { 12 margin-left:210px;13 17 margin-right:0; 14 } 15 No newline at end of file 18 margin-left: 210px; 19 } -
css/widgets-rtl.css
1 /* 2 Persian Wordpress Project : wp-persian.com 3 - Navid Kashani 4 */ 5 /* 2 column liquid layout */ 1 6 div.widget-liquid-left-holder { 2 clear:right;3 float:right;7 float: right; 8 clear: right; 4 9 margin-right:0; 5 margin-left: -310px;10 margin-left: -310px; 6 11 } 7 12 div.widget-liquid-left { 8 13 margin-right:0; 9 margin-left: 310px;14 margin-left: 320px; 10 15 } 11 16 div.widget-liquid-right { 12 clear:left;13 float:left;17 float: left; 18 clear: left; 14 19 } 15 20 p#widget-search { 21 right:auto; 16 22 left:0; 17 right:auto18 23 } 24 h4.widget-title span { 25 float: right; 26 } 27 h4.widget-title a { 28 float: left; 29 margin-left:0; 30 margin-right: 1em; 31 } 19 32 ul#widget-list li.widget-list-item h4.widget-title { 20 33 float:right; 21 text-align:right;22 34 } 23 35 ul#widget-list li.widget-list-item div.widget-description { 24 margin: 0 200px 0 0;25 padding: 0 4em 0 0;36 margin: 0 200px 0 0; 37 padding: 0 4em 0 0; 26 38 } 27 39 .widget-control-save, .widget-control-remove { 28 float:right;29 40 margin-right:0; 30 margin-left:8px; 31 } 32 h4.widget-title span { 41 margin-left: 8px; 33 42 float: right; 34 43 } 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 { 44 li.widget-list-control-item h4.widget-title a, 45 #dragHelper li.widget-list-control-item h4.widget-title a, 46 #draghelper li.widget-list-control-item h4.widget-title a:visited { 40 47 right:auto; 41 left: 1em;48 left: 1em; 42 49 } 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 -
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 1 /* 2 Persian Wordpress Project : wp-persian.com 3 - Navid Kashani 4 */ 5 /* 0 - 200 6 =================================== */ 7 a:link, a:visited { 8 text-decoration:none; 5 9 } 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; 10 a:hover { 11 text-decoration:underline; 9 12 } 10 11 .code, #quicktags #ed_code { 12 font-family: monospace !important; 13 .plugins .togl { 14 border-right-width: 0; 15 border-left-width: 1px; 16 border-left-style: solid; 13 17 } 14 15 /* Clears update nag, so it doesn't hide the submenu */ 16 #update-nag { 17 clear: both; 18 margin-bottom: 1em; 18 form#upload th { 19 text-align:left; 19 20 } 20 21 #wpwrap,#footer,#TB_title,.media-upload-form,#media-upload-header 22 { 23 direction:rtl!important; 24 text-align:right!important 21 td.available-theme { 22 text-align:right; 25 23 } 26 27 #user_info 28 { 29 left:15px; 30 right:auto 24 #current-theme img { 25 float: right; 26 margin-right:0; 27 margin-left: 1em; 31 28 } 32 33 #wphead h1 34 { 35 margin:0 0 0 15%; 36 padding:11px 15px 16px 170px 29 .quicktags, .search { 30 font-family: sans-serif; 37 31 } 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; 32 /* 201 - 403 33 =================================== */ 34 .side-info ul { 49 35 padding-left:0; 50 padding-right:1 0px36 padding-right:18px; 51 37 } 52 53 #dashmenu 54 { 55 font-size:11px; 56 left:auto; 57 padding-left:0; 58 padding-right:9px; 59 right:0 38 .submit input, .button, .button-secondary, .button-highlighted { 39 font-family: sans-serif; 60 40 } 61 62 #dashmenu a 63 { 64 margin-left:8px; 65 margin-right:8px; 41 #wpcontent select { 42 font-family: sans-serif; 66 43 } 67 68 #adminmenu 69 { 70 height:32px; 71 padding:5px 8px 0 044 /* #postdiv, #titlediv, #guiddiv, #poststuff .stuffbox { 45 margin:0 0 0 8px; 46 } */ 47 #quicktags #ed_code { 48 font-family: sans-serif; 72 49 } 73 74 #adminmenu li a 75 { 76 display:block; 50 #searchform fieldset { 77 51 float:right; 78 font:700 16px/100% sans-serif; 79 margin:0 0 0 10px; 80 padding:5px 7px 9px 52 margin: 0 0 1em 1.5ex; 81 53 } 82 83 #adminmenu li a.current 84 { 85 font-weight:700 54 #searchform fieldset legend { 55 padding: 0 1px .2em 0; 86 56 } 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 57 #searchform #post-query-submit { 58 float:right; 95 59 } 96 97 #adminmenu li a:hover #awaiting-mod 98 { 99 background-position: -229px bottom !important; 60 /* 404 - 804 61 =================================== */ 62 #template div { 63 margin-right:0; 64 margin-left: 190px; 100 65 } 101 102 #adminmenu li a #awaiting-mod span 103 { 104 left:0; 105 right:auto 66 * html #template div { 67 margin-left: 0; 106 68 } 107 108 #submenu li a 109 { 110 display:block; 111 float:right; 112 margin:0 10px 10px 0; 113 padding:2px 4px 69 #your-profile legend { 70 font-family:arial; 114 71 } 115 116 p#post-search 117 { 118 left:0; 119 right:auto 72 #ajax-response.alignleft { 73 margin-left:0; 74 margin-right: 2em; 120 75 } 121 122 .tablenav div 123 { 124 float:right !important; 125 direction: rtl; 76 .page-numbers { 77 margin-right:0; 78 margin-left:3px; 126 79 } 127 128 .tablenav .delete 129 { 130 margin-left: 40px; 131 margin-right: 0; 80 .comment-column { 81 margin-left:0; 82 margin-right: 5px; 132 83 } 133 134 ul.view-switch 135 { 84 .tablenav a.button-secondary { 85 margin: 1px 0 0 8px; 86 } 87 #update-nag, .plugin-update { 88 clear:both; 89 } 90 /* .tablenav .tablenav-pages { 136 91 float:left; 137 margin:-28px 0 -2px 5px 92 } */ 93 #user_info { 94 right:auto; 95 left:15px; 138 96 } 139 140 #currenttheme img 141 { 142 float:right; 143 margin-left:1em; 144 margin-right:0 97 #wphead #viewsite { 98 margin-left:0; 99 margin-right:10px; 145 100 } 146 147 form#themeselector 148 { 149 float:left 101 #wphead #viewsite a { 102 font-family: sans-serif; 150 103 } 151 152 .form-table input.tog 153 { 154 float:right; 104 #wphead h1 { 105 font-family:arial; 155 106 margin-right:0; 156 margin-left:2px; 107 margin-left:15%; 108 padding: 11px 12px 16px 170px; 157 109 } 158 159 .curtime 160 { 161 background-position:right 2px; 110 #dashmenu { 111 right:0; 112 left:auto; 162 113 padding-left:0; 163 padding-right: 18px;114 padding-right: 9px; 164 115 } 165 166 #poststuff #edButtonPreview,#poststuff #edButtonHTML 167 { 168 float:left; 116 #dashmenu a { 117 margin-right:0; 169 118 margin-left:8px; 170 margin-right:0171 119 } 172 173 #poststuff #media-buttons 174 { 175 direction: rtl; 176 float:left; 177 margin-left:20px; 178 margin-right:0 120 #adminmenu { 121 padding-left:0; 122 padding-right:11px; 179 123 } 180 181 #poststuff #media-buttons a 182 { 183 margin-left:8px; 184 margin-right:0; 185 padding: 0 5px 2px 2px; 124 #adminmenu a { 125 font-family:arial; 126 font-weight:bold; 127 padding:6px 7px; 186 128 } 187 188 #poststuff .togbox 189 { 190 margin-left:0; 191 margin-right:-19px 129 #adminmenu a.current, #sidemenu a.current { 130 font-weight:bold; 192 131 } 193 194 #categorydiv ul#category-tabs,#linkcategorydiv ul#category-tabs 195 { 132 #sidemenu { 133 margin: -30px 0 0 15px; 134 float: left; 135 padding-left:0; 136 padding-right: 10px; 137 height: 1%; /* Peek-a-boo in IE6 */ 138 } 139 #sidemenu a { 196 140 float:right; 197 margin:0 0 0 -120px;198 text-align:left199 141 } 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 142 #submenu li { 143 padding: 0 17px 8px 0; 144 font-size:13px; 219 145 } 220 221 div.ui-tabs-panel 222 { 223 margin:0 120px 0 0 146 #adminmenu li a #awaiting-mod span, #sidemenu li a #update-plugins span { 147 right:auto; 148 left:0; 224 149 } 225 226 #tagchecklist span 227 { 228 float:right; 229 margin-left:25px; 230 margin-right:0 150 #adminmenu li a:hover #awaiting-mod, #sidemenu li a:hover #update-plugins { 151 background-position: -160px top; 231 152 } 232 233 #tagchecklist span a { 234 margin: 6px -9px 0 0; 235 float: right;153 /* 804 - 1004 154 =================================== */ 155 #footer { 156 padding: 10px 60px 0 0; 236 157 } 237 238 239 .tablenav .tablenav-pages 240 { 241 float:left !important; 242 width:200px 158 .form-table th { 159 text-align:right; 243 160 } 244 245 .tablenav-pages .page-numbers 246 { 247 display:block; 248 float:right 161 .form-table input.tog { 162 margin-right:0; 163 margin-left: 2px; 164 float: right; 249 165 } 250 251 .side-info ul252 {253 padding-left:0;254 padding-right:18px255 }256 257 166 .form-table table.color-palette { 258 167 float:right; 259 168 } 260 261 #pass-strength-result 262 { 169 #pass-strength-result { 263 170 float:right; 264 171 margin-right:0; 265 margin-left: 5px;172 margin-left: 5px; 266 173 } 267 268 td.comment p.comment-author img.avatar 269 { 270 float:right !important; 271 margin-right:0 !important; 272 margin-left:8px !important; 174 #profile-page .form-table #rich_editing { 175 margin-right:0; 176 margin-left: 5px; 273 177 } 274 275 #footer 276 { 277 padding:10px 0 0 178 #tagsdiv #newtag { 179 margin-right:0; 180 margin-left: 5px; 278 181 } 279 280 #footer p 281 { 282 height:35px; 283 margin-right:20px; 284 padding:12px 40px 0 0; 182 #tagchecklist { 183 margin-left:0; 184 margin-right: 10px; 285 185 } 286 287 #submenu,#wpbody 288 { 289 clear:both; 186 #tagchecklist strong { 187 margin-left:0; 188 margin-right: -8px; 290 189 } 291 292 #submenu li,ul.subsubsub li a 293 { 294 padding:0;190 #tagchecklist span { 191 margin-right:0; 192 margin-left: 25px; 193 float: right; 295 194 } 296 297 table.widefat th,.form-table th 298 { 299 text-align:right 195 #tagchecklist span a { 196 margin: 6px -9px 0 0; 197 float: right; 300 198 } 301 302 .widefat th input { 303 margin: 0 8px 0 0; 304 padding: 0;199 /* 1005 - 1304 200 =================================== */ 201 .ac_results li { 202 text-align:right; 305 203 } 306 307 .available-theme,#tagchecklist span a 308 { 309 float:right 204 #poststuff h2 { 205 clear:right; 310 206 } 311 #template div { 207 #poststuff .postbox, #poststuff .stuffbox, #titlediv, #poststuff .postarea { 208 margin-left: 8px; 209 margin-right: 20px; 210 } 211 #edit-slug-buttons a.save { 312 212 margin-right:0; 313 margin-left: 190px;213 margin-left:4px; 314 214 } 215 #poststuff #edButtonPreview, #poststuff #edButtonHTML { 216 margin: 5px 0 0 8px; 217 float: left; 218 } 219 #poststuff #media-buttons { 220 float: left; 221 margin-right:0; 222 margin-left: 20px; 223 } 224 #poststuff #media-buttons a { 225 padding: 0 2px 2px 5px; 226 } 227 #poststuff .togbox { 228 margin-left:0; 229 margin-right: -21px; 230 -moz-border-radius-topleft:0; 231 -khtml-border-top-left-radius:0; 232 -webkit-border-top-left-radius:0; 233 border-top-left-radius:0; 234 -moz-border-radius-topright: 3px; 235 -khtml-border-top-right-radius: 3px; 236 -webkit-border-top-right-radius: 3px; 237 border-top-right-radius: 3px; 238 -moz-border-radius-bottomleft: 0; 239 -khtml-border-bottom-left-radius:0; 240 -webkit-border-bottom-left-radius:0; 241 border-bottom-left-radius:0; 242 -moz-border-radius-bottomright: 3px; 243 -khtml-border-bottom-right-radius: 3px; 244 -webkit-border-bottom-right-radius: 3px; 245 border-bottom-right-radius: 3px; 246 } 247 .submitbox .submitdelete { 248 margin-left:0; 249 margin-right:8px; 250 } 315 251 .submitbox .submit { 316 252 text-align:right; 317 253 } 318 319 #editorcontainer { 320 border:1px solid;254 .submitbox .submit input { 255 margin-right:0; 256 margin-left:3px; 321 257 } 322 323 .wrap h2 { 324 margin: 5px -4px 0 0; 325 padding-right: 0px; 326 padding-left: 280px; 258 #categorydiv #category-adder { 259 margin-left:0; 260 margin-right: 120px; 327 261 } 328 329 div#message { 330 clear: both; 262 #categorydiv ul#category-tabs { 263 float: right; 264 text-align: left; 265 margin: 0 0 0 -120px; 331 266 } 332 333 /* WPH - TinyMCE */ 334 335 #media-items th.label { 336 width: 120px; 267 ul#category-tabs li.ui-tabs-selected { 268 -moz-border-radius-topleft:0; 269 -khtml-border-top-left-radius:0; 270 -webkit-border-top-left-radius:0; 271 border-top-left-radius:0; 272 -moz-border-radius-bottomleft:0; 273 -khtml-border-bottom-left-radius:0; 274 -webkit-border-bottom-left-radius:0; 275 border-bottom-left-radius:0; 276 -moz-border-radius-topright: 3px; 277 -khtml-border-top-right-radius: 3px; 278 -webkit-border-top-right-radius: 3px; 279 border-top-right-radius: 3px; 280 -moz-border-radius-bottomright: 3px; 281 -khtml-border-bottom-right-radius: 3px; 282 -webkit-border-bottom-right-radius: 3px; 283 border-bottom-right-radius: 3px; 337 284 } 338 #media-items th.label .alignleft { 339 width: 100px;285 div.ui-tabs-panel { 286 margin: 0 120px 0 5px; 340 287 } 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; 288 /* 1305 - elakh! :-) 289 =================================== */ 290 #categorydiv ul.categorychecklist ul { 291 margin-left:0; 292 margin-right: 18px; 351 293 } 352 353 #sidemenu a { 354 float: right;294 #linkcategorydiv #category-adder { 295 margin-left:0; 296 margin-right: 120px; 355 297 } 356 357 thead.media-item-info { 298 #linkcategorydiv ul#category-tabs { 299 float: right; 300 text-align: left; 301 margin: 0 0 0 -120px; 302 } 303 #linkcategorydiv ul.categorychecklist ul { 304 margin-left:0; 305 margin-right: 18px; 306 } 307 p#tag-search, p#post-search { 308 right:auto; 309 left:0; 310 } 311 #posts-filter fieldset { 312 float: right; 313 margin: 0 0 1em 1.5ex; 314 } 315 #posts-filter fieldset legend { 316 padding: 0 1px .2em 0; 317 } 318 ul.view-switch { 358 319 float: left; 359 margin-bottom: 18px; 360 width: 100%; 320 margin: -23px 0 -2px 5px; 361 321 } 362 363 thead.media-item-info td { 364 width: 100%; 365 text-align: left; 322 ul.view-switch li { 323 float: right; 366 324 } 367 368 thead.media-item-info td.A1B1 { 369 width: 150px; 325 #the-comment-list td.comment p.comment-author { 326 margin-right: 0 ; 370 327 } 371 372 #gallery-form table.widefat th { 373 float: left; 374 width: 74%; 375 text-align: center; 328 #the-comment-list p.comment-author img { 329 float: right; 330 margin-right:0; 331 margin-left: 8px; 376 332 } 377 378 #gallery-form table.widefat th.order-head { 379 width: 18%;333 #the-comment-list td.comment p { 334 margin-left:0; 335 margin-right: 8px; 380 336 } 381 382 #media-upload tr.align td.field, #media-upload tr.image-size td.field { 383 text-align: right !important; 337 .curtime { 338 background-position: right 2px; 339 padding-left:0; 340 padding-right: 18px; 384 341 } 385 386 #media-upload tr.align td.field { 387 float:right; 388 margin-right:-15px; 342 .tablenav .delete { 343 margin-right:0; 344 margin-left: 20px; 389 345 } 390 391 tr.image-size label { 392 display:inline; 393 margin:0 0 0 1em !important; 346 #tTips { 394 347 } 395 396 #library-form { 397 float: right; 348 td.action-links, th.action-links { 349 text-align:left; 398 350 } 399 400 #filter .subsubsub { 401 direction: rtl; 402 text-align: right; 351 .info-box { 352 left:auto; 353 right: 50%; 354 margin-left: 0; 355 margin-right: -225px; 403 356 } 404 405 #media-upload form#filter { 406 margin-right: -20px; 357 .info-box .gears-img { 358 float: left; 407 359 } 360 /* LTR 361 =================================== */ 362 #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 { 363 direction:ltr; 364 } 365 /* TinyMCE 366 =================================== */ 367 .clearlooks2 .mceTop .mceLeft { 368 width:100% !important; 369 }
