-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTennisHubb.css
660 lines (525 loc) · 9.44 KB
/
TennisHubb.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
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
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
/* Nicholas MacFarland
03/04/20
CSIS 474-B01
Description:
This is the style sheet of each pages "divs", as well as setting
up the background image to the tennis background of each page.
*/
/* Add a black background color to the top navigation */
.title
{
position:relative;
text-align: center;
font-size: 500%;
color: #7FFF00;
text-decoration: none;
}
/* This is the image above the information about the site */
.HomePageImg1
{
width:30%;
height:80px;
display: block;
margin-top:auto;
margin-left:auto;
margin-right:auto;
justify-content: center;
}
.HomePageImg1 img
{
width: 100%;
height: auto;
}
/* This is the header that gives the title of the about description below the centered image on the "Home" page. */
h1
{
position: relative;
color:chocolate;
text-decoration: none;
/*margin: 360px;*/
margin-top:300px;
text-align: center;
}
/* This is the description about the site that is found on the "Home" page. */
.message p
{
position:relative;
background-color: #666600;
color: #FFFFFF;
border-style: double;
width:30%;
height:80px;
display: block;
/* margin:-340px;*/
margin-top:-10px;
margin-left: auto;
margin-right: auto;
justify-content: center;
text-align: center;
font-size: 120%;
}
/* This is the horizontal line that splits the title of the about section, with the paragraph
of about the site. */
.hr1
{
display: block;
margin-top:-335px;
margin-left: auto;
margin-right: auto;
justify-content: center;
width:-350px;
}
.shop_side_note
{
position:relative;
width:45%;
color:white;
border-style:double;
background: #666600;
display: block;
margin-left: auto;
margin-right: 380px;
text-align: center;
}
/* Beginning of Mens Apparel Box */
.ShopTitle_1
{
background-color:chocolate;
margin: 50px;
text-align: center;
border: double;
}
.MensApparelBox
{
position:relative;
width:30%;
color:white;
border-style:double;
background: #666600;
margin: 30px;
/*
display: block;
margin-left: auto;
margin-right: auto;
justify-content: center;
*/
text-align: center;
}
.MenShorts1
{
width: 200px;
height: 120px;
/*margin:70px;*/
margin:20px;
margin-top:10px;
}
.MenShorts1 img
{
width: 100%;
height: auto;
}
.MenShorts2
{
width: 200px;
height: 120px;
margin:240px;
margin-top:-140px;
}
.MenShorts2 img
{
width: 75%;
height: auto;
}
.MenShirts1
{
width: 200px;
height: 210px;
margin:30px;
margin-top:-10px;
}
.MenShirts1 img
{
width: 75%;
height: auto;
}
.MenShirts2
{
width: 200px;
margin:240px;
margin-top:-270px;
}
.MenShirts2 img
{
width: 60%;
height: auto;
}
.MenShoes1
{
width: 200px;
margin:30px;
margin-top:-210px;
}
.MenShoes1 img
{
width: 60%;
height: auto;
}
.MenShoes2
{
width: 200px;
margin:240px;
margin-top:-220px;
}
.MenShoes2 img
{
width: 80%;
height: auto;
}
/* Ending of Mens Apparel Box */
.hr3
{
display: block;
margin-left: auto;
margin-right: 480px;
justify-content: center;
width:470px;
}
/* Beginning of Womens Apparel Box */
.ShopTitle_2
{
background-color:chocolate;
margin: 50px;
text-align: center;
border: double;
}
.WomensApparelBox
{
position:relative;
width:27%;
color:white;
border-style:double;
background: #666600;
float: right;
margin:22px;
margin-top: -1200px;
/*
display: block;
margin-left: auto;
margin-right: auto;
justify-content: center;
*/
text-align: center;
}
.WomenSkirtAndTanktop1
{
width: 200px;
height: 250px;
/*text-align: center;*/
/*margin:70px;*/
margin:20px;
margin-top:-30px;
}
.WomenSkirtAndTanktop1 img
{
width: 80%;
height: auto;
}
.WomenSkirt2
{
width: 170px;
height: 300px;
/*text-align: center;*/
/*margin:70px;*/
margin:220px;
margin-top:-240px;
}
.WomenSkirt2 img
{
width: 100%;
height: auto;
}
.WomenTanktop1
{
width: 170px;
height: 300px;
/*text-align: center;*/
/*margin:70px;*/
margin:30px;
margin-top:-230px;
}
.WomenTanktop1 img
{
width: 80%;
height: auto;
}
.WomenTanktop2
{
width: 170px;
height: 300px;
/*text-align: center;*/
/*margin:70px;*/
margin:220px;
margin-top:-285px;
}
.WomenTanktop2 img
{
width: 80%;
height: auto;
}
.WomenShoes1
{
width: 170px;
height: 200px;
/*text-align: center;*/
/*margin:70px;*/
margin:30px;
margin-top:-260px;
}
.WomenShoes1 img
{
width: 80%;
height: auto;
}
.WomenShoes2
{
width: 170px;
height: 200px;
/*text-align: center;*/
/*margin:70px;*/
margin:220px;
margin-top:-230px;
}
.WomenShoes2 img
{
width: 80%;
height: auto;
}
/* Ending of Women Apparel Box */
/* Beginning of Tennis Accessories */
.ShopTitle_3
{
background-color:chocolate;
margin: 50px;
text-align: center;
border: double;
}
.TennisAccessoriesBox
{
position:relative;
width:27%;
color:white;
border-style:double;
background: #666600;
margin-top: -1200px;
display: block;
margin-left: auto;
margin-right: 510px;
justify-content: center;
text-align: center;
}
.TennisAccessory1
{
width: 200px;
height: 280px;
margin:10px;
margin-top:10px;
}
.TennisAccessory1 img
{
width: 60%;
height: auto;
}
.TennisAccessory2
{
width: 200px;
height: 280px;
margin:200px;
margin-top:-290px;
}
.TennisAccessory2 img
{
width: 60%;
height: auto;
}
.TennisAccessory3
{
width: 200px;
height: 280px;
margin:10px;
margin-top:-220px;
}
.TennisAccessory3 img
{
width: 40%;
height: auto;
}
.TennisAccessory4
{
width: 200px;
height: 280px;
margin:200px;
margin-top:-253px;
}
.TennisAccessory4 img
{
width: 60%;
height: auto;
}
.TennisAccessory5
{
width: 200px;
height: 280px;
margin:10px;
margin-top:-260px;
}
.TennisAccessory5 img
{
width: 60%;
height: auto;
}
.TennisAccessory6
{
width: 200px;
height: 280px;
margin:200px;
margin-top:-290px;
}
.TennisAccessory6 img
{
width: 60%;
height: auto;
}
/* Ending of Tennis Accessory Box */
.checkout_div
{
position:relative;
width:70%;
color:white;
border-style:double;
background: #666600;
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
/* Div Shop submit button */
.div_shop_submit_button
{
position:relative;
width:27%;
color:white;
border-style:double;
background: #666600;
display: block;
margin-left: auto;
margin-right: 510px;
justify-content: center;
text-align: center;
}
/* This is the css style for the "LOG IN" screen */
.CreateLogInUser
{
position:relative;
width:30%;
height:20%;
border-style:double;
background: #666600;
color:white;
margin: 30px;
display: block;
margin-left: auto;
margin-right: auto;
justify-content: center;
text-align: center;
}
.ExistingLoginUser
{
position:relative;
border-style:double;
background: #666600;
color:white;
width:30%;
height:50%;
margin: 70px;
display: block;
margin-left: auto;
margin-right: auto;
justify-content: center;
text-align: center;
}
/* This is the end of the "LOG IN" screen */
/* Beginning of Contact box screen */
.contactInfo
{
border-style:double;
background: #666600;
color:white;
width:30%;
height:20%;
margin: 70px;
display: block;
margin-left: auto;
margin-right: auto;
justify-content: center;
text-align: center;
}
textarea
{
width:430px;
resize: none;
}
/* Ending of Contact box screen */
/* Beginning of Shopping Cart Box */
.ShoppingCartBox
{
border-style:double;
background: #666600;
color:white;
width:70%;
height:20%;
margin: 70px;
display: block;
margin-left: auto;
margin-right: auto;
justify-content: center;
text-align: center;
}
/* Ending of the Shopping Cart Box */
.hr1 hr
{
margin:240px;
}
/*This is the log in confirmation div tag from log in confirmation page */
.log_in_confirmation h1
{
border-style:double;
background: #666600;
color:white;
width:50%;
margin: 70px;
display: block;
margin-left: auto;
margin-right: auto;
justify-content: center;
text-align: center;
}
.error_msg
{
text-align:center;
}
.acct_created
{
text-align:center;
}
body
{
background-image: url("Photos/tennisBackGround3.jpg");
}
.footer
{
text-align:center;
background-color: #666600;
border-style:double;
color: white;
border-radius: 15px 15px 15px 15px;
}