<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.chronicleentry {
	transition: background-color 100ms linear;
	margin: 0px 5px 0px 5px;
	padding: 1px 1px 1px 3px;
	border-radius: 3px;
	border-bottom: 1px solid #9bc5e8;
}

div.chronicleentry:hover {
	background-color: #86b9e3;
	transition: background-color 100ms linear;
}

span.chroniclecity {
	color: #111;
	font-weight: bold
}

span.chronicledate {
	color: #111;
	font-style: oblique;
	font-weight: lighter;
}

span.chronicledate:after {
	content: ", ";
}

span.chronicletext {
	color: #000;
}

span.chroniclesource {
	color: #111;
}
span.chroniclesource:before {
	color: #111;
	content: "Quelle: "
}

p {
	margin-bottom:0
	font-variant-numeric: oldstyle-nums;
	font-kerning: auto;
	font-variant-ligatures: common-ligatures;
}

p + p {
	text-indent:1em;
	margin-top:0
}

q {
	font-style: oblique;
}

h4 {
	font-size: 105%;
	padding-left: 5px;
	padding-bottom: 0px;
}
</pre></body></html>