view gnusto.css @ 68:5716cb072c43

Simplified CSS. The width of the central column is now dynamically determined by calculating the width of a 80-column, fixed-pitch line. The top window is also more faithful to its intended presentation in that it doesn't always display in reverse video.
author Atul Varma <varmaa@toolness.com>
date Sat, 17 May 2008 02:14:49 -0700
parents f380e3b3785d
children 23f9e15fa690
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;
}

.buffered-window {
    text-align: center;
    margin: 0 auto;
    font-family: monaco;
    font-size: 10pt;
    line-height: 12pt;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 0;
}

#top-window {
    z-index: 1;
}

#content {
    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-bold {
    font-variant: none;
    font-weight: bold;
}