/usr/share/pisg/layout/softgreen.css is in pisg 0.73-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 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;
}
|