-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
116 lines (90 loc) · 1.62 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
body {
background: url("./texture.png")
}
div[name='pie_group'] {
display: none;
}
div[name='spot_group'] {
display: none;
}
div[name].visible {
display: block;
}
.slider.slider-horizontal {
width: 150px;
}
.slide:after {
content: " ";
white-space: pre;
}
label.btn.btn-warning.active:after {
content: " ";
white-space: pre;
}
i:after {
content: " ";
white-space: pre;
}
#rendering {
width: 680px;
}
#sidebar {
}
.slide {
width: 200px;
}
.keys, .value {
width: 4em;
}
.keys {
/* margin-right: 10px; */
}
.value {
margin-left: 10px;
}
.card:focus {
outline: none;
}
.table {
display: table;
}
.row {
background-color: #2D2D2D;
color: white;
display: table-row;
}
.cell {
display: table-cell;
}
label.btn.btn-warning.debug {
margin-bottom: 0;
margin-left: 1em;
border-radius: 0;
width: 3.5em;
border-color: #FFB836 #AB6F00 #AB6F00 #FFB834;
}
label.btn.btn-warning.debug:after {
content: " ";
white-space: pre;
}
div.table.debug div.row .cell{
vertical-align: middle;
}
div.table.debug div.row div.cell:first-child {
width: 5em;
}
div.table.debug div.row div.cell:first-child i:after {
content: "";
}
div.table.debug div.row:first-child label.debug {
border-color: #FFB834 #AB6F00 #B97800 #FFB834;
border-top-left-radius: 0.25em;
border-top-right-radius: 0.25em;
margin-top: 10px;
}
div.table.debug div.row:last-child label.debug {
border-color: #FFB836 #AB6F00 #AB6F00 #FFB834;
border-bottom-left-radius: 0.25em;
border-bottom-right-radius: 0.25em;
margin-bottom: 10px;
}