lightbox_lite-rtl.css 970 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* $Id: lightbox_lite-rtl.css,v 1.1.2.6 2010/06/07 14:54:30 snpower Exp $ */
  2. #lightbox {
  3. background-color: #eee;
  4. padding: 10px;
  5. border-bottom: 2px solid #666;
  6. border-right: 2px solid #666;
  7. min-width: 240px;
  8. }
  9. #lightboxDetails {
  10. font-size: 1.2em;
  11. padding-top: 0.6em;
  12. min-width: 240px;
  13. }
  14. #lightboxCaption {
  15. float: right;
  16. font: 0.9em black;
  17. }
  18. #keyboardMsg {
  19. float: left;
  20. font: 0.9em black;
  21. }
  22. #closeButton {
  23. top: 5px;
  24. right: 5px;
  25. width: 20px;
  26. height: 20px;
  27. position: absolute;
  28. z-index: 200;
  29. background: url(../images/close_lite.gif) no-repeat;
  30. }
  31. #loadingImage {
  32. position: absolute;
  33. top: 30%;
  34. left: 45%;
  35. height: 25%;
  36. width: 100%;
  37. text-align: center;
  38. line-height: 0;
  39. background: url(../images/loading_lite.gif) no-repeat;
  40. width: 126px;
  41. height: 22px;
  42. z-index: 150;
  43. }
  44. #lightbox img {
  45. border: none;
  46. clear: both;
  47. }
  48. #lightbox2-overlay {
  49. background-color: #333;
  50. opacity: 0.6;
  51. filter:alpha(opacity=60);
  52. }