Morten Brix Pedersen 24 лет назад
Родитель
Сommit
e6b2468379
2 измененных файлов с 144 добавлено и 0 удалено
  1. 1 0
      docs/Changelog
  2. 143 0
      layout/softgreen.css

+ 1 - 0
docs/Changelog

@@ -6,6 +6,7 @@ pisg (x.xx)
    * Added retarded support for retarded logformat used for mIRC6.x
    * Added retarded support for retarded logformat used for mIRC6.x
    * A bug in the zcbot format where the first character would be truncated
    * A bug in the zcbot format where the first character would be truncated
      has been fixed (thanks, Guillaume Leclanche)
      has been fixed (thanks, Guillaume Leclanche)
+   * New 'softgreen' colorscheme (thanks, Melody Mayberry)
 
 
 pisg (0.41) - Sun Aug, 11th 2002
 pisg (0.41) - Sun Aug, 11th 2002
    * Fix a bug in the winbot logfile format where lines containing the channel
    * Fix a bug in the winbot logfile format where lines containing the channel

+ 143 - 0
layout/softgreen.css

@@ -0,0 +1,143 @@
+/*
+This is a soft green theme that I created. It is the first of many that
+I
+will create.
+Visit http://ircstats.axelay.com to see it in action!
+
+Created by: Melody Mayberry, http://www.melbell.com
+
+Place this line in pisg.cfg
+<set hicell="#B4CEA9" hicell2="#CCEAC0">
+*/
+
+/* These are for the regular links (in the stats) */
+a {
+    text-decoration: none;
+    font-weight: bold;
+}
+a:link {
+    color: #008800;
+}
+a:visited {
+    color: #008800;
+}
+
+a:hover {
+    text-decoration: underline;
+    color: ##008800;
+}
+
+/* These are for other links EX: Links at the bottom of the page */
+a.background {
+    text-decoration: none;
+}
+
+a.background:link {
+    color: #008800;
+}
+
+a.background:visited {
+    color: #008800;
+}
+
+a.background:hover {
+    text-decoration: underline;
+    color: #008800;
+}
+
+body {
+    background-color: #dfffd1;
+    font-family: Verdana, Arial, sans-serif;
+    font-size: 13px;
+    color: black;
+}
+
+td {
+    font-family: Verdana, Arial, sans-serif;
+    font-size: 13px;
+    color: black;
+    text-align: left;
+}
+
+.title {
+    font-family: Tahoma, Arial, sans-serif;
+    font-size: 16px;
+    font-weight: bold;
+}
+
+/* Cell Properties for Headlines EX: "Most Active Nicks" */
+.headtext {
+    color: white;
+    font-weight: bold;
+    text-align: center;
+    background-color: #54604F;
+}
+
+/* Has no apparent effect */
+.headlinebg {
+    background-color: #000000;
+}
+
+/* Column Titles in Numbered Lists EX: "Most Active Nicks" */
+.tdtop {
+    background-color: #CDEBC1;
+}
+
+/* Cell in "Big Numbers" section, also the cells of the data in certain
+numbered lists (all except the "Most active nicks" and the "Users with
+most
+nicknames" sections) */
+.hicell {
+    background-color: #C1DDB5;
+}
+
+/* Cells of the data in "Users with most nicknames" section */
+.hicell10 {
+    background-color: #C1DDB5;
+    font-size: 10px;
+}
+
+/* In numbered lists, the cell properties for 2+ */
+.rankc {
+    background-color: #B4CEA9;
+}
+
+/* In numbered lists, the cell properties for 1 */
+.hirankc {
+    background-color: #91AC87;
+    font-weight: bold;
+}
+
+/* Name Cells in These Didn't Make It... */
+.rankc10 {
+    background-color: #CCEAC0;
+    font-size: 10px;
+}
+
+/* Hours "1-23"  in Most Active Times Cell */
+.rankc10center {
+    background-color: #B4CEA9;
+    font-size: 10px;
+    text-align: center;
+}
+
+/* Hour "0" in Most Active Times Cell */
+.hirankc10center {
+    background-color: #91AC87;
+    font-weight: bold;
+    font-size: 10px;
+    text-align: center;
+}
+
+.small {
+    font-family: Verdana, Arial, sans-serif;
+    font-size: 10px;
+}
+
+
+.asmall {
+      font-family: "Arial narrow", Arial, sans-serif;
+      font-size: 10px;
+      color: black;
+      text-align: center;
+}