UNPKG

9.44 kBCSSView Raw
1/**
2 * message-view json formatter
3 */
4.json-formatter-row .json-formatter-string {
5 white-space: normal !important;
6}
7
8#message-dialog-label-row > .label {
9 margin:2px;
10}
11
12.toolbar-btn i {
13 margin:0 !important;
14}
15
16.activated-btn > i {
17 color: green !important;
18}
19
20.toolbar {
21 position: fixed !important;
22 top: 0;
23 margin-top: 0 !important;
24 margin-left: 30%;
25 margin-right: 30%;
26 width: 40%;
27 height: 32px;
28 /* background-color: #282828; */
29}
30
31#toolbar > div {
32 /* background: #282828 !important; */
33}
34
35.toolbox {
36 position: fixed !important;
37 padding-left: 2px !important;
38 padding-right: 2px !important;
39 /*bottom: 50% !important;*/
40 top: 200px;
41 z-index: 999 !important;
42}
43
44.toolbox i {
45 margin: 0 !important;
46}
47
48.left.sidebar {
49 width: 200px !important;
50}
51
52.toolbox-ele {
53 margin-bottom: 10px !important;
54 margin-left: 10px !important;
55 width: 180px !important;
56 color: #999 !important;
57}
58
59.toolbox-ele label {
60 color: #999 !important;
61}
62
63.toggle.button.checked {
64 color : green !important;
65}
66
67/* RIGHT SIDEBAR: FILTER BOX */
68
69.right.sidebar {
70 width: 300px !important;
71}
72
73.filterbox {
74 float: right;
75 padding-left: 2px !important;
76 padding-right: 2px !important;
77 top: 200px;
78 /*margin-bottom: 50% !important;*/
79 z-index: 999 !important;
80}
81
82.filterbox i {
83 margin: 0 !important;
84}
85
86.filterbox-ele {
87 margin-bottom: 10px !important;
88 margin-left: 10px !important;
89 width: 280px !important;
90 color: #999 !important;
91}
92
93.filterbox-ele label {
94 color: #999 !important;
95}
96
97/*@font-face {
98 font-family: 'Roboto';
99 src: url('../fonts/Roboto-Light.ttf');
100}*/
101
102body, div, canvas {
103 font-family: 'Raleway', sans-serif !important;
104}
105
106div {
107 word-wrap: break-word;
108}
109
110.container {
111 padding-left: 1em;
112 padding-right: 1em;
113}
114
115input {
116 width : 70px;
117}
118
119/**
120 * GRAPH
121 */
122#graph {
123 /* bottom: 100px; */
124 bottom: 0;
125 display: block;
126 top: 42px;
127 position: fixed;
128 width: 100%;
129 /* background-color: #282828; */
130}
131
132#properties-view {
133 position: fixed;
134 top: 100px;
135 right: 100px;
136 width: 30%;
137
138 /*background-color: rgba(0,0,0,0.1);*/
139}
140
141/*#properties-view-title {
142 text-align: center;
143 margin-top: 10px;
144 margin-left: 10px;
145 margin-right: 10px;
146 border-bottom-color: white;
147 border-bottom-width: 1px;
148 border-bottom-style: solid;
149}*/
150
151#message-view {
152 position: fixed;
153 top: 100px;
154 left: 50px;
155 width: 30%;
156
157 /*background-color: rgba(0,0,0,0.1);*/
158}
159
160/*#signal-view-title {
161 text-align: center;
162 margin-top: 10px;
163 margin-left: 10px;
164 margin-right: 10px;
165 border-bottom-color: white;
166 border-bottom-width: 1px;
167 border-bottom-style: solid;
168}*/
169
170
171.table-view-cell {
172 margin-top: 5px;
173 margin-bottom: 5px;
174}
175
176.table-view-cell-name {
177 font-weight: 300;
178}
179
180.table-view-cell-subname {
181 font-style: italic;
182}
183
184.inner-view {
185 margin: 10px;
186 color : #FFF;
187}
188
189.dropdown {
190 position: relative;
191 display: inline-block;
192}
193
194.dropdown-content {
195 display: none;
196 position: absolute;
197 background-color: #f9f9f9;
198 min-width: 160px;
199 /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
200 /*padding: 12px 16px;*/
201 z-index: 1;
202}
203
204.dropdown:hover .dropdown-content {
205 display: block;
206}
207
208.example-link {
209 cursor : pointer;
210}
211
212
213/**
214 * TIMELINE
215 */
216#timeline-toolbar {
217 padding-bottom: 0px;
218}
219#timeline {
220 position: fixed;
221 width: 100%;
222 height: 0;
223 bottom: 0px;
224 /* color: #458588; */
225}
226/*vis time line style*/
227/* .vis-time-axis .vis-odd, */
228/* .vis-time-axis .vis-even { */
229/* color: #458588; */
230/* background: #282828; */
231/* } */
232
233.button-xsmall {
234 font-size: 70%;
235}
236
237.button-small {
238 font-size: 85%;
239}
240
241.pure-button-active {
242 color : blue;
243}
244
245.startTime {
246 background-color: #F00;
247}
248
249.endTime {
250 background-color: #00F;
251}
252
253/*ANA Colors (Army Navy Aero) - w3*/
254.color-0 {
255 border-color: #09568d !important;
256 background-color: #09568d !important;
257}
258
259.color-1 {
260 border-color: #172035 !important;
261 background-color: #172035 !important;
262}
263
264.color-2 {
265 border-color: #457725 !important;
266 background-color: #457725 !important;
267}
268
269.color-3 {
270 border-color: #686b69 !important;
271 background-color: #686b69 !important;
272}
273
274.color-4 {
275 border-color: #ffbb00 !important;
276 background-color: #ffbb00 !important;
277}
278
279.color-5 {
280 border-color: #f8a300 !important;
281 background-color: #f8a300 !important;
282}
283
284.color-6 {
285 border-color: #f0c282 !important;
286 background-color: #f0c282 !important;
287}
288
289.color-7 {
290 border-color: #901E1D !important;
291 background-color: #901E1D !important;
292}
293
294.color-8 {
295 border-color: #421814 !important;
296 background-color: #421814 !important;
297}
298
299.color-9 {
300 border-color: #a2a7ad !important;
301 background-color: #a2a7ad !important;
302}
303
304.color-10 {
305 border-color: #47484a !important;
306 background-color: #47484a !important;
307}
308
309.color-11 {
310 border-color: #1c1d22 !important;
311 background-color: #1c1d22 !important;
312}
313
314.color-12 {
315 border-color: #0b0b0d !important;
316 background-color: #0b0b0d !important;
317}
318
319.color-13 {
320 border-color: #122b3e !important;
321 background-color: #122b3e !important;
322}
323
324.color-14 {
325 border-color: #b0aaad !important;
326 background-color: #b0aaad !important;
327}
328
329.color-15 {
330 border-color: #5b5e6a !important;
331 background-color: #5b5e6a !important;
332}
333
334.color-16 {
335 border-color: #343236 !important;
336 background-color: #343236 !important;
337}
338
339.color-17 {
340 border-color: #363848 !important;
341 background-color: #363848 !important;
342}
343
344.color-18 {
345 border-color: #262f39 !important;
346 background-color: #262f39 !important;
347}
348
349.color-19 {
350 border-color: #373a42 !important;
351 background-color: #373a42 !important;
352}
353
354.color-20 {
355 border-color: #646e83 !important;
356 background-color: #646e83 !important;
357}
358
359.color-21 {
360 border-color: #7284b7 !important;
361 background-color: #7284b7 !important;
362}
363
364.color-22 {
365 border-color: #acac9a !important;
366 background-color: #acac9a !important;
367}
368
369.color-23 {
370 border-color: #65623c !important;
371 background-color: #65623c !important;
372}
373
374.color-24 {
375 border-color: #46554f !important;
376 background-color: #46554f !important;
377}
378
379.color-25 {
380 border-color: #4d4c30 !important;
381 background-color: #4d4c30 !important;
382}
383
384.color-26 {
385 border-color: #ffaa07 !important;
386 background-color: #ffaa07 !important;
387}
388
389.color-27 {
390 border-color: #a98652 !important;
391 background-color: #a98652 !important;
392}
393
394.color-28 {
395 border-color: #b19083 !important;
396 background-color: #b19083 !important;
397}
398
399.color-29 {
400 border-color: #705a43 !important;
401 background-color: #705a43 !important;
402}
403
404.color-30 {
405 border-color: #874840 !important;
406 background-color: #874840 !important;
407}
408
409.color-31 {
410 border-color: #a0333a !important;
411 background-color: #a0333a !important;
412}
413
414.color-32 {
415 border-color: #acaca4 !important;
416 background-color: #acaca4 !important;
417}
418
419.color-33 {
420 border-color: #7e7e87 !important;
421 background-color: #7e7e87 !important;
422}
423
424.color-34 {
425 border-color: #383839 !important;
426 background-color: #383839 !important;
427}
428
429.color-35 {
430 border-color: #002d30 !important;
431 background-color: #002d30 !important;
432}
433
434.color-36 {
435 border-color: #635d41 !important;
436 background-color: #635d41 !important;
437}
438
439.color-37 {
440 border-color: #4b4c50 !important;
441 background-color: #4b4c50 !important;
442}
443
444.color-38 {
445 border-color: #575c45 !important;
446 background-color: #575c45 !important;
447}
448
449.color-39 {
450 border-color: #987563 !important;
451 background-color: #987563 !important;
452}
453
454.color-40 {
455 border-color: #46554f !important;
456 background-color: #46554f !important;
457}
458
459
460
461.highlight {
462 border-color : #FF00FF !important;
463 background-color : #FF00FF !important;
464}
465
466.vis-selected {
467 border-color: #FF0000 !important;
468 background-color: #FF0000 !important;
469}
470
471
472/**
473 * tooltip
474 */
475.tooltip {
476 display: inline;
477 position: relative;
478}
479
480.tooltip:hover {
481 color: #c00;
482 text-decoration: none;
483}
484
485.tooltip:hover:after {
486 background: #111;
487 background: rgba(0,0,0,.8);
488 border-radius: .5em;
489 bottom: 1.35em;
490 color: #fff;
491 content: attr(title);
492 display: block;
493 left: 1em;
494 padding: .3em 1em;
495 position: absolute;
496 text-shadow: 0 1px 0 #000;
497 white-space: nowrap;
498 z-index: 98;
499}
500
501.tooltip:hover:before {
502 border: solid;
503 border-color: #111 transparent;
504 border-color: rgba(0,0,0,.8) transparent;
505 border-width: .4em .4em 0 .4em;
506 bottom: 1em;
507 content: "";
508 display: block;
509 left: 2em;
510 position: absolute;
511 z-index: 99;
512}
513
514
515/*
516 * context-menus
517 */
518
519#cy-context-menus-cxt-menu {
520 display:none;
521 z-index:1000;
522 position:absolute;
523 border:1px solid #A0A0A0;
524 padding: 0;
525 margin: 0;
526}
527
528.cy-context-menus-cxt-menuitem{
529 display:block;
530 z-index:1000;
531 width:110px;
532 padding: 3px 20px;
533 position:relative;
534 margin:0;
535 background-color:#F2F2F2;
536 font-weight:normal;
537 font-size: 12px;
538 white-space:nowrap;
539 border: 0;
540 text-align: left;
541}
542
543.cy-context-menus-cxt-menuitem:enabled {
544 color: #000000;
545}
546
547.cy-context-menus-ctx-operation:focus{
548 outline: none;
549}
550
551.cy-context-menus-cxt-menuitem:hover{
552 color: #ffffff;
553 text-decoration: none;
554 background-color: #0B9BCD;
555 background-image: none;
556 cursor: pointer;
557}
558
559.cy-context-menus-cxt-menuitem[title]:before{
560 content:attr(title);
561}
562
563.cy-context-menus-cxt-menuitem:not([title]):before{
564 content:"\2630";
565}
566
567.cy-context-menus-divider {
568 border-bottom:1px solid #A0A0A0;
569}
570
571/* message editor */
572.CodeMirror {
573 border: 1px solid #A0A0A0;
574}
575
576