| 344 | | } |
| 345 | | No newline at end of file |
| | 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 | /* Link */ |
| | 395 | .post-format-link { |
| | 396 | background-color: #f7f5e7; |
| | 397 | } |
| | 398 | |
| | 399 | /* Quote */ |
| | 400 | .post-format-quote { |
| | 401 | background-color: #210d10; |
| | 402 | color: #f7f5e7; |
| | 403 | } |
| | 404 | |
| | 405 | .post-format-quote blockquote { |
| | 406 | font-size: 28px; |
| | 407 | font-style: italic; |
| | 408 | font-weight: 300; |
| | 409 | margin: 0; |
| | 410 | padding-left: 75px; |
| | 411 | position: relative; |
| | 412 | } |
| | 413 | |
| | 414 | .post-format-quote a { |
| | 415 | color: #e63f2a; |
| | 416 | } |
| | 417 | |
| | 418 | .post-format-quote blockquote small, |
| | 419 | .post-format-quote blockquote cite { |
| | 420 | display: block; |
| | 421 | font-size: 16px; |
| | 422 | } |
| | 423 | |
| | 424 | .post-format-quote blockquote small a, |
| | 425 | .post-format-quote blockquote cite a { |
| | 426 | border-bottom: 1px dotted #fff; |
| | 427 | color: #fff; |
| | 428 | } |
| | 429 | |
| | 430 | .post-format-quote blockquote small a:hover, |
| | 431 | .post-format-quote blockquote cite a:hover { |
| | 432 | text-decoration: none; |
| | 433 | } |
| | 434 | |
| | 435 | /* Status */ |
| | 436 | .post-format-status { |
| | 437 | background-color: #722d19; |
| | 438 | color: #f7f5e7; |
| | 439 | font-style: italic; |
| | 440 | font-weight: 300; |
| | 441 | max-width: 569px; |
| | 442 | } |
| | 443 | |
| | 444 | .post-format-status.mceContentBody { |
| | 445 | font-size: 24px; |
| | 446 | } |
| | 447 | |
| | 448 | .post-format-status a { |
| | 449 | color: #eadaa6; |
| | 450 | } |
| | 451 | |
| | 452 | /* Video */ |
| | 453 | .post-format-video { |
| | 454 | background-color: #db572f; |
| | 455 | } |
| | 456 | |
| | 457 | .post-format-video a { |
| | 458 | color: #fbfaf3; |
| | 459 | } |