@import "sizes2.css";
@import "shared.css";

/*
   This style arranges the thumbnails with limited information -
   title, image size in K, and the number of hits when
   available.  The thumbnails are arranged in a table-like format,
   with as many as can fit on a line.
 */


/* Hide the link to the "test" style */
body > #teststyle { display: none; }

div.imagelink { margin-left: auto; margin-right: auto; }

/* Make subheadings small but distinctive */
h2 {
   border-bottom: 0;
   border-right: 0; 
   margin: 0;
   margin-top: 1em;
   /*text-align: center; */
   font-size: medium;
   font-weight:  bold;
   margin-left: 0em;
}

div.entry > * { display: none; }

div.entry:hover > * { display: block; }
div.entry > div.imagelink { display: block; }

div.entry:hover {
   z-index: 2;
   background: #CC9;
   margin-top: -50px;
   margin-bottom: -50px;
   margin-right: -50px;
   margin-left: -50px;
   height: 196px;
   width: 196px;
   padding: 4px;
   /* border: thin outset; */
}


div.entry:hover .imagenote {
   display: block;
   margin: 0;
   padding: 0;
   font-size: smaller;
}

div.entry:hover .variant { display: none; }

div.entry div.imageheader { 
    margin:0; padding:0; 
    text-align: center;
}

div.entry {
   overflow: hidden; 
   /* margin-left: -117px; */
   margin:2px;
   float: left;
   font-size: smaller; 

   width: 100px;
   height: 100px;
}

div.signature {
   margin-left: -110px;
}

div.entry .imageheader { display: none; }
div.entry:hover .imageheader { display: block; }

div.entry div.imageheader > div {
   display: inline; 
   white-space: nowrap;
   font-size: smaller;
   font-weight: normal;
   margin:0;
}

p.imagenote {
  display: none;
}

div.entry div.imageheader div + div:before {
  content: " - ";
}

div.entry div.imagetitle {
   margin: 0;
   padding: 0;
   clear: both;
   font-weight: bold;
   font-size: medium;
}

h2 {
    clear: left;
}

hr.clearentry {
    display: none ! important;
}

hr.clear {
    visibility: hidden;
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

