darkred.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. position: relative;
  54. top: -1%;
  55. left: -0.05%;
  56. border-radius: 10px;
  57. font-family: verdana, arial, sans-serif;
  58. font-size:13px;
  59. color:white;
  60. background-color:#444444;
  61. text-align:center;
  62. border-width: 0px;
  63. font-weight:bold;
  64. }
  65. .headlinebg {
  66. border-radius: 10.5px;
  67. background-color:#990000;
  68. }
  69. .tdtop {
  70. background-color:#444444;
  71. color:white;
  72. font-weight:normal;
  73. }
  74. .hicell {
  75. background-color:#AAAAAA;
  76. color:black;
  77. }
  78. .hicell10 {
  79. background-color:#AAAAAA;
  80. font-size:10px;
  81. color:black;
  82. }
  83. .rankc {
  84. background-color:#AAAAAA;
  85. color:black;
  86. }
  87. .hirankc {
  88. background-color:#444444;
  89. font-weight:bold;
  90. color:white;
  91. }
  92. .rankc10 {
  93. background-color:#AAAAAA;
  94. font-size:10px;
  95. color:black;
  96. }
  97. .rankc10center {
  98. background-color:#AAAAAA;
  99. font-size:10px;
  100. text-align:center;
  101. color:black;
  102. }
  103. .hirankc10center {
  104. background-color:#AAAAAA;
  105. font-weight:bold;
  106. font-size:10px;
  107. text-align:center;
  108. color:black;
  109. }
  110. .small {
  111. font-family: verdana,arial, sans-serif;
  112. font-size:10px;
  113. }
  114. .asmall {
  115. font-family: arial narrow, sans-serif;
  116. font-size:10px;
  117. color:white;
  118. }
  119. .asmallcenter {
  120. font-family: arial narrow, sans-serif;
  121. font-size:10px;
  122. color:black;
  123. text-align:center;
  124. }