-
Notifications
You must be signed in to change notification settings - Fork 26
/
404.html
497 lines (460 loc) · 12.7 KB
/
404.html
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
495
496
497
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html class="js" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:sioc="http://rdfs.org/sioc/ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:og="http://ogp.me/ns#"
xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:dc="http://purl.org/dc/terms/" xmlns:content="http://purl.org/rss/1.0/modules/content/"
dir="ltr" version="XHTML+RDFa 1.0" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://www.w3.org/1999/xhtml/vocab">
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<meta datatype="xsd:integer" content="0" property="sioc:num_replies" about="/front_page" />
<meta property="dc:title" about="/front_page" content="Front Page" />
<meta content="Drupal 7 (http://drupal.org)" name="Generator" />
<!-- Title ----------------------- -->
<title>User Interface Components - App Inventor for Android</title>
<!-- Title ----------------------- -->
<style>
body{
background: url("http://ai2.appinventor.mit.edu/images/squairy_light.png") repeat scroll center top;
margin-top:0;
}
#page{
width: 960px;
margin: 0 auto;
}
#branding, #menu-bar, #create-button,#region-create{
display: inline-block;
}
#branding{
width:25%;
margin:0;
}
#top_bar, #top_bar_background {
top:0;
min-height: 40px;
width:100%;
margin-bottom: 4px;
padding-right: 0px;
padding-left: 0px;
background-color: #f2f2f2;
background-image: -moz-linear-gradient(top, #f2f2f2, #f3f3f3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#f3f3f3));
background-image: -webkit-linear-gradient(top, #f2f2f2, #f3f3f3);
background-image: -o-linear-gradient(top, #f2f2f2, #f3f3f3);
background-image: linear-gradient(to bottom, #f2f2f2, #f3f3f3);
background-repeat: repeat-x;
border: 1px solid #d4d4d4;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
*zoom: 1;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
position: relative;
}
#top_bar, #top_bar_background{
width:100%;
height: 70px;
/*position:absolute;*/
margin:0 auto;
left:0;
right:0;
top:0;
}
#header{
width:960px;
margin:0 auto;
height:50px;
position: relative;
}
/* LOGO */
#logo {
margin: 8px 4px 4px 4px;
float: left;
padding: 0 20px;
}
#logo img{
/*background: url(../images/logo_text.png) no-repeat;*/
width: auto;
height: 50px;
display: block;
}
#logo img:hover {
-webkit-filter: drop-shadow(0px 0px 3px #eee);
filter: drop-shadow(0px 0px 3px #eee);
}
button {
border-radius:0 !important;
color:#FFF;
border:none;
padding: 0.5em 1em;
}
button:hover{
color:#FFF;
border:none;
border-radius:0 !important;
}
#branding, #create-button, #region-create, #menu-bar li{
display: inline-block;
}
#menu-bar{
margin: 0;
padding-top:10px;
position: absolute;
top: 0;
}
#menu-bar li{
margin:0;
}
#menu-bar li a{
font-family: 'Roboto Light', Helvetica, sans-serif;
font-weight:300;
font-size: 22px;
text-decoration: none;
color: #3D3D3D;
background:transparent !important;
border-radius:0 !important;
display: block;
line-height: 2.5em;
padding: 0 1em;
white-space: nowrap;
}
#menu-bar li a.active{
color: #000;
}
#menu-bar li a:hover{
color: #8fc202;
}
.create-button{
float:right;
margin:8px 25px 10px 10px;
}
.create-button button:hover{
cursor: pointer;
background: #ffa033;
}
.create-button button{background: #FF8800 !important;
border: none !important;
color: #FFF;
font-weight: 300;
border-radius: 0;
font-family: 'Roboto',Helvetica,Arial,sans-serif;
font-size: 20px;
}
#content-column {
background: #F7F9F2;
border-radius: 2px;
margin-top: 0px;
padding: 15px 20px;
}
footer{
background-color: #e3e1df;
color: #010101;
padding: 20px 0;
margin-top: 25px;
}
/*################TYPOGRAPHY##################*/
/* html elements */
html {
font-size: 81.3%; /* 16px x 81.3% = 13px */
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
line-height: 1.6em;
margin: 0;
padding: 0;
}
/* Sizes match proper font scaling. */
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
line-height: 1em;
padding: 0;
margin: 24px 0 12px 0;
}
h1 { font-size: 2.153em; } /* 28px */
h2 { font-size: 1.692em; } /* 22px */
h3 { font-size: 1.385em; } /* 18px */
h4 { font-size: 1.231em; } /* 16px */
h5 { font-size: 1.077em; } /* 14px */
h6 { font-size: 1em; }
img,
a img {
border:none;
}
img {
max-width: 100%;
height: auto;
}
p {
margin: 0 0 1.5em;
padding: 0;
}
em,
dfn {
font-style: italic;
}
ins {
border-bottom: none;
text-decoration: none;
}
abbr, acronym {
border-bottom: 1px dotted;
cursor: help;
white-space: nowrap;
}
pre,
code,
tt,
samp,
kbd,
var {
font-size: 0.846em;
font-family: Monaco, "DejaVu Sans Mono", monospace, sans-serif; /* Safari hack */
}
blockquote,
q {
font-style:italic;
quotes:"" "";
}
blockquote,
p {
margin: 1.5em 0;
}
p:first-child,
p.first-child {
margin-top: 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content:"";
}
strong,
dfn,
caption,
th {
font-weight: 700;
}
pre,
div.codeblock {
background-color: #f5f5f5;
border: solid 1px #ddd;
border-bottom-color: #ccc;
border-right-color: #ccc;
padding: 1em;
white-space: pre-wrap;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/* Lists */
ul,
ol {
margin: 0 0 1.5em 1em;
padding:0;
}
.item-list ul,
.item-list ol {
margin: 0 0 0 1em;
padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul,
.block ul ul,
.block ul ol,
.block ol ol,
.block ol ul,
.item-list ul ul,
.item-list ul ol,
.item-list ol ol,
.item-list ol ul {
margin-bottom: 0;
}
ul {
list-style-type: disc;
}
ul ul ul {
list-style-type: square;
}
ol {
list-style-type: decimal;
}
ol ol {
list-style-type: lower-alpha;
}
ol ol ol {
list-style-type: lower-roman;
}
ul ul,
ul ul ul ul {
list-style-type: circle;
}
dl {
margin: 1em 0;
padding: 0;
}
dt {
font-size: 1.231em;
}
dd {
margin: 0 0 0.4em 0;
padding: 0 0 0 2em;
}
dd:last-child {
border-bottom: 0;
}
dl dl {
margin-left: 1em;
}
a:link {color:#669ff8;}
a:visited {color:#669ff8;}
a:hover {color:purple;}
body {
font: 13px/1.5 'Roboto','Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif !important;
color: #3D3D3D;
}
pre,
code {
font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
hr {
border: 0 #ccc solid;
border-top-width: 1px;
clear: both;
height: 0;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
font-size: 20px;
line-height: 22px;
}
h2 {
font-size: 18px;
line-height: 20px;
}
h3 {
font-size: 16px;
line-height: 18px;
}
h4 {
font-size: 14px;
line-height: 16px;
}
h5 {
font-size: 12px;
line-height: 14px;
}
h6 {
font-size: 12px;
line-height: 14px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
list-style: decimal;
}
ul {
list-style: disc;
}
li {
margin-left: 30px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
margin-bottom: 10px;
}
address { font-style: normal; }
</style>
</head>
<body>
<div class="container" id="page">
<header role="banner" class="clearfix"> </header>
<div id="top_bar">
<div id="branding">
<div id="logo"><a class="active" title="Home page" href="http://appinventor.mit.edu"><img
alt="Explore MIT App Inventor logo" src="ai2/logo.png" /></a></div>
</div>
<div class="nav clearfix" id="menu-bar">
<nav role="navigation"> </nav>
<ul>
<li><a href="http://appinventor.mit.edu">Home</a></li>
<li><a href="http://appinventor.mit.edu/explore/news-events">Blog ▾</a></li>
<li><a href="http://appinventor.mit.edu/explore/ai2/user-guide">Support
▾</a></li>
</ul>
</div>
<div class="create-button"> <a href="http://ai2.appinventor.mit.edu/"><button>Create</button></a>
</div>
</div>
<div style="margin-top: 15px;" class="no-menu-bar" id="columns">
<div class="columns-inner clearfix">
<div id="content-column">
<div class="content-inner">
<section role="main" id="main-content"> </section>
<div id="content">
<div class="region region-content">
<!-- Content ----------------------- -->
<h1 property="dc:title" datatype="" class="article-title">
Whoops, Page Not Found.</h1>
<p>You hit a link that doesn't exist in App Inventor's world. Try searching on the <a href="http://appinventor.mit.edu/explore">Main App Inventor page</a>.
<!-- Content ----------------------- -->
</div>
</div>
</div>
</div>
</div>
</div>
<footer role="contentinfo"> </footer>
<div class="region region-footer">
<div class="block block-block block-odd block-count-8 block-region-footer"
id="block-block-3">
<div class="block-inner clearfix">
<div class="block-content content no-title">
<p style="text-align: center;"><a target="_blank" href="http://creativecommons.org/licenses/by-sa/3.0/"
rel="license"><img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png"
alt="Creative Commons License" /></a> <br />
This work is licensed under a <a target="_blank" class="ext" href="http://creativecommons.org/licenses/by-sa/3.0/"
rel="license">Creative Commons Attribution-ShareAlike 3.0
Unported
License</a><span class="ext"></span></p>
<p style="text-align: center;">© 2012-2013 <a target="_blank" class="ext"
href="http://web.mit.edu/">Massachusetts
Institute of Technology</a><span class="ext"></span></p>
<p style="text-align: center;"><a href="http://dev-explore.appinventor.mit.edu/contact">Contact
Us</a></p>
</div>
</div>
</div>
</div>
</div>
<table cellspacing="0" cellpadding="0" style="width: 183px; display: none; top: 110px; position: absolute; left: 924px;"
class="gstl_50 gssb_c">
<tbody>
<tr>
<td class="gssb_f"><br />
<br />
</td>
<td style="width: 100%;" class="gssb_e"><br />
<br />
</td>
</tr>
</tbody>
</table>
</body>
</html>