gallery.css 440 B

123456789101112131415161718192021222324252627282930313233
  1. .crop-img{
  2. max-height:150px;
  3. max-width:100%;
  4. }
  5. .large-img{
  6. max-width:100%;
  7. }
  8. .carousel-img {
  9. margin: auto;
  10. padding: 10px;
  11. max-height:300px;
  12. max-width:100%;
  13. }
  14. /*
  15. * uncomment this for some css3 drop shadows and rounded corners.
  16. */
  17. .thumbnail,.nav, .large-img, .crop-img{
  18. border-radius: 2px;
  19. padding-top:5px;
  20. }
  21. .thumbnail,.nav {
  22. box-shadow: 2px 2px 5px #888888;
  23. }
  24. .thumbnail {
  25. height: 30vh;
  26. overflow: hidden;
  27. }