You are here

panopoly-images.css in Panopoly 8.2

Styles for panopoly_images.

File

modules/panopoly/panopoly_images/css/panopoly-images.css
View source
  1. /**
  2. * @file
  3. * Styles for panopoly_images.
  4. */
  5. img.panopoly-images-full,
  6. img.panopoly-images-half,
  7. img.panopoly-images-quarter,
  8. img.panopoly-images-featured,
  9. img.panopoly-images-thumbnail,
  10. img.panopoly-images-square,
  11. img.panopoly-images-original,
  12. img.panopoly-images-spotlight,
  13. img.panopoly-images-video {
  14. max-width: 100%;
  15. height: auto;
  16. vertical-align: bottom;
  17. }
  18. /**
  19. * Image styling
  20. */
  21. img.panopoly-images-full {
  22. width: 100% !important;
  23. margin-bottom: .5em;
  24. }
  25. img.panopoly-images-half {
  26. max-width: 50%;
  27. width: 50%;
  28. float: left;
  29. margin-right: .75em;
  30. margin-bottom: .5em;
  31. margin-top: .5em;
  32. }
  33. img.panopoly-images-quarter {
  34. max-width: 25%;
  35. width: 25%;
  36. float: left;
  37. margin-right: .5em;
  38. margin-bottom: .25em;
  39. margin-top: .25em;
  40. }