<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* jAlbum 26 with Atom 21, album creation date 08.03.22, 21:40 */
html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
body {
	margin: 10px;
	text-align: center;
	background-color: #000000;
	color: #eeeeee;
	font-size: 0px;
}
a {
	outline: 0;
	font-weight: bold;
	text-decoration: none;
	color: #eeeeee;
}
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: 1600px;
	margin: 0px auto 5px;
}
#at-navslide {
	height: 62px;
}
#at-nav img, #at-navslide img {
	width:  32px;
	margin: 15px;
}
#at-thumbnails, #at-fthumbnails {
	max-width: 1600px;
	margin: 0px auto;
	font-size: 0px; /* Hack to collapse whitespace between boxes */
}
#at-thumbnails &gt; div, #at-fthumbnails &gt; div {
	display: inline-block;
	margin: 7px;
	vertical-align: top;
}
#at-thumbnails &gt; div &gt; div:first-of-type, #at-fthumbnails &gt; div &gt; div:first-of-type {
	padding: 0px;
	border: 0px solid #eeeeee;
}
.at-thumbcaption {
	margin: 5px auto;
	max-width: 240px;
}
.at-imagetitle, .at-foldertitle {
	font-size: 0.9rem;
}
.at-imagecomment, .at-foldercomment {
	font-size: 0.8rem;
}
#at-copyright {
	font-size: 0.7rem;
	max-width: 1600px;
	margin: 10px auto 0px;
}	
#at-credits {
	font-size: 0.6rem;
	max-width: 1600px;
	margin: 10px auto;
}
#at-slideimage {
	position: relative;
	padding: 0px;
	border: 0px solid #eeeeee;
	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-pdfframe {
	border: 1px solid #eeeeee;
}
#at-prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	cursor: url('cursorprev.png') 0 10, pointer;
}
#at-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	cursor: url('cursornext.png') 0 10, pointer;
}
#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;
}
@media (max-width: 500px), (max-height: 500px) {
	#at-thumbnails &gt; div {
		margin: 2px;
	}
	#at-thumbnails &gt; div &gt; div:first-of-type {
		border-width: 0px;
		padding: 0px;
	}
	#at-slideimage {
		border-width: 0px;
		padding: 0px;
	}
}
</pre></body></html>