home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 October - Disc 3 / PCNET_CD_2006_10_3.iso / apps / AutoHotkey104411_Install.exe / AutoHotkey.chm / docs / css / commands.css next >
Encoding:
Cascading Style Sheet File  |  2006-09-09  |  1.1 KB  |  55 lines

  1. body {
  2.     font-family:Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
  3.     font-size:75%;
  4.     border:0px;
  5.     background-color:#FFFFFF;
  6. }
  7.  
  8. p {
  9.     margin-top:0.7em;
  10.     margin-bottom:0.7em;
  11. }
  12.  
  13. PRE {
  14.     font-family:Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
  15.     color:#006030;
  16.     font-size:100%;
  17.     margin-top:0.7em;
  18.     margin-bottom:0.7em;
  19. }
  20.  
  21. table {font-size:100%;}
  22. tr {font-size:100%;}
  23. td {font-size:100%;}
  24. b {font-weight:bold;}
  25. ul {margin-top:0.7em;margin-bottom:0.7em;}
  26. ol {margin-top:0.7em; margin-bottom:0.7em;}
  27. li {margin-top:0.2em; margin-bottom:0.2em;}
  28.  
  29. a        {text-decoration:none;}
  30. a:link   {text-decoration:none;color:#0000AA;}
  31. a:visited{text-decoration:none;color:#AA00AA;}
  32. a:active {text-decoration:none;color:#0000AA;}
  33. a:hover  {text-decoration:underline;color:#6666CC;}
  34.  
  35. H1 {
  36.     margin:0;
  37.     font-weight:normal;
  38.     font-size:155%;
  39. }
  40.  
  41. H2 {
  42.     margin:0;
  43.     font-weight:normal;
  44.     font-size:133%;
  45. }
  46.  
  47. H3 {
  48.     margin:0;
  49.     font-weight:bold;
  50.     font-size:116%;
  51. }
  52.  
  53. .small80 {font-size:80%;font-weight:normal}
  54. .small65 {font-size:65%;font-weight:normal}
  55.