Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: wp-content/themes/twentyeleven/images/comment-bubble-dark-rtl.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: wp-content/themes/twentyeleven/images/comment-bubble-rtl.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
|
|
|
|
| 9 | 9 | |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | | /* =Global |
| | 12 | /* =Reset reset |
| 13 | 13 | ----------------------------------------------- */ |
| 14 | 14 | |
| 15 | | body { |
| 16 | | direction: rtl; |
| 17 | | unicode-bidi: embed; |
| 18 | | } |
| 19 | 15 | caption, th, td { |
| 20 | 16 | text-align: right; |
| 21 | 17 | } |
| | 18 | |
| | 19 | /* =Structure |
| | 20 | ----------------------------------------------- */ |
| | 21 | |
| | 22 | body { |
| | 23 | direction:rtl; |
| | 24 | unicode-bidi:embed; |
| | 25 | } |
| | 26 | |
| | 27 | #primary { |
| | 28 | float: right; |
| | 29 | margin: 0 0 0 -26.4%; |
| | 30 | } |
| | 31 | #content { |
| | 32 | margin: 0 7.6% 0 34%; |
| | 33 | } |
| | 34 | #secondary { |
| | 35 | float: left; |
| | 36 | margin-right: 0; |
| | 37 | margin-left: 7.6%; |
| | 38 | } |
| | 39 | |
| | 40 | /* Showcase */ |
| | 41 | .page-template-showcase-php section.recent-posts { |
| | 42 | float: left; |
| | 43 | margin: 0 31% 0 0; |
| | 44 | } |
| | 45 | .page-template-showcase-php #main .widget-area { |
| | 46 | float: right; |
| | 47 | margin: 0 0 0 -22.15%; |
| | 48 | } |
| | 49 | |
| | 50 | /* Right Content */ |
| | 51 | .sidebar-content #primary { |
| | 52 | float: left; |
| | 53 | margin: 0 -26.4% 0 0; |
| | 54 | } |
| | 55 | .sidebar-content #content { |
| | 56 | margin: 0 34% 0 7.6%; |
| | 57 | } |
| | 58 | .sidebar-content #secondary { |
| | 59 | float: right; |
| | 60 | margin-right: 7.6%; |
| | 61 | margin-left: 0; |
| | 62 | } |
| | 63 | |
| | 64 | /* One column */ |
| | 65 | |
| | 66 | .one-column article.feature-image.small .entry-summary a { |
| | 67 | left: auto; |
| | 68 | right: -9%; |
| | 69 | } |
| | 70 | |
| | 71 | /* Simplify the pullquotes and pull styles */ |
| | 72 | .one-column.singular .entry-meta .edit-link a { |
| | 73 | right: 0px; |
| | 74 | left: auto; |
| | 75 | } |
| | 76 | /* Make sure we have room for our comment avatars */ |
| | 77 | .one-column .commentlist > li.comment { |
| | 78 | margin-left: 0; |
| | 79 | margin-right: 102px; |
| | 80 | } |
| | 81 | /* Make sure the logo and search form don't collide */ |
| | 82 | .one-column #branding #searchform { |
| | 83 | right: auto; |
| | 84 | left: 40px; |
| | 85 | } |
| | 86 | /* Talking avatars take up too much room at this size */ |
| | 87 | .one-column .commentlist > li.comment { |
| | 88 | margin-right: 0; |
| | 89 | } |
| | 90 | .one-column .commentlist > li.comment .comment-meta, |
| | 91 | .one-column .commentlist > li.comment .comment-content { |
| | 92 | margin-right: 0; |
| | 93 | margin-left: 85px; |
| | 94 | } |
| | 95 | .one-column .commentlist .avatar { |
| | 96 | right: auto; |
| | 97 | left: 1.625em; |
| | 98 | } |
| | 99 | .one-column .commentlist .children .avatar { |
| | 100 | left: auto; |
| | 101 | right: 2.2em; |
| | 102 | } |
| | 103 | |
| | 104 | /* =Global |
| | 105 | ----------------------------------------------- */ |
| | 106 | |
| | 107 | /* Text elements */ |
| | 108 | p { |
| | 109 | margin-bottom: 1.625em; |
| | 110 | } |
| 22 | 111 | ul, ol { |
| 23 | 112 | margin: 0 2.5em 1.625em 0; |
| 24 | 113 | } |
| | 114 | .ltr ul, ol { |
| | 115 | margin: 0 0 1.625em 2.5em; |
| | 116 | } |
| | 117 | blockquote { |
| | 118 | font-family: Arial, sans-serif; |
| | 119 | } |
| | 120 | blockquote em, blockquote i, blockquote cite { |
| | 121 | font-style: normal; |
| | 122 | } |
| | 123 | |
| | 124 | /* Forms */ |
| 25 | 125 | textarea { |
| | 126 | padding-left: 0; |
| 26 | 127 | padding-right: 3px; |
| 27 | | padding-left: 0; |
| 28 | 128 | } |
| | 129 | input#s { |
| | 130 | background-position: 97% 6px; |
| | 131 | padding: 4px 28px 4px 10px; |
| | 132 | } |
| 29 | 133 | |
| | 134 | /* Assistive text */ |
| | 135 | #access a.assistive-text:active, |
| | 136 | #access a.assistive-text:focus { |
| | 137 | left: auto; |
| | 138 | right: 7.6%; |
| | 139 | } |
| 30 | 140 | |
| | 141 | /* =Header |
| | 142 | ----------------------------------------------- */ |
| | 143 | |
| | 144 | #site-title { |
| | 145 | margin-right: 0; |
| | 146 | margin-left: 270px; |
| | 147 | } |
| | 148 | |
| | 149 | #site-description { |
| | 150 | margin: 0 0 3.65625em 270px; |
| | 151 | } |
| | 152 | |
| 31 | 153 | /* =Menu |
| 32 | 154 | -------------------------------------------------------------- */ |
| 33 | 155 | |
| … |
… |
|
| 37 | 159 | #access ul { |
| 38 | 160 | margin: 0 -0.8125em 0 0; |
| 39 | 161 | padding-right: 0; |
| 40 | | padding-left: 0; |
| 41 | 162 | } |
| 42 | 163 | #access li { |
| 43 | 164 | float: right; |
| 44 | 165 | } |
| 45 | 166 | #access ul ul { |
| 46 | 167 | float: right; |
| | 168 | left: auto; |
| 47 | 169 | right: 0; |
| 48 | 170 | } |
| 49 | 171 | #access ul ul ul { |
| | 172 | left: auto; |
| 50 | 173 | right: 100%; |
| 51 | 174 | } |
| 52 | 175 | |
| 53 | 176 | /* Search Form */ |
| 54 | 177 | #branding #searchform { |
| | 178 | right: auto; |
| 55 | 179 | left: 7.6%; |
| 56 | 180 | text-align: left; |
| 57 | 181 | } |
| 58 | | |
| 59 | 182 | #branding #s { |
| 60 | 183 | float: left; |
| 61 | | padding: 4px 28px 4px 10px; |
| 62 | | width: 8%; |
| 63 | 184 | } |
| 64 | | #branding #s:focus { |
| 65 | | width: 26%; |
| | 185 | #branding .only-search + #access div { |
| | 186 | padding-right: 0; |
| | 187 | padding-left: 160px; |
| 66 | 188 | } |
| 67 | 189 | |
| 68 | 190 | |
| 69 | 191 | /* =Content |
| 70 | 192 | ----------------------------------------------- */ |
| 71 | | |
| 72 | 193 | .entry-title, |
| 73 | 194 | .entry-header .entry-meta { |
| | 195 | padding-right: 0; |
| 74 | 196 | padding-left: 76px; |
| 75 | | padding-right: 0; |
| 76 | 197 | } |
| 77 | 198 | .entry-content td, |
| 78 | 199 | .comment-content td { |
| 79 | 200 | padding: 6px 0 6px 10px; |
| 80 | 201 | } |
| 81 | 202 | .page-link span { |
| | 203 | margin-right: 0; |
| 82 | 204 | margin-left: 6px; |
| 83 | | margin-right: auto; |
| 84 | 205 | } |
| 85 | 206 | .entry-meta .edit-link a { |
| 86 | 207 | float: left; |
| 87 | 208 | } |
| | 209 | /* Images */ |
| 88 | 210 | |
| | 211 | .wp-caption .wp-caption-text, |
| | 212 | .gallery-caption { |
| | 213 | font-family: Arial, sans-serif; |
| | 214 | } |
| | 215 | .wp-caption .wp-caption-text { |
| | 216 | padding: 10px 40px 5px 0px; |
| | 217 | } |
| | 218 | .wp-caption .wp-caption-text:before { |
| | 219 | margin-right: 0; |
| | 220 | margin-left: 5px; |
| | 221 | left: auto; |
| | 222 | right: 10px; |
| | 223 | } |
| | 224 | #content .gallery-columns-4 .gallery-item { |
| | 225 | padding-right:0; |
| | 226 | padding-left:2%; |
| | 227 | } |
| | 228 | |
| 89 | 229 | /* Author Info */ |
| 90 | 230 | .singular #author-info { |
| 91 | 231 | margin: 2.2em -35.4% 0 -35.6%; |
| 92 | 232 | } |
| 93 | 233 | #author-avatar { |
| 94 | 234 | float: right; |
| | 235 | margin-right: 0; |
| 95 | 236 | margin-left: -78px; |
| 96 | | margin-right: auto; |
| 97 | 237 | } |
| 98 | 238 | #author-description { |
| 99 | 239 | float: right; |
| | 240 | margin-left: 0; |
| 100 | 241 | margin-right: 108px; |
| 101 | | margin-left: auto; |
| 102 | 242 | } |
| 103 | | |
| 104 | 243 | /* Comments link */ |
| 105 | 244 | .entry-header .comments-link a { |
| | 245 | background-image: url(images/comment-bubble-rtl.png); |
| | 246 | right: auto; |
| 106 | 247 | left: 0; |
| 107 | | right: auto; |
| 108 | 248 | } |
| 109 | 249 | |
| 110 | | /* Singular content styles for Posts and Pages */ |
| | 250 | /* |
| | 251 | Post Formats Headings |
| | 252 | */ |
| 111 | 253 | .singular .entry-title, |
| 112 | 254 | .singular .entry-header .entry-meta { |
| 113 | 255 | padding-left: 0; |
| 114 | | padding-right: 0; |
| 115 | 256 | } |
| 116 | 257 | .singular .entry-header .entry-meta { |
| | 258 | left: auto; |
| 117 | 259 | right: 0; |
| 118 | 260 | } |
| 119 | | .singular .pull.alignright { |
| 120 | | margin: 0 -22.25% 0 1.625em; |
| 121 | | } |
| 122 | | .singular .pull.alignleft { |
| 123 | | margin: 0 1.625em 0 -22.25%; |
| 124 | | } |
| 125 | 261 | .singular .entry-meta .edit-link a { |
| | 262 | left: auto; |
| 126 | 263 | right: 50px; |
| 127 | | left: auto; |
| 128 | 264 | } |
| 129 | 265 | |
| 130 | 266 | |
| … |
… |
|
| 133 | 269 | |
| 134 | 270 | .format-gallery .gallery-thumb { |
| 135 | 271 | float: right; |
| 136 | | margin-left: 1.625em; |
| 137 | | margin-right: auto; |
| | 272 | margin: .375em 0 0 1.625em; |
| 138 | 273 | } |
| 139 | 274 | |
| 140 | 275 | |
| … |
… |
|
| 147 | 282 | } |
| 148 | 283 | |
| 149 | 284 | |
| 150 | | /* =Quote |
| 151 | | ----------------------------------------------- */ |
| 152 | | |
| 153 | 285 | /* =Image |
| 154 | 286 | ----------------------------------------------- */ |
| 155 | 287 | |
| 156 | | .format-image footer.entry-meta { |
| 157 | | margin-left: 2px; |
| 158 | | margin-right: auto; |
| 159 | | } |
| 160 | | .format-image div.entry-meta { |
| | 288 | .indexed.format-image div.entry-meta { |
| 161 | 289 | float: right; |
| 162 | 290 | } |
| 163 | | |
| 164 | | |
| 165 | 291 | /* =error404 |
| 166 | | ----------------------------------------------- */ |
| 167 | | |
| | 292 | ---------------------- |
| | 293 | ------------------------- */ |
| 168 | 294 | .error404 #main .widget { |
| 169 | 295 | float: right; |
| | 296 | margin-right: auto; |
| 170 | 297 | margin-left: 3.7%; |
| 171 | | margin-right: auto; |
| 172 | 298 | } |
| 173 | | |
| 174 | 299 | .error404 #main .widget_archive { |
| 175 | 300 | margin-left: 0; |
| 176 | | margin-right: auto; |
| 177 | 301 | } |
| 178 | | |
| 179 | 302 | .error404 #main .widget_tag_cloud { |
| 180 | 303 | margin-left: 0; |
| 181 | | margin-right: auto; |
| 182 | 304 | } |
| 183 | 305 | |
| 184 | | |
| 185 | 306 | /* =Showcase |
| 186 | 307 | ----------------------------------------------- */ |
| 187 | 308 | |
| 188 | | /* Intro */ |
| 189 | 309 | article.intro .edit-link a { |
| | 310 | right: auto; |
| 190 | 311 | left: 20px; |
| 191 | 312 | } |
| 192 | 313 | |
| … |
… |
|
| 197 | 318 | |
| 198 | 319 | /* Small featured post */ |
| 199 | 320 | section.featured-post .attachment-small-feature { |
| 200 | | border-left: 20px solid #bbb; |
| 201 | 321 | float: left; |
| 202 | | margin: -10px 0 1.625em -8.9%; |
| 203 | | left: -35px; |
| 204 | | border-right: none; |
| | 322 | margin: 0 0 1.625em -8.9%; |
| | 323 | right: auto; |
| | 324 | left: -15px; |
| 205 | 325 | } |
| 206 | 326 | article.feature-image.small { |
| 207 | 327 | float: right; |
| 208 | 328 | } |
| 209 | 329 | article.feature-image.small .entry-summary p a { |
| | 330 | left:auto; |
| 210 | 331 | right: -23.8%; |
| 211 | | padding: 4px 85px 4px 26px; |
| | 332 | padding: 9px 85px 9px 26px; |
| 212 | 333 | } |
| 213 | 334 | |
| 214 | 335 | /* Large featured post */ |
| 215 | 336 | section.feature-image.large .hentry { |
| | 337 | left:auto; |
| 216 | 338 | right: 9%; |
| 217 | 339 | margin: 1.625em 0 0 9%; |
| 218 | 340 | } |
| 219 | | |
| 220 | 341 | /* Featured Slider */ |
| 221 | 342 | .featured-posts .showcase-heading { |
| | 343 | padding-left: 0; |
| 222 | 344 | padding-right: 8.9%; |
| 223 | | padding-left: 0; |
| 224 | 345 | } |
| 225 | 346 | .featured-posts section.featured-post { |
| | 347 | left: auto; |
| 226 | 348 | right: 0; |
| 227 | 349 | } |
| 228 | 350 | #content .feature-slider { |
| 229 | | right: 8.9%; |
| | 351 | right: auto; |
| | 352 | left: 8.9%; |
| 230 | 353 | } |
| 231 | 354 | .feature-slider li { |
| 232 | 355 | float: right; |
| 233 | 356 | } |
| 234 | | |
| 235 | 357 | /* Recent Posts */ |
| 236 | 358 | section.recent-posts .other-recent-posts a[rel="bookmark"] { |
| 237 | 359 | float: right; |
| … |
… |
|
| 243 | 365 | text-align: left; |
| 244 | 366 | } |
| 245 | 367 | |
| 246 | | |
| 247 | | /* =Images |
| | 368 | /* =Attachments |
| 248 | 369 | ----------------------------------------------- */ |
| 249 | 370 | |
| 250 | | .wp-caption .wp-caption-text { |
| 251 | | padding: 10px 40px 5px 0px; |
| 252 | | } |
| 253 | | .wp-caption .wp-caption-text:before { |
| 254 | | margin-left: 5px; |
| 255 | | right: 10px; |
| 256 | | margin-right: auto; |
| 257 | | } |
| 258 | | |
| 259 | | |
| 260 | 371 | /* =Navigation |
| 261 | 372 | -------------------------------------------------------------- */ |
| 262 | 373 | |
| … |
… |
|
| 270 | 381 | |
| 271 | 382 | /* Singular navigation */ |
| 272 | 383 | #nav-single { |
| | 384 | right: auto; |
| 273 | 385 | left: 0; |
| 274 | | right: auto; |
| 275 | 386 | } |
| 276 | 387 | #nav-single .nav-next { |
| | 388 | padding-left: 0; |
| 277 | 389 | padding-right: .5em; |
| 278 | | padding-left: 0; |
| 279 | 390 | } |
| 280 | 391 | |
| 281 | 392 | |
| … |
… |
|
| 283 | 394 | ----------------------------------------------- */ |
| 284 | 395 | |
| 285 | 396 | .widget ul ul { |
| | 397 | margin-left: 0; |
| 286 | 398 | margin-right: 1.5em; |
| 287 | | margin-left: auto; |
| 288 | 399 | } |
| 289 | 400 | |
| 290 | 401 | /* Twitter */ |
| 291 | 402 | .widget_twitter .timesince { |
| | 403 | margin-right: 0; |
| 292 | 404 | margin-left: -10px; |
| 293 | 405 | text-align: left; |
| 294 | | margin-right: auto; |
| 295 | 406 | } |
| 296 | 407 | |
| 297 | | |
| 298 | 408 | /* =Comments |
| 299 | 409 | ----------------------------------------------- */ |
| 300 | 410 | |
| 301 | 411 | .commentlist .children li.comment { |
| | 412 | border-left: none; |
| 302 | 413 | border-right: 1px solid #ddd; |
| 303 | | -moz-border-radius: 3px 0 0 3px; |
| | 414 | -moz-border-radius: 3px 0 0 3px; |
| 304 | 415 | border-radius: 3px 0 0 3px; |
| 305 | | border-left: none; |
| 306 | 416 | } |
| 307 | 417 | .commentlist .children li.comment .comment-meta { |
| | 418 | margin-left: 0; |
| 308 | 419 | margin-right: 50px; |
| 309 | | margin-left: auto; |
| 310 | 420 | } |
| 311 | 421 | .commentlist .avatar { |
| | 422 | left: auto; |
| 312 | 423 | right: -102px; |
| 313 | 424 | } |
| 314 | 425 | .commentlist > li:before { |
| 315 | 426 | content: url(images/comment-arrow-rtl.png); |
| | 427 | left:auto; |
| 316 | 428 | right: -21px; |
| 317 | 429 | } |
| 318 | | .commentlist > li.bypostauthor:before { |
| 319 | | content: url(images/comment-arrow-bypostauthor-rtl.png); |
| | 430 | .commentlist > li.pingback:before { |
| | 431 | content: ''; |
| 320 | 432 | } |
| 321 | 433 | .commentlist .children .avatar { |
| | 434 | left: auto; |
| 322 | 435 | right: 2.2em; |
| 323 | 436 | } |
| 324 | 437 | |
| | 438 | /* Post author highlighting */ |
| | 439 | .commentlist > li.bypostauthor:before { |
| | 440 | content: url(images/comment-arrow-bypostauthor-rtl.png); |
| | 441 | } |
| | 442 | |
| | 443 | /* sidebar-page.php comments */ |
| | 444 | /* Make sure we have room for our comment avatars */ |
| | 445 | .page-template-sidebar-page-php .commentlist > li.comment, |
| | 446 | .page-template-sidebar-page-php.commentlist .pingback { |
| | 447 | margin-left: 0; |
| | 448 | margin-right: 102px; |
| | 449 | } |
| | 450 | |
| 325 | 451 | /* Comment Form */ |
| 326 | 452 | #respond .comment-form-author label, |
| 327 | 453 | #respond .comment-form-email label, |
| 328 | 454 | #respond .comment-form-url label, |
| 329 | 455 | #respond .comment-form-comment label { |
| | 456 | left: auto; |
| 330 | 457 | right: 4px; |
| 331 | 458 | } |
| | 459 | #respond .comment-form-author label, |
| | 460 | #respond .comment-form-email label, |
| | 461 | #respond .comment-form-url label, |
| | 462 | #respond .comment-form-comment label { |
| | 463 | -webkit-box-shadow: -1px 2px 2px rgba(204,204,204,0.8); |
| | 464 | -moz-box-shadow: -1px 2px 2px rgba(204,204,204,0.8); |
| | 465 | box-shadow: -1px 2px 2px rgba(204,204,204,0.8); |
| | 466 | } |
| 332 | 467 | #respond .comment-form-author .required, |
| 333 | 468 | #respond .comment-form-email .required { |
| 334 | | right: 68%; |
| | 469 | left: auto; |
| | 470 | right: 75%; |
| 335 | 471 | } |
| 336 | 472 | #respond .form-submit { |
| 337 | 473 | float: left; |
| 338 | 474 | } |
| 339 | 475 | #respond input#submit { |
| | 476 | left: auto; |
| 340 | 477 | right: 30px; |
| 341 | 478 | padding: 5px 22px 5px 42px; |
| 342 | 479 | } |
| 343 | 480 | #respond #cancel-comment-reply-link { |
| | 481 | margin-left: 0; |
| 344 | 482 | margin-right: 10px; |
| 345 | | margin-left: auto; |
| 346 | 483 | } |
| 347 | 484 | #cancel-comment-reply-link { |
| | 485 | right: auto; |
| 348 | 486 | left: 1.625em; |
| 349 | 487 | } |
| 350 | 488 | |
| 351 | | |
| 352 | 489 | /* =Footer |
| 353 | 490 | ----------------------------------------------- */ |
| 354 | 491 | |
| 355 | 492 | /* Two Footer Widget Areas */ |
| 356 | 493 | #supplementary.two .widget-area { |
| 357 | 494 | float: right; |
| | 495 | margin-right: 0; |
| 358 | 496 | margin-left: 3.7%; |
| 359 | | margin-right: auto; |
| 360 | 497 | } |
| 361 | 498 | #supplementary.two .widget-area + .widget-area { |
| 362 | 499 | margin-left: 0; |
| 363 | | margin-right: auto; |
| 364 | 500 | } |
| 365 | 501 | |
| 366 | 502 | /* Three Footer Widget Areas */ |
| 367 | 503 | #supplementary.three .widget-area { |
| 368 | 504 | float: right; |
| | 505 | margin-right: 0; |
| 369 | 506 | margin-left: 3.7%; |
| 370 | | margin-right: auto; |
| 371 | 507 | } |
| 372 | 508 | #supplementary.three .widget-area + .widget-area + .widget-area { |
| 373 | 509 | margin-left: 0; |
| 374 | | margin-right: auto; |
| 375 | 510 | } |
| 376 | 511 | |
| 377 | | /* Simplify the showcase template when small feature */ |
| 378 | | section.featured-post .attachment-small-feature, |
| 379 | | .one-column section.featured-post .attachment-small-feature { |
| 380 | | float: right; |
| | 512 | /* Site Generator Line */ |
| | 513 | #site-generator .sep { |
| | 514 | background-position: right center; |
| 381 | 515 | } |
| 382 | | article.feature-image.small { |
| 383 | | float: left; |
| 384 | | } |
| 385 | | article.feature-image.small .entry-summary a { |
| 386 | | right: -9%; |
| 387 | | } |
| 388 | 516 | |
| 389 | 517 | |
| 390 | 518 | /* =Responsive Structure |
| 391 | 519 | ----------------------------------------------- */ |
| 392 | 520 | |
| 393 | 521 | @media (max-width: 800px) { |
| 394 | | |
| 395 | | /* Three Footer Widget Areas */ |
| 396 | | #supplementary.three .widget-area { |
| 397 | | float: right; |
| 398 | | margin-left: 3.7%; |
| 399 | | margin-right: auto; |
| 400 | | } |
| 401 | | #supplementary.three .widget-area + .widget-area + .widget-area { |
| 402 | | margin-left: 0; |
| 403 | | margin-right: auto; |
| 404 | | } |
| 405 | | |
| 406 | 522 | /* Simplify the showcase template when small feature */ |
| 407 | | section.featured-post .attachment-small-feature, |
| 408 | | .one-column section.featured-post .attachment-small-feature { |
| | 523 | section.featured-post .attachment-small-feature, |
| | 524 | .one-column section.featured-post .attachment-small-feature { |
| 409 | 525 | float: right; |
| 410 | 526 | } |
| 411 | 527 | article.feature-image.small { |
| 412 | 528 | float: left; |
| 413 | 529 | } |
| 414 | | article.feature-image.small .entry-summary a { |
| 415 | | right: -9%; |
| | 530 | article.feature-image.small .entry-summary p a { |
| | 531 | right: 0; |
| 416 | 532 | } |
| 417 | | |
| 418 | | /* Make sure the logo and search form don't collide */ |
| 419 | | #branding #searchform { |
| 420 | | left: 1px; |
| | 533 | .singular .entry-meta .edit-link a { |
| | 534 | left: auto; |
| | 535 | right: 0px; |
| 421 | 536 | } |
| 422 | | } |
| 423 | | |
| 424 | | @media (max-width: 800px) { |
| 425 | | |
| 426 | | /* Three Footer Widget Areas */ |
| 427 | | #supplementary.three .widget-area { |
| 428 | | float: right; |
| 429 | | margin-left: 3.7%; |
| 430 | | margin-right: auto; |
| | 537 | /* Make sure we have room for our comment avatars */ |
| | 538 | .commentlist > li.comment, |
| | 539 | .commentlist .pingback { |
| | 540 | margin-left: 0; |
| | 541 | margin-right: 102px; |
| 431 | 542 | } |
| 432 | | #supplementary.three .widget-area + .widget-area + .widget-area { |
| | 543 | /* No need to float footer widgets at this size */ |
| | 544 | #colophon #supplementary .widget-area { |
| 433 | 545 | margin-left: 0; |
| 434 | | margin-right: auto; |
| 435 | 546 | } |
| 436 | | |
| 437 | | /* Simplify the showcase template when small feature */ |
| 438 | | section.featured-post .attachment-small-feature, |
| 439 | | .one-column section.featured-post .attachment-small-feature { |
| 440 | | float: right; |
| | 547 | /* No need to float 404 widgets at this size */ |
| | 548 | .error404 #main .widget { |
| | 549 | margin-left: 0; |
| 441 | 550 | } |
| 442 | | article.feature-image.small { |
| 443 | | float: left; |
| | 551 | } |
| | 552 | @media (max-width: 650px) { |
| | 553 | /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */ |
| | 554 | #site-title, |
| | 555 | #site-description { |
| | 556 | margin-left: 0; |
| 444 | 557 | } |
| 445 | | article.feature-image.small .entry-summary a { |
| 446 | | right: -9%; |
| 447 | | right: auto; |
| | 558 | /* Talking avatars take up too much room at this size */ |
| | 559 | .commentlist > li.comment, |
| | 560 | .commentlist > li.pingback { |
| | 561 | margin-right: 0 !important; |
| 448 | 562 | } |
| 449 | | |
| 450 | | /* Make sure the logo and search form don't collide */ |
| 451 | | #branding #searchform { |
| 452 | | left: 1px; |
| | 563 | .commentlist .children .avatar { |
| | 564 | left: auto; |
| | 565 | right: 2.2em; |
| 453 | 566 | } |
| 454 | | } |
| 455 | | |
| 456 | | @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { |
| 457 | | #primary { |
| 458 | | float: right; |
| | 567 | /* Use the available space in the smaller comment form */ |
| | 568 | #respond .comment-form-author .required, |
| | 569 | #respond .comment-form-email .required { |
| | 570 | left: auto; |
| | 571 | right: 95%; |
| 459 | 572 | } |
| 460 | | .commentlist .avatar { |
| 461 | | right: 2.2em; |
| | 573 | #content .gallery-columns-3 .gallery-item { |
| | 574 | padding-right: 0; |
| | 575 | padding-left:2%; |
| 462 | 576 | } |
| 463 | 577 | } |
| | 578 | @media (max-width: 450px) { |
| | 579 | #content .gallery-columns-2 .gallery-item { |
| | 580 | padding-right:0; |
| | 581 | padding-left:4%; |
| | 582 | } |
| | 583 | } |
| 464 | 584 | |
| 465 | | |
| 466 | 585 | /* =Print |
| 467 | 586 | ----------------------------------------------- */ |
| 468 | 587 | |
| 469 | 588 | @media print { |
| 470 | 589 | #primary { |
| 471 | | float: right; |
| | 590 | float: right; |
| 472 | 591 | } |
| 473 | | |
| 474 | 592 | /* Comments */ |
| 475 | 593 | .commentlist .avatar { |
| 476 | | right: 2.2em; |
| | 594 | left: auto; |
| | 595 | right: 2.2em; |
| 477 | 596 | } |
| | 597 | .commentlist li.comment .comment-meta { |
| | 598 | margin-left: 0; |
| | 599 | margin-right: 50px; |
| | 600 | } |
| 478 | 601 | } |
| 479 | 602 | |
| 480 | | |
| 481 | 603 | /* =IE7 |
| 482 | 604 | ----------------------------------------------- */ |
| 483 | 605 | |
| 484 | | #ie7 article.intro { |
| 485 | | margin-right: -7.6%; |
| 486 | | margin-left: -7.6%; |
| 487 | | padding-right: -7.6%; |
| 488 | | padding-left: -7.6%; |
| 489 | | } |
| 490 | | |
| 491 | | #ie7 section.featured-post { |
| 492 | | margin-right: -7.6%; |
| 493 | | margin-left: -7.6%; |
| 494 | | } |
| 495 | | |
| 496 | 606 | #ie7 section.recent-posts { |
| | 607 | margin-right: 0; |
| 497 | 608 | margin-left: 7.6%; |
| 498 | | margin-right: auto; |
| 499 | | } |
| | 609 | } |
| | 610 | No newline at end of file |