/jquery.pwi/js/jquery.slimbox2/jquery.slimbox2-rtl.css

http://pwi.googlecode.com/ · CSS · 84 lines · 70 code · 13 blank · 1 comment · 0 complexity · 9cc26f987dd8e7567244be746d3d87d7 MD5 · raw file

  1. /* SLIMBOX */
  2. #lbOverlay {
  3. position: fixed;
  4. z-index: 9999;
  5. left: 0;
  6. top: 0;
  7. width: 100%;
  8. height: 100%;
  9. background-color: #000;
  10. cursor: pointer;
  11. }
  12. #lbCenter, #lbBottomContainer {
  13. position: absolute;
  14. z-index: 9999;
  15. overflow: hidden;
  16. background-color: #fff;
  17. }
  18. .lbLoading {
  19. background: #fff url(loading.gif) no-repeat center;
  20. }
  21. #lbImage {
  22. position: absolute;
  23. left: 0;
  24. top: 0;
  25. border: 10px solid #fff;
  26. background-repeat: no-repeat;
  27. }
  28. #lbPrevLink, #lbNextLink {
  29. display: block;
  30. position: absolute;
  31. top: 0;
  32. width: 50%;
  33. outline: none;
  34. }
  35. #lbPrevLink {
  36. right: 0;
  37. }
  38. #lbPrevLink:hover {
  39. background: transparent url(prevlabel.gif) no-repeat 100% 15%;
  40. }
  41. #lbNextLink {
  42. left: 0;
  43. }
  44. #lbNextLink:hover {
  45. background: transparent url(nextlabel.gif) no-repeat 0 15%;
  46. }
  47. #lbBottom {
  48. font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  49. font-size: 10px;
  50. color: #666;
  51. line-height: 1.4em;
  52. text-align: right;
  53. border: 10px solid #fff;
  54. border-top-style: none;
  55. direction: rtl;
  56. }
  57. #lbCloseLink {
  58. display: block;
  59. float: left;
  60. width: 66px;
  61. height: 22px;
  62. background: transparent url(closelabel.gif) no-repeat center;
  63. margin: 5px 0;
  64. outline: none;
  65. }
  66. #lbCaption, #lbNumber {
  67. margin-left: 71px;
  68. }
  69. #lbCaption {
  70. font-weight: bold;
  71. }