You are here

lightbox_lite-rtl.css in Lightbox2 6

#lightbox {
  background-color: #eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  min-width: 240px;
}

#lightboxDetails {
  font-size: 1.2em;
  padding-top: 0.6em;
  min-width: 240px;
}

#lightboxCaption {
  float: right;
  font: 0.9em black;
}

#keyboardMsg {
  float: left;
  font: 0.9em black;
}

#closeButton {
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 200;
  background: url(../images/close_lite.gif) no-repeat;
}

#loadingImage {
  position: absolute;
  top: 30%;
  left: 45%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  background: url(../images/loading_lite.gif) no-repeat;
  width: 126px;
  height: 22px;
  z-index: 150;
}

#lightbox img {
  border: none;
  clear: both;
}

#lightbox2-overlay {
  background-color: #333;
  opacity: 0.6;
  filter:alpha(opacity=60);
}

File

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