~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to homepage/loggerhead.css

  • Committer: Robey Pointer
  • Date: 2006-12-24 06:44:26 UTC
  • Revision ID: robey@lag.net-20061224064426-bedaid2zrw69igfg
initial homepage

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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;
 
26
    xmargin-right: 2em;
 
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
}