summaryrefslogtreecommitdiffstats
path: root/webchat/public/reset.css
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2013-11-11 18:28:25 +0100
committerlassulus <lassulus@googlemail.com>2013-11-11 18:28:25 +0100
commit2197882bc5a131ed7c877505ac66cbfa02679273 (patch)
treea9c28b0e62eeb0c645854c6c7cddedae1b79a85d /webchat/public/reset.css
parent797fd5c8d4aff71767ea46a208616ecc3cbc1d4e (diff)
webchat: join and quit color via css
Diffstat (limited to 'webchat/public/reset.css')
-rw-r--r--webchat/public/reset.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/webchat/public/reset.css b/webchat/public/reset.css
index 64ba963e..d369bc86 100644
--- a/webchat/public/reset.css
+++ b/webchat/public/reset.css
@@ -58,14 +58,14 @@ q:before, q:after {
border: 1px solid black;
color: white;
}
-.chat_from {
+.from {
color:grey;
font-weight: bold;
text-align: right;
font-size:12px;
white-space: nowrap;
}
-.chat_from:after {
+.from:after {
content: ":";
padding-right: 6px;
}
@@ -88,16 +88,16 @@ q:before, q:after {
}
.chat_date,.chat_from,.chat_msg{
}
-.chat_msg{
+.msg{
width: 100%;
}
a {
color: red;
}
-.chat_date {
+.date {
color: green;
}
-.chat_date:after {
+.date:after {
content: "";
padding-right: 4px;
}
@@ -118,3 +118,9 @@ a {
position: absolute;
bottom: 5px;
}
+.join_msg {
+ color: #00FF00;
+}
+.quit_msg {
+ color: #FF0000;
+}