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. }