/* Grundfarben für White Mode */
body {
	color: #000;
	background-color: #fff;
	font-family: monospace, monospace;
	margin: 0;
	padding: 0.5em 1em;
}

a {
	color: #06c;
	text-decoration: underline;
}

td.form {
	display: none;
}

td.sub.right {
	display: none;
}

td.main a:last-child {
	display: inline;
}

td a + a::before {
	content: "|";
	color: #777;
	padding: 0 0.3em;
	text-decoration: none;

}

a:hover,
a:focus {
	text-decoration: underline;
}

/* Überschriften kleiner halten (z.B. Tabs Titel) */
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0;
}

/* Bilder in Header */
img {
	border: 0;
	vertical-align: middle;
	width: 40px;
}

body:has(table[summary="repository list"]) .tabs {
	display: none;
}


/* Header Bereich */
#header {
width: 97.5vw;
display: flex;
}

#header .logo {
padding-right: 0.5em;
vertical-align: middle;
}

#header .main {
font-weight: bold;
font-size: 0.8em;
vertical-align: middle;
}

#header .sub {
color: #777;
font-size: 0.8em;
vertical-align: middle;
}

/* Tabs */
.tabs {
	padding-left: 3em;
	border-bottom: 1px solid #777;
	width: 97.5vw;
}

.tabs a {
	display: inline-flex;
	border-radius: 4px 4px 0 0;
	color: #06c;
	font-size: 13px;
}

.tabs a.active {
	background-color: #fff;
	color: #000;
	pointer-events: none;
}

.tabs a:hover {
	background-color: #eee;
	text-decoration: none;
}

/* Suchformular */
.tabs .form input[type="search"] {
	font-family: monospace;
	font-size: 1em;
	padding: 0.2em 0.3em;
	border: 1px solid #777;
	border-radius: 4px;
	width: 10em;
}

/* Content Tabelle (Repository Liste) */
.content .list {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.7em;
}

.content .list th,
.content .list td {
	padding: 0.25em 0.6em;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.content .list th {
	background-color: #eee;
	font-weight: bold;
}

.content .list tr:hover td {
	background-color: #eee;
}

.toplevel-repo a {
	color: #06c;
	font-weight: bold;
	text-decoration: none;
}

.toplevel-repo a:hover {
	text-decoration: underline;
}

.age-months, .age-weeks {
	color: #777;
	font-style: italic;
}

/* Footer */
.footer {
	font-size: 0.8em;
	color: #777;
	margin-top: 1em;
	border-top: 1px solid #777;
	padding-top: 0.5em;
	text-align: center;
	display: none;
}

/* Keine Unterstreichungen für spezielle Links */
a.d, a.h, a.i, a.line {
	text-decoration: none;
}

#blob a {
color: #777;
}

#blob a:hover {
color: blue;
text-decoration: none;
}

/* Numerische Spalten rechtsbündig */
td.num {
	text-align: right;
}

/* Horizontal line */
hr {
	border: 0;
	border-top: 1px solid #777;
	height: 1px;
}

/* monospace für pre */
pre {
	font-family: monospace, monospace;
}

/* Farbklassen, falls verwendet */
pre a.h {
	color: #00a;
}

.A,
span.i,
pre a.i {
	color: #070;
}

.D,
span.d,
pre a.d {
	color: #e00;
}

pre a.h:hover,
pre a.i:hover,
pre a.d:hover {
	text-decoration: none;
}
