<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, with only classes that are different for this style
 */

body {
	color: #dddddd;
	background-color: #111111;
	scrollbar-color: dark;
}
body::-webkit-scrollbar {
	width: .8rem;
}
body::-webkit-scrollbar-track {
	background-color: rgba(0,0,0,.25);
}
body::-webkit-scrollbar-thumb {
	border: 1px solid rgba(0,0,0,.5);
	background-color: rgba(255,255,255,.15);
}
a {
	color: #ffffff;
}
a:hover {
	color: red;
}
#thumbnails &gt; div {
	border: 0px solid #dddddd;
}

.non-responsive #slideimage {
	border: 0px solid #dddddd;
}
#thumbnav img {
	border: 0px solid #dddddd;
}
#thumbcurrent::after {
	border-bottom-color: #dddddd;
}
#slide-page.responsive &gt; header,
#slide-page.responsive &gt; footer {
	background-color: rgba(0,0,0,.5);
}
#slide-page.responsive &gt; header:hover,
#slide-page.responsive &gt; footer:hover {
	background-color: rgba(0,0,0,.85);
}
</pre></body></html>