<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* jAlbum 23.2.4 with Atom 10, album creation date 10/20/21, 5:49 PM */
html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
body {
	margin: 10px;
	text-align: center;
	background-color: #eeeeee;
	color: #340000;
	font-size: 0px;
}
a {
	outline: 0;
}
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #340000;
}
a:hover {
	color: #ff0000;
}
img, iframe {
	border: none;
}
img {
	user-select: none;
	-webkit-user-select: none; /* Safari */
}
#at-thumbnails &gt; div img, #at-slideimage {
	animation: fadein 750ms;
}
@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
#at-pagetitle {
	font-size: 1.5rem;
	margin: 0px auto 5px;
}
#at-pagedescription {
	font-size: 1.0rem;
	max-width: 1250px;
	margin: 0px auto 5px;
}
#at-nav img {
	height:  32px;
	width:  32px;
	margin: 15px;
}
#at-thumbnails {
	max-width: 1250px;
	margin: 0px auto;
	font-size: 0px; /* Hack to collapse whitespace between boxes */
}
#at-thumbnails &gt; div {
	display: inline-block;
	margin: 7px;
	vertical-align: top;
}
#at-thumbnails &gt; div img {
	padding: 0px;
	border: 0px solid #340000;
}
.at-thumbcaption {
	margin: 5px 0px;
	max-width: 400px;
}
.at-imagetitle, .at-foldertitle {
	font-size: 0.9rem;
}
.at-imagecomment, .at-foldercomment {
	font-size: 0.8rem;
}
#at-copyright {
	font-size: 0.7rem;
	max-width: 1250px;
	margin: 10px auto 0px;
}	
#at-credits {
	font-size: 0.6rem;
	max-width: 1250px;
	margin: 10px auto;
}
#at-slideimage {
	position: relative;
	padding: 0px;
	border: 0px solid #340000;
	margin: 10px auto;
}
#at-slideimage img {
	max-width: 100%;
	height: auto;
}
#at-slideimage video {
	outline: 0;
	max-width: 100%;
	height: auto;
}
#at-slideimage &gt; div &gt; div {
	position: relative;
}
#at-slideimage iframe {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#at-prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}
#at-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
}
#at-slidecaption {
	margin: 0px auto;
}
#at-slidetitle {
	font-size: 1.0rem;
}
#at-slidecomment {
	font-size: 0.9rem;
}
.at-disabled {
	opacity: 0.4;
}
.at-bodyspacer {
	height: 30px;
}
</pre></body></html>