-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
77 lines (72 loc) · 1.25 KB
/
Copy pathindex.css
File metadata and controls
77 lines (72 loc) · 1.25 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
/* general text formatting */
#h1title{
margin-left: 10%;
}
h1, h2, h3, nav, footer {
font-family: Georgia, Cambria, "Times New Roman", serif;
}
body {
font-family: "Lucida Sans", Verdana, Arial, sans-serif;
font-size: 80%;
}
div#searchBox #selectbox{
width:20%;
height: 25px;
padding:5px;
}
#Addcart{
margin-left:30%;
}
#addcartbox{
margin-left:75%;
margin-top:5px;
}
#displaycart{
display:none;
}
#cartimage{
width: 20px;
height: auto;
}
#vehicle1{
margin-left:80%;
}
div#searchBox, div#listBox {
margin: 0.25em auto;
background-color: #EBF4FB;
padding: 1em;
border: 1pt solid #95BEF0;
width: 80%;
}
div#searchBox { margin-top: 1em; }
div#listBox {
margin-top: 1em;
background-color: #FAFCFF;
}
table {
border: collapse;
border-spacing: 0;
}
table tbody td{
border-top: 1pt solid #95BEF0;
line-height: 1.5em;
vertical-align: middle;
padding: 0.5em 0.75em;
}
table thead th {
text-align: left;
padding: 0.25em 0.75em;
}
table thead {
background-color: #EBF4FB ;
}
table tbody td:first-child {
text-align: center;
padding: 0.5em 0em;
}
caption {
background-color: #95BEF0;
padding: 0.5em 0.5em;
font-weight: bold;
font-size: 1.2em;
}