summaryrefslogtreecommitdiffstats
path: root/main.css
blob: df3a869079e89915dceb56d3e0dbc4045d00b31b (plain)
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFEECC;
}
* {
	margin: 0px;
}
h1 {
	font-size: 24pt;
	margin: 16px 0px 16px 0px;
}
h2 {
	font-size: 20pt;
	margin: 16px 0px 16px 0px;
}
h3 {
	font-size: 16pt;
	margin: 16px 0px 16px 0px;
}
h4 {
	font-size: 12pt;
	margin: 16px 0px 16px 0px;
}
p {
	font-size: 12pt;
	margin: 16px 0px 16px 0px;
}
a {
	color: #3333BB;
	text-decoration: underline;
}
a:visited {
	color: #7777FF;
	text-decoration: underline;
}
a:hover {
	color: #111188;
	text-decoration: underline;
}
p span.super {
	vertical-align: 33%;
	font-size: 9pt;
}

div.header {
	margin: 16px;
}
div.header a.skip {
	display: none;
}
div.header h1 {
	font-family: serif;
	margin: 0px 0px 0px 0px;
}
div.header h1 a {
	color: #000000;
	text-decoration: none;
}
div.header h1 span.super {
	vertical-align: 33%;
	font-size: 18pt;
}
div.header p {
	font-style: italic;
	text-align: right;
	font-size: 12pt;
	margin: 0px 0px 0px 0px;
}

div.menu {
	margin: 0px 0px 0px 0px;
	padding: 0px 72px 0px 72px;
	background-color: #CC4433;
	text-align: center;
}
div.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 12px 0px 12px 0px;
}
div.menu ul li {
	display: inline;
	font-family: sans-serif;
	font-size: 12pt;
}
div.menu ul li a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	padding: 12px;
}
div.menu ul li a:hover {
	color: #FFFFAA;
	background-color: #BB3311;
	font-weight: bold;
	text-decoration: none;
}

div.body {
	margin: 24px 64px 8px 64px;
	font-family: serif;
}

div.footer {
	margin: 32px 8px 8px 8px;
	padding-top: 8px;
	font-family: sans-serif;
	border-top: 1px solid #666666;
}
div.footer p.copyright {
	margin-top: 0px;
}
div.footer p.dates {
	margin-bottom: 0px;
}
div.footer p.web-site {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}
div.footer p.license img {
	float: left;
	/*vertical-align: middle;*/
	margin: 0px 8px 8px 0px;
}

/* Homepage */
div.body img.photo {
	float: right;
	margin: 0px 0px 16px 16px;
	width: 240px;
	height: 240px;
}

/* Contact */
table.contact th {
	font-weight: normal;
	padding-right: 8px;
	text-align: left;
	vertical-align: top;
}

/* Essays */
span.cite-title {
	text-decoration: underline;
}