| | 345 | } |
| | 346 | |
| | 347 | /** |
| | 348 | * Post Formats |
| | 349 | * ---------------------------------------------------------------------------- |
| | 350 | */ |
| | 351 | |
| | 352 | /* Aside */ |
| | 353 | .post-format-aside { |
| | 354 | background-color: #f7f5e7; |
| | 355 | } |
| | 356 | |
| | 357 | .post-format-aside blockquote { |
| | 358 | font-size: 100%; |
| | 359 | font-weight: normal; |
| | 360 | } |
| | 361 | |
| | 362 | .post-format-aside cite:before { |
| | 363 | content: "\2014"; |
| | 364 | margin-right: 5px; |
| | 365 | } |
| | 366 | |
| | 367 | /* Audio */ |
| | 368 | .post-format-audio { |
| | 369 | background-color: #db572f; |
| | 370 | } |
| | 371 | |
| | 372 | .post-format-audio a { |
| | 373 | color: #fbfaf3; |
| | 374 | } |
| | 375 | |
| | 376 | /* Chat */ |
| | 377 | .post-format-chat { |
| | 378 | background-color: #eadaa6; |
| | 379 | } |
| | 380 | |
| | 381 | .post-format-chat a { |
| | 382 | color: #722d19; |
| | 383 | } |
| | 384 | |
| | 385 | /* Gallery */ |
| | 386 | .post-format-gallery { |
| | 387 | background-color: #fbca3c; |
| | 388 | } |
| | 389 | |
| | 390 | .post-format-gallery a { |
| | 391 | color: #722d19; |
| | 392 | } |
| | 393 | |
| | 394 | /* Image: same as standard */ |
| | 395 | |
| | 396 | /* Link */ |
| | 397 | .post-format-link { |
| | 398 | background-color: #f7f5e7; |
| | 399 | } |
| | 400 | |
| | 401 | /* Quote */ |
| | 402 | .post-format-quote { |
| | 403 | background-color: #210d10; |
| | 404 | color: #f7f5e7; |
| | 405 | } |
| | 406 | |
| | 407 | .post-format-quote blockquote { |
| | 408 | font-size: 28px; |
| | 409 | margin: 0; |
| | 410 | font-style: italic; |
| | 411 | font-weight: 300; |
| | 412 | padding-left: 75px; |
| | 413 | position: relative; |
| | 414 | } |
| | 415 | |
| | 416 | .post-format-quote a { |
| | 417 | color: #e63f2a; |
| | 418 | } |
| | 419 | |
| | 420 | .post-format-quote blockquote small, |
| | 421 | .post-format-quote blockquote cite { |
| | 422 | display: block; |
| | 423 | font-size: 16px; |
| | 424 | } |
| | 425 | |
| | 426 | /* Status */ |
| | 427 | .post-format-status { |
| | 428 | background-color: #722d19; |
| | 429 | color: #f7f5e7; |
| | 430 | font-style: italic; |
| | 431 | font-weight: 300; |
| | 432 | max-width: 569px; |
| | 433 | } |
| | 434 | |
| | 435 | .post-format-status.mceContentBody { |
| | 436 | font-size: 24px; |
| | 437 | } |
| | 438 | |
| | 439 | .post-format-status a { |
| | 440 | color: #eadaa6; |
| | 441 | } |
| | 442 | |
| | 443 | /* Video */ |
| | 444 | .post-format-video { |
| | 445 | background-color: #db572f; |
| | 446 | } |
| | 447 | |
| | 448 | .post-format-video a { |
| | 449 | color: #fbfaf3; |