home *** CD-ROM | disk | FTP | other *** search
/ BUG 14 / BUGCD1998_05.ISO / web / cascade / _setup.1 / SampleStyleSheet.CSS < prev   
Cascading Style Sheet File  |  1998-02-17  |  706b  |  31 lines

  1.  
  2.    P {
  3.           font-family: "Comic Sans MS", "Helvetica", sans-serif;
  4.           font-size: smaller;
  5.           font-weight: 400;
  6.           color: yellow;
  7.      }
  8.  
  9.    TD {
  10.           background: green;
  11.       }
  12.  
  13.    .main {
  14.           font-family: "Arial", "Helvetica", sans-serif;
  15.           font-size: 36pt;
  16.           font-weight: 400;
  17.           color: gray;
  18.           text-indent: 0px;
  19.           line-height: 56px;
  20.           margin-top: 0px;
  21.          }
  22.  
  23.    .main2 {
  24.           font-family: "Arial", "Helvetica", sans-serif;
  25.           font-size: 36pt;
  26.           font-weight: 400;
  27.           color: darkseagreen;
  28.           text-indent: 4px;
  29.           margin-top: -52px;
  30.           }
  31.