darkgalaxy.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /* to obtain a better result, then set the these pisg options:
  2. * <set hicell="#1a354d">
  3. * <set hicell2="#444444">
  4. */
  5. A
  6. {
  7. TEXT-DECORATION: none
  8. }
  9. A:link
  10. {
  11. COLOR: #b5c6d5
  12. }
  13. A:visited
  14. {
  15. COLOR: #b5c6d5
  16. }
  17. A:hover
  18. {
  19. COLOR: #ffffff;
  20. TEXT-DECORATION: underline
  21. }
  22. A.background
  23. {
  24. TEXT-DECORATION: none
  25. }
  26. A.background:link
  27. {
  28. COLOR: #b5c6d5
  29. }
  30. A.background:visited
  31. {
  32. COLOR: #b5c6d5
  33. }
  34. A.background:hover
  35. {
  36. COLOR: #ffffff;
  37. TEXT-DECORATION: underline
  38. }
  39. BODY
  40. {
  41. FONT-SIZE: 13px;
  42. COLOR: #dedede;
  43. FONT-FAMILY: Verdana, Arial, sans-serif;
  44. BACKGROUND-COLOR: #000000
  45. }
  46. TD
  47. {
  48. FONT-SIZE: 13px;
  49. COLOR: #dedede;
  50. FONT-FAMILY: Verdana, Arial, sans-serif;
  51. TEXT-ALIGN: left
  52. }
  53. .title
  54. {
  55. FONT-WEIGHT: bold;
  56. FONT-SIZE: 16px;
  57. FONT-FAMILY: Tahoma, Arial, sans-serif
  58. }
  59. .headtext
  60. {
  61. FONT-WEIGHT: bold;
  62. COLOR: #dedede;
  63. BACKGROUND-COLOR: #6d0d14;
  64. TEXT-ALIGN: center
  65. }
  66. .headlinebg
  67. {
  68. BACKGROUND-COLOR: #6d0d14
  69. }
  70. .tdtop
  71. {
  72. BACKGROUND-COLOR: #718292
  73. }
  74. .hicell
  75. {
  76. BACKGROUND-COLOR: #19354e
  77. }
  78. .hicell10
  79. {
  80. FONT-SIZE: 10px;
  81. BACKGROUND-COLOR: #444444
  82. }
  83. .rankc
  84. {
  85. BACKGROUND-COLOR: #444444
  86. }
  87. .hirankc
  88. {
  89. FONT-WEIGHT: bold;
  90. BACKGROUND-COLOR: #545454
  91. }
  92. .rankc10
  93. {
  94. FONT-SIZE: 10px;
  95. BACKGROUND-COLOR: #444444
  96. }
  97. .rankc10center
  98. {
  99. FONT-SIZE: 10px;
  100. BACKGROUND-COLOR: #444444;
  101. TEXT-ALIGN: center
  102. }
  103. .hirankc10center
  104. {
  105. FONT-WEIGHT: bold;
  106. FONT-SIZE: 10px;
  107. BACKGROUND-COLOR: #545454;
  108. TEXT-ALIGN: center
  109. }
  110. .small
  111. {
  112. FONT-SIZE: 10px;
  113. FONT-FAMILY: Verdana, Arial, sans-serif
  114. }
  115. .asmall
  116. {
  117. FONT-SIZE: 10px;
  118. COLOR: #dedede;
  119. FONT-FAMILY: "Arial narrow", Arial, sans-serif
  120. TEXT-ALIGN: center
  121. }