blob: a7c2255b1a36b0caa4b0fbef3c1b0df0f6c7f8c2 (
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
|
BODY {
color: white;
font-family: helvetica;
font-size: smaller;
}
FORM,H3 {
margin:0;
}
TD,TH {
font-family: helvetica;
font-size: smaller;
}
INPUT,SELECT {
font-family: helvetica;
}
SMALL
{
font-size: 80%;
}
A {
color: #ffff00;
text-decoration:none;
}
A:visited {
color: #ffff00;
text-decoration:none;
}
A:hover {
color: #ffffff;
}
A:photolink {
color: #000000;
}
.title {
font-size: 140%;
font-weight: bold;
}
.hasalbum {
font-weight: bold;
}
.noalbum {
font-weight: normal;
}
.heading, A:visited.heading {
color: white;
}
A:hover.heading {
color: lightblue;
}
|