Last active
December 19, 2015 08:19
-
-
Save lrstanley/5924421 to your computer and use it in GitHub Desktop.
Custom PISG (Perl IRC Statistics Generator) Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a { | |
color: #0088FF; | |
} | |
a:link { | |
color: #0088FF; | |
} | |
a:visited { | |
color: #0088FF; | |
} | |
a:hover { | |
text-decoration: underline; | |
color: #93d30d; | |
} | |
a.background { | |
text-decoration: none; | |
color: #0088FF; | |
} | |
a.background:link { | |
color: #93d30d; | |
} | |
a.background:visited { | |
color: #93d30d; | |
} | |
a.background:hover { | |
text-decoration: underline; | |
color: #93d30d; | |
} | |
body { | |
background-color: #222222; | |
font-family: Tahoma, Geneva, sans-serif; | |
font-size: 13px; | |
color: #0088FF; | |
} | |
td { | |
font-family: Verdana, Arial, sans-serif; | |
font-size: 13px; | |
color: black; | |
text-align: left; | |
} | |
.male, .male a { | |
color: #0000DD; | |
} | |
.female, .female a { | |
color: #DD3366; | |
} | |
.bot, .bot a { | |
color: #00FFFF; | |
} | |
.title { | |
font-family: Tahoma, Arial, sans-serif; | |
color: #00D138; | |
font-size: 18px; | |
font-weight: bold; | |
} | |
.headtext { | |
color: #ffffff; | |
font-weight: bold; | |
text-align: center; | |
background-color: #359CD6; | |
} | |
.headlinebg { | |
background-color: #222222; | |
color: #ffffff; | |
} | |
.tdtop { | |
background-color: #222222; | |
color: #ffffff; | |
} | |
.hicell { | |
background-color: #222222; | |
color: #ffffff; | |
} | |
.hicell10 { | |
background-color: #222222; | |
color: #ffffff; | |
font-size: 10px; | |
} | |
.rankc { | |
background-color: #222222; | |
color: #ffffff; | |
} | |
.hirankc { | |
background-color: #222222; | |
color: #ffffff; | |
font-weight: bold; | |
} | |
.rankc10 { | |
background-color: #222222; | |
color: #ffffff; | |
font-size: 10px; | |
} | |
.rankc10center { | |
background-color: #222222; | |
color: #ffffff; | |
font-size: 10px; | |
text-align: center; | |
} | |
.hirankc10center { | |
background-color: #222222; | |
color: #ffffff; | |
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: #0088FF; | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment