home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Extras / DiskInternals / Partition Recovery / Partition_Recovery.exe / help.chm / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-02-01  |  914 b   |  57 lines

  1. BODY{
  2.     font-family: Verdana, Arial, Helvetica, Sans-Serif;
  3.     font-size: 90%;
  4.     background-color: white;
  5. }
  6.  
  7. TABLE{
  8.     font-family: "Verdana", "Ms Sans Serif";
  9.     border : 1 solid Black;
  10.     background-color : #CCCCCC;
  11. }
  12.  
  13. TABLE.hotkeys{
  14.     font-family: "Verdana", "Ms Sans Serif";
  15.     font-size: 100%;
  16.     border : 0;
  17.     background-color : black;
  18.     width: 300px;
  19. }
  20.  
  21. a:link    {
  22.     text-decoration: none;
  23.     color: #0000FF;
  24. }
  25. a:visited {text-decoration: none; color: #0000A0;}
  26. a:hover   {
  27.     text-decoration: underline;
  28.     color: #FF0000;
  29. }
  30.  
  31.  
  32. H6 {
  33.   font-size :100%;    
  34.   background-color : 51627A;
  35.   color: white;    
  36.   margin-top : 0em;
  37.   margin-bottom : -1.0em;
  38. }
  39.  
  40. H5 {
  41.     font-size :100%;
  42.     background-color : #3399CC;
  43.     word-spacing : 5px;
  44.     color : White;
  45.     border : 1 inset Black;
  46. }
  47.  
  48. H1, H2
  49.   font-family: Arial;
  50.   font-size: 120%;
  51.   background-color: white;
  52.   margin-bottom : -0.2em;
  53.  
  54.  
  55.