/*
 * $Id: comix.css,v 1.5 2009/08/19 14:33:59 xx087 Exp $
 * $Source: /usr/local/src/ncf/cvsroot/glennj/comics/comix.css,v $
 */

body {
    width: 910px;
}

.rightdiv {
    float: right;
    text-align: right;
    width: 300px;
}

.title {
    font-weight: bold; font-variant: small-caps;
    text-align: center;
}

table { 
    border: 2px solid black; 
    border-collapse: collapse; 
}
th,td {
    border: 1px solid black; 
    padding: 5px;
    vertical-align: top;
}

a:link, a:visited, a:active {
    border-bottom: 1px dotted black;
    text-decoration: none;
}
a:hover {
    background: #efefef;
    border-bottom: 1px solid blue;
    text-decoration: none;
} 
a.hidden:link, a.hidden:visited, a.hidden:active {
    color: black;
    border: none;
    text-decoration: none;
}

ul.ignore { margin-top: 0; margin-left: 1em; padding-left: 0; }
.ignore li { display: inline; }
.ignore li:first-child:before {content: "... "; }
.ignore li:after {content: ", "; }
/* the following requires the last list item to have class="last" */
.ignore li.last:after {content: " ..."; }
