-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
516 lines (484 loc) · 10.4 KB
/
Copy pathstyle.css
File metadata and controls
516 lines (484 loc) · 10.4 KB
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
@font-face {
font-family: 'DynalightRegular';
src: url('../fonts/dynalight-regular-webfont.eot');
src: url('../fonts/dynalight-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/dynalight-regular-webfont.woff') format('woff'),
url('../fonts/dynalight-regular-webfont.ttf') format('truetype'),
url('../fonts/dynalight-regular-webfont.svg#DynalightRegular') format('svg');
font-weight: normal;
font-style: normal;
}
body {
background: #262523 url('../images/bg-body.jpg') no-repeat center top;
color:#ffffff;
margin:0px;
}
#infos li.home a, #infos li.phone a, #infos li.address a,
#footer ul.advertise li.delivery a, #footer ul.advertise li.connect a.fb, #footer ul.advertise li.connect a.twitr {
background: url(../images/icons.gif) no-repeat;
}
#navigation li a, #contents h2 {
background: url(../images/braces-left.gif) no-repeat;
}
#navigation li a span, #contents h2 span {
background: url(../images/braces-right.gif) no-repeat;
}
/*-------------------------- Header --------------------------*/
form{
width:600px;
margin:-10px;
float:right;
}
.search {
padding:8px 15px;
background:rgba(50, 50, 50, 0.2);
border:0px solid #dbdbdb;
}
.button {
position:relative;
padding:6px 15px;
left:-8px;
border:2px solid #207cca;
background-color:#207cca;
color:#fafafa;
}
#header{
width: 960px;
margin: 0px auto 105px;
position: relative;
}
#infos {
display: inline-block;
width: 790px;
margin: 0px 0px 20px;
padding: 20px 0px 0px 10px;
}
#infos li {
float: left;
font-family: 'Times New Roman', Times, serif;
font-size: 17px;
list-style-type: none;
padding: 0px 10px;
}
#infos li a {
color:#ffffff;
display:block;
height: 21px;
padding-top: 6px;
text-decoration:none;
text-shadow: 0 1px #252525, 0 1px #252525, 0 -1px #252525, -1px 0 #252525;
}
#infos li a:hover {
color: #6dcff6;
}
#infos li.home a {
background-position: 0 -73px;
padding-left: 35px;
}
#infos li.phone a {
background-position: 0 -147px;
padding-left: 39px;
}
#infos li.address a {
background-position: 0 -110px;
padding-left: 40px;
}
#logo {
background: url(../images/logo.gif) no-repeat;
display: inline-block;
height: 150px;
width: 400px;
margin-right: 5px;
}
#navigation {
background: url(../images/bg-navigation.gif) no-repeat left top ;
height: 32px;
width: 550px;
margin: 0px;
padding: 15px 10px;
position: absolute;
top: 92px;
right: 40px;
}
#navigation li {
float: left;
height: 30px;
list-style-type: none;
margin: 0px 3px;
}
#navigation li a {
background-position: 0 -90px;
color: #ffffff;
display: block;
font-family: 'DynalightRegular';
font-size: 25px;
height: 25px;
line-height: 25px;
padding-left: 16px;
text-decoration: none;
}
#navigation li a span {
float: right;
background-position: right -90px;
display: inline-block;
height: 25px;
margin: 0px;
padding-right: 22px;
}
#navigation li a:hover, #navigation .current, #navigation .current a {
background-position: 0 -52px;
color: #ffca00;
}
#navigation li a:hover span, #navigation .current a span {
background-position: right -52px;
}
/*-------------------------- Contents --------------------------*/
#body {
width: 960px;
margin: 0px auto 50px;
}
#featured {
height: 600px;
width: 960px;
margin: 0px;
padding: 0px;
}
#featured li {
float:left;
list-style-type: none;
}
#featured li a {
display: block;
}
#featured li.main a {
background: url(../images/main.jpg) no-repeat 0 0;
height: 335px;
width: 540px;
}
#featured li.main a:hover {
background: url(../images/main-hover.jpg) no-repeat 0 0;
-webkit-transform:scale(1.2);
}
#featured li.drinks a {
background: url(../images/drinks.jpg) no-repeat 0 0;
height: 335px;
width: 420px;
}
#featured li.drinks a:hover {
background: url(../images/drinks-hover.jpg) no-repeat 0 0;
-webkit-transform:scale(1.2);
}
#featured li.entree a {
background: url(../images/entree.jpg) no-repeat 0 0;
height: 255px;
width: 540px;
}
#featured li.entree a:hover {
background: url(../images/entree-hover.jpg) no-repeat 0 0;
-webkit-transform:scale(1.2);
}
#featured li.desserts a {
background: url(../images/desserts.jpg) no-repeat 0 0;
height: 255px;
width: 420px;
}
#featured li.desserts a:hover {
background: url(../images/desserts-hover.jpg) no-repeat 0 0;
-webkit-transform:scale(1.2);
}
#contents {
background-color: #ffffff;
color: #373737;
line-height: 24px;
border-top: 2px outset #393939;
border-bottom: 2px inset #393939;
margin: 0px 0px 50px;
padding: 22px 0px;
text-align: center;
}
#contents h2 {
background-position: 0 0;
color: #265d84;
display: inline-block;
font-family: 'DynalightRegular';
font-size: 41px;
height: 41px;
line-height: 41px;
margin: 0px 0px 42px;
padding-left: 22px;
}
#contents h2 span {
background-position: right 0;
display: block;
height: 41px;
padding-right: 20px;
}
#contents p {
letter-spacing: 1px;
margin: 0px;
padding: 0 10px 24px;
text-align: justify;
}
#contents p a {
color: #373737;
font-weight: bold;
}
#contents div {
width: 960px;
margin: 0px auto;
overflow: hidden;
}
/*------------------------- Contact us page -------------------------*/
#contents div table.contact-details {
float: left;
line-height: 24px;
width: 510px;
margin: 0px 0px 20px 10px;
text-align: left;
}
#contents div table.contact-details td {
padding-right: 20px;
vertical-align: top;
}
/*------------------------- book-events page -------------------------*/
#booking form {
display: inline-block;
height: 401px;
width: 960px;
}
#booking form table {
float: left;
width: 940px;
border-collapse: separate;
margin: 0px 0px 0px 10px;
padding: 6px 0 0;
text-align: left;
}
#booking form table span {
display: block;
}
#booking form table td {
line-height: 24px;
padding: 6px 5px;
vertical-align: center;
}
#booking form table td textarea {
height: 179px;
width: 100%;
border: 1px solid #000000;
margin: 0 0 14px;
}
#booking form table td input {
width: 100%;
border: 1px solid #000000;
}
#booking form table td input.number {
width: 60px;
}
#booking form table td input.radio {
width: 16px;
border: 0px;
}
#booking form table td input.button {
float: right;
background-color: transparent;
color: #4b4b4b;
cursor: pointer;
font-family: Times New Roman;
font-size: 1em;
font-weight: bold;
width: 60px;
border: 0px;
margin: 0px;
padding: 0px;
}
/*--------------------------About us Page --------------------------*/
#aboutus h3 {
color: #292929;
font-size: 15px;
letter-spacing: 1px;
margin: 0;
padding: 0px 10px;
text-align: left;
}
#aboutus p {
color: #3e3e3e;
font-size: 15px;
letter-spacing: 1px;
line-height: 24px;
}
#aboutus p a {
color: #383838;
font-weight: bold;
}
/*-------------------------- Menu Pages --------------------------*/
#menus p, #menus p a, #booking p, #booking p a {
color: #333333;
font-size: 14px;
line-height: 24px;
letter-spacing: 0;
}
#menus h3 {
color: #265d84;
font-family: 'DynalightRegular';
font-size: 35px;
line-height: 35px;
font-weight: normal;
margin: 0px 0px 24px;
text-align: center;
}
#menus ul {
color: #393939;
display: inline-block;
margin: 0 0 42px;
padding: 0;
}
#menus ul li {
float: left;
list-style-type: none;
width: 480px;
}
#menus ul li ul {
margin: 0;
padding: 0px;
}
#menus ul li ul li {
float: left;
font-style: italic;
width: 210px;
margin: 0px;
padding: 0px 20px 0 10px;
text-align: left;
}
#menus .price {
float: right;
}
#menus ul li ul li p {
clear: both;
font-size: 0.9em;
font-style: italic;
padding-left: 0px;
padding-right: 0px;
text-align: left;
}
/*------------------------- Main-course -------------------------*/
#menus ul.main li {
float: left;
list-style-type: none;
width: 210px;
padding: 0px 10px;
}
#menus ul.main li ul li {
padding: 0;
font-style: italic;
}
/*------------------------- Footer -------------------------*/
#footer {
color: #949494;
font-family: Times New Roman;
width: 960px;
margin: 0 auto;
}
#footer ul.advertise {
display: inline-block;
width: 940px;
margin: 0px auto 41px;
padding: 0px 10px;
}
#footer ul.advertise li {
float: left;
background: url(../images/braces.gif) 15px 0 no-repeat;
list-style-type: none;
height: 180px;
width: 210px;
margin-right: 13px;
padding: 0px 45px;
text-align: center;
overflow: hidden;
}
#footer ul.advertise li h2 {
color: #6dcff6;
font-family: 'DynalightRegular', cursive;
font-size: 53px;
line-height: 53px;
font-weight: normal;
margin: 0px;
padding: 6px 0;
}
#footer ul.advertise li p, #footer ul.advertise li a {
color: #ffffff;
font-size: 1.2em;
line-height: 20px;
margin: 0px;
text-decoration: none;
}
#footer ul.advertise li.delivery a {
background-position: 170px 10px;
display: block;
width: 170px;
padding-right: 16px;
padding-top: 6px;
text-shadow: 1px 1px 1px #252525;
}
#footer ul.advertise li.event h2 {
width: 215px;
}
#footer ul.advertise li.connect a.fb {
background-position: 0 -26px;
display: inline-block;
height: 37px;
width: 17px;
margin-right: 8px;
}
#footer ul.advertise li.connect a.twitr {
background-position: 0 -184px;
display: inline-block;
height: 37px;
width: 49px;
}
#footer ul.advertise li p a, #footer ul.advertise li.delivery p a {
background: none;
display: inline;
font-style: oblique;
padding-right: 0px;
}
#footer ul.advertise li p a:hover {
color: #949494;
}
#footer div {
line-height: 24px;
text-align: center;
}
#footer div a {
color: #949494;
padding: 0px 10px;
text-decoration: none;
}
#footer div a:hover, #footer div ul li.selected a {
color: #ffffff;
}
#footer div ul {
display: inline-block;
height: 21px;
margin: 0px auto;
padding: 0px;
}
#footer div ul li {
float: left;
list-style-type: none;
text-align: center;
}
#footer div ul li a {
border-right: 1px solid #949494;
}
#footer div ul li.last a {
border: 0px;
}
#footer div span {
display: block;
line-height: 24px;
margin-bottom: 20px;
}
#footer div span a {
padding: 0px;
}