_media.scss 814 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. img {
  2. height: auto; /* Make sure images are scaled correctly. */
  3. max-width: 100%; /* Adhere to container width. */
  4. }
  5. figure {
  6. margin: 0 0 1.6em;
  7. }
  8. .page-content .wp-smiley,
  9. .entry-content .wp-smiley,
  10. .comment-content .wp-smiley {
  11. border: none;
  12. margin-bottom: 0;
  13. margin-top: 0;
  14. padding: 0;
  15. }
  16. /* Make sure embeds and iframes fit their containers. */
  17. embed,
  18. iframe,
  19. object {
  20. max-width: 100%;
  21. }
  22. .wp-caption {
  23. @include font-size(.825);
  24. font-style: italic;
  25. margin-bottom: 1.6em;
  26. max-width: 100%;
  27. img[class*="wp-image-"] {
  28. @include center-block;
  29. }
  30. .wp-caption-text {
  31. margin: 0.8em 0;
  32. }
  33. }
  34. .wp-caption-text {
  35. text-align: center;
  36. }
  37. /*--------------------------------------------------------------
  38. ## Galleries
  39. --------------------------------------------------------------*/
  40. @import "galleries";