about summary refs log tree commit diff
path: root/css/main.css
blob: 3e23879f90d37faac552bcd83c7c7a7967b96c15 (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
58
59
60
61
62
63
@charset "utf-8";

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

h1{
	font-size:110%;
/*	display:inline*/
}

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;
	/* background-color:#FFFFFF; */
	color:#CCCCCC;
	padding:10pt 20%;
	/* box-shadow:3px 3px 8px 4px lightgrey */
}

.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
}