-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBody.CSS
More file actions
77 lines (69 loc) · 1.08 KB
/
Body.CSS
File metadata and controls
77 lines (69 loc) · 1.08 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
body{
margin-left: 0px;
margin-top: 0px;
background-color: #cce6ff;
}
#confirmation{
font-family: "Verdana", Times, serif;
color: orange;
font-weight:bold;
font-size: 19px;
width:100%;
text-align: center;
position:fixed;
text-shadow:1px 1px 0px black;
}
.button{
position:fixed;
transform:translate(-50%,0);
width:40%;
height:7%;
border-radius:10px;
font-weight:bold;
font-size: 19px;
}
#noButton{
left:25%;
bottom:85%;
background-color: #ff6666;
}
#yesButton{
left:75%;
bottom:85%;
background-color: #99e699;
}
#helpBox{
display:none;
width:70%;
position: fixed;
bottom: 75%;
left: 50%;
transform:translate(-50%,0);
}
#helpButton{
display: none;
bottom: 67.5%;
left: 50%;
background-color: orange;
}
#textBox{
position:fixed;
width:70%;
bottom:5%;
}
#chatButton{
position:fixed;
bottom:5.5%;
left:75%;
width: 20%;
height:7%;
}
#trainArea{
height:35%;
background-color: #cccccc;
width:100%;
position: fixed;
display:none;
z-index:2;
border: 1px solid black;
}