darkred.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. /* <set hicell="#444444"> <set hicell2="#999999"> */
  2. a {
  3. text-decoration:none;
  4. }
  5. a:link {
  6. color:#990000;
  7. }
  8. a:visited {
  9. color:#990000;
  10. }
  11. a:hover {
  12. text-decoration:underline;
  13. color:#990000;
  14. }
  15. a.background {
  16. text-decoration:none;
  17. }
  18. a.background:link {
  19. color:#990000;
  20. }
  21. a.background:visited {
  22. color:#990000;
  23. }
  24. a.background:hover {
  25. text-decoration:underline;
  26. color:#990000;
  27. }
  28. body {
  29. background-color:black;
  30. font-family: verdana, arial, sans-serif;
  31. font-size:13px;
  32. color:white;
  33. }
  34. table {
  35. border-collapse:collapse;
  36. }
  37. td {
  38. font-family: verdana, arial, sans-serif;
  39. font-size: 13px;
  40. color:white;
  41. text-align:left;
  42. border-color:black;
  43. border-style:solid;
  44. border-width:1px;
  45. }
  46. .title {
  47. font-family: tahoma, arial, sans-serif;
  48. font-size: 16px;
  49. font-weight:bold;
  50. }
  51. .headtext {
  52. font-family: verdana, arial, sans-serif;
  53. font-size:13px;
  54. color:white;
  55. background-color:#444444;
  56. border-color:#990000;
  57. border-style:solid;
  58. text-align:center;
  59. border-width:1px;
  60. font-weight:bold;
  61. }
  62. .headlinebg {
  63. background-color:black;
  64. }
  65. .tdtop {
  66. background-color:#444444;
  67. color:white;
  68. font-weight:normal;
  69. }
  70. .hicell {
  71. background-color:#AAAAAA;
  72. color:black;
  73. }
  74. .hicell10 {
  75. background-color:#AAAAAA;
  76. font-size:10px;
  77. color:black;
  78. }
  79. .rankc {
  80. background-color:#AAAAAA;
  81. color:black;
  82. }
  83. .hirankc {
  84. background-color:#444444;
  85. font-weight:bold;
  86. color:white;
  87. }
  88. .rankc10 {
  89. background-color:#AAAAAA;
  90. font-size:10px;
  91. color:black;
  92. }
  93. .rankc10center {
  94. background-color:#AAAAAA;
  95. font-size:10px;
  96. text-align:center;
  97. color:black;
  98. }
  99. .hirankc10center {
  100. background-color:#AAAAAA;
  101. font-weight:bold;
  102. font-size:10px;
  103. text-align:center;
  104. color:black;
  105. }
  106. .small {
  107. font-family: verdana,arial, sans-serif;
  108. font-size:10px;
  109. }
  110. .asmall {
  111. font-family: arial narrow, sans-serif;
  112. font-size:10px;
  113. color:white;
  114. }
  115. .asmallcenter {
  116. font-family: arial narrow, sans-serif;
  117. font-size:10px;
  118. color:black;
  119. text-align:center;
  120. }