-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.css
executable file
·66 lines (66 loc) · 1010 Bytes
/
donate.css
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
54
55
56
57
58
59
60
61
62
63
64
65
66
body {
font: .88em/150% Arial, Helvetica, sans-serif;
margin: 30px auto;
}
h1 {
font-size: 2.5em;
border-bottom: solid 1px #eee;
padding-bottom: 15px;
margin: 0 0 20px;
}
a {
color: #69C;
text-decoration: none;
}
a:hover {
color: #F30;
}
p {
margin: 0 0 10px;
}
div {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
}
em {
font: italic 100% "Times New Roman", Times, serif;
}
#wrap {
margin: 0 auto;
width: 600px;
padding-left: 150px;
position: relative;
}
#donate-container {
width:608px;
height:90px;
position:relative;
}
#donate-scale {
width:604px;
height:34px;
z-index:1;
background:url(growth-chart-scale.gif);
position:absolute;
top:56px; left:0px;
}
.donate-graphic {
width:586px;
height:51px;
position:absolute;
top:0px; left:7px;
z-index:0;
}
.donate-graphic.back {
z-index:1;
background:url(growth-chart-outline.gif);
}
.donate-graphic.front {
z-index:10;
background:url(growth-chart-fill.gif);
width:0px;
}
.numbers {
display: none;
}