home *** CD-ROM | disk | FTP | other *** search
/ Hráč 2003 December / Hrac_64_2003-12_cd.bin / freeware / setup_abiword.2-0-1.exe / $_14327_ / style.css < prev    next >
Cascading Style Sheet File  |  2003-10-31  |  859b  |  63 lines

  1. @import url("histyle.css");
  2.  
  3. body {
  4. background-color: white;
  5. color: black;
  6. font-family: Times, serif;
  7. }
  8.  
  9. h1, h2, h3, h4, h5, h6 {
  10. font-family: Helvetica, sans-serif;
  11. }
  12.  
  13. h1 {
  14. font-family: "Arial";
  15. font-size: 22pt;
  16. margin-bottom: 12pt;
  17. font-weight: bold;
  18. margin-top: 22pt;
  19. }
  20.  
  21. h2 {
  22. font-weight: bold;
  23. margin-top: 22pt;
  24. font-size: 14pt;
  25. margin-bottom: 14pt;
  26. font-family: "Arial";
  27. }
  28.  
  29. h3 {
  30. font-weight: bold;
  31. margin-top: 22pt;
  32. font-size: 12pt;
  33. margin-bottom: 14pt;
  34. font-family: "Arial";
  35. }
  36.  
  37. div.main {
  38. padding-top: 1em;
  39. padding-bottom: 1em;
  40. padding-left: 5em;
  41. padding-right: 5em;
  42. }
  43.  
  44. div.index {
  45. padding: 0.5em;
  46. background-color: black;
  47. color: white;
  48. text-align: center;
  49. }
  50.  
  51. div.banner {
  52. width: 100%;
  53. padding: 0.5em;
  54. background-color: black;
  55. color: white;
  56. top: 0;
  57. bottom: auto;
  58. }
  59.  
  60. a.bars {
  61. color: white;
  62. }
  63.