darkred.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. border-radius: 5px;
  39. font-family: verdana, arial, sans-serif;
  40. font-size: 13px;
  41. color:white;
  42. text-align:left;
  43. border-color:black;
  44. border-style:solid;
  45. border-width:1px;
  46. }
  47. .title {
  48. font-family: tahoma, arial, sans-serif;
  49. font-size: 16px;
  50. font-weight:bold;
  51. }
  52. .headtext {
  53. border-radius: 8px;
  54. font-family: verdana, arial, sans-serif;
  55. font-size:13px;
  56. color:white;
  57. background-color:#444444;
  58. border-color:#990000;
  59. border-style:solid;
  60. text-align:center;
  61. border-width:1px;
  62. font-weight:bold;
  63. }
  64. .headlinebg {
  65. border-radius: 8px;
  66. background-color:black;
  67. }
  68. .tdtop {
  69. background-color:#444444;
  70. color:white;
  71. font-weight:normal;
  72. }
  73. .hicell {
  74. background-color:#AAAAAA;
  75. color:black;
  76. }
  77. .hicell10 {
  78. background-color:#AAAAAA;
  79. font-size:10px;
  80. color:black;
  81. }
  82. .rankc {
  83. background-color:#AAAAAA;
  84. color:black;
  85. }
  86. .hirankc {
  87. background-color:#444444;
  88. font-weight:bold;
  89. color:white;
  90. }
  91. .rankc10 {
  92. background-color:#AAAAAA;
  93. font-size:10px;
  94. color:black;
  95. }
  96. .rankc10center {
  97. background-color:#AAAAAA;
  98. font-size:10px;
  99. text-align:center;
  100. color:black;
  101. }
  102. .hirankc10center {
  103. background-color:#AAAAAA;
  104. font-weight:bold;
  105. font-size:10px;
  106. text-align:center;
  107. color:black;
  108. }
  109. .small {
  110. font-family: verdana,arial, sans-serif;
  111. font-size:10px;
  112. }
  113. .asmall {
  114. font-family: arial narrow, sans-serif;
  115. font-size:10px;
  116. color:white;
  117. }
  118. .asmallcenter {
  119. font-family: arial narrow, sans-serif;
  120. font-size:10px;
  121. color:black;
  122. text-align:center;
  123. }