home *** CD-ROM | disk | FTP | other *** search
/ Namo WebEditor 5 / Namo WebEditor 5.iso / Document / Tutorial / images / tutorial.css < prev   
Encoding:
Cascading Style Sheet File  |  2002-04-08  |  1.2 KB  |  83 lines

  1. h1
  2.     { font-family:▒╝╕▓;
  3.     font-size:13pt;
  4.     color:rgb(72, 82, 133); }
  5.  
  6. h2
  7.     { font-family:╣┘┼┴;
  8.     font-size:14pt; 
  9.     color:blue; 
  10.     margin-left:20pt; }
  11.  
  12. h3 
  13.     { font-family:▒╝╕▓; 
  14.     font-size:10pt;
  15.     color:rgb(70, 115, 160);
  16.     margin-top:20px;
  17.     margin-bottom:0px; }
  18.  
  19. h4
  20.     { font-family:▒╝╕▓;
  21.     font-size:10pt; 
  22.     color:rgb(70, 115, 160);
  23.     margin-top:15px; 
  24.     margin-left:10px;
  25.     margin-bottom:0px; }
  26.  
  27. h5
  28.     { font-family:▒╝╕▓;
  29.     font-size:9pt; 
  30.     color:000066;
  31.     margin-left:10px; }
  32.  
  33. h6 
  34.     { font-family:╣┘┼┴; 
  35.     font-size:10pt; 
  36.     color:blue; 
  37.     margin-left:20pt; }
  38.  
  39. p
  40.     { font-family:▒╝╕▓;
  41.     font-size:9pt; }
  42. li 
  43.     { font-family:▒╝╕▓; 
  44.     font-size:9pt; }
  45.  
  46. ol 
  47.     {margin-top:10px; }
  48.  
  49. a:link, a:visited, a:active 
  50.     { text-decoration:none; }
  51.  
  52. a:hover 
  53.     {text-decoration:underline; }
  54.  
  55. body
  56.     {margin-top:15px;
  57.     margin-left:15px;}
  58.  
  59. .mtext
  60.     {font-family:▒╝╕▓;
  61.     font-size:9pt;
  62.     line-height:150%;
  63.     margin-top:5px;
  64.     margin-bottom:5px;}
  65.  
  66. .table
  67.     {margin-left:25px;}
  68. .table th
  69.     {background-color:#DEE8F6; color:black;}
  70.  
  71. .indent     
  72.     {font-family:▒╝╕▓;
  73.     font-size:9pt;
  74.     line-height:150%;
  75.     margin-top:10px;
  76.     margin-bottom:5px;
  77.     margin-left:15px;}
  78.  
  79. .src
  80.          {color:#666666;
  81.     font-weight:bold;
  82.     font-size:9pt;}
  83.