justgrey.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. /* to obtain a better result, then set the these pisg options:
  2. * <set hicell="#607080">
  3. * <set hicell2="#8090a0">
  4. *
  5. * Theme by ICU (me at 1cu.de)
  6. */
  7. a
  8. {
  9. text-decoration: none;
  10. }
  11. a:link
  12. {
  13. color: #bdcddd;
  14. }
  15. a:visited
  16. {
  17. color: #bdcddd;
  18. }
  19. a:hover
  20. {
  21. color: #bdcddd;
  22. text-decoration: underline;
  23. font-weight: none;
  24. }
  25. a.background
  26. {
  27. color: none;
  28. text-decoration: none;
  29. }
  30. a.background:link
  31. {
  32. color: #314151;
  33. }
  34. a.background:visited
  35. {
  36. color: #415161;
  37. }
  38. a.background:hover
  39. {
  40. color: #003c60;
  41. text-decoration: underline;
  42. }
  43. body
  44. {
  45. font-size: 13px;
  46. color: white;
  47. font-family: verdana, arial, sans-serif;
  48. background-color: #647684;
  49. scrollbar-face-color: #647684;
  50. scrollbar-shadow-color: black;
  51. scrollbar-highlight-color: #647684;
  52. scrollbar-3dlight-color: black;
  53. scrollbar-darkshadow-color: #647684;
  54. scrollbar-track-color: #647684;
  55. scrollbar-arrow-color: black;
  56. }
  57. td
  58. {
  59. font-size: 13px;
  60. color: white;
  61. font-family: verdana, arial, sans-serif;
  62. text-align: left;
  63. }
  64. .title
  65. {
  66. color: white;
  67. font-weight: bold;
  68. font-size: 16px;
  69. font-family: tahoma, arial, sans-serif;
  70. }
  71. .headtext
  72. {
  73. font-weight: bold;
  74. color: white;
  75. background-color: none;
  76. text-align: center;
  77. }
  78. .headlinebg
  79. {
  80. background-color: #344454;
  81. }
  82. .tdtop
  83. {
  84. background-color: #445464;
  85. }
  86. .hicell
  87. {
  88. background-color: #748494;
  89. }
  90. .hicell10
  91. {
  92. font-size: 10px;
  93. background-color: #94a4b4;
  94. }
  95. .rankc
  96. {
  97. background-color: #748494;
  98. }
  99. .hirankc
  100. {
  101. font-weight: bold;
  102. background-color: #94a4b4;
  103. }
  104. .rankc10
  105. {
  106. font-size: 10px;
  107. background-color: #748494;
  108. }
  109. .rankc10center
  110. {
  111. font-size: 10px;
  112. background-color: #748494;
  113. text-align: center;
  114. }
  115. .hirankc10center
  116. {
  117. font-weight: bold;
  118. font-size: 10px;
  119. background-color: #94a4b4;
  120. text-align: center;
  121. }
  122. .small
  123. {
  124. font-size: 10px;
  125. font-family: verdana, arial, sans-serif;
  126. }
  127. .asmall
  128. {
  129. font-size: 10px;
  130. color: white;
  131. font-family: "arial narrow", arial, sans-serif;
  132. text-align: center;
  133. }
  134. .male, .male a {
  135. color: #0000c7;
  136. }
  137. .female, .female a {
  138. color: #93006a;
  139. }
  140. .bot, .bot a {
  141. color: black;
  142. }