From 1ec3ccd40e1486541aa75da5c6d6d663ee55ffb1 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 6 Nov 2013 15:36:46 +0100 Subject: better css --- webchat/public/reset.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'webchat') diff --git a/webchat/public/reset.css b/webchat/public/reset.css index 91b9a438..746b81c4 100644 --- a/webchat/public/reset.css +++ b/webchat/public/reset.css @@ -30,6 +30,8 @@ footer, header, hgroup, menu, nav, section { } body { line-height: 1; + background-color: black; + color: white; } ol, ul { list-style: none; @@ -42,14 +44,17 @@ q:before, q:after { content: ''; content: none; } -x-table { +#chatbox { border-collapse: collapse; border-spacing: 0; + border: solid 2px black; + background-color: white; + color: black; } -.from { +.chat_from { font-weight: bold; text-align: right; } -.from:after { +.chat_from:after { content: ":"; } -- cgit v1.2.3