home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / kerio / manual / style.css < prev   
Cascading Style Sheet File  |  2004-02-04  |  946b  |  70 lines

  1. BODY, TD {
  2.     background-color: white;
  3.     font-family: Verdana, Arial, Helvetica, sans-serif;
  4.     font-size: 70%;
  5. }
  6.  
  7. .term, .glossterm {
  8.     font-weight: bold;
  9.     margin-right: 12pt;
  10.     margin-top: 6pt;
  11.     margin-bottom: 0pt;
  12. }
  13.  
  14. A:link, A:visited {
  15.     color: #0000FF;
  16.  
  17. A:hover, A:active {
  18.     color: #FF0000;
  19. }
  20.  
  21. .informalfigure, .informaltable {
  22.     margin-left: 24pt;
  23.     margin-top: 6pt;
  24.     margin-bottom: 6pt;
  25. }
  26.  
  27. .programlisting, .literallayout {
  28.     margin-left: 24pt;
  29. }
  30.  
  31. P {
  32.     margin-top: 6pt;
  33.     margin-bottom: 6pt;
  34. }
  35.  
  36. TT {
  37.     font-size: 125%;
  38.  
  39. }
  40.  
  41. UL {
  42.     margin-top: 0pt;
  43.     margin-bottom: 0pt;
  44. }
  45.  
  46. TABLE {
  47.     border-top: solid 1px black;
  48.     border-bottom: solid 1px black;
  49. }
  50.  
  51. H1 {
  52.         color: #000000;
  53.         font-size: 125%;
  54. }
  55.  
  56. H2 {
  57.         color: #000000;
  58.         font-size: 110%;
  59.          margin-top: "1.5em";
  60.     margin-bottom:" .5em"; clear:both;
  61. }
  62.  
  63. H3 {
  64.         color: #000000;
  65.         font-size: 105%;
  66.          margin-top: "1.2em";
  67.     margin-bottom:" .5em"; clear:both;
  68.     font-style : italic;
  69. }