Changeset 7398
- Timestamp:
- 03/19/2008 04:08:03 PM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 7 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/install-rtl.css
r5863 r7398 1 body { font: 13px Tahoma, Georgia, "Times New Roman", Times, serif; } 2 3 ul, ol { padding: 5px 20px 5px 5px; } 4 5 h1, h2, h3 { font-family: "Times New Roman", Times, serif; font-weight: 700 } 6 7 .step, th { text-align: left } 8 9 input { font-family: "Times New Roman", Times, serif; padding: 1px } 10 11 #logo { background: url(../wp-content/plugins/WP-Jalali/wp-fa-logo.png) center right no-repeat; text-align: left; } 12 13 #admin_email {direction: ltr; text-align: left; } 14 15 #footer { font-style: normal; } 1 body { 2 font-size: 11px;; 3 } 4 ul, ol { 5 padding: 5px 22px 5px 5px; 6 } 7 .form-table th { 8 text-align: right; 9 } 10 input { 11 padding: 1px 12 } 13 #logo { 14 text-align: left; 15 } 16 #admin_email { 17 direction: ltr; 18 text-align: left; 19 } -
trunk/wp-admin/css/widgets-rtl.css
r7131 r7398 1 div.widget-liquid-left-holder { 2 float: right; 3 clear: right; 4 margin-left: -310px; 5 margin-right: 0; 1 h4.widget-title { 2 text-align:left 6 3 } 7 8 div.widget-liquid-left { 9 margin-right: 0; 10 margin-left: 310px; 4 p#widget-search { 5 left:0; 6 right:auto 11 7 } 12 13 div.widget-liquid-right {14 float: left;15 clear: left;16 }17 18 p#widget-search {19 left: 0;20 right: auto;21 }22 23 ul#widget-list li.widget-list-item h4.widget-title {24 float: right;25 }26 27 ul#widget-list li.widget-list-item div.widget-description {28 margin: 0 200px 0 0;29 padding: 0 4em 0 0;30 }31 32 h4.widget-title a {33 left: 1em;34 right: auto;35 }36 37 li.widget-list-control-item h4.widget-title a,38 #dragHelper li.widget-list-control-item h4.widget-title a,39 #draghelper li.widget-list-control-item h4.widget-title a:visited {40 right: auto;41 left: 2em;42 }43 44 li.widget-list-control-item div.widget-control {45 padding: 0 0 0 10px;46 }47 48 ul.widget-control-list div.widget-control-actions {49 margin-left: -10px;50 margin-right: 0;51 } -
trunk/wp-admin/rtl.css
r6544 r7398 1 html, 2 #post_name, 3 input[name=link_url], 4 input[name=link_image], 5 input[name=opml_url], 6 input[name=file], 7 input#rss_uri, 8 #template #newcontent, 9 #devnews, 10 #planetnews, 11 #content, 12 body.login #login a, 13 #newcomment_author_url, 14 #email { 15 direction: ltr; 16 } 17 #adminmenu, 18 #submenu, 19 #minisub, 20 .wrap, 21 .updated, 22 .confirm, 23 #devnews h3, 24 #planetnews h3, 25 #wphead, 26 #user_info, 27 body.login, 28 #login_error { 29 direction: rtl; 30 } 31 p.submit, 32 html *, 33 select, 34 input, 35 table * { 36 font-family: tahoma, Tahoma, "Times New Roman", Times, serif; 37 } 38 #wphead { 39 padding: .8em 2em .8em 19em; 40 } 41 #user_info { 42 right: auto; 43 left: 1em; 44 } 45 #adminmenu { 46 padding: .2em 2em .3em .2em; 47 height: 28px; 48 } 49 * html #adminmenu { 50 padding-bottom: 0; 51 } 52 #adminmenu a { 53 margin: 0 0 0 10px; 54 display: block; 55 float: right; 56 font: 700 16px/130% "Times New Roman", Times, serif; 57 } 58 #adminmenu a.current { 59 border-right: 0; 60 border-left: 2px solid #4f96c8; 61 } 62 #submenu, #minisub { 63 padding: 1px 3em 0 2em; 64 } 65 #submenu { 66 height: 28px; 67 } 68 #submenu a { 69 margin: 0 0 0 10px; 70 display: block; 71 float: right; 72 line-height: 155%; 73 } 74 #submenu .current { 75 border-right: 0; 76 border-left: 2px solid #045290; 77 } 78 79 #newcat { 80 width: 100px; 81 } 82 .updated, .confirm { 83 background-position: 98.5%; 84 padding: 0 3em 0 1em; 85 } 86 .page-numbers { 87 margin-right: auto; 88 margin-left: 3px; 89 } 90 .wrap ul { 91 margin-right: 45%; 92 margin-left: 0; 93 } 94 * html .wrap ul { 95 margin-right: 50%; 96 } 97 .wrap h2 { 98 font-family: "Times New Roman", Times, serif; 99 } 100 #zeitgeist { 101 margin-right: 1em; 102 } 103 #zeitgeist ul { 104 margin: 0 .6em .3em 0; 105 padding: 0 .6em 0 0; 106 } 107 #categorydiv ul { 108 margin-left: auto; 109 margin-right: 10px; 110 } 111 a.view-link { 112 left: 6%; 113 right: auto; 114 margin-right: auto; 115 } 116 #postdiv #quicktags { 117 padding-right: 0; 118 padding-left: 6px; 119 margin-right: 0; 120 } 121 .options ul { 122 margin-right: 0; 123 } 124 *form#template > div > textarea#newcontent { 125 margin-right: -300px; 126 width: 107%; 127 } 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] 2 { 3 direction:ltr; 4 text-align:left 5 } 6 7 #wpwrap,#footer,#TB_title,.media-upload-form,#media-upload-header 8 { 9 direction:rtl!important; 10 text-align:right!important 11 } 12 13 #user_info 14 { 15 left:15px; 16 right:auto 17 } 18 19 #wphead h1 20 { 21 margin:0 0 0 15%; 22 padding:11px 15px 16px 170px 23 } 24 25 #wphead #viewsite 26 { 27 margin-left:0; 28 margin-right:10px 29 } 30 31 #sidemenu 32 { 33 float:left; 34 margin:-30px 315px 0 15px; 35 padding-left:0; 36 padding-right:10px 37 } 38 39 #dashmenu 40 { 41 font-size:11px; 42 left:auto; 43 padding-left:0; 44 padding-right:9px; 45 right:0 46 } 47 48 #dashmenu a 49 { 50 margin-left:8px; 51 margin-right:auto 52 } 53 54 #adminmenu 55 { 56 height:32px; 57 padding:5px 8px 0 0 58 } 59 60 #adminmenu li a 61 { 62 display:block; 63 float:right; 64 font:700 16px/100% "Times New Roman", Times, serif; 65 margin:0 0 0 10px; 66 padding:5px 7px 9px 67 } 68 69 #adminmenu li a.current 70 { 71 font-weight:700 72 } 73 74 #adminmenu li a #awaiting-mod 75 { 76 background:url(images/comment-stalk-rtl.gif) -309px bottom !important; 77 font-family: Tahoma, Verdana, sans-serif; 78 margin-left:-45px; 79 margin-right:.2em; 80 margin-top:-5px 81 } 82 83 #adminmenu li a:hover #awaiting-mod 84 { 85 background-position: -229px bottom !important; 86 } 87 88 #adminmenu li a #awaiting-mod span 89 { 90 left:0; 91 right:auto 92 } 93 94 #submenu li a 95 { 96 display:block; 97 float:right; 98 margin:0 10px 10px 0; 99 padding:2px 4px 100 } 101 102 p#post-search 103 { 104 left:0; 105 right:auto 106 } 107 108 .tablenav div 109 { 110 float:right!important 111 } 112 113 ul.view-switch 114 { 115 float:left; 116 margin:-28px 0 -2px 5px 117 } 118 119 #currenttheme img 120 { 121 float:right; 122 margin-left:1em; 123 margin-right:0 124 } 125 126 form#themeselector 127 { 128 float:left 129 } 130 131 #poststuff #edButtonPreview,#poststuff #edButtonHTML 132 { 133 float:left; 134 margin-left:8px; 135 margin-right:0 136 } 137 138 #poststuff #media-buttons 139 { 140 float:left; 141 margin-left:20px; 142 margin-right:0 143 } 144 145 #poststuff #media-buttons a 146 { 147 margin-left:8px; 148 margin-right:0 149 } 150 151 #poststuff .togbox 152 { 153 margin-left:0; 154 margin-right:-19px 155 } 156 157 #categorydiv ul#category-tabs,#linkcategorydiv ul#category-tabs 158 { 159 float:right; 160 margin:0 0 0 -120px; 161 text-align:left 162 } 163 164 ul#category-tabs li.ui-tabs-selected,#poststuff .togbox 165 { 166 -khtml-border-bottom-left-radius:0; 167 -khtml-border-bottom-right-radius:3px; 168 -khtml-border-top-left-radius:0; 169 -khtml-border-top-right-radius:3px; 170 -moz-border-radius-bottomleft:0; 171 -moz-border-radius-bottomright:3px; 172 -moz-border-radius-topleft:0; 173 -moz-border-radius-topright:3px; 174 -webkit-border-bottom-left-radius:0; 175 -webkit-border-bottom-right-radius:3px; 176 -webkit-border-top-left-radius:0; 177 -webkit-border-top-right-radius:3px; 178 border-bottom-left-radius:0; 179 border-bottom-right-radius:3px; 180 border-top-left-radius:0; 181 border-top-right-radius:3px 182 } 183 184 div.ui-tabs-panel 185 { 186 margin:0 120px 0 0 187 } 188 189 #tagchecklist span 190 { 191 float:right; 192 margin-left:15px; 193 margin-right:0 194 } 195 196 .tablenav .tablenav-pages 197 { 198 float:left!important; 199 width:200px 200 } 201 202 .tablenav-pages .page-numbers 203 { 204 display:block; 205 float:right 206 } 207 208 .side-info ul 209 { 210 padding-left:0; 211 padding-right:18px 212 } 213 214 #footer 215 { 216 padding:10px 0 0 217 } 218 219 #footer p 220 { 221 background:url(images/logo-ghost.png) no-repeat right center; 222 height:35px; 223 margin-right:20px; 224 padding:12px 40px 0 0 225 } 226 227 #submenu,#wpbody 228 { 229 clear:both 230 } 231 232 #submenu li,ul.subsubsub li a 233 { 234 padding:0 235 } 236 237 table.widefat th,.form-table th 238 { 239 text-align:right 240 } 241 242 .available-theme,#tagchecklist span a 243 { 244 float:right 245 }
Note: See TracChangeset
for help on using the changeset viewer.