~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to homepage/loggerhead.css

  • Committer: Robey Pointer
  • Date: 2006-12-11 06:44:19 UTC
  • Revision ID: robey@lag.net-20061211064419-8ssa7mlsiflpmy0c
initial checkin

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
 
    margin-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
 
}
45
 
 
46
 
.date {
47
 
    font-weight: bold;
48
 
    font-size: smaller;
49
 
    text-decoration: underline;
50
 
}