forked from rawify/Stewart.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
121 lines (100 loc) · 1.63 KB
/
style.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
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
img {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 1000;
border: 0px;
}
#images {
display: flex;
flex-wrap: wrap;
}
#currentServoAngles {
display: block;
width: 300px;
}
.container {
display: flex;
justify-content: center;
margin-bottom: 10px;
}
ul {
font-family: 'Courier New', Courier, monospace;
font-size: 14px;
}
.checkboxWithButton {
display: flex;
flex-direction: column;
align-items: center; /* Center horizontally */
}
.inner-checkbox {
display: flex;
align-items: center;
margin-top: 4px;
flex-direction: row;
font-size: 15px;
}
#tweak-parameters-opts {
display: flex;
}
#tweak-values {
width: 30%;
}
.tweakParameter {
display: block;
width: 100%;
margin: 5px;
}
#defaultCanvas0 {
border: 1px solid black;
}
#canvas {
display: flex;
align-items: center;
margin-top: 10px;
margin-right: 20px;
margin-bottom: 0px;
padding: 0px;
}
h3 {
margin: 0px;
margin-bottom: 3%;
}
hr {
margin: 0px;
border-top: 1px solid black;
}
.tweaker {
margin-top: 10px;
margin-bottom: 10px;
}
.camera-button {
margin: 2px;
}
body {
font-family:Arial, Helvetica, sans-serif;
font-size: 80%;
}
#camera-btn-container {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.servo-angles-content {
display: flex;
gap: 10px;
align-items: flex-start;
}
.bottomButton {
height: 100%;
}
#textToDrawContainer {
margin-top: 5px;
display: flex;
justify-content: space-between;
align-items: stretch;
gap: 7px;
}
.inputField {
width: 55px;
}