-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
83 lines (72 loc) · 1.25 KB
/
main.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
body {
font-family: 'Ubuntu';
}
.header {
width: 100%;
height: 40px;
border-bottom: solid 2px #eee;
}
h1.title {
float: left;
width: 50%;
margin: 0;
margin-left: 25%;
text-align: center;
}
img.github {
float: right;
width: 32px;
height: 32px;
margin-top: 4px;
margin-right: 4px;
}
h2 {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: gray;
margin: 0%;
}
canvas {
position: absolute;
top: 55px;
left: 0;
}
button.kbc-button {
font-family: 'Ubuntu';
}
.controls {
position: fixed;
left: 0;
bottom: 0;
padding: 12px;
background-color: rgba(255, 255, 255, 0.8);
border-top: solid 1px #eee;
border-right: solid 1px #eee;
border-top-right-radius: 10px;
}
.selection {
text-align: center;
float: left;
width: 55%;
height: 170px;
}
.rotation {
text-align: center;
float: right;
width: 45%;
height: 170px;
}
.rotation-buttons {
position: relative;
top: 34px;
}
.config {
position: fixed;
right: 0;
bottom: 0;
padding: 12px;
background-color: rgba(255, 255, 255, 0.8);
border-top: solid 1px #eee;
border-left: solid 1px #eee;
border-top-left-radius: 10px;
}