-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadminpagestyle.css
More file actions
125 lines (101 loc) · 1.88 KB
/
adminpagestyle.css
File metadata and controls
125 lines (101 loc) · 1.88 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
/*headline*/
div {
/*background-color: #25B1CC;*/
/*background-color: #FFF7E6;*/
/* Using borders to show how things are laid out */
border: solid 2px #B1689A;
}
#headline {
font-family: "Luminari";
font-weight: bolder;
color: #006600;
float: left;
margin: auto;
text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}
#language {
float:right;
margin-top: 0px;
}
#search {
width:75%;
}
#searchicon {
float:left;
}
.expander{
position:absolute;
border: 2px darkgrey solid;
border-radius:0px 20px 20px 20px;
z-index:2;
width:50%;
}
#sidebar {
float: left;
width: 15%;
height: 200px;
margin: auto;
padding-bottom: 30%;
overflow: scroll;
}
.adminbutton {
border-radius: 10px;
border-spacing: 3px;
background-color: #484848;
color: black;
margin: 2px;
}
#beerlist {
float: left;
width: 45%;
height: 200px;
margin: auto;
padding-bottom: 30%;
overflow: scroll;
}
#cartwrapper {
font-family: Chalkboard;
font-weight: bold;
color: blanchedalmond;
}
#cartlist {
float:left;
width: 30%;
height: 90px;
margin: auto;
padding-bottom: 30%;
background-color: darkgray;
opacity: 0.3;
overflow: scroll;
border-radius: 20px 20px 20px 20px;
font-family: Chalkboard;
}
#totalprice {
float:left;
}
.button {
border-radius: 10px;
border-spacing: 3px;
background-color: #006600;
color: white;
margin: 2px;
}
body {
font-family: sans-serif;
font-family: sans-serif;
width: 80%; /* Relative size */
margin: auto; /* Centers the body on the page. */
background-image: url("resources/shelf.png");
}
#beerwrapper {
}
#foot {
clear: both;
background-color: #225758;
color: white;
font-family: Chalkboard;
}
div {
padding: 10px;
border-spacing: 10px;
}