diff options
author | lassulus <lassulus@googlemail.com> | 2013-11-06 20:24:26 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2013-11-06 20:24:26 +0100 |
commit | aec1b767fd0223029332b14e5834c555efc345ff (patch) | |
tree | fa5526fb6730a6d15b1fb5d7364e1bf202004bdb /webchat/public/reset.css | |
parent | af3a5da71316c355de04e64a5a34d4fc1856220e (diff) |
webchat: better layout
Diffstat (limited to 'webchat/public/reset.css')
-rw-r--r-- | webchat/public/reset.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/webchat/public/reset.css b/webchat/public/reset.css index c291544d..2b67f153 100644 --- a/webchat/public/reset.css +++ b/webchat/public/reset.css @@ -21,6 +21,7 @@ time, mark, audio, video { border: 0; font-size: 100%; font: inherit; + font-family: monospace; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ @@ -50,11 +51,21 @@ q:before, q:after { background-color: black; color: white; border: 5px solid black; + width: 100%; + height:100%; + opacity: 0.8; +} +#input{ + width: 100%; + background-color: black; + border: 1px solid black; + color: white; } .chat_from { color:grey; font-weight: bold; text-align: right; + font-size:12px; } .chat_from:after { content: ":"; @@ -68,6 +79,21 @@ q:before, q:after { left: 0; right: 0; } +#chatter { + width: 75%; +} +.chat_date,.chat_from,.chat_msg{ +} +.chat_msg{ + width: 100%; +} a { color: red; } +.chat_date { + color: green; +} +.chat_date:after { + content: ""; + padding-right: 4px; +}
\ No newline at end of file |