My public website https://www.chameth.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_figures.sass 579B

123456789101112131415161718192021222324252627282930313233
  1. // Figures displayed in articles
  2. figure
  3. border: 2px solid rgba(200, 200, 200, 0.7)
  4. border-radius: 0.35em
  5. margin: 0 1em 1em 1em
  6. display: inline-block
  7. position: relative
  8. overflow: hidden
  9. top: 0.25em
  10. img
  11. display: block
  12. width: 100%
  13. figcaption
  14. display: block
  15. background-color: rgba(200, 200, 200, 0.7)
  16. text-align: center
  17. font-style: italic
  18. font-size: small
  19. &.left
  20. float: left
  21. margin-left: 0
  22. margin-right: 1.5em
  23. max-width: 40%
  24. &.right
  25. float: right
  26. margin-left: 1.5em
  27. margin-right: 0
  28. max-width: 40%