pisg.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. /*
  2. http://pisg.sourceforge.net/ pisg css layout by mite. (mite@megalixer.com)
  3. Here is a pisg layout I made which matches the official pisg website @ http://pisg.sourcefourge.net/
  4. This file is edited from a modified version of one of the default layout files.
  5. I unfortuanantly don't recall which, as it's gone through many changes over the months.
  6. (My apologies.)
  7. I have tested this css with FireFox 0.8 and Internet Explorer 6.0 on Windows XP.
  8. Feel free to make changes to better suit other browsers.
  9. To obtain a better result, set the these pisg options in your cfg file:
  10. <set hicell="#EFEBEF">
  11. <set hicell2="#FFFFFF">
  12. Enjoy the scheme,
  13. mite (mite@megalixer.net)
  14. */
  15. body {
  16. font-family: verdana, tahoma, sans-serif;
  17. font-size: 12px;
  18. color: black;
  19. color: #585858;
  20. background-color: #FFFFFF;
  21. }
  22. a:link {
  23. color: #0b407a;
  24. text-decoration: none;
  25. }
  26. a:hover {
  27. text-decoration: underline;
  28. }
  29. a:visited {
  30. color: #0b407a;
  31. text-decoration: none;
  32. }
  33. a:visited:hover {
  34. color: #0b407a;
  35. text-decoration: underline;
  36. }
  37. a.background:link {
  38. color: #0b407a;
  39. text-decoration: none;
  40. }
  41. a.background:hover {
  42. text-decoration: underline;
  43. }
  44. .asmall:link {
  45. text-decoration: none;
  46. }
  47. .asmall:hover {
  48. text-decoration: underline;
  49. }
  50. td {
  51. background-color: white;
  52. font-size: 12px;
  53. font-family: verdana, tahoma, sans-serif;
  54. color: black;
  55. color: #585858;
  56. max-width: 100%;
  57. }
  58. .title {
  59. font-family: verdana, tahoma, sans-serif;
  60. font-weight: bold;
  61. font-size: 18px;
  62. }
  63. .headtext {
  64. color: black;
  65. font-size: 15px;
  66. font-weight: bold;
  67. text-align: center;
  68. background-color: #FFFDBC;
  69. border-style: solid;
  70. border-width: 1px;
  71. border-color: #000000;
  72. }
  73. .tdtop {
  74. background-color: #F0F0F0;
  75. }
  76. .hicell {
  77. background-color: #F0F0F0;
  78. }
  79. .hicell10 {
  80. background-color: #F0F0F0;
  81. }
  82. .rankc {
  83. background-color: #F0F0F0;
  84. }
  85. .hirankc {
  86. background-color: #F0F0F0;
  87. font-weight: bold;
  88. }
  89. .rankc10center {
  90. background-color: #F0F0F0;
  91. font-size: 10px;
  92. text-align: center;
  93. }
  94. .hirankc10center {
  95. background-color: #F0F0F0;
  96. font-weight: bold;
  97. font-size: 10px;
  98. text-align: center;
  99. }
  100. .small {
  101. font-family: verdana, tahoma, sans-serif;
  102. }