default.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. a {
  2. text-decoration: none;
  3. }
  4. a:link {
  5. color: #0b407a;
  6. }
  7. a:visited {
  8. color: #0b407a;
  9. }
  10. a:hover {
  11. text-decoration: underline;
  12. color: #0b407a;
  13. }
  14. a.background {
  15. text-decoration: none;
  16. }
  17. a.background:link {
  18. color: #0b407a;
  19. }
  20. a.background:visited {
  21. color: #0b407a;
  22. }
  23. a.background:hover {
  24. text-decoration: underline;
  25. color: #0b407a;
  26. }
  27. body {
  28. background-color: #dedeee;
  29. font-family: Verdana, Arial, sans-serif;
  30. font-size: 13px;
  31. color: black;
  32. }
  33. td {
  34. border-radius: 5px;
  35. font-family: Verdana, Arial, sans-serif;
  36. font-size: 13px;
  37. color: black;
  38. text-align: left;
  39. }
  40. .male, .male a {
  41. color: #0000DD;
  42. }
  43. .female, .female a {
  44. color: #DD3366;
  45. }
  46. .bot, .bot a {
  47. color: #00FFFF;
  48. }
  49. .title {
  50. font-family: Tahoma, Arial, sans-serif;
  51. font-size: 16px;
  52. font-weight: bold;
  53. }
  54. .headtext {
  55. border-radius: 8px;
  56. color: white;
  57. font-weight: bold;
  58. text-align: center;
  59. background-color: #666699;
  60. }
  61. .headlinebg {
  62. border-radius: 8px;
  63. background-color: #000000;
  64. }
  65. .tdtop {
  66. background-color: #C8C8DD;
  67. }
  68. .hicell {
  69. background-color: #BABADD;
  70. }
  71. .hicell10 {
  72. background-color: #BABADD;
  73. font-size: 10px;
  74. }
  75. .rankc {
  76. background-color: #CCCCCC;
  77. }
  78. .hirankc {
  79. background-color: #AAAAAA;
  80. font-weight: bold;
  81. }
  82. .rankc10 {
  83. background-color: #CCCCCC;
  84. font-size: 10px;
  85. }
  86. .rankc10center {
  87. background-color: #CCCCCC;
  88. font-size: 10px;
  89. text-align: center;
  90. }
  91. .hirankc10center {
  92. background-color: #AAAAAA;
  93. font-weight: bold;
  94. font-size: 10px;
  95. text-align: center;
  96. }
  97. .small {
  98. font-family: Verdana, Arial, sans-serif;
  99. font-size: 10px;
  100. }
  101. .asmall {
  102. font-family: "Arial narrow", Arial, sans-serif;
  103. font-size: 10px;
  104. color: black;
  105. text-align: center;
  106. }
  107. #footer {
  108. width: 400px;
  109. height: 32px;
  110. background: url('http://pisg.sourceforge.net/favicon.png') no-repeat 0 50%;
  111. }