templates/style.css
author František Kučera <franta-hg@frantovo.cz>
Wed, 08 Jun 2022 08:40:01 +0200
branchv_0
changeset 72 2e86632f5aef
parent 67 78eca0b3ab5f
permissions -rw-r--r--
css: background-color etc.

@font-face {
        font-family: "CMU Serif Roman";
        src: url("cmunrm.woff");
}

@font-face {
        font-family: "CMU Serif Bold";
        src: url("cmunbx.woff");
}

body {
	font-family: "CMU Serif Roman";
	font-size:  18px;
	background-color: #F8F8F8;
	color: black;
	text-align: center;
}

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

h1,h2,h3 {
	font-family: "CMU Serif Bold";
	font-weight: normal;
}

h1 {
	text-align: center;
	margin-top: 50px;
}

a {
	color: #806;
	text-decoration: none;
}

a.anchor {
	color:  #eee;
	text-decoration: none;
	font-size: 80%;
}

h2:hover > a.anchor, li:hover > a.anchor {
	color: #999;
	text-decoration: none;
}

li:target, div.chapter:target {
   background: #eee;
}

p.footer {
	font-size: 80%;
	margin-bottom: 30px;
}

hr {
	border: 2px solid #888;
}