ccs-lightbox.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* lightbox */
  2. .gallery_content {
  3. background: #fff;
  4. padding: 8px;
  5. }
  6. #gallery {
  7. background: url(/site_media/art/lb/border-trans.png);
  8. padding: 2px;
  9. font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Helvetica,Arial,sans-serif;
  10. font-size: 1.2em;
  11. }
  12. .gallery_slides {
  13. margin: 4px;
  14. border: 1px solid #777;
  15. }
  16. .gallery_content .bottom {
  17. padding: 5px 12px 12px 12px;
  18. position: relative;
  19. min-height:45px;
  20. }
  21. .gallery_content p.caption {
  22. width: 300px;
  23. }
  24. .gallery_content .pagination {
  25. position: absolute;
  26. right: 18px;
  27. top: 16px;
  28. }
  29. .gallery_content .pagination .prev {
  30. width: 23px;
  31. height: 23px;
  32. float: left;
  33. background: url(/site_media/art/lb/arw-left.gif) -5px -4px;
  34. }
  35. .gallery_content .pagination .prev:hover {
  36. background: url(/site_media/art/lb/arw-left.gif) 26px -4px;
  37. }
  38. .gallery_content .pagination .next {
  39. width: 23px;
  40. height: 23px;
  41. float: left;
  42. border-left: 1px solid #ddd;
  43. background: url(/site_media/art/lb/arw-right.gif) -2px -4px;
  44. }
  45. .gallery_content .pagination .next:hover {
  46. background: url(/site_media/art/lb/arw-right.gif) -33px -4px;
  47. }
  48. .gallery_content .pagination img {
  49. clear:both;
  50. }
  51. .gallery_content a, .gallery_content img.closeSticky {
  52. cursor: pointer;
  53. }