home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2003 March / maximum-cd-2003-03.iso / Software / Utilities / ws_ftp76.exe / data1.cab / English_Help_-_Common / tutorstyle2.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-12-18  |  1.3 KB  |  68 lines

  1. BODY {
  2.     background-color : #6699cc;
  3.     margin-top : 0px;
  4.     margin-left : 0px;
  5. }
  6. .norm {
  7.     font-family : Arial, Helvetica, sans-serif;
  8.     font-size : 12px;
  9.     color: Cornsilk;
  10. }
  11.  
  12. A:HOVER {
  13.     font-family : Arial, Helvetica, sans-serif;
  14.     font-size : 12px;
  15.     color: #98FB98;
  16.     text-decoration: underline;
  17. }
  18.  
  19. .celltext {
  20.     font-family : Arial, Helvetica, sans-serif;
  21.     font-size : 12px;
  22.     padding-right: 5px;
  23.     color: Cornsilk;
  24. }
  25. .listtext {
  26.     font-family : Arial, Helvetica, sans-serif;
  27.     font-size : 12px;
  28.     color: Cornsilk;
  29.     padding-right: 5px;
  30.     padding-top: 6px;
  31. }
  32. A:ACTIVE {
  33.     font-family : Arial, Helvetica, sans-serif;
  34.     font-size : 12px;
  35.     color: Cornsilk;
  36.     text-decoration: underline;
  37. }
  38.  
  39. A:LINK {
  40.     font-family : Arial, Helvetica, sans-serif;
  41.     font-size : 12px;
  42.     color: Cornsilk;
  43.     text-decoration: none;
  44. }
  45. A:VISITED {
  46.     font-family : Arial, Helvetica, sans-serif;
  47.     font-size : 12px;
  48.     color: Cornsilk;
  49.     text-decoration: none;
  50. }
  51. .middle {
  52.     background-image: url(backg.gif);
  53.     background-repeat: no-repeat;
  54.     background-position: top center;
  55. }
  56. .title {
  57.     font-family : Arial, Helvetica, sans-serif;
  58.     font-size : 16px;
  59.     color: Cornsilk;
  60.     padding-left : 10px;
  61.     font-weight : bold;
  62. }
  63. .titlebottom {
  64.     font-family : Arial, Helvetica, sans-serif;
  65.     font-size : 12px;
  66.     color: white;
  67.     padding-left : 10px;
  68. }