pisg.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. border-radius: 5px;
  52. background-color: white;
  53. font-size: 12px;
  54. font-family: verdana, tahoma, sans-serif;
  55. color: black;
  56. color: #585858;
  57. max-width: 100%;
  58. }
  59. .title {
  60. font-family: verdana, tahoma, sans-serif;
  61. font-weight: bold;
  62. font-size: 18px;
  63. }
  64. .headtext {
  65. border-radius: 8px;
  66. color: black;
  67. font-size: 15px;
  68. font-weight: bold;
  69. text-align: center;
  70. background-color: #FFFDBC;
  71. border-style: solid;
  72. border-width: 1px;
  73. border-color: #000000;
  74. }
  75. .tdtop {
  76. background-color: #F0F0F0;
  77. }
  78. .hicell {
  79. background-color: #F0F0F0;
  80. }
  81. .hicell10 {
  82. background-color: #F0F0F0;
  83. }
  84. .rankc {
  85. background-color: #F0F0F0;
  86. }
  87. .hirankc {
  88. background-color: #F0F0F0;
  89. font-weight: bold;
  90. }
  91. .rankc10center {
  92. background-color: #F0F0F0;
  93. font-size: 10px;
  94. text-align: center;
  95. }
  96. .hirankc10center {
  97. background-color: #F0F0F0;
  98. font-weight: bold;
  99. font-size: 10px;
  100. text-align: center;
  101. }
  102. .small {
  103. font-family: verdana, tahoma, sans-serif;
  104. }