gallery.css 406 B

12345678910111213141516171819202122232425262728293031
  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. /*
  18. .thumbnail,.nav, .large-img, .crop-img{
  19. border-radius: 25px;
  20. padding-top:5px;
  21. }
  22. .thumbnail,.nav {
  23. box-shadow: 10px 10px 5px #888888;
  24. }
  25. */