gallery.css 502 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. .chapter-thumbnail {
  15. white-space : pre;
  16. overflow : hidden;
  17. max-height: 100px;
  18. height : 50px;
  19. }
  20. /* Uncomment this for some css3 drop shadows and rounded corners. */
  21. .thumbnail,
  22. .nav,
  23. .large-img,
  24. .crop-img {
  25. border-radius: 25px;
  26. padding-top:5px;
  27. }
  28. .thumbnail,
  29. .nav {
  30. box-shadow: 10px 10px 5px #888888;
  31. }