summaryrefslogtreecommitdiffstats
path: root/main.css
blob: 9c8fe2f667da73470ba33c9606274954f7b44cde (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
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFEECC;
}
* {
	margin: 0px;
}
body>section>h1 {
	font-size: 20pt;
	margin: 16px 0px 16px 0px;
}
body>section>article>h1 {
	font-size: 16pt;
	margin: 16px 0px 16px 0px;
}
body>section>article>h2 {
	font-size: 14pt;
	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;
}

a.skip {
	display: none;
}

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

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

body>section {
	margin: 24px 64px 8px 64px;
	font-family: serif;
}

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

/* Homepage */
body>section 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;
}