1 |
body { background-color: black; color: white; margin: 1em; } |
body { background-color: black; color: white; margin: 1em; } |
2 |
h2 { clear: both; margin-top: 1.5em; } |
h2 { clear: both; margin-top: 1.5em; } |
3 |
|
table { margin-bottom: 1em; } |
4 |
img { float: left; border: solid thin white; margin-right: 1em; margin-bottom: 1.5em; } |
img { float: left; border: solid thin white; margin-right: 1em; margin-bottom: 1.5em; } |
5 |
.time { font-style: oblique; } |
.time { font-style: oblique; } |
6 |
td, th { margin: 0.2em; } |
td, th { margin: 0.2em; } |
7 |
.timeline th { font-size: 60%; width: 5em; } |
a:link, a:visited { color: inherit; text-decoration: underline; } |
8 |
.timeline td { font-size: 40%; } |
a:hover { background-color: #444; } |
9 |
|
a:hover img { border-color: #444; } |
10 |
|
strong.max { color: #0f0; } |
11 |
|
|