html.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. A {
  2. color: #003399;
  3. }
  4. A:active {
  5. color: #003399;
  6. }
  7. A:visited {
  8. color: #888888;
  9. }
  10. P, DL, DT, DD, BLOCKQUOTE {
  11. color: #000000;
  12. margin-bottom: 3px;
  13. margin-top: 3px;
  14. padding-top: 0px;
  15. /*border: 1px solid black;*/
  16. }
  17. OL, UL, P {
  18. margin-top: 6px;
  19. margin-bottom: 6px;
  20. }
  21. P, BLOCKQUOTE {
  22. font-size: 90%;
  23. }
  24. P.releaseinfo {
  25. font-size: 120%; font-weight: bold;
  26. font-family: Arial, helvetica, sans-serif;
  27. padding-top: 10px;
  28. }
  29. P.pubdate {
  30. font-size: 120%; font-weight: bold;
  31. font-family: Arial, helvetica, sans-serif;
  32. }
  33. td {
  34. font-size: 80%;
  35. }
  36. TD, TH, SPAN {
  37. color: #000000;
  38. }
  39. BLOCKQUOTE {
  40. margin-right: 0px;
  41. }
  42. H1, H2, H3, H4, H5, H6 {
  43. color: #000000;
  44. font-weight:500;
  45. margin-top:0px;
  46. padding-top:14px;
  47. font-family: Arial, helvetica, sans-serif;
  48. margin-bottom: 0px;
  49. }
  50. H2.title {
  51. font-weight:800;
  52. margin-bottom: 8px;
  53. }
  54. H2.subtitle {
  55. font-weight:800;
  56. margin-bottom: 20px;
  57. }
  58. H3.author {
  59. color: #000000;
  60. font-weight:500;
  61. margin-top:0px;
  62. padding-top:0px;
  63. font-family: Arial, helvetica, sans-serif;
  64. margin-bottom: 0px;
  65. }
  66. TABLE {
  67. border-collapse: collapse;
  68. border-spacing:0;
  69. border: 1px thin black;
  70. empty-cells: hide;
  71. }
  72. TD {
  73. padding: 4pt;
  74. }
  75. H1 {
  76. font-size: 150%;
  77. }
  78. H2 {
  79. font-size: 110%;
  80. }
  81. H3 {
  82. font-size: 100%; font-weight: bold;
  83. }
  84. H4 {
  85. font-size: 90%; font-weight: bold;
  86. }
  87. H5 {
  88. font-size: 90%; font-style: italic;
  89. }
  90. H6 {
  91. font-size: 100%; font-style: italic;
  92. }
  93. TT {
  94. font-size: 90%;
  95. font-family: "Courier New", Courier, monospace;
  96. color: #000000;
  97. }
  98. .navheader, .navfooter {
  99. background-color: #e4eff3;
  100. }
  101. PRE {
  102. font-size: 90%;
  103. padding: 5px;
  104. border-style: solid;
  105. border-width: 1px;
  106. border-color: #CCCCCC;
  107. background-color: #F4F4F4;
  108. }
  109. UL, OL, LI {
  110. list-style: disc;
  111. }
  112. HR {
  113. width: 100%;
  114. height: 1px;
  115. background-color: #CCCCCC;
  116. border-width: 0px;
  117. padding: 0px;
  118. color: #CCCCCC;
  119. }
  120. .variablelist {
  121. padding-top: 10;
  122. padding-bottom:10;
  123. margin:0;
  124. }
  125. /*(.itemizedlist, UL {
  126. padding-top: 0;
  127. padding-bottom:0;
  128. margin:0;
  129. }*/
  130. .term {
  131. font-weight:bold;
  132. }
  133. .mediaobject {
  134. padding-top: 30px;
  135. padding-bottom: 30px;
  136. }
  137. .legalnotice {
  138. font-size: 70%;
  139. }