-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
494 lines (431 loc) · 9.09 KB
/
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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
.lm_header .lm_tab {
font-family:Arial,sans-serif;
font-size:16px;
/*! color:#888888; */
background:#fafafa;
margin-right:2px;
/*padding-top: 5px;*/
padding-bottom:4px;
border:1px solid #cccccc;
border-bottom:none;
/*height: auto;*/
height: 24px;
}
.lm_header .lm_tab .lm_title {
padding-top:5px;
}
.lm_controls>li {
position:relative;
background-position:center bottom;
background-repeat:no-repeat;
opacity:.4;
transition:opacity 300ms ease
}
.lm_tab:hover,
.lm_tab.lm_active {
background:#e1e1e1;
font-weight: bold;
}
/*.lm_splitter { visibility: hidden; pointer-events: none; }*/
/*.lm_splitter.lm_horizontal{
width: 15px;
}
.lm_splitter.lm_vertical{
height: 15px;
}*/
h2{
font: 14px Arial, sans-serif;
color:#fff;
padding: 10px;
text-align: center;
}
html, body{
height: 100%;
}
body .lm_content{
overflow: auto;
}
table{
table-layout: fixed;
/*word-break: break-all;*/
/*word-wrap: break-word;*/
text-align: center;
/*display: block; */
display: table;
margin: 0px;
padding:0px;
width: 100%;
height: 100%;
object-fit:cover;
/*zoom: .5;*/
/*transform: scale(.5);*/
}
table#table_RobotStatus {
table-layout: fixed;
/*word-break: break-all;*/
/*word-wrap: break-word;*/
text-align: center;
/*display: block; */
display: table;
margin: 0px;
padding:0px;
width: 100%;
height: 100%;
object-fit:cover;
}
/*table#table_Blockly td{
width: 100%;
height: 100%;
}*/
table#table_BlocklyCode{
line-height: 30%;
table-layout: fixed;
/*word-break: break-all;*/
/*word-wrap: break-word;*/
text-align: center;
/*display: block; */
display: table;
margin: 0px;
padding:0px;
width: 100%;
height: 100%;
object-fit:cover;
}
table#table_calibration_modal{
table-layout: fixed;
/*word-break: break-all;*/
/*word-wrap: break-word;*/
text-align: center;
/*display: block; */
display: table-cell;
margin: 0px;
padding:0px;
/*width: 100%; */
/*height: 100%;*/
object-fit:cover;
/*zoom: .5;*/
/*transform: scale(.5);*/
}
table#table_robotcamera_calibration_modal{
table-layout: fixed;
/*word-break: break-all;*/
/*word-wrap: break-word;*/
text-align: center;
/*display: block; */
/*display: table-cell;*/
display: table-caption;
margin: 0px;
padding:0px;
/*width: 100%; */
/*height: 100%;*/
object-fit:cover;
/*zoom: .5;*/
/*transform: scale(.5);*/
}
table#table_CameraFeedback tr{
text-align: left;
margin:auto;
/*display:block; */
}
table#table_CameraFeedback td{
text-align: left;
margin:auto;
/*display:block; */
}
table#table_TrainVision tr{
text-align: left;
margin:auto;
/*display:block; */
/*height: 1%;*/
}
table#table_TrainVision td{
text-align: left;
margin:auto;
/*display:block; */
}
table#table_CameraTracking td{
text-align: left;
margin:auto;
/*display:block; */
}
/*table#table_JointSpaceControl td {
width: 16.666666% ;
}*/
table#table_TaskSpaceControl td {
width: 50% ;
}
table#table_SavePlaybackPoses td {
width: 50%;
}
table#table_RobotStatus td {
width: 70% ;
}
table#table_calibration_modal td {
width: 80% ;
}
table#table_robotcamera_calibration_modal td {
width: 70% ;
}
canvas {
border:0px solid #000000;
}
/**/
button {
-moz-box-shadow:inset 0px 1px 0px 0px #777;
-webkit-box-shadow:inset 0px 1px 0px 0px #777;
box-shadow:inset 0px 1px 0px 0px #777;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #403f40), color-stop(1, #1f1f1f));
background:-moz-linear-gradient(top, #403f40 5%, #1f1f1f 100%);
background:-webkit-linear-gradient(top, #403f40 5%, #1f1f1f 100%);
background:-o-linear-gradient(top, #403f40 5%, #1f1f1f 100%);
background:-ms-linear-gradient(top, #403f40 5%, #1f1f1f 100%);
background:linear-gradient(to bottom, #403f40 5%, #1f1f1f 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#403f40', endColorstr='#1f1f1f',GradientType=0);
background-color:#403f40;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #2e2e2e;
/*margin: 0 10px;*/
display:inline-block;
cursor:pointer;
color:#d6d6d6;
font-family:arial;
font-size:16px;
font-weight:bold;
outline: none;
padding:5px 5px;
text-decoration:none;
text-shadow:0px 1px 0px #000000;
width: 100%;
height: 100%;
}
button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1f1f1f), color-stop(1, #403f40));
background:-moz-linear-gradient(top, #1f1f1f 5%, #403f40 100%);
background:-webkit-linear-gradient(top, #1f1f1f 5%, #403f40 100%);
background:-o-linear-gradient(top, #1f1f1f 5%, #403f40 100%);
background:-ms-linear-gradient(top, #1f1f1f 5%, #403f40 100%);
background:linear-gradient(to bottom, #1f1f1f 5%, #403f40 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1f1f', endColorstr='#403f40',GradientType=0);
background-color:#1f1f1f;
}
button:active {
position:relative;
top:1px;
}
/**/
td{
width: 100%;
padding:0px 0px;
}
input{
text-align:center;
width: 100%;
/*margin: 0px 8px;*/
font-size: 16px;
padding: 12px 12px;
box-sizing: border-box;
}
hr {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-width: 1px;
}
textarea{
width: 100%;
height: 100%;
/*font-family: "Lucida Console", Courier, monospace;*/
font-family: monospace;
}
*{
margin: 0;
padding: 0;
list-style-type:none;
/*font-size: 15pt;*/
/*font-family: sans-serif;*/
font-family: Arial, Helvetica, sans-serif;
}
#wrapper{
height: 100%;
position: relative;
width: 100%;
overflow: hidden;
}
#menuContainer{
width: 15%;
height: 80%;
position:absolute;
top: 0;
left: 0;
background: #222;
overflow: auto;
}
#menuContainer li{
cursor: move;
border-bottom: 1px solid #000;
border-top: 1px solid #333;
cursor: pointer;
padding: 10px 5px;
color: #BBB;
background: #1a1a1a;
font: 12px Arial, sans-serif;
}
#menuContainer li:hover{
background: #111;
color: #CCC;
}
#saveLayoutStateContainer{
overflow: auto;
width: 15%;
height: 20%;
position:relative;
top: 80%;
left: 0;
background: #222222;
/*background: #555;*/
}
.btn-group button {
font: 12px Arial, sans-serif;
height: 33.333333% ;
/*display: block; Make the buttons appear below each other */
}
#table_BlocklyBrowser button {
/*font: 12px Arial, sans-serif;*/
/*height: 33.333333% ;*/
padding: 0;
}
#layoutContainer{
width: 85%;
height: 100%;
position:absolute;
top: 0%;
left: 15%;
box-shadow: -3px 0px 9px 0px rgba( 0, 0, 0, 0.4 );
}
/*#titleContainer{
width: 90%;
height: 5%;
position:absolute;
top: 0;
left: 10%;
box-shadow: -3px 0px 9px 0px rgba( 0, 0, 0, 0.4 );
background: #222;
overflow: auto;
}*/
#available_robots{
display: block;
/*font-size: 14pt;*/
width: 100%;
}
#start_robot_btn{
height: unset;
}
#blocklyDiv{
/*height: 480px; */
/*width: 600px;*/
/*position: absolute;*/
}
#toolbox{
display: none;
}
#table_TrainVision button{
height: unset ;
width: unset ;
}
#table_CameraCalibration button{
height: unset ;
width: unset ;
}
#table_RobotCameraCalibration button{
height: unset ;
width: unset ;
}
/*--------------------------------------------*/
/*Cropper,Camera Training,Model styles*/
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 50; /* Sit on top */
/*padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
text-align: center;
}
/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
border: 1px solid #888;
/*width: 80%;*/
/*height: 80%;*/
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s;
display: inline-block;
}
/* Add Animation */
@-webkit-keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}
@keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}
/* The Close Button */
.close {
color: white;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
/*color: #000;*/
text-decoration: none;
cursor: pointer;
background: #111;
color: #CCC;
}
.modal-header {
padding: 2px 16px;
/*background-color: #5cb85c;*/
/*color: black;*/
color: #BBB;
background-color: #1a1a1a;
}
.modal-body {
padding: 2px 16px;
}
.img-container img {
max-width: 50%;
max-height: 50%;
}
.modal-footer {
padding: 2px 16px;
/*background-color: #5cb85c;
color: white;*/
color: #BBB;
background-color: #1a1a1a;
}
.modal-footer button {
/*font: 12px Arial, sans-serif;*/
height: unset ;
width: unset ;
}
/*--------------------------------------------*/