Ticket #13121: twentyten-rtl.css.2.patch
| File twentyten-rtl.css.2.patch, 3.7 KB (added by , 16 years ago) |
|---|
-
wp-content/themes/twentyten/rtl.css
3 3 */ 4 4 5 5 6 /* -------------------------------------------------------------- 6 /* 7 RTL Basics 8 */ 7 9 8 RTL Basics9 10 10 -------------------------------------------------------------- */11 12 13 11 body { 14 12 direction:rtl; 15 13 unicode-bidi:embed; … … 26 24 margin: 0 0 0 -240px; 27 25 } 28 26 #content { 29 margin: 0 20px 0280px;27 margin: 0 20px 36px 280px; 30 28 } 31 29 #primary, 32 30 #secondary { … … 43 41 input, 44 42 textarea, 45 43 .page-title span { 46 font-family: Georgia, "Bitstream Charter",serif;44 font-family: Arial, Tahoma, sans-serif; 47 45 } 48 46 49 h3#comments-title,50 h3#reply-title,51 #access .menu,52 #cancel-comment-reply-link,53 #form-allowed-tags,54 #site-info,55 #site-title,56 #wp-calendar,57 .comment-meta,58 .comment-body tr th,59 .comment-body thead th,60 .entry-content label,61 .entry-content tr th,62 .entry-content thead th,63 .entry-meta,64 .entry-title,65 .entry-utility,66 .form-label,67 .navigation,68 .page-title,69 .pingback p,70 .reply,71 .widget-title72 {73 font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;74 }75 76 pre {77 font-family: "Courier 10 Pitch", Courier, monospace;78 }79 80 code {81 font-family: Consolas, Monaco, "Andale Mono", "DejaVu Sans Mono", monospace;82 }83 84 47 /* =Structure 85 48 -------------------------------------------------------------- */ 86 49 … … 106 69 107 70 /* Text elements */ 108 71 ul { 109 list-style: square;110 72 margin: 0 1.5em 18px 0; 111 73 } 112 74 blockquote { … … 117 79 .screen-reader-text { 118 80 left: auto; 119 81 text-indent:-9000px; 82 overflow:hidden; 120 83 } 121 84 122 85 … … 129 92 #site-description { 130 93 clear: left; 131 94 float: left; 95 font-style: normal; 132 96 } 133 97 134 98 /* =Menu … … 138 102 float:right; 139 103 } 140 104 141 #access .menu { 105 #access .menu-header, 106 div.menu { 142 107 margin-right: 12px; 143 108 margin-left: 0; 144 109 } 145 110 146 147 #access .menu li{111 #access .menu-header li, 112 div.menu li{ 148 113 float:right; 149 114 } 150 115 … … 165 130 text-align: right; 166 131 margin: 0 0 24px -1px; 167 132 } 133 .page-title span { 134 font-style:normal; 135 } 168 136 .entry-title, 169 137 .entry-meta { 170 138 clear: right; … … 207 175 margin-left:20px; 208 176 margin-right:0; 209 177 } 210 #content .gallery .gallery-item {211 float: right;212 }213 178 214 /* =Images 179 180 /* Images 215 181 -------------------------------------------------------------- */ 216 182 217 183 #content .gallery .gallery-caption { 218 184 margin-right: 0; 219 185 } 220 186 187 #content .gallery .gallery-item { 188 float: right; 189 } 221 190 222 191 /* =Navigation 223 192 -------------------------------------------------------------- */ … … 239 208 right: 0; 240 209 left: auto; 241 210 } 242 .comment-author .says {211 .comment-author .says, #comments .pingback .url { 243 212 font-style: normal; 244 213 } 245 214 … … 264 233 #wp-calendar tfoot #next { 265 234 text-align: left; 266 235 } 236 267 237 /* Main sidebars */ 268 238 #main .widget-area ul { 269 239 margin-right: 0; … … 276 246 277 247 /* =Footer 278 248 -------------------------------------------------------------- */ 279 249 #site-generator { 250 font-style:normal; 251 } 280 252 #site-generator a { 281 253 background-position: right center; 282 254 padding-right: 19px; -
wp-content/themes/twentyten/editor-style-rtl.css
1 html .mceContentBody{ 2 direction:rtl; 3 unicode-bidi:embed; 4 float:right; 5 } 6 * { 7 font-family: Arial, Tahoma, sans-serif; 8 } 9 /* Text elements */ 10 ul { 11 margin: 0 -18px 18px 0; 12 } 13 ol { 14 margin: 0 -18px 18px 0; 15 } 16 dd { 17 margin-right: 0; 18 } 19 blockquote { 20 font-style: normal; 21 } 22 table { 23 text-align: right; 24 margin: 0 0 24px -1px; 25 } 26 No newline at end of file