boost.css 600 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. H1
  2. {
  3. FONT-SIZE: 200%;
  4. COLOR: #00008B;
  5. }
  6. H2
  7. {
  8. FONT-SIZE: 150%;
  9. }
  10. H3
  11. {
  12. FONT-SIZE: 125%;
  13. }
  14. H4
  15. {
  16. FONT-SIZE: 108%;
  17. }
  18. BODY
  19. {
  20. FONT-SIZE: 100%;
  21. BACKGROUND-COLOR: #ffffff;
  22. }
  23. PRE
  24. {
  25. MARGIN-LEFT: 2em;
  26. FONT-FAMILY: Courier,
  27. monospace;
  28. }
  29. CODE
  30. {
  31. FONT-FAMILY: Courier,
  32. monospace;
  33. white-space: pre;
  34. }
  35. .index
  36. {
  37. TEXT-ALIGN: left;
  38. }
  39. .page-index
  40. {
  41. TEXT-ALIGN: left;
  42. }
  43. .definition
  44. {
  45. TEXT-ALIGN: left;
  46. }
  47. .footnote
  48. {
  49. FONT-SIZE: 66%;
  50. VERTICAL-ALIGN: super;
  51. TEXT-DECORATION: none;
  52. }
  53. .function-semantics
  54. {
  55. CLEAR: left;
  56. }
粤ICP备19079148号