tor-doc.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. /* *******************************************************
  2. $Id$
  3. This file is maintained in CVS; edit the version in the
  4. repository.
  5. *******************************************************
  6. */
  7. BODY {
  8. background-color: #FFF;
  9. color: #000;
  10. }
  11. P, TD, TH, DD, DT, LI {
  12. font-family: lucida, "Lucida Sans", "Geneva", sans-serif;
  13. }
  14. TH, DT {
  15. font-weight: bold;
  16. }
  17. H1, H2, H3, H4, H5, H6 {
  18. font-family: lucida, "Lucida Sans", "Geneva", sans-serif;
  19. }
  20. H1 {
  21. text-align: center;
  22. }
  23. H2, H3, H4, H5, H6 {
  24. text-align: left;
  25. }
  26. H2 {
  27. background-color: #AFA;
  28. color: #000;
  29. padding: 2px 2px 2px 2px;
  30. border-width: 2px 2px 2px 2px;
  31. border-color: #000;
  32. border-style: solid;
  33. }
  34. H3 {
  35. background-color: #CCF;
  36. color: #000;
  37. padding: 2px 2px 2px 2px;
  38. margin: 0 0 0 1em;
  39. border-width: 2px 2px 2px 2px;
  40. border-color: #000;
  41. border-style: solid;
  42. }
  43. DIV.answer {
  44. margin: 0 0 0 2em;
  45. }
  46. SPAN.heading {
  47. background-color: #ABF;
  48. color: #000;
  49. border-width: 1px;
  50. padding: 0 0.2em 0 0.2em;
  51. border-color: #000;
  52. border-style: solid;
  53. }
  54. SPAN.date {
  55. background-color: #FFF;
  56. color: #0A0;
  57. font-weight: bold;
  58. }
  59. P.date {
  60. background-color: #FFF;
  61. color: #0A0;
  62. font-weight: bold;
  63. margin-bottom: 0;
  64. }
  65. P.news {
  66. margin-top: 0;
  67. margin-left: 3em;
  68. }
  69. P.credit {
  70. font-size: smaller;
  71. font-style: italic;
  72. padding-left: 3px;
  73. border-left: 3px solid;
  74. }