61
by Robey Pointer
initial homepage |
1 |
body { |
2 |
background: url("loggerhead-background.png"); |
|
3 |
margin: 0px; |
|
4 |
font-family: "Lucida Grande", Helvetica; |
|
5 |
line-height: 1.4em; |
|
6 |
}
|
|
7 |
img { |
|
8 |
border: none; |
|
9 |
}
|
|
10 |
p,ul { |
|
11 |
margin-left: 2em; |
|
12 |
width: 70%; |
|
13 |
}
|
|
14 |
||
15 |
a { |
|
16 |
text-decoration: none; |
|
17 |
color: #204c90; |
|
18 |
}
|
|
19 |
a:hover { |
|
20 |
text-decoration: underline; |
|
21 |
}
|
|
22 |
||
23 |
h2 { |
|
24 |
font-size: 100%; |
|
25 |
margin-left: 2em; |
|
62
by Robey Pointer
webpage tweaks |
26 |
margin-right: 2em; |
61
by Robey Pointer
initial homepage |
27 |
margin-top: 1.5em; |
28 |
border-bottom: solid 1px black; |
|
29 |
}
|
|
30 |
||
31 |
ul { |
|
32 |
list-style: url(sphere.png); |
|
33 |
}
|
|
34 |
ul.downloads .md5 { |
|
35 |
font-family: monospace; |
|
36 |
margin-left: 2em; |
|
37 |
}
|
|
38 |
li { |
|
39 |
margin-bottom: 1em; |
|
40 |
}
|
|
41 |
||
42 |
.link { |
|
43 |
margin-left: 1em; |
|
44 |
}
|
|
110
by Robey Pointer
update website. |
45 |
|
46 |
.date { |
|
47 |
font-weight: bold; |
|
48 |
font-size: smaller; |
|
49 |
text-decoration: underline; |
|
50 |
}
|