<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* $NetBSD: main.css,v 1.13 2021/04/21 10:17:16 nia Exp $ */

body {
	font-family: sans-serif;
	background-color: #fff;
	color: #000;
	max-width: 1100px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}

body, pre, code, samp {
	font-size: 16px;
}

pre {
	overflow-x: auto;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

a:link {
	color: #d43900;
 	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #844;
	text-decoration: none;
}

a:visited:hover {
	text-decoration: underline;
}

th {
	text-align: left;
	font-weight: bold;
}

hr {
	border: 0;
	border-bottom: 1px solid #aaa;
	clear: both;
}

#logo {
	width: 150px;
	float: right;
	border: 0;
	margin-bottom: 1em;
}


.package-data {
	list-style-type: none;
	padding-left: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.search-box label {
	display: none;
}

.search-box input {
	color: #000;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 3px;
}

.search-box input[type="Submit"] {
	padding-left: 1em;
	padding-right: 1em;
}

nav {
	margin-bottom: 1em;
}

th {
	padding-right: 90px;
}

@media (max-width: 800px) {
	#logo {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	th {
		padding-right: 0;
	}
}

</pre></body></html>