/* -*- css -*-
 * FILE: "/math/y1zln/oase/doc/OASE-LIT-TD.css"
 * LAST MODIFICATION: "Tue, 26 Mar 2002 12:25:36 CET (y1zln)"
 * (C) 2002 by Johannes Zellner, <johannes@zellner.org>
 * $Id: zimg.css,v 1.1 2002/09/07 11:08:55 joze Exp $
 */

address      { font-size: 60%; font-family: verdana, arial, helvetica; }
pre          { font-family: monospace; }

div.table table {
    border-width: 1;
}

div.table table th {
    background-color: #ddd;
}

pre.programlisting {
    background-color: #ddd;
    padding: 5pt;
}

table.verbatim {
    border-width: 0pt;
}

pre.screen {
    background-color: #fea;
    padding: 5pt 10pt 5pt 10pt;
    border: 1pt;
    margin: 0pt;
    /* width: 50%; */
}

div.table table tr {
    background-color: #eef;
}

table td, table th {
    border-style: none;
}

/* div.caution table tr th { */
/*     background-color: yellow; */
/* } */

div.note table, div.caution table, div.important table, div.tip table, div.warning table {
    /* background-color: #fee; */
    border-width: 1pt;
}

div.table table tbody tr td table pre.programlisting span.emphasis {
    background-color: yellow;
}

/* [-- alignments --] */
/* .center      { text-align: center; } */
/* .right       { text-align: right; } */
/* .left        { text-align: left; } */

/* /* [-- colors --] */ */
/* .magenta     { color: magenta; } */
/* .red         { color: red; } */
/* .green       { color: green; } */
/* .blue        { color: blue; } */
/* .cyan        { color: cyan; } */
/* .yellow      { color: yellow; } */

body {
    font-family: verdana, arial, helvetica;
    /* background-image: url("img/CZ-Logo-klein.GIF");  */
    /* background-repeat: repeat; */
    /* margin: 5% 5% 0% 5%; */
}

@media screen {
    a:hover { background: #ccf; } 
}

    /* a:hover { background: #fcc } */
