-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
117 lines (99 loc) · 1.53 KB
/
style.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
body{
font-family: 'Fira Sans', Liberation Sans, Droid Sans, Helvetica, Verdana, Sans;
font-size: 1em;
max-width: 900px;
background-color: #e5ebee;
padding: 0% 2% 2% 2%;
margin: 0px auto;
}
#topNav{
background-color: #9bbbca;
}
#bottomNav{
background-color: #9bbbca;
}
nav {
display: table;
width: 100%;
padding-top: 1%;
padding-bottom: 1%;
margin-top: 1%;
text-align: center;
border: 1px solid #c6d4de;
}
nav > a {
display: table-cell;
text-align: center;
margin: 5%;
cursor: pointer;
width: 16%;
}
span {
display: table;
width: 48%;
float: left;
}
#seperator{
width: 4%;
}
span > a {
display: table-cell;
text-align: center;
cursor: pointer;
}
a:visited {
color: #000;
}
.ahover:hover {
color: #fff;
}
.mealFrame{
color: #000;
padding: 1%;
background-color: #fff;
margin-top: 1%;
width: 98%;
border: 1px solid #c6d4de;
position: relative;
}
.contains{
width: 2em;
height: 2em;
position: absolute;
display: block;
top: 10%;
right: 1%;
}
a {
color: #000;
text-decoration: none;
}
.category{
font-weight: 600;
}
select {
font-family: 'Fira Sans', Liberation Sans, Droid Sans, Helvetica, Verdana, Sans;
}
#bottom{
color: #000;
padding: 1%;
background-color: #9bbbca;
margin-top: 1%;
width: 98%;
text-align: right;
border: 1px solid #c6d4de;
font-weight: 300;
}
#selector{
width: 98%;
font-size: 1em;
background-color: #fff;
border: 1px solid #c6d4de;
}
.price{
text-align: right;
font-style: italic;
}
.active{
color: #fff;
}