home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / doc / istyle.css < prev    next >
Cascading Style Sheet File  |  2001-04-06  |  684b  |  53 lines

  1. /* style sheet for Icon web pages */
  2.  
  3. BODY, TH, TD {        /* TH & TD because NS tables don't inherit font */
  4.     font-family:    Helvetica, sans-serif;
  5.     }
  6.  
  7. PRE, TT {
  8.     font-family:    LucidaTypewriter, Monaco, Courier, monospace;
  9.     }
  10.  
  11. CODE {
  12.     font-weight:    bold;
  13.     }
  14. VAR {
  15.     font-style:    italic;
  16.     }
  17.  
  18. BODY {
  19.     color:        black; 
  20.     background:    white url(blubordr.gif) repeat-y;
  21.     margin-left:    60px;
  22.     margin-right:    10px;
  23.     }
  24.  
  25. H1 {
  26.     margin-top:    1em;
  27.     margin-bottom:    0.5em;
  28.     }
  29.  
  30. H2 {
  31.     margin-top:    1em;
  32.     }
  33.  
  34. TD {
  35.     padding-left:    0.4em;
  36.     padding-right:    0.4em;
  37.     }
  38.  
  39. UL LI {
  40.     list-style:    disc outside;
  41.     margin-top:    .5ex;
  42.     }
  43.  
  44. A:link {
  45.     background:    white;
  46.     color:        #06C;
  47.     }
  48.  
  49. A:visited {
  50.     background:    white;
  51.     color:        #036;
  52.     }
  53.