view gnusto.css @ 59:118be43b258b

Fixed a bug that occurrs at the very beginning of curses.
author Atul Varma <varmaa@toolness.com>
date Fri, 16 May 2008 12:05:04 -0700
parents a1e72e9c4bf7
children f380e3b3785d
line wrap: on
line source

body {
    font-family: palatino, georgia, verdana, arial, sans-serif;
    text-align: center;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 8px;
}

#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;
}

.z-roman {
    color: #000000;
}

.z-reverse-video {
    color: #ffffff;
    background: #000000;
}

.z-bold {
    font-variant: small-caps;
}

.z-italic {
    font-style: italic;
}

.z-fixed-pitch {
    font-family: monaco;
}

#top-window .z-roman {
    color: #ffffff;
}

#top-window .z-bold {
    font-variant: none;
    font-weight: bold;
}