blob: 3c5c9d682af5d7949a5e3e1e6aa8060c3fa72ec3 [file] [log] [blame]
Ben Murdoch61f157c2016-09-16 13:49:30 +01001.visible-transition {
2 transition-delay: 0s;
3 transition-duration: 1s;
4 transition-property: all;
5 transition-timing-function: ease;
6}
7
8.collapse-pane {
9 background: #A0A0A0;
10 bottom: 0;
11 position: absolute;
12 margin-bottom: 0.5em;
13 margin-right: 0.5em;
14 margin-left: 0.5em;
15 border-radius: 5px;
16 padding: 0.5em;
17 z-index: 5;
18 opacity: 0.7;
19 cursor: pointer;
20}
21
22.search-input {
23 vertical-align: middle;
24 width: 145px;
25 opacity: 1;
26}
27
28.button-input {
29 vertical-align: middle;
30 width: 24px;
31 opacity: 0.4;
32 cursor: pointer;
33}
34
35.button-input-toggled {
36 border-radius: 5px;
37 background-color: #505050;
38}
39
40.button-input:focus {
41 outline: none;
42}
43
44.button-input-invisible {
45 vertical-align: middle;
46 width: 0px;
47 visibility: hidden;
48}
49
50
51.selected {
52 background-color: #FFFF33;
53}
54
55.prettyprint ol.linenums > li {
56 list-style-type: decimal;
57 !important
58}
59
60body {
61 margin: 0;
62 padding: 0;
63 overflow:hidden;
64 -webkit-touch-callout: none;
65 -webkit-user-select: none;
66 -khtml-user-select: none;
67 -moz-user-select: none;
68 -ms-user-select: none;
69 user-select: none;
70}
71
72p {
73 text-align: center;
74 overflow: overlay;
75 position: relative;
76}
77
78marker {
79 fill: #080808;
80}
81
82g rect {
83 fill: #F0F0F0;
84 stroke: #080808;
85 stroke-width: 2px;
86}
87
88g.unsorted rect {
89 opacity: 0.5;
90}
91
92div.scrollable {
93 overflow-y: _croll; overflow-x: hidden;
94}
95
96g.control rect {
97 fill: #EFCC00;
98 stroke: #080808;
99 stroke-width: 5px;
100}
101
102g.javascript rect {
103 fill: #DD7E6B;
104}
105
106g.simplified rect {
107 fill: #3C78D8;
108}
109
110g.machine rect {
111 fill: #6AA84F;
112}
113
114g.input rect {
115 fill: #CFE2F3;
116}
117
118g.selected rect {
119 fill: #FFFF33;
120}
121
122circle.bubbleStyle {
123 fill: #080808;
124 fill-opacity: 0.0;
125 stroke: #080808;
126 stroke-width: 2px;
127}
128
129circle.bubbleStyle:hover {
130 stroke-width: 3px;
131}
132
133circle.filledBubbleStyle {
134 fill: #080808;
135 stroke: #080808;
136 stroke-width: 2px;
137}
138
139circle.filledBubbleStyle:hover {
140 fill: #080808;
141 stroke-width: 3px;
142}
143
144circle.halfFilledBubbleStyle {
145 fill: #808080;
146 stroke: #101010;
147 stroke-width: 2px;
148}
149
150circle.halfFilledBubbleStyle:hover {
151 fill: #808080;
152 stroke-width: 3px;
153}
154
155path.effect {
156 fill: none;
157 stroke: #080808;
158 stroke-width: 4px;
159 cursor: default;
160}
161
162path.effect:hover {
163 stroke-width: 6px;
164}
165
166path.control {
167 fill: none;
168 stroke: #080808;
169 stroke-width: 4px;
170 cursor: default;
171}
172
173path.control:hover {
174 stroke-width: 6px;
175}
176
177path.value {
178 fill: none;
179 stroke: #888888;
180 stroke-width: 4px;
181 cursor: default;
182}
183
184path.value:hover {
185 stroke-width: 6px;
186}
187
188path.frame-state {
189 fill: none;
190 stroke: #080808;
191 stroke-width: 4px;
192 cursor: default;
193}
194
195path.frame-state:hover{
196 stroke-width: 6px;
197}
198
199path.hidden {
200 fill: none;
201 stroke-width: 0;
202}
203
204path.link.selected {
205 stroke: #FFFF33;
206}
207
208pre.prettyprint {
209 border: none !important;
210 padding: 0px;
211}
212
213li.L1,
214li.L3,
215li.L5,
216li.L7,
217li.L9 {
218 background: none !important
219}
220
221li.nolinenums {
222 list-style-type:none;
223}
224
225ul.noindent {
226 -webkit-padding-start: 0px;
227 -webkit-margin-before: 0px;
228 -webkit-margin-after: 0px;
229}
230
231input:hover, .collapse-pane:hover input {
232 opacity: 1;
233 cursor: pointer;
234}
235
236span.linkable-text {
237 text-decoration: underline;
238}
239
240span.linkable-text:hover {
241 cursor: pointer;
242 font-weight: bold;
243}
244
245#left {
246 float: left; height: 100%; background-color: #FFFFFF;
247 -webkit-transition: all 1s ease-in-out;
248 -moz-transition: all 1s ease-in-out;
249 -o-transition: all 1s ease-in-out;
250 transition: all 1s ease-in-out;
251 transition-property: width;
252 transition-duration: 1s, 1s;
253}
254
255#middle {
256 float:left; height: 100%; background-color: #F8F8F8;
257 -webkit-transition: all 1s ease-in-out;
258 -moz-transition: all 1s ease-in-out;
259 -o-transition: all 1s ease-in-out;
260 transition: all 1s ease-in-out;
261 transition-property: width;
262 transition-duration: 1s, 1s;
263}
264
265#right {
266 float: right; background-color: #FFFFFF;
267 -webkit-transition: all 1s ease-in-out;
268 -moz-transition: all 1s ease-in-out;
269 -o-transition: all 1s ease-in-out;
270 transition: all 1s ease-in-out;
271 transition-property: width;
272 transition-duration: 1s, 1s;
273}
274
275#disassembly-collapse {
276 right: 0;
277}
278
279#source-collapse {
280 left: 0;
281}
282
283#graph-toolbox {
284 position: relative;
285 top: 1em;
286 left: 0.7em;
287 border: 2px solid #eee8d5;
288 border-radius: 5px;
289 padding: 0.7em;
290 z-index: 5;
291}
292
293#disassembly-collapse {
294 right: 0;
295}
296
297#source-collapse {
298 left: 0;
299}
300
301#graph-toolbox {
302 position: relative;
303 top: 1em;
304 left: 0.7em;
305 border: 2px solid #eee8d5;
306 border-radius: 5px;
307 padding: 0.7em;
308 z-index: 5;
309}
310
311#load-file {
312 background: #A0A0A0;
313 position: absolute;
314 top: 0;
315 right: 0;
316 margin-top: 0.5em;
317 margin-right: 0.5em;
318 border-radius: 5px;
319 padding: 0.5em;
320 z-index: 5;
321 opacity: 0.7;
322}
323
324#hidden-file-upload{
325 display: none;
326}
327