boost.css 989 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*=============================================================================
  2. Copyright 2002 William E. Kempf
  3. Distributed under the Boost Software License, Version 1.0. (See accompany-
  4. ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. =============================================================================*/
  6. H1
  7. {
  8. FONT-SIZE: 200%;
  9. COLOR: #00008B;
  10. }
  11. H2
  12. {
  13. FONT-SIZE: 150%;
  14. }
  15. H3
  16. {
  17. FONT-SIZE: 125%;
  18. }
  19. H4
  20. {
  21. FONT-SIZE: 108%;
  22. }
  23. BODY
  24. {
  25. FONT-SIZE: 100%;
  26. BACKGROUND-COLOR: #ffffff;
  27. COLOR: #000000;
  28. }
  29. PRE
  30. {
  31. MARGIN-LEFT: 2em;
  32. FONT-FAMILY: Courier,
  33. monospace;
  34. }
  35. CODE
  36. {
  37. FONT-FAMILY: Courier,
  38. monospace;
  39. }
  40. CODE.as_pre
  41. {
  42. white-space: pre;
  43. }
  44. .index
  45. {
  46. TEXT-ALIGN: left;
  47. }
  48. .page-index
  49. {
  50. TEXT-ALIGN: left;
  51. }
  52. .definition
  53. {
  54. TEXT-ALIGN: left;
  55. }
  56. .footnote
  57. {
  58. FONT-SIZE: 66%;
  59. VERTICAL-ALIGN: super;
  60. TEXT-DECORATION: none;
  61. }
  62. .function-semantics
  63. {
  64. CLEAR: left;
  65. }