-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcubeanim.css
More file actions
executable file
·52 lines (52 loc) · 869 Bytes
/
Copy pathcubeanim.css
File metadata and controls
executable file
·52 lines (52 loc) · 869 Bytes
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
body {
margin: 0;
padding: 0;
background-color: #B8B8B8;
overflow-x: hidden;
overflow-y: hidden;
}
div {
overflow-x: hidden;
overflow-y: hidden;
}
label {
font-size: 0.75em;
}
#acanvas-div {
display: -webkit-flex;
display: flex;
}
#acanvas {
margin: auto;
background-color: white;
border: 1px solid black;
}
#metrics {
position: fixed;
background-color: black;
bottom: 0.5em;
left: 0em;
right: 0em;
height: 1.2em;
}
#metrics label {
color: white;
margin-left: 0.8em;
word-wrap: break-word;
}
#pause {
position: fixed;
bottom: 2.5em;
left: 0.5em;
margin: 0;
padding: 0.2em;
}
#key-message {
position: fixed;
left: 5em;
bottom: 2.3em;
margin: 0;
}
#key-message label span {
color: red;
}