Skip to content

Instantly share code, notes, and snippets.

@blt
Created April 13, 2015 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blt/736cc2d8983c44f2cd99 to your computer and use it in GitHub Desktop.
Save blt/736cc2d8983c44f2cd99 to your computer and use it in GitHub Desktop.
html {
font-family: 'Monaco';
font-size: 9pt;
background-color: #000;
color: #f0f0f0;
}
body {}
.url { color: #99cf50; }
.address {}
.highlight {
font-weight: bold;
padding: 0 3px;
color: #000;
background-color: #ff8c00;
}
.line {}
.line[alternate=even] {}
.line[alternate=odd] {}
.line[highlight=true] {}
.time { color: #3387bc; }
.place { color: #3387bc; }
.sender[type=normal] { color: #3e87e3; }
.sender[type=myself] { color: #bd0000; }
.message[type=privmsg] {}
.message[type=notice] { color: #888; }
.message[type=action] { color: #3e87e3;}
.message[type=system], .message[type=join], .message[type=kick],
.message[type=quit], .message[type=kill], .message[type=nick], .message[type=mode],
.message[type=topic], .message[type=invite], .message[type=wallops] {
color: #5e5e5e;
}
.message[type=reply] { color: #509036; }
.message[type=error], .message[type=error_reply] { color: #f67b37; }
.message[type=dcc_send_send] { color: #c5af75; }
.message[type=dcc_send_receive] { color: #f9ee98; }
.message[type=debug_send] { color: #8996a8; }
.message[type=debug_receive] { color: #afc4db; }
.message[type=part] { color: #000; }
body.normal .event[type=mode] { display:none;}
body.normal .event[type=join] { display:none;}
body.normal .event[type=quit] { display:none;}
body.normal .event[type=part] { display:none;}
body.normal .event[type=nick] { display:none;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment