templates/style.css
author František Kučera <franta-hg@frantovo.cz>
Thu, 03 Oct 2019 12:03:50 +0200
branchv_0
changeset 47 7e665331bc32
parent 30 841bec790da8
child 53 f62393f88eab
permissions -rw-r--r--
item classification: requirement, recommendation, information Can be highlighted using this custom CSS: li.requirement { color: red; } li.recommendation { color: blue; } li.information { color: green; }

@font-face {
	font-family: "Sawasdee";
	src: url("Sawasdee.woff");
}

body {
	font-family: sans-serif;
	font-size:  18px;
	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;
}