-
Notifications
You must be signed in to change notification settings - Fork 0
/
indexcss.css
196 lines (157 loc) · 3.56 KB
/
indexcss.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
/*********************************** body ***************************************/
*{margin:0;padding:0;}
body {
margin: 0;
padding: 0;
position: relative;
/*color: #000088;*/
color: #FFFFFF;
background: #FF9C00 url(images/JelloShot_01.gif) repeat-x top left;
text-align: center;
font-size: 30px;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Century Gothic", sans-serif;
}
html {
/* http://www.splintered.co.uk/experiments/49/ */
min-height: 100%;
margin-bottom: 1px;
background: #FF9C00 url(images/JelloShot_11.gif) top center repeat-y;
}
/********************************* top elements *********************************/
#header {
background: url(images/JelloShot_03.gif) no-repeat top left;
width: 734px;
height: 179px;
margin: auto;
}
#nav {
margin: 0px;
padding: 0px;
text-align: center;
height: 49px;
}
/******************************** content sections ****************************/
#content {
position: relative;
margin: 0px auto;
padding: 0px;
height: 100%;
width: 734px;
text-align: center;
background: #FF9C00 url(images/JelloShot_11.gif) top center repeat-y;
/*border: 1px solid red;*/
}
#content img{
margin: 60px 15px 20px 15px;
}
#liquor {
float: left;
margin: 70px 15px 20px 25px;
padding-top: 6px;
border: 0;
height: 258px;
width: 165px;
background: url(images/Blank_14.gif) top left no-repeat;
}
#flavor {
float: left;
border: 0;
margin: 70px 15px 20px 25px;
padding-top: 6px;
height: 262px;
width: 224px;
background: url(images/Blank_16.gif) top left no-repeat;
}
#amount {
float: left;
border: 0;
margin: 70px 15px 20px 15px;
padding-top: 6px;
height: 264px;
width: 185px;
background: url(images/Blank_18.gif) top left no-repeat;
}
select {
width: 150px;
}
#content img.chu {
margin: 0;
padding: 0;
}
#footer{
margin: 0px;
padding: 0px;
clear: both;
width: 100%;
height: 20px;
color: #153244;
background: url(ALLimages/Footer.png) bottom left no-repeat;
}
/********************************* links ********************************/
/********************************* lists ********************************/
/************************** header typestyles ***************************/
h1
{
display: none;
margin: 0px 0px 25px 0px;
padding: 0px 0px 30px 0px;
color: #8BDE00;
background: inherit;
text-transform: uppercase;
text-align: left;
font-size: 100px;
font-weight: normal;
font-family: "Agency FB", "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Century Gothic", sans-serif;
}
h2
{
margin: 0px 0px 20px 0px;
padding: 0px;
color: #001419;
background: #FFFFFF;
text-decoration: none;
text-align: center;
font-size: 42px;
font-weight: bold;
font-family: "Trebuchet MS", "Tahoma", "Agency FB", "Helvetica", "Century Gothic", "Lucida Sans Unicode", sans-serif;
border-left: 8px solid #AEC8CF;
}
#rightcolumn h2
{
color: #AEC8CF;
background: inherit;
margin-bottom: -10px;
}
h3
{
margin: 0px 0px 20px 0px;
padding: 0px 8px 0px 0px;
color: #AEC8CF;
background: #001419;
text-align: right;
font-size: 42px;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Century Gothic", sans-serif;
border-right: 8px solid #FFFFFF;
}
h4
{
margin: 5px 16px 5px 20px;
color: #FFFFFF;
background: inherit;
text-transform: uppercase;
text-decoration: none;
text-align: right;
font-size: 18px;
border-bottom: 1px solid #AEC8CF;
}
h6
{
margin: 0px;
padding: 2px 0px 0px 0px;
color: #AEC8CF;
background: inherit;
text-align: center;
font-size: 10px;
font-weight: bold;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Century Gothic", sans-serif;
}