-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanager.css
More file actions
282 lines (241 loc) · 5.03 KB
/
manager.css
File metadata and controls
282 lines (241 loc) · 5.03 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
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
body {
margin: 20px;
}
@media(min-width:1000px){
body {
width: 1000px;
margin: 0 auto;
}
}
#title {
text-align: center;
border-bottom: 5px solid black;
border-top: 5px solid black;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom:0px;
margin-top: 30px;
color: black;
}
#manager {
font-size: medium;
margin-left: 10px;
margin-top: auto;
}
.title_font {
margin: 0px;
font-family: 'Syncopate';
font-weight: bold;
}
.font {
font-family: 'Gothic A1';
}
#gridseatinfo {
text-align: center;
display: grid;
grid-template-columns: auto auto auto auto;
border: 1px solid black;
border-radius: 10px;
margin-bottom: 20px;
margin-top:20px;
}
#window {
text-align: center;
padding:1px;
border: 3px solid rgba(0, 0, 0, 70%);
background-color: white;
margin: 15px 15px 0;
border-radius: 10px;
}
#gridmap {
display: grid;
grid-template-columns: 50px 1fr;
}
#studyroom {
writing-mode: vertical-lr;
text-align: center;
padding: 340% 20px;
border: none;
border-radius: 10px;
margin-bottom: 20px;
margin-top: 20px;
border: 3px solid rgba(0, 0, 0, 70%);
background-color: white;
}
#seats {
display: grid;
text-align: center;
grid-template-columns: auto auto;
margin-left: 50px;
margin-right: 50px;
}
#gridstateseat {
margin-top: 20px;
border-radius: 10px;
display: grid;
text-align: center;
border: 1px solid black;
grid-template-columns: auto auto auto;
}
#seatinfo {
text-align: center;
border-right: 1px solid black;
border-radius: 10px;
margin: 0;
padding-top: 15px;
color: white;
background-color: rgba(0, 0, 0, 30%);
}
#backmap {
background-color: rgba(0, 0, 0, 5%);
padding-top: 5px;
border-radius: 10px;
height: 530px;
overflow-x: hidden;
overflow-y: auto;
}
#grid_backmap {
display: grid;
grid-template-columns: 3fr 1fr;
}
#admin_alam {
background-color: rgba(0, 0, 0, 5%);
border-radius: 10px;
margin-left:20px;
height: 530px;
overflow-x: hidden;
overflow-y: auto;
}
.alam_name {
background-color: rgba(0, 0, 0, 10%);
border-radius: 10px;
padding:18px;
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
text-align: center;
}
.alam {
background-color: rgba(96,96,96,0.4);
margin:10px;
border-radius: 10px;
padding: 15px;
color: rgb(255 255 255);
}
.seatbutton {
padding: 9% 30%;
border: 0;
border-radius: 10px;
margin: 8% 0px;
font-size: 180%;
cursor: pointer;
color: black;
font-family: 'Space Mono';
background-color: white;
}
.usingseat {
border: 3px solid rgb(254, 65, 65);
box-shadow: 0px 6px rgb(254, 65, 65);
}
.emptyseat {
border: 3px solid rgb(61, 171, 49);
box-shadow: 0px 6px rgb(61, 171, 49);
}
.helpseat {
border: 3px solid rgb(238, 221, 64);
box-shadow: 0px 6px rgb(238, 221, 64);
}
.usingseatbtn {
background-color: rgb(254, 65, 65);
}
.emptyseatbtn {
background-color: rgb(61, 171, 49);
}
.helpseatbtn {
background-color: rgb(238, 221, 64);
}
* {box-sizing: border-box}
/* Set a style for all buttons */
button {
background-color: #04AA6D;
color: black;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
opacity: 0.9;
}
button:hover {
opacity:1;
}
.cancelbtn, .deletebtn {
align-content: center;
width: 20%;
}
/* Add a color to the cancel button */
.cancelbtn {
background-color: #ccc;
color: black;
}
/* Add a color to the delete button */
.deletebtn {
background-color: #f44336;
}
/* Add padding and center-align text to the container */
.container {
padding: 16px;
text-align: center;
font-family: 'Gothic A1';
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
/*background-color: #474e5d;*/
background-color: rgba(0, 0, 0, 0.75);
padding-top: 50px;
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
border: 1px solid #888;
width: 50%; /* Could be more or less, depending on screen size */
}
/* Style the horizontal ruler */
hr {
border: 1px solid #f1f1f1;
margin-bottom: 25px;
}
/* The Modal Close Button (x) */
.close {
position: absolute;
right: 35px;
top: 15px;
font-size: 40px;
font-weight: bold;
color: #f1f1f1;
}
.close:hover,
.close:focus {
color: #f44336;
cursor: pointer;
}
/* Clear floats */
.clearfix::after {
content: "";
clear: both;
display: table;
}
/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
.cancelbtn, .deletebtn {
width: 30%;
}
}