-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
68 lines (59 loc) · 892 Bytes
/
styles.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
.data-table{
border: solid;
}
.correct {
color: #00FF00;
}
.incorrect {
color: #FF0000;
}
#OptionsWrapper{
width: 50%;
margin-left: 25%;
}
.OptionContainer{
padding-left: 20px;
padding-right: 20px;
margin-left: 20px;
margin-right: 20px;
float: right;
background-color: #eeeeee;
position: relative;
width: 15%;
}
.DisplayScreen{
text-align: center;
padding-top: 100px;
}
.dropPanel {
border: solid;
background-color: #aaaaaa;
text-align: center;
user-select: none;
position: absolute;
top: 0px;
left: 0px;
border-color: black;
border-radius: blue;
border-width: 1px;
width: 99%;
height: 100px;
z-index: 100;
}
.userPanel {
position: fixed;
width: 90%;
}
.sliderButton {
position: absolute;
width: 10%;
bottom: -15px;
background-color: #000000;
color: #ffffff;
text-align: center;
left: 45%;
}
#adminMessage{
text-align: center;
color: #0000ff;
}