templates/style.css
author František Kučera <franta-hg@frantovo.cz>
Fri, 08 Nov 2019 19:56:51 +0100
branchv_0
changeset 63 20eed1382726
parent 53 f62393f88eab
child 67 78eca0b3ab5f
permissions -rw-r--r--
CSS: make permanent links more visible

@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: transparent;
	text-shadow: 0 0 0 #eee;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: normal;
	font-size: medium;
	width: 0px;
	height: 0px;
	display: inline-block;
}

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

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

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

hr {
	border: 2px solid #888;
}