js-marketplace-2014/style.css

25 lines
305 B
CSS

div.utterance span.timestamp {
color: #d0d0d0;
}
div.utterance span.timestamp:after {
content: " ";
}
div.utterance span.nym {
color: #00c000;
}
div.utterance span.nym:after {
content: ": ";
}
#chat_output {
height: 15em;
overflow-y: scroll;
}
#chat_input {
width: 80%;
}