/* $Id: comics.css,v 1.8 2006/07/24 13:59:30 spraints Exp $ */
/* Stylesheet for comics */
BODY
{
    color: white;
    background-color: black;
}

A
{
    color: black;
}

A.main
{
    color: white;
}

A:link, A:visited
{
    text-decoration: none;
}

A:hover, A:active
{
    text-decoration: underline;
}

TD.comicname
{
    background-color: #eeeeff;
    color: black;
}

TD.comic
{
    background-color: #eeffee;
    color: black;
}

/* The following is fairly shamelessly lifted from
   http://www.w3.org/Style/banner.css */
body div.toc
{
    display: block;
}
div.toc
{
    margin: 0;
    font-size: smaller;
    font-weight: bold;
    line-height: 1.1;
    /*position: absolute;*/
    position: fixed;
    top: 1em;
    left: auto;
    width: 13em;
    right: 1em;
}
div.toc p
{
    background-color: #eeeeff;
    color: black;
    margin: 0;
    /*padding: 0.3em 0.4em;*/
    border: thin outset white;
    display:none;
}
div.toc a, div.toc em
{
    display: block;
    margin: 0 0.5em;
    border: thin solid black;
}
div.toc a:hover
{
    background-color: black;
    color: #eeeeff;
}
div.toc a:link, div.toc a:visited, div.toc a:hover
{
    text-decoration: none;
}

.visibilityControl
{
    font-size: small;
    text-decoration: underline;
    cursor: pointer;
}

/*

$Log: comics.css,v $
Revision 1.8  2006/07/24 13:59:30  spraints
Added the ability to hide comics semi-permanently. Fixed fbfw a few times.

Revision 1.7  2002/11/29 17:32:45  spraints
Turned off the menu

Revision 1.6  2002/02/04 15:45:26  spraints
Added styles for a table-of-contents that floats over the page.

Revision 1.5  2002/02/04 13:55:00  spraints
Fixed stylesheet links

Revision 1.4  2001/10/25 20:34:23  spraints
Changed the links so that the ones at the top are in class "main" and the ones in the comic headers are in no specified class.

Revision 1.3  2001/10/25 19:42:17  spraints
Updated stylesheet with a new entry for "direct" A's.
Updated getcomix to have links to the previous day's comic.
Changed some of the data structures, particularly the comic information.

Revision 1.2  2001/09/07 15:12:31  spraints
Fixed an invalid stylesheet. Commented out debug-ish statements from getcomix. Changed the wget to be a little more quiet. Added a section for messages like this at the end of both files.


*/
