home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / fusion.jar / skin / fusion / global / printPreview.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  893b  |  39 lines

  1. /* ..... page navigation ..... */
  2.  
  3. .home-arrow {
  4.   list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp-end.gif");
  5. }
  6.  
  7. .end-arrow {
  8.   list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp-end.gif");
  9. }
  10.  
  11. .left-arrow {
  12.   list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif");
  13. }
  14.  
  15. .right-arrow {
  16.   list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp.gif");
  17. }
  18.  
  19. /* ...... scale in/decrement ..... */
  20.  
  21. .up-arrow {
  22.   list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif");
  23. }
  24.  
  25. .down-arrow {
  26.   list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif");
  27. }
  28.  
  29.  
  30. /* ..... orientation ..... */
  31.  
  32. .toolbar-portrait-page {
  33.   list-style-image: url("chrome://global/skin/Portrait-small.png");
  34. }
  35.  
  36. .toolbar-landscape-page {
  37.   list-style-image: url("chrome://global/skin/Landscape-small.png");
  38. }
  39.