templates/style.css
author František Kučera <franta-hg@frantovo.cz>
Sun, 22 Sep 2019 00:34:31 +0200
branchv_0
changeset 29 5ed5b68408e4
parent 25 8da11cce2c98
child 30 841bec790da8
permissions -rw-r--r--
CSS: max-width: 800px; + text-align: justify;

body {
	font-family: FreeSerif;
	font-size:  20px;
	background-color: white;
	color: black;
	text-align: center;
}

div#content {
	max-width: 800px;
	text-align: justify;
	margin: 0 auto;
}

h1,h2,h3 {
	font-family: Sawasdee;
	font-weight: bold;
}

h1 {
	text-align: center;
}

a.anchor {
	color: #eee;
	text-decoration: none;
}

p.footer {
	font-size: 80%;
}

hr {
	border: 2px solid #888;
}