darkgalaxy.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. border-radius: 5px;
  49. FONT-SIZE: 13px;
  50. COLOR: #dedede;
  51. FONT-FAMILY: Verdana, Arial, sans-serif;
  52. TEXT-ALIGN: left
  53. }
  54. .title
  55. {
  56. FONT-WEIGHT: bold;
  57. FONT-SIZE: 16px;
  58. FONT-FAMILY: Tahoma, Arial, sans-serif
  59. }
  60. .headtext
  61. {
  62. border-radius: 8px;
  63. FONT-WEIGHT: bold;
  64. COLOR: #dedede;
  65. BACKGROUND-COLOR: #6d0d14;
  66. TEXT-ALIGN: center
  67. }
  68. .headlinebg
  69. {
  70. border-radius: 8px;
  71. BACKGROUND-COLOR: #6d0d14
  72. }
  73. .tdtop
  74. {
  75. BACKGROUND-COLOR: #718292
  76. }
  77. .hicell
  78. {
  79. BACKGROUND-COLOR: #19354e
  80. }
  81. .hicell10
  82. {
  83. FONT-SIZE: 10px;
  84. BACKGROUND-COLOR: #444444
  85. }
  86. .rankc
  87. {
  88. BACKGROUND-COLOR: #444444
  89. }
  90. .hirankc
  91. {
  92. FONT-WEIGHT: bold;
  93. BACKGROUND-COLOR: #545454
  94. }
  95. .rankc10
  96. {
  97. FONT-SIZE: 10px;
  98. BACKGROUND-COLOR: #444444
  99. }
  100. .rankc10center
  101. {
  102. FONT-SIZE: 10px;
  103. BACKGROUND-COLOR: #444444;
  104. TEXT-ALIGN: center
  105. }
  106. .hirankc10center
  107. {
  108. FONT-WEIGHT: bold;
  109. FONT-SIZE: 10px;
  110. BACKGROUND-COLOR: #545454;
  111. TEXT-ALIGN: center
  112. }
  113. .small
  114. {
  115. FONT-SIZE: 10px;
  116. FONT-FAMILY: Verdana, Arial, sans-serif
  117. }
  118. .asmall
  119. {
  120. FONT-SIZE: 10px;
  121. COLOR: #dedede;
  122. FONT-FAMILY: "Arial narrow", Arial, sans-serif
  123. TEXT-ALIGN: center
  124. }