view media/css/openwebchat.css @ 84:de80d8393b6b

shift-clicking on a message now toggles the display of HTML source.
author Atul Varma <varmaa@toolness.com>
date Thu, 30 Apr 2009 21:01:08 -0700
parents a095f39117d9
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;
}

.raw-content {
    display: none;
    font-family: monaco, andale mono, monospace;
    font-size: 9pt;
    white-space: pre-wrap;
}

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

#data {
    display: none;
}

.overlay {
    display: none;
    padding-left: 1em;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    text-align: left;
}

.highlighted {
    background: #f5f5f5;
}