view doc/readme.css @ 674:650e7a5c74c5

Add homepage and adjust Makefiles.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Dec 2016 19:01:27 +0200
parents
children
line wrap: on
line source

body {
	margin: 1em;
	background-color: #604;
	color: #ddd;
	text-shadow: 1px 1px 1px #000;
}


body, p, ul, td, th {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10pt;
}


a, a:visited, a:active {
	text-decoration: underline;
	color: #fc0;
}

a:hover {
	text-decoration: none;
	background-color: black;
	color: white;
}	


.icenter {
	text-align: center;
}

.noborder {
	border: none;
	padding: 0pt;
}


h1, h2, h3 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #efe;
	background: rgba(200,200,200,0.1);
	padding: 4pt;
	padding-bottom: 8px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
	-moz-border-radius: 5pt;
	border-radius: 5pt;
}



th {
	padding: 2px;
	margin: 2px;
	background: #705;
	color: #fc0;
	text-align: center;
}

td {
	padding: 4px;
	margin: 2px;
}

td > a, td > a:visited, td > a:active  {
	text-decoration: none;
}

td > a:hover {
	background: black;
	color: white;
	text-decoration: none;
}

#header {
	text-align: center;
}

#license {
	border: 1px solid rgba(255,255,255,0.3);
	margin: 1em;
	padding: 1em;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
}