home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 June / PCWorld_2002-06_cd.bin / Software / Vyzkuste / extractor / Extractor.chm / style.css < prev    next >
Cascading Style Sheet File  |  2002-01-13  |  835b  |  59 lines

  1. a {
  2.     COLOR: blue;
  3.     TEXT-DECORATION: underline;
  4.     font : 8pt;
  5. }
  6. a:hover {
  7.     COLOR: red;
  8.     TEXT-DECORATION: underline
  9. }
  10.  
  11. body {
  12.     font-size: 70%;            
  13.     font-family: Verdana, Arial, Sans Serif;
  14.     color: black;
  15.     background: white;    
  16. }
  17.  
  18. ul {
  19.     list-style-type: disc;
  20.     COLOR: black;
  21.     font : 8pt;
  22.     overflow-x : visible;
  23.     margin-left : 30;
  24. }
  25.  
  26. .normaltext {
  27.     font: 8pt Verdana, Arial, Sans Serif;
  28.     color: black;
  29. }
  30.  
  31. .note {
  32.     font-weight:bold; clear:both;
  33.     margin-top:1em; 
  34.     margin-bottom:-2.5em; 
  35. }
  36.  
  37. .headline {
  38.     font: bold;
  39.     font-size: 125%; 
  40.     margin-bottom: .5em; clear:both; width: 85%;
  41.     color: black;
  42. }
  43.  
  44. .htable {
  45.     BACKGROUND-COLOR: #D3D3D3;
  46.     font: 8pt bold;
  47. }
  48.  
  49. .table {
  50.     BACKGROUND-COLOR: white;
  51.     font: 8pt bold;
  52. }
  53.  
  54. .htopic {
  55.     COLOR: Black;
  56.     BACKGROUND-COLOR: Silver;
  57.     font : bold 8pt;
  58. }
  59.