view openwebchat.css @ 58:7a2ecb3e800f

conversations dict is now a weak value dict. Added a status page showing current resource usage.
author Atul Varma <varmaa@toolness.com>
date Tue, 28 Apr 2009 21:37:00 -0700
parents 27785e0ac4d8
children
line wrap: on
line source

body, textarea, input {
    font-family: palatino, georgia, verdana, arial, sans-serif;
    font-size: 10pt;
    line-height: 1.4em;
    text-align: center;
}

textarea {
    margin-top: 1em;
    width: 40em;
}

textarea, input {
    text-align: left;
    border: 1px dotted black;
}

#content {
    width: 40em;
    margin: 2em auto;
}

h1 {
    font-weight: normal;
    line-height: 1.4em;
}

pre {
    font-family: monaco, andale mono, monospace;
    font-size: 9pt;
    white-space: pre;
    padding-left: 2em;
}

a {
    color: black;
    text-decoration: underline;
}

.message {
    
}

.timestamp {
    display: none;
}

.author {
    padding-top: 1em;
    font-variant: small-caps;
}

#templates {
    display: none;
}

.error {
    background: red;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}