-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathstyle.css
427 lines (427 loc) · 9.42 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
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
html,
body {
height: 100%;
}
body {
margin: 0px;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
color: #333333;
background: url('img/bg.gif');
}
canvas#hidden-canvas {
position: fixed;
z-index: -1;
visibility: hidden;
}
input[type="file"]#file-input {
position: fixed;
visibility: hidden;
}
header {
display: block;
width: 782px;
margin: 20px auto 10px auto;
color: #cccccc;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
header img {
display: inline-block;
position: relative;
top: 4px;
margin: 0px 2px 0px 0px;
}
header span {
display: inline-block;
margin: 0px;
padding: 0px;
font-size: 18px;
}
header a {
display: inline-block;
margin: 0px 0px 0px 15px;
padding: 5px 10px;
position: relative;
bottom: 1px;
font-size: 12px;
color: inherit;
text-decoration: none;
border-radius: 3px;
}
header a:hover {
color: white;
text-shadow: 0px 1px 0px black;
background: rgba(0, 0, 0, 0.3);
box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
}
div#main-container {
display: table;
margin: 0px auto;
padding: 0px;
width: 802px;
height: 100%;
min-height: 700px;
overflow: hidden;
}
div#main-container > div {
display: table-row;
width: 100%;
}
div#main-container > div > div {
display: table-cell;
width: 100%;
}
div#app-container {
height: 100%;
margin: 0px;
padding: 0px;
}
div#app {
margin: 0px;
padding: 0px;
border-radius: 3px;
overflow: hidden;
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
background: #cccccc;
position: relative;
height: 100%;
}
div#app div#text-page {
position: absolute;
z-index: 1000;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: none;
opacity: 0;
}
div#app div#text-page a:not(.text-page) {
color: inherit;
}
div#app div#text-page a:not(.text-page):hover {
color: black;
}
div#app div#text-page a.text-page {
display: inline-block;
margin: 10px;
padding: 8px 20px;
color: #333333;
text-decoration: none;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 3px;
box-shadow: inset 0px 1px 0px white, 0px 1px 0px white;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
div#app div#text-page a.text-page:hover {
border: 1px solid #999999;
color: black;
background: rgba(0, 0, 0, 0.05);
}
div#app div#text-page span {
font-weight: 700;
color: #333333;
}
div#app div#text-page div#content {
margin: 0px;
padding: 10px;
background: #e8e8e8;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
color: #404040;
}
div#app div#text-page div#content h1 {
display: block;
margin: 10px;
padding: 0px 0px 5px 0px;
color: #333333;
font-weight: normal;
font-size: 18px;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}
div#app div#text-page div#content p {
margin: 10px;
}
div#app div#text-page div#content table#compatibility {
display: block;
margin: 10px;
border: 1px solid #cccccc;
border-radius: 3px;
overflow: hidden;
}
div#app div#text-page div#content table#compatibility tr:not(:last-child) td {
border-bottom: 1px solid #d0d0d0;
}
div#app div#text-page div#content table#compatibility tr td:first-child {
background: #d0d0d0;
}
div#app div#text-page div#content table#compatibility tr td:last-child {
font-size: 11px;
width: 99%;
padding: 0px 0px 0px 10px;
}
div#app div#text-page div#content table#compatibility tr td.icon {
padding: 6px 8px 2px 6px;
border-right: 1px dotted #d0d0d0;
}
div#app div#text-page div#content table#compatibility tr td.icon img.broken {
opacity: 0.25;
}
div#app form#input h1,
div#app div#output h1 {
display: block;
margin: 0px;
padding: 10px;
font-size: 14px;
font-weight: normal;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
div#app form#input h1 img,
div#app div#output h1 img {
margin: -10px 10px 0px 0px;
position: relative;
top: 2px;
}
div#app a#advanced-control {
display: block;
position: absolute;
left: 0px;
bottom: 0px;
padding: 10px;
text-decoration: none;
font-size: 13px;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
color: #333333;
}
div#app a#advanced-control:visited {
color: #333333;
}
div#app a#advanced-control:hover {
color: black;
}
div#app form#input {
display: block;
float: left;
margin: 0px;
padding: 0px;
width: 182px;
position: relative;
z-index: 50;
}
div#app form#input figure {
display: block;
margin: 0px 10px 10px 10px;
padding: 0px;
border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 3px;
box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.7), 1px 0px 0px rgba(255, 255, 255, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.7);
overflow: hidden;
}
div#app form#input figure:hover canvas {
opacity: 0.5;
}
div#app form#input figure canvas#canvas {
display: block;
margin: 0px;
padding: 0px;
width: 160px
height: 144px;
background: transparent;
background: url("img/image-canvas-bg.gif");
}
div#app form#input ul#attributes {
display: block;
margin: 0px 0px 10px 0px;
padding: 10px 0px;
width: 100%;
list-style-type: none;
font-size: 10px;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
border-top: 1px solid rgba(0, 0, 0, 0.4);
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7);
}
div#app form#input ul#attributes li span.title {
display: inline-block;
margin: 0px;
padding: 0px;
width: 50px;
text-align: right;
text-shadow: none;
}
div#app form#input ul#attributes li span:not(.title) {
color: black;
}
div#app form#input ul#options {
display: block;
margin: 0px;
padding: 0px;
width: 100%;
list-style-type: none;
border-top: 1px solid rgba(0, 0, 0, 0.4);
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
div#app form#input ul#options li {
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7);
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
}
div#app form#input ul#options li:hover {
background: #bbbbbb;
}
div#app form#input ul#options li:hover label {
color: black;
}
div#app form#input ul#options li label.label {
display: block;
margin: 0px;
padding: 5px 10px;
width: 100%;
height: 100%;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
div#app form#input ul#options li label.pad-value {
display: inline-block;
margin: 0px;
padding: 0px;
}
div#app form#input ul#options li input[type="checkbox"],
div#app form#input ul#options li input[type="radio"] {
position: relative;
top: 1px;
margin: 0px 5px 0px 0px;
}
div#app form#input ul#options li span {
display: block;
margin: 0px 0px 5px 0px;
padding: 0px;
font-size: 12px;
}
div#app form#input ul#options li div.text-input {
display: inline-block;
margin: 0px;
padding: 0px;
}
div#app form#input ul#options li div.text-input input[type="text"] {
display: block;
margin: 0px 0px 5px 0px;
padding: 3px;
font-size: 11px;
border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 3px;
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.8);
}
div#app form#input ul#options li div.text-input input[type="text"]#line-label,
div#app form#input ul#options li div.text-input input[type="text"]#constant-label {
width: 80px;
}
div#app form#input ul#options li div.text-input input[type="text"]#hex-prefix {
width: 20px;
text-align: center;
}
div#app form#input ul#options li div.text-input input[type="text"].pad-value {
display: inline-block;
margin: 0px 5px 5px 5px;
width: 20px;
text-align: center;
}
div#app form#input ul#options li p {
margin-left: 0px;
}
div#app form#input div#advanced-options {
position: absolute;
background: #cccccc;
width: 182px;
height: 100%;
z-index: 1000;
left: 182px;
border-top-left-radius: 3px;
}
div#app form#input div#advanced-options p {
display: block;
margin: 0px 0px 5px 10px;
padding: 0px 20px 0px 0px;
font-size: 10px;
line-height: 1.2;
text-shadow: none;
}
div#app div#output {
display: table;
box-sizing: border-box;
margin: 0px;
padding: 0px;
width: 620px;
height: 100%;
margin: 0px 0px 0px 182px;
background: white;
border-left: 1px solid rgba(0, 0, 0, 0.8);
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.2);
position: relative;
z-index: 100;
}
div#app div#output > div {
display: table-row;
}
div#app div#output > div > div {
display: table-cell;
}
div#app div#output div#output-header a#download {
float: right;
padding: 10px;
margin: 0px 5px;
color: inherit;
text-decoration: none;
}
div#app div#output div#output-header a#download:hover {
color: black;
text-decoration: underline;
}
div#app div#output div#textarea-container {
margin: 0px;
padding: 0px 10px 10px 10px;
box-sizing: border-box;
height: 100%;
}
div#app div#output div#textarea-container textarea {
display: block;
margin: 0px;
padding: 10px;
width: 598px;
height: 100%;
background: #e0e0e0;
font-family: "Lucida Console", monospace;
font-size: 11px;
color: #333333;
resize: none;
border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 3px;
}
div#app div#output div#textarea-container textarea:focus {
outline: none;
}
footer {
display: block;
margin: 10px auto 20px auto;
text-align: right;
}
footer span {
display: block;
margin: 0px 10px;
font-size: 11px;
color: #666666;
text-shadow: 0px -1px 0pc rgba(0, 0, 0, 0.3);
}
footer span a {
text-decoration: none;
color: inherit;
}
footer span a:hover {
color: #999999;
}
footer span img {
position: relative;
top: 2px;
}