home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / directanimation / webcd / da / tutorial.css < prev    next >
Cascading Style Sheet File  |  1997-09-27  |  2KB  |  78 lines

  1. body { background: white; }
  2.  
  3. .title {
  4.         font-size: 15pt;      
  5.         font-family: "Verdana, Arial, Helvetica"; 
  6.         font-weight: bold;     
  7.         font-style: normal;
  8.         color: "black";
  9.        } 
  10. .code  {
  11.         font-size: 10pt;
  12.         font-family: "Courier New"; 
  13.         font-weight: light;     
  14.         font-style: normal;
  15.         color: "BA008F";
  16.        }
  17. .link  {
  18.         font-size: 10pt;      
  19.         font-family: "Verdana, Arial, Helvetica"; 
  20.         font-weight: normal;     
  21.         font-style: normal;
  22.         color: "blue";
  23.        }
  24. .demo  {
  25.         font-size: 8pt;      
  26.         font-family: "Verdana, Arial, Helvetica"; 
  27.         font-weight: normal;     
  28.         font-style: normal;
  29.         color: "blue";
  30.        }
  31. .demotitle{
  32.         font-size: 8pt;      
  33.         font-family: "Verdana, Arial, Helvetica"; 
  34.         font-weight: bold;     
  35.         font-style: normal;
  36.         color: "red";
  37.        }
  38. .desc1 {
  39.         font-size: 10pt;      
  40.         font-family: "Verdana, Arial, Helvetica"; 
  41.         font-weight: bold;     
  42.         font-style: normal;
  43.         color: "black";
  44.         }          
  45. .desc2 {
  46.         font-size: 10pt;       
  47.         font-family: "Verdana, Arial, Helvetica"; 
  48.         font-weight: bold; 
  49.         font-style: normal;
  50.         color: "black";
  51.         }
  52. .flush {
  53.         margin-left: -20p; 
  54.         margin-right: -20p;
  55.        }
  56.  
  57. .head1    {
  58.         line-height: 40pt;
  59.         margin-top: 10pt;
  60.         margin-left: 70pt;        
  61.         font-size: 50pt;
  62.         font-style: italic;
  63.         }
  64.  
  65. .head2    {        
  66.         line-height: 40pt;
  67.         margin-left: 150pt;        
  68.         font: 40pt "arial";
  69.         font-weight: bold;
  70.         color: silver;
  71.         }
  72. .name    {
  73.         font-size: 10pt;
  74.         font-family: "Verdana, Arial, Helvetica"; 
  75.         font-weight: normal;
  76.         font-style: italic;
  77.         color: blue;
  78.         }