Created
January 12, 2016 15:07
-
-
Save lenisko/ff2953170f19b6397889 to your computer and use it in GitHub Desktop.
Pisg - dark gentleman theme
This file contains 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
/* <!-- | |
Pisg - dark gentleman theme | |
based on https://gist.github.com/Liamraystanley/5924421 | |
by lazy Len | |
--> */ | |
a { | |
color: #0088FF; | |
} | |
a:link { | |
text-decoration: none; | |
color: #ddd; | |
} | |
a:visited { | |
color: #ddd; | |
} | |
a:hover { | |
text-decoration: none; | |
color: #ddd; | |
} | |
a.background { | |
text-decoration: none; | |
color: #0088FF; | |
} | |
a.background:link { | |
color: #404040; | |
} | |
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: #ccc; | |
} | |
td { | |
font-family: Verdana, Arial, sans-serif; | |
font-size: 13px; | |
color: #ccc; | |
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: #ccc; | |
font-size: 18px; | |
font-weight: bold; | |
} | |
.headtext { | |
color: #eee; | |
font-weight: bold; | |
text-align: center; | |
background-color: #282828; | |
} | |
.headlinebg { | |
background-color: #222222; | |
color: #ccc; | |
} | |
.tdtop { | |
background-color: #282828; | |
color: #ccc; | |
} | |
.hicell { | |
background-color: #282828; | |
color: #ccc; | |
} | |
.hicell10 { | |
background-color: #222222; | |
color: #ccc; | |
font-size: 10px; | |
} | |
.rankc { | |
background-color: #282828; | |
color: #ccc; | |
} | |
.hirankc { | |
background-color: #282828; | |
color: #ccc; | |
font-weight: bold; | |
} | |
.rankc10 { | |
background-color: #222222; | |
color: #ccc; | |
font-size: 10px; | |
} | |
.rankc10center { | |
background-color: #282828; | |
color: #ccc; | |
font-size: 10px; | |
text-align: center; | |
} | |
.hirankc10center { | |
background-color: #222222; | |
color: #ccc; | |
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: #ccc; | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment