Skip to content

Instantly share code, notes, and snippets.

@trey
Created December 14, 2009 15:38
Show Gist options
  • Save trey/256124 to your computer and use it in GitHub Desktop.
Save trey/256124 to your computer and use it in GitHub Desktop.
My variation of the Colloquy Standard Style
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