Changeset 14385
- Timestamp:
- 05/03/2010 07:17:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/rtl.css
r13025 r14385 4 4 5 5 6 /* -------------------------------------------------------------- 7 8 RTL Basics 9 10 -------------------------------------------------------------- */ 6 /* 7 RTL Basics 8 */ 11 9 12 10 … … 27 25 } 28 26 #content { 29 margin: 0 20px 0280px;27 margin: 0 20px 36px 280px; 30 28 } 31 29 #primary, … … 44 42 textarea, 45 43 .page-title span { 46 font-family: Georgia, "Bitstream Charter", serif; 47 } 48 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-title 72 { 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; 44 font-family: Arial, Tahoma, sans-serif; 82 45 } 83 46 … … 107 70 /* Text elements */ 108 71 ul { 109 list-style: square;110 72 margin: 0 1.5em 18px 0; 111 73 } … … 118 80 left: auto; 119 81 text-indent:-9000px; 82 overflow:hidden; 120 83 } 121 84 … … 130 93 clear: left; 131 94 float: left; 95 font-style: normal; 132 96 } 133 97 … … 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 } … … 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 { … … 208 176 margin-right:0; 209 177 } 178 179 180 /* Images 181 -------------------------------------------------------------- */ 182 183 #content .gallery .gallery-caption { 184 margin-right: 0; 185 } 186 210 187 #content .gallery .gallery-item { 211 188 float: right; 212 189 } 213 214 /* =Images215 -------------------------------------------------------------- */216 217 #content .gallery .gallery-caption {218 margin-right: 0;219 }220 221 190 222 191 /* =Navigation … … 240 209 left: auto; 241 210 } 242 .comment-author .says {211 .comment-author .says, #comments .pingback .url { 243 212 font-style: normal; 244 213 } … … 265 234 text-align: left; 266 235 } 236 267 237 /* Main sidebars */ 268 238 #main .widget-area ul { … … 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;
Note: See TracChangeset
for help on using the changeset viewer.