justgrey.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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. border-radius: 5px;
  60. font-size: 13px;
  61. color: white;
  62. font-family: verdana, arial, sans-serif;
  63. text-align: left;
  64. }
  65. .title
  66. {
  67. color: white;
  68. font-weight: bold;
  69. font-size: 16px;
  70. font-family: tahoma, arial, sans-serif;
  71. }
  72. .headtext
  73. {
  74. border-radius: 8px;
  75. font-weight: bold;
  76. color: white;
  77. background-color: none;
  78. text-align: center;
  79. }
  80. .headlinebg
  81. {
  82. border-radius: 8px;
  83. background-color: #344454;
  84. }
  85. .tdtop
  86. {
  87. background-color: #445464;
  88. }
  89. .hicell
  90. {
  91. background-color: #748494;
  92. }
  93. .hicell10
  94. {
  95. font-size: 10px;
  96. background-color: #94a4b4;
  97. }
  98. .rankc
  99. {
  100. background-color: #748494;
  101. }
  102. .hirankc
  103. {
  104. font-weight: bold;
  105. background-color: #94a4b4;
  106. }
  107. .rankc10
  108. {
  109. font-size: 10px;
  110. background-color: #748494;
  111. }
  112. .rankc10center
  113. {
  114. font-size: 10px;
  115. background-color: #748494;
  116. text-align: center;
  117. }
  118. .hirankc10center
  119. {
  120. font-weight: bold;
  121. font-size: 10px;
  122. background-color: #94a4b4;
  123. text-align: center;
  124. }
  125. .small
  126. {
  127. font-size: 10px;
  128. font-family: verdana, arial, sans-serif;
  129. }
  130. .asmall
  131. {
  132. font-size: 10px;
  133. color: white;
  134. font-family: "arial narrow", arial, sans-serif;
  135. text-align: center;
  136. }
  137. .male, .male a {
  138. color: #0000c7;
  139. }
  140. .female, .female a {
  141. color: #93006a;
  142. }
  143. .bot, .bot a {
  144. color: black;
  145. }