| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- /*
- 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;
- }
- #green-h {
- height: 15px;
- background-repeat: repeat-x;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8AgMAAADanzhpAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAFElEQVQI12NoYMAHHfBC/OAAPggA1jQWgUt+qs4AAAAASUVORK5CYII=) 0px 0px; }
- #red-h {
- height: 15px;
- background-repeat: repeat-x;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8AgMAAADanzhpAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAFElEQVQI12NoYMAHHfBC/OAAPggA1jQWgUt+qs4AAAAASUVORK5CYII=) 0px -15px; }
- #yellow-h {
- height: 15px;
- background-repeat: repeat-x;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8AgMAAADanzhpAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAFElEQVQI12NoYMAHHfBC/OAAPggA1jQWgUt+qs4AAAAASUVORK5CYII=) 0px -30px; }
- #blue-h {
- height: 15px;
- background-repeat: repeat-x;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8AgMAAADanzhpAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAFElEQVQI12NoYMAHHfBC/OAAPggA1jQWgUt+qs4AAAAASUVORK5CYII=) 0px -45px; }
- #green-v {
- width: 15px;
- background-repeat: repeat-y;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABAgMAAAD/diWSAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAGUlEQVQI12NYtWrVytDQ0AAGBgb7////AwA3TAczYjzlogAAAABJRU5ErkJggg==) 0px 0px; }
- #red-v {
- width: 15px;
- background-repeat: repeat-y;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABAgMAAAD/diWSAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAGUlEQVQI12NYtWrVytDQ0AAGBgb7////AwA3TAczYjzlogAAAABJRU5ErkJggg==) -15px 0px; }
- #yellow-v {
- width: 15px;
- background-repeat: repeat-y;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABAgMAAAD/diWSAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAGUlEQVQI12NYtWrVytDQ0AAGBgb7////AwA3TAczYjzlogAAAABJRU5ErkJggg==) -30px 0px; }
- #blue-v {
- width: 15px;
- background-repeat: repeat-y;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABAgMAAAD/diWSAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAGUlEQVQI12NYtWrVytDQ0AAGBgb7////AwA3TAczYjzlogAAAABJRU5ErkJggg==) -45px 0px; }
- td {
- border-radius: 5px;
- 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 {
- border-radius: 8px;
- color: white;
- font-weight: bold;
- text-align: center;
- background-color: #54604F;
- }
- /* Has no apparent effect */
- .headlinebg {
- border-radius: 8px;
- 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;
- }
|