-
Notifications
You must be signed in to change notification settings - Fork 0
/
lounge-print.css
82 lines (67 loc) · 1.35 KB
/
lounge-print.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
body {
font-size: 12pt;
font-family: Times, "Times New Roman", serif;
line-height: 1.4em;
margin: 10px 40px 10px 40px;
width: 700px;
}
h1, h2 {
color: black;
}
h1 {
font-size: 150%;
}
h2 {
font-size: 130%;
}
#guarantee {
padding: 25px 25px 25px 25px;
border: thin solid black;
margin-right: 240px;
margin-left: 30px;
line-height: 1.5em;
font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
color: #222222;
}
#elixirs {
font-family: Verdana, Helvetica, Arial, sans-serif;
width: 200px;
background-color: #ffffff;
background: url("images/elixirbackground.gif") repeat-x top center;
padding: 0px 20px 20px 20px;
margin-left: 25px;
color: #000000;
border: thin double #007e7e;
text-align: center;
font-size: 80%;
}
#elixirs a:link { color: #007e7e;}
#elixirs a:visited { color: #333333;}
#elixirs a:hover { background: #f88396; color: #0d5353;}
#elixirs h2 {
color: #000000;
}
#elixirs h3 {
color: #d12c47;
}
#elixirs img {
padding-top: 20px;
}
#elixirs p {
line-height: 1em;
}
#footer {
font-size: 50%;
text-align: center;
line-height: normal;
margin-top: 30px;
}
.artist {
font-weight: bold;
}
.cd {
font-style: italic;
}
body p a:link { color: #007e7e; }
body p a:visited { color: #333333; }