lightbox-rtl.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* $Id: lightbox-rtl.css,v 1.1.2.18 2010/06/07 14:43:02 snpower Exp $ */
  2. #imageData #imageDetails {
  3. float: right;
  4. text-align: right;
  5. }
  6. /* Image location mod */
  7. #bottomNavClose {
  8. float: left;
  9. }
  10. #bottomNavZoom,
  11. #bottomNavZoomOut {
  12. left: -30px;
  13. float: left;
  14. }
  15. #lightshowPlay,
  16. #lightshowPause {
  17. float: left;
  18. margin-right: 0px;
  19. margin-left: 5px;
  20. }
  21. #prevLink, #nextLink {
  22. width: 49%;
  23. height: 100%;
  24. background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
  25. display: block;
  26. }
  27. #prevLink, #framePrevLink {
  28. left: auto;
  29. right: 0;
  30. float: right;
  31. }
  32. #nextLink, #frameNextLink {
  33. right: auto;
  34. left: 0;
  35. float: left;
  36. }
  37. #prevLink:hover, #prevLink:visited:hover, #prevLink.force_show_nav, #framePrevLink {
  38. background: url(../images/next.gif) right 15% no-repeat;
  39. }
  40. #nextLink:hover, #nextLink:visited:hover, #nextLink.force_show_nav, #frameNextLink {
  41. background: url(../images/prev.gif) left 15% no-repeat;
  42. }
  43. #prevLink:hover.force_show_nav, #prevLink:visited:hover.force_show_nav,
  44. #framePrevLink:hover, #framePrevLink:visited:hover {
  45. background: url(../images/next_hover.gif) right 15% no-repeat;
  46. }
  47. #nextLink:hover.force_show_nav, #nextLink:visited:hover.force_show_nav,
  48. #frameNextLink:hover, #frameNextLink:visited:hover {
  49. background: url(../images/prev_hover.gif) left 15% no-repeat;
  50. }