<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------------------
	vim: set noexpandtab tabstop=2 shiftwidth=2 fdm=marker:

	file						 : global.css
	author					 : Tuurlijk!

{{{ main
------------------------------------------------------------------------------*/
body {
	background-color: #f3f3f3; 
	color: #333333;
	font-family: "Bitstream Vera", "Vera", "Trebuchet MS", 'Lucida Grande', 'Geneva', lucida, verdana, helvetica, sans-serif; 
	font-size: smaller;
	margin: 0;
	padding: 0;
	border: 0;
}
p, li, li a {
	line-height: 1.3em;
}
pre {
	font-family: Courier, "Courier New", fixed-width, monospace;
	font-size: 0.9em;
	line-height: 1.0em;
	color: #222;
	background-color: #fafafa;
	padding: 4px;
	overflow: auto;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-moz-border-radius: 4px;
}
blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #666;
	margin-left:30px;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	padding-left:20px;
	padding-right:0;
	padding-top:10px;
	padding-bottom:0
}
blockquote p {
	margin-top: 0;
}
.translations {
	font-size: smaller;
}
.head {
	background-color: #0053a8;
	vertical-align: bottom;
	text-align: left;
	border-bottom: 1px solid #bbb;
}
.head img {
	margin: 20px 80px;
}
h1 {
	color: #0053a8;
	letter-spacing: 2px;
}
h2 {
	color: #0053a8;
	letter-spacing: 1px;
}
#content {
	color: #333333;
	background: #fefefe url("https://www.gnu.org/software/gift/gnu.image.finder.png") no-repeat 100% 2%;
	padding: 30px;
	margin: 15px 80px;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
}
div.copyright {
	color: #555;
	background: #fafafa;
	margin: 15px 80px;
	padding: 10px 30px;
	font-size: 80%; 
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
}
a:link { 
 	color: #0053a8; 
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
}
a:visited { 
 	color: #0053a8; 
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #7497bc;
}
a:hover { 
 	color: #00a00f; 
	background-color: transparent;
	text-decoration: none;
	border-bottom: solid 1px #00a00f;
}
/*------------------------------------------------------------------------------
}}}
{{{ form
------------------------------------------------------------------------------*/
form {
	margin: 0;
	padding: 0;
}
input,
textarea,
select {
	padding-left: 2px;
	padding-right: 2px;
	font-size: smaller;
	font-family: "Bitstream Vera", "Vera", "Trebuchet MS", 'Lucida Grande', 'Geneva', lucida, verdana, helvetica, sans-serif; 
	font-size: x-small;
	color: #555;
	background-color: white;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-moz-border-radius: 4px;
}
textarea {
	background-image: none;
}
/*------------------------------------------------------------------------------
}}}
</pre></body></html>