Created
December 14, 2009 15:38
-
-
Save trey/256124 to your computer and use it in GitHub Desktop.
My variation of the Colloquy Standard Style
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
body { | |
background-color: #383838 !important; | |
} | |
body { | |
color: #CDCDCD !important; | |
background-image: url("none") !important; | |
} | |
.member.self { | |
color: #AA4D4B !important; | |
} | |
a:link { | |
color: #6566AA; | |
} | |
.member { | |
color: #FF9900 !important; | |
} | |
.envelope.highlight { | |
background-color: #30302F !important; | |
} | |
.messageFadeIn { | |
content: "off"; | |
} | |
.hostmask { | |
display: none; | |
} | |
.searchHighlight { | |
color: rgba( 255, 128, 0, 0.750 ) !important; | |
} | |
.timestamp { | |
display: block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment