-
Notifications
You must be signed in to change notification settings - Fork 0
/
style2.css
278 lines (242 loc) · 4.64 KB
/
style2.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
html{
width: 100%;
height: 100%;
}
body{
padding: 0;
margin: 0;
font-family: 'Times New Roman', Times, serif;
}
header{
height: 70px;
background-color: cadetblue;
box-shadow: 0 0 10px #000;
}
.salesmanList ul{
float: right;
position: relative;
right: 3%;
}
.salesmanList ul li{
display: inline;
list-style: none;
}
.salesmanList ul li a{
text-decoration: none;
color: #000000;
font-size: 25px;
padding: 0px 0px 0px 30px;
}
.salesmanList img{
width: 55px;
height: 48px;
}
footer{
background-color: cadetblue;
text-align: center;
width: 100%;
height: 60px;
margin: 40px 0 0 0;
bottom: 0%;
position: relative;
font-size: 20px;
box-shadow: 10px 10px 10px 10px black ;
}
.roundedButton ul li a{
background-color: chocolate;
display: block;
color: white;
width: 40%;
padding: 10px 18px 10px 18px;
border-radius: 23px;
text-decoration: none;
margin: 0 20px 0 28%;
}
.roundedButton ul{
list-style-type: none;
display: block;
text-align: center;
font-size: 24px;
}
.roundedButton ul li{
padding: 20px 8px 20px 8px;
}
.roundedButton ul li a:hover{
background-color: cadetblue;
}
h1{
text-align: center;
font-size: 35px;
margin-bottom: 0;
}
.additem{
text-align: center;
}
.additem input{
display: block;
border: #ff5722;
outline: none;
text-align: center;
margin: 20px auto;
box-shadow: 0 0 10px black;
width: 240px;
height: 30px;
background-color: white;
font-family: 'Times New Roman', Times, serif;
font-size: 18px;
border-radius: 25px;
color: darkgreen;
}
.additem button{
margin-top: 25px;
width: 240px;
height: 60px;
background-color: #ff5722;
font-family: 'Times New Roman', Times, serif;
color: white;
font-size: 18px;
border-radius: 25px;
cursor: pointer;
outline: none;
border: none;
}
.absolutefooter{
bottom: 0%;
position: absolute;
width: 100%;
font-size: 20px;
}
.searchbox{
position: relative;
top: 5%;
text-align: center;
margin-left: 200px;
}
.searchbox input{
position: relative;
display: inline-block;
box-sizing: border-box;
transition: .5s;
font-size: 15px;
font-family: 'Times New Roman', Times, serif;
}
.searchbox input[type="text"]{
background: #fff;
width: 340px;
height: 40px;
outline: none;
padding: 0 25px;
border-radius: 25px 0 0 25px;
font-size: 18px;
}
.searchbox input[type="submit"]{
position: relative;
left: -6px;
border-radius: 0 25px 25px 0;
width: 120px;
height: 40px;
outline: none;
cursor: pointer;
background: #ffc107;
color: black;
font-size: 18px;
}
.searchbox input[type="submit"]:hover{
background: #ff5722;
}
table{
margin-top: 60px;
margin-bottom: 30px;
padding: 0 20px 10px 20px;
width: 100%;
color: black;
font-family: 'Times New Roman', Times, serif;
font-size: 20px;
text-align: center;
}
th{
background-color: #d96459;
color: white;
}
tr:nth-child(even){
background-color: #f2f2;
}
.editDelete a{
text-decoration: none;
color: white;
background-color: cadetblue;
border-radius: 15px;
outline: 0;
width: 40%;
padding: 0px 6px 0px 6px;
}
.editDelete a:hover{
background: #ff5722;
}
.messageMinus{
background: rgb(248, 207, 207);
width: 100%;
height: 55px;
font-size: 18px;
color: black;
padding-left: 10px;
}
.messagePlus{
background: rgb(193, 247, 202);
width: 100%;
height: 55px;
font-size: 18px;
color: black;
padding-left: 10px;
}
.searchbox2{
position: relative;
top: 15%;
text-align: center;
margin-left: 60px;
}
.searchbox2 input{
position: relative;
display: inline-block;
box-sizing: border-box;
transition: .5s;
font-size: 15px;
font-family: 'Times New Roman', Times, serif;
}
.searchbox2 input[type="text"]{
background: #fff;
width: 340px;
height: 40px;
outline: none;
padding: 0 25px;
border-radius: 25px 0 0 25px;
font-size: 18px;
}
.searchbox2 input[type="submit"]{
position: relative;
left: -6px;
border-radius: 0 25px 25px 0;
width: 120px;
height: 40px;
outline: none;
cursor: pointer;
background: #ffc107;
color: black;
font-size: 18px;
}
.searchbox2 input[type="submit"]:hover{
background: #ff5722;
}
.customerPage h1{
text-align: center;
font-size: 40px;
margin-top: 5%;
}
.noResult h2{
text-align: center;
margin-top: 10%;
}
.noResult a{
text-decoration: none;
color: #ff5722;
}