Last active
December 22, 2015 00:08
-
-
Save cocodrips/6386664 to your computer and use it in GitHub Desktop.
キキララ☆カラーなIRCテーマ
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
html { | |
font-family: 'Courier'; | |
font-size: 9pt; | |
background-color: #ffcdc8; | |
color: #64635c; | |
word-wrap: break-word; | |
margin: 0; | |
padding: 3px 4px 10px 4px; | |
} | |
body { margin: 0; padding: 0; } | |
body.normal {} | |
body.console {} | |
body[type=channel] {} | |
body[type=talk] {} | |
body[type=console] {} | |
body[channelname=#limechat] {} | |
hr { margin: 0.5em 2em; } | |
a {} | |
.inlineimage {} | |
/* lines */ | |
.line { margin: 2px 0;padding: 3px 0;} | |
.line[alternate=even] { background-color: #fff3dd; margin: 2px 0; padding: 4px 0; border-radius: 5px; } | |
.line[alternate=odd] {} | |
.line[type=reply] { | |
background-color: #bfdbcd; | |
border-radius: 5px; | |
border: 1px solid #b6d2db; | |
} | |
.line[type=action] .sender:before { | |
content: "• "; | |
white-space: nowrap; | |
} | |
.line[highlight=true] { | |
background-color: #aedbc9; | |
} | |
.url { color: #bc5767; word-break: break-all; } | |
.address { color: #bc7c8f; text-decoration: underline; word-break: break-all; } | |
.highlight { color: #CBB093; font-weight: bold; } | |
.time { color: #594E51; } | |
.place { color: #7c6dc7; } | |
.sender{ | |
display: inline-block; | |
text-align: left; | |
width: 100px; | |
margin-right: 10px; | |
} | |
.sender[type=myself] { color: #970004; } | |
.sender[type=normal] { color: #656564; } | |
/* message body */ | |
.message[type=system] { color: #bca69f; } | |
.message[type=error] { color: #f00; font-weight: bold; } | |
.message[type=reply] { color: #666666; } | |
.message[type=error_reply] { color: #f00; } | |
.message[type=dcc_send_send] { color: #088; } | |
.message[type=dcc_send_receive] { color: #00c; } | |
.message[type=privmsg] {} | |
.message[type=notice] { color: #888;} | |
.message[type=action] { color: #a2a09c; font-size:90%; } | |
.message[type=join] { color: #a2a09c; font-size:90%; } | |
.message[type=part] { color: #a2a09c; font-size:90%; } | |
.message[type=kick] { color: #a2a09c; font-size:90%; } | |
.message[type=quit] { color: #a2a09c; font-size:90%; } | |
.message[type=kill] { color: #a2a09c; font-size:90%; } | |
.message[type=nick] { color: #a2a09c; font-size:90%; } | |
.message[type=mode] { color: #a2a09c; font-size:90%; } | |
.message[type=topic] { color: #a2a09c; font-size:90%; } | |
.message[type=invite] { color: #a2a09c; font-size:90%; } | |
.message[type=wallops] { color: #a2a09c; font-size:90%; } | |
.message[type=debug_send] { color: #aaa; font-size:90%; } | |
.message[type=debug_receive] { color: #444; font-size:90%; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment