softgreen.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. /*
  2. This is a soft green theme that I created. It is the first of many that
  3. I
  4. will create.
  5. Visit http://ircstats.axelay.com to see it in action!
  6. Created by: Melody Mayberry, http://www.melbell.com
  7. Place this line in pisg.cfg
  8. <set hicell="#B4CEA9" hicell2="#CCEAC0">
  9. */
  10. /* These are for the regular links (in the stats) */
  11. a {
  12. text-decoration: none;
  13. font-weight: bold;
  14. }
  15. a:link {
  16. color: #008800;
  17. }
  18. a:visited {
  19. color: #008800;
  20. }
  21. a:hover {
  22. text-decoration: underline;
  23. color: ##008800;
  24. }
  25. /* These are for other links EX: Links at the bottom of the page */
  26. a.background {
  27. text-decoration: none;
  28. }
  29. a.background:link {
  30. color: #008800;
  31. }
  32. a.background:visited {
  33. color: #008800;
  34. }
  35. a.background:hover {
  36. text-decoration: underline;
  37. color: #008800;
  38. }
  39. body {
  40. background-color: #dfffd1;
  41. font-family: Verdana, Arial, sans-serif;
  42. font-size: 13px;
  43. color: black;
  44. }
  45. #green-h {
  46. height: 15px;
  47. background-repeat: repeat-x;
  48. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8AgMAAADanzhpAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAFElEQVQI12NoYMAHHfBC/OAAPggA1jQWgUt+qs4AAAAASUVORK5CYII=) 0px 0px; }
  49. #red-h {
  50. height: 15px;
  51. background-repeat: repeat-x;
  52. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8AgMAAADanzhpAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAFElEQVQI12NoYMAHHfBC/OAAPggA1jQWgUt+qs4AAAAASUVORK5CYII=) 0px -15px; }
  53. #yellow-h {
  54. height: 15px;
  55. background-repeat: repeat-x;
  56. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8AgMAAADanzhpAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAFElEQVQI12NoYMAHHfBC/OAAPggA1jQWgUt+qs4AAAAASUVORK5CYII=) 0px -30px; }
  57. #blue-h {
  58. height: 15px;
  59. background-repeat: repeat-x;
  60. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8AgMAAADanzhpAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAFElEQVQI12NoYMAHHfBC/OAAPggA1jQWgUt+qs4AAAAASUVORK5CYII=) 0px -45px; }
  61. #green-v {
  62. width: 15px;
  63. background-repeat: repeat-y;
  64. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABAgMAAAD/diWSAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAGUlEQVQI12NYtWrVytDQ0AAGBgb7////AwA3TAczYjzlogAAAABJRU5ErkJggg==) 0px 0px; }
  65. #red-v {
  66. width: 15px;
  67. background-repeat: repeat-y;
  68. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABAgMAAAD/diWSAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAGUlEQVQI12NYtWrVytDQ0AAGBgb7////AwA3TAczYjzlogAAAABJRU5ErkJggg==) -15px 0px; }
  69. #yellow-v {
  70. width: 15px;
  71. background-repeat: repeat-y;
  72. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABAgMAAAD/diWSAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAGUlEQVQI12NYtWrVytDQ0AAGBgb7////AwA3TAczYjzlogAAAABJRU5ErkJggg==) -30px 0px; }
  73. #blue-v {
  74. width: 15px;
  75. background-repeat: repeat-y;
  76. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABAgMAAAD/diWSAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAGUlEQVQI12NYtWrVytDQ0AAGBgb7////AwA3TAczYjzlogAAAABJRU5ErkJggg==) -45px 0px; }
  77. td {
  78. border-radius: 5px;
  79. font-family: Verdana, Arial, sans-serif;
  80. font-size: 13px;
  81. color: black;
  82. text-align: left;
  83. }
  84. .title {
  85. font-family: Tahoma, Arial, sans-serif;
  86. font-size: 16px;
  87. font-weight: bold;
  88. }
  89. /* Cell Properties for Headlines EX: "Most Active Nicks" */
  90. .headtext {
  91. border-radius: 8px;
  92. color: white;
  93. font-weight: bold;
  94. text-align: center;
  95. background-color: #54604F;
  96. }
  97. /* Has no apparent effect */
  98. .headlinebg {
  99. border-radius: 8px;
  100. background-color: #000000;
  101. }
  102. /* Column Titles in Numbered Lists EX: "Most Active Nicks" */
  103. .tdtop {
  104. background-color: #CDEBC1;
  105. }
  106. /* Cell in "Big Numbers" section, also the cells of the data in certain
  107. numbered lists (all except the "Most active nicks" and the "Users with
  108. most
  109. nicknames" sections) */
  110. .hicell {
  111. background-color: #C1DDB5;
  112. }
  113. /* Cells of the data in "Users with most nicknames" section */
  114. .hicell10 {
  115. background-color: #C1DDB5;
  116. font-size: 10px;
  117. }
  118. /* In numbered lists, the cell properties for 2+ */
  119. .rankc {
  120. background-color: #B4CEA9;
  121. }
  122. /* In numbered lists, the cell properties for 1 */
  123. .hirankc {
  124. background-color: #91AC87;
  125. font-weight: bold;
  126. }
  127. /* Name Cells in These Didn't Make It... */
  128. .rankc10 {
  129. background-color: #CCEAC0;
  130. font-size: 10px;
  131. }
  132. /* Hours "1-23" in Most Active Times Cell */
  133. .rankc10center {
  134. background-color: #B4CEA9;
  135. font-size: 10px;
  136. text-align: center;
  137. }
  138. /* Hour "0" in Most Active Times Cell */
  139. .hirankc10center {
  140. background-color: #91AC87;
  141. font-weight: bold;
  142. font-size: 10px;
  143. text-align: center;
  144. }
  145. .small {
  146. font-family: Verdana, Arial, sans-serif;
  147. font-size: 10px;
  148. }
  149. .asmall {
  150. font-family: "Arial narrow", Arial, sans-serif;
  151. font-size: 10px;
  152. color: black;
  153. text-align: center;
  154. }