Mercurial > web-gnusto
view gnusto.css @ 39:f346d0d99f78
Fixed some bugs regarding the escaping of output, some CSS changes.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 15 May 2008 02:11:25 -0700 |
parents | 9e7a743ccac5 |
children | 832c043dfd47 |
line wrap: on
line source
body { font-family: palatino, georgia, verdana, arial, sans-serif; text-align: center; } #top-window { width: 640px; text-align: center; margin: 0 auto; font-family: monaco; font-size: 10px; color: #ffffff; background: #000000; top: 0px; left: 0px; position: fixed; } #content { width: 640px; text-align: left; margin: 0 auto; } #cursor { text-decoration: blink; } .finished-input { color: gray; }