home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 April / NETGUID0404N.iso / pc / featured / Windows / PhotoImpact / UPIXL_T_E.exe / Disk1 / _Graphics / Style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-06-26  |  1.5 KB  |  64 lines

  1. /*----------------------------------------------------------------*/
  2. /*                                                                */
  3. /*   Style.css - style sheet for the                              */
  4. /*               One-Click Install trigger sample page            */
  5. /*                                                                */
  6. /*   Copyright © 2001-2002 InstallShield Software Corporation     */
  7. /*                                                                */
  8. /*----------------------------------------------------------------*/
  9.  
  10. BODY {
  11.     font-family: "Verdana", "Arial", sans-serif;
  12.     font-size: xx-small;
  13.     color: black;
  14.     background-color: white;
  15.     margin: 0em;
  16. }
  17.  
  18. IMG {
  19.     border: none;
  20. }
  21.  
  22. P {
  23.     font-size: xx-small;
  24. }
  25.  
  26. A {
  27.     color: #002B55;
  28. }
  29.  
  30. HR {
  31.     width: 100%;
  32.     height: 1px;
  33.     color: #002B55;
  34. }
  35.  
  36. TD {
  37.     text-align: left;
  38.     vertical-align: top;
  39. }
  40.  
  41. .upperleft {
  42.     background-image: url(_graphics/UL.gif);
  43.     background-position: top left;
  44.     background-repeat: no-repeat;
  45. }
  46.  
  47. .upperright {
  48.     background-image: url(_graphics/UR.gif);
  49.     background-position: top right;
  50.     background-repeat: no-repeat;
  51. }
  52.  
  53. .lowerleft {
  54.     background-image: url(_graphics/LL.gif);
  55.     background-position: bottom left;
  56.     background-repeat: no-repeat;
  57. }
  58.  
  59. .lowerright {
  60.     background-image: url(_graphics/LR.gif);
  61.     background-position: bottom right;
  62.     background-repeat: no-repeat;
  63. }
  64.