home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / software / slunec / app / 6447_8518.exe / NetLimiter.chm / css / main.css
Cascading Style Sheet File  |  2004-01-20  |  595b  |  51 lines

  1. BODY
  2. {
  3.     font-family: Verdana;
  4.     font-size: 9pt;
  5.     background-color: White;
  6.     scrollbar-face-color: lavender;
  7.     scrollbar-shadow-color: white;
  8.     background-image: url("../images/bg.png");
  9.     background-position: top right;
  10.     background-repeat: repeat-y;
  11. }
  12.  
  13. H2
  14. {
  15.     font-size: 13pt;
  16. }
  17.  
  18. H3
  19. {
  20.     font-size: 11pt;
  21. }
  22.  
  23. LI
  24. {
  25.     margin-top: 2px;
  26.     margin-bottom: 2px;
  27. }
  28.  
  29. DT
  30. {
  31.     margin-top: 5px;
  32.     margin-bottom: 2px;
  33.     font-style: italic;
  34.     font-weight: bold;
  35. }
  36.  
  37. A
  38. {
  39.     color: mediumblue;
  40. }
  41.  
  42. A:hover
  43. {
  44.     color: dodgerblue;
  45. }
  46.  
  47. IMG
  48. {
  49.     border-width: thin;
  50.     border-style: solid;
  51. }