index.css 903 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. body
  2. {
  3. margin-top: 1.0em;
  4. background-color: #fff;
  5. font-family: Lucida Grande,FreeSans,sans-serif;
  6. color: #333;
  7. }
  8. a
  9. {
  10. color: #444;
  11. }
  12. #container
  13. {
  14. margin: 0 auto;
  15. width: 700px;
  16. }
  17. h1
  18. {
  19. text-align: center;
  20. font-size: 2.5em;
  21. color: #000;
  22. margin-bottom: 1em;
  23. }
  24. h1 .small
  25. {
  26. font-size: 0.4em;
  27. }
  28. h1 a
  29. {
  30. text-decoration: none;
  31. }
  32. h2
  33. {
  34. font-size: 1.5em;
  35. color: #444;
  36. letter-spacing: 4px;
  37. margin-left: -15px;
  38. }
  39. h3
  40. {
  41. text-align: center;
  42. color: #000;
  43. }
  44. .download a
  45. {
  46. text-decoration: none;
  47. }
  48. .description
  49. {
  50. font-size: 1.0em;
  51. margin-bottom: 30px;
  52. margin-top: 15px;
  53. font-style: italic;
  54. }
  55. pre
  56. {
  57. background: #000;
  58. color: #ccc;
  59. padding: 15px;
  60. }
  61. hr
  62. {
  63. border: 0;
  64. width: 80%;
  65. border-bottom: 1px solid #aaa
  66. }
  67. .footer
  68. {
  69. text-align: center;
  70. font-size: 0.8em;
  71. padding-top: 30px;
  72. font-style: italic;
  73. color: #aaa;
  74. }