home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 April / enter-2004-04.iso / files / abiword-setup-2.0.5.exe / AbiWord / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-09  |  921 b   |  63 lines

  1. @import url("histyle.css");
  2.  
  3.  
  4.  
  5. body {
  6.  
  7. background-color: white;
  8.  
  9. color: black;
  10.  
  11. font-family: Times, serif;
  12.  
  13. }
  14.  
  15.  
  16.  
  17. h1, h2, h3, h4, h5, h6 {
  18.  
  19. font-family: Helvetica, sans-serif;
  20.  
  21. }
  22.  
  23.  
  24.  
  25. h1 {
  26.  
  27. font-family: "Arial";
  28.  
  29. font-size: 22pt;
  30.  
  31. margin-bottom: 12pt;
  32.  
  33. font-weight: bold;
  34.  
  35. margin-top: 22pt;
  36.  
  37. }
  38.  
  39.  
  40.  
  41. h2 {
  42.  
  43. font-weight: bold;
  44.  
  45. margin-top: 22pt;
  46.  
  47. font-size: 14pt;
  48.  
  49. margin-bottom: 14pt;
  50.  
  51. font-family: "Arial";
  52.  
  53. }
  54.  
  55.  
  56.  
  57. h3 {
  58.  
  59. font-weight: bold;
  60.  
  61. margin-top: 22pt;
  62.  
  63. font-size: 12pt;
  64.  
  65. margin-bottom: 14pt;
  66.  
  67. font-family: "Arial";
  68.  
  69. }
  70.  
  71.  
  72.  
  73. div.main {
  74.  
  75. padding-top: 1em;
  76.  
  77. padding-bottom: 1em;
  78.  
  79. padding-left: 5em;
  80.  
  81. padding-right: 5em;
  82.  
  83. }
  84.  
  85.  
  86.  
  87. div.index {
  88.  
  89. padding: 0.5em;
  90.  
  91. background-color: black;
  92.  
  93. color: white;
  94.  
  95. text-align: center;
  96.  
  97. }
  98.  
  99.  
  100.  
  101. div.banner {
  102.  
  103. width: 100%;
  104.  
  105. padding: 0.5em;
  106.  
  107. background-color: black;
  108.  
  109. color: white;
  110.  
  111. top: 0;
  112.  
  113. bottom: auto;
  114.  
  115. }
  116.  
  117.  
  118.  
  119. a.bars {
  120.  
  121. color: white;
  122.  
  123. }
  124.  
  125.