Mercurial > cosocket
view media/css/openwebchat.css @ 81:2fc520114ed4
better support for i18n
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 30 Apr 2009 19:07:22 -0700 |
parents | 002868ce7212 |
children | 4b3c051d60c3 |
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; } .error { display: none; background: red; padding: 1em; margin-top: 1em; margin-bottom: 1em; } #data { display: none; }