<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* property "overflow" with value "visible" causes window scrollbars to be inivisible.. */
/* test with "auto"..   style="overflow: auto;" */

/* Style for all bodies. */
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background-color: #F0F1F5;
  background-image: url(background.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  color: #222244;
  margin: 0;
}


/* Style for all table cells. */
td {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

td.exifInfo {
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: #808080;
  color: white;

}

.td_nav {

 background-color: #555555;
 filter:alpha(opacity=60);
 -moz-opacity:.60;
 opacity:.60;

}

.control_img {
margin-right: 5;
}


.controlbox
{
background:transparent;
 filter:alpha(opacity=70);
 -moz-opacity:.70;
 opacity:.70;
}


/* Put a border on all generated images */
.image {
  border-width: 0;
  border-color: #888888;
  border-style: solid;
  margin: 3;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
  text-align: center;
  vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
  margin-left: 2;
  margin-right: 2;
  margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
  margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
  font-weight: bold;
  font-size: 14px;
}

/* Header */
h1 {
  font-size: 22px;
  font-weight: bold;
}

/* Custom link styles */
a:active {
  text-decoration: none;
  color: #444488;
}

a:visited {
  text-decoration: none;
  color: #993333;
}

a:hover {
  text-decoration: underline;
  color: #3333bb
}

a:link {
  text-decoration: none;
  color: #555599
}


/* Style for options background table */
.options_bg
{
  background-image:url(jalbum_marsu_bg.gif);
  background-repeat: no-repeat;
}

#imageinfo {
  visibility: hidden;
  position:absolute;
  top:50px;
  left:20px;
}

/*style="visibility:hidden;" style="position:absolute; top:10; left:10"
*/


#commentTop {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 90%;
  text-align: center;
  font-size: 20px;
  color: #eeeeee;
}

#commentTop_shadow {
  position: absolute;
  top: 12px;
  left: 2px;
  width: 90%;
  text-align: center;
  font-size: 20px;
  color: #333333;
}


#commentBottom {
  position: absolute;
  bottom: 12px;
  left: 0px;
  width: 90%;
  text-align: center;
  font-size: 20px;
  color: #eeeeee;
}

#commentBottom_shadow {
  position: absolute;
  bottom: 10px;
  left: 2px;
  width: 90%;
  text-align: center;
  font-size: 20px;
  color: #333333;
}


#fileBaseNameTop {
  visibility: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  /*width: 80px;
  text-align: right;*/
  font-size: 18px;
  color: white;
  background-color: #808080;
}


#fileBaseNameBottom {
  visibility: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
  /*width: 80px;
  text-align: left;*/
  font-size: 18px;
  color: white;
  background-color: #808080;
}


input {
  font-size: 10px;
}


h2 {
  text-align: center;
}


#navigationBox
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  /*visibility: hidden;
  */
}


#navbox1
{
  position: absolute;
/* "bottom" causes firefox non-working thumbnails.. */
/* bottom: 0px; */
  right: 0px;
  /*visibility: hidden;
  */
}

</pre></body></html>