diff openwebchat.css @ 26:4a4b66f5229b

Added open web chat module.
author Atul Varma <varmaa@toolness.com>
date Mon, 27 Apr 2009 08:42:47 -0700
parents
children 10fcf63961d8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/openwebchat.css	Mon Apr 27 08:42:47 2009 -0700
@@ -0,0 +1,39 @@
+body {
+    font-family: monaco, andale mono, monospace;
+    font-size: 9pt;
+    text-align: center;
+}
+
+#container {
+    width: 60em;
+    text-align: left;
+    margin: 2em auto;
+}
+
+#content {
+    font-family: palatino, georgia, verdana, arial, sans-serif;
+    font-size: 10pt;
+    line-height: 1.4em;
+}
+
+h1 {
+    font-weight: normal;
+    line-height: 1.4em;
+}
+
+#tests {
+    font-family: monaco, andale mono, monospace;
+    font-size: 9pt;
+    white-space: pre;
+    padding-left: 2em;
+    display: block;
+}
+
+#messages {
+    display: none;
+}
+
+a {
+    color: black;
+    text-decoration: underline;
+}