about summary refs log tree commit diff
path: root/css/main.css
blob: 5128a89e4dd03ee386d755198eac87e957b379c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
@charset "utf-8";

html, body{
	font:400 11.7pt serif;
	background-color: #FFFEFC;
	color: #0F0800;
	margin:0;
	height:100%;
	/*min-height:100%;*/
	/*position:relative*/
}

h1{font-size:110%}
h2{font-size:115%}
h3{font-size:100%}

p{width:80ch}

a{color: #000077}

img{
	margin-left:4%;
	/*box-shadow:3px 3px 8px 4px lightgrey*/
}

.main{
	min-height:100%;
	position:relative
}

.head{
	font:400 1.2em sans;
	color:#CCCCCC;
	padding:10pt 20%
}
.head a{
	color:#000055;
	text-decoration:none
}
.head a:hover{background-color:#EFEFEF}

.body{padding: 20pt 18% 60pt 18%}

.foot{
	font-size: 0.7em;
	position:absolute;
	text-align:center;
	bottom:0;
	width:100%;
	padding-top:9pt;
	padding-bottom:9pt
}

.code{
	font:400 9.4pt mono;
	padding-left:3%
}