boost.css 969 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. }
  28. PRE
  29. {
  30. MARGIN-LEFT: 2em;
  31. FONT-FAMILY: Courier,
  32. monospace;
  33. }
  34. CODE
  35. {
  36. FONT-FAMILY: Courier,
  37. monospace;
  38. }
  39. CODE.as_pre
  40. {
  41. white-space: pre;
  42. }
  43. .index
  44. {
  45. TEXT-ALIGN: left;
  46. }
  47. .page-index
  48. {
  49. TEXT-ALIGN: left;
  50. }
  51. .definition
  52. {
  53. TEXT-ALIGN: left;
  54. }
  55. .footnote
  56. {
  57. FONT-SIZE: 66%;
  58. VERTICAL-ALIGN: super;
  59. TEXT-DECORATION: none;
  60. }
  61. .function-semantics
  62. {
  63. CLEAR: left;
  64. }