File tree 10 files changed +10
-760
lines changed
10 files changed +10
-760
lines changed Original file line number Diff line number Diff line change 264
264
265
265
< link rel ="icon " type ="image/png " href ="favicon.png " sizes ="16x16 ">
266
266
267
- < style >
268
- # status {
269
- display : inline-block;
270
- vertical-align : top;
271
- margin-top : 20px ;
272
- margin-left : 30px ;
273
- font-weight : bold;
274
- color : rgb (120 , 120 , 120 );
275
- }
276
-
277
- # progress {
278
- height : 20px ;
279
- width : 300px ;
280
- }
281
-
282
- div .emscripten { text-align : center; }
283
- div .emscripten_border { border : 1px solid black; }
284
- div .thick_border { border : 4px solid black; }
285
-
286
- /* the canvas *must not* have any border or padding, or mouse coords will be wrong */
287
- /* average size of droid screen 470dp x 320dp */
288
- canvas .emscripten {
289
- border : 0px none;
290
- background-color : transparent;
291
- width : 100% ;
292
- height : 100% ;
293
- z-index : 5 ;
294
-
295
- padding : 0 ;
296
- margin : 0 auto;
297
-
298
- position : absolute;
299
- top : 0 ;
300
- bottom : 0 ;
301
- left : 0 ;
302
- right : 0 ;
303
- }
304
-
305
- body {
306
- font-family : arial;
307
- margin : 0 ;
308
- padding : none;
309
- background-color : powderblue;
310
- }
311
-
312
- .topright {
313
- position : absolute;
314
- top : 0px ;
315
- right : 0px ;
316
- }
317
-
318
- .bottomright {
319
- position : absolute;
320
- top : 40% ;
321
- right : 0px ;
322
- }
323
-
324
- .center {
325
- display : flex;
326
- align-items : center;
327
- justify-content : center;
328
- }
329
-
330
- .trinfo {
331
- position : relative;
332
- right : 0px ;
333
- border : 1px solid black;
334
- }
335
-
336
- .framed {
337
- position : relative;
338
- top : 150px ;
339
- right : 10px ;
340
- border : 1px solid black;
341
- }
342
- </ style >
267
+ < link rel ="stylesheet " type ="text/css " href ="/pygame.css ">
343
268
344
269
< script src ="https://pygame-web.github.io/archives/0.9//browserfs.min.js "> </ script >
345
270
Original file line number Diff line number Diff line change 264
264
265
265
< link rel ="icon " type ="image/png " href ="favicon.png " sizes ="16x16 ">
266
266
267
- < style >
268
- # status {
269
- display : inline-block;
270
- vertical-align : top;
271
- margin-top : 20px ;
272
- margin-left : 30px ;
273
- font-weight : bold;
274
- color : rgb (120 , 120 , 120 );
275
- }
276
-
277
- # progress {
278
- height : 20px ;
279
- width : 300px ;
280
- }
281
-
282
- div .emscripten { text-align : center; }
283
- div .emscripten_border { border : 1px solid black; }
284
- div .thick_border { border : 4px solid black; }
285
-
286
- /* the canvas *must not* have any border or padding, or mouse coords will be wrong */
287
- /* average size of droid screen 470dp x 320dp */
288
- canvas .emscripten {
289
- border : 0px none;
290
- background-color : transparent;
291
- width : 100% ;
292
- height : 100% ;
293
- z-index : 5 ;
294
-
295
- padding : 0 ;
296
- margin : 0 auto;
297
-
298
- position : absolute;
299
- top : 0 ;
300
- bottom : 0 ;
301
- left : 0 ;
302
- right : 0 ;
303
- }
304
-
305
- body {
306
- font-family : arial;
307
- margin : 0 ;
308
- padding : none;
309
- background-color : powderblue;
310
- }
311
-
312
- .topright {
313
- position : absolute;
314
- top : 0px ;
315
- right : 0px ;
316
- }
317
-
318
- .bottomright {
319
- position : absolute;
320
- top : 40% ;
321
- right : 0px ;
322
- }
323
-
324
- .center {
325
- display : flex;
326
- align-items : center;
327
- justify-content : center;
328
- }
329
-
330
- .trinfo {
331
- position : relative;
332
- right : 0px ;
333
- border : 1px solid black;
334
- }
335
-
336
- .framed {
337
- position : relative;
338
- top : 150px ;
339
- right : 10px ;
340
- border : 1px solid black;
341
- }
342
- </ style >
267
+ < link rel ="stylesheet " type ="text/css " href ="/pygame.css ">
343
268
344
269
< script src ="https://pygame-web.github.io/archives/0.9//browserfs.min.js "> </ script >
345
270
Original file line number Diff line number Diff line change 264
264
265
265
< link rel ="icon " type ="image/png " href ="favicon.png " sizes ="16x16 ">
266
266
267
- < style >
268
- # status {
269
- display : inline-block;
270
- vertical-align : top;
271
- margin-top : 20px ;
272
- margin-left : 30px ;
273
- font-weight : bold;
274
- color : rgb (120 , 120 , 120 );
275
- }
276
-
277
- # progress {
278
- height : 20px ;
279
- width : 300px ;
280
- }
281
-
282
- div .emscripten { text-align : center; }
283
- div .emscripten_border { border : 1px solid black; }
284
- div .thick_border { border : 4px solid black; }
285
-
286
- /* the canvas *must not* have any border or padding, or mouse coords will be wrong */
287
- /* average size of droid screen 470dp x 320dp */
288
- canvas .emscripten {
289
- border : 0px none;
290
- background-color : transparent;
291
- width : 100% ;
292
- height : 100% ;
293
- z-index : 5 ;
294
-
295
- padding : 0 ;
296
- margin : 0 auto;
297
-
298
- position : absolute;
299
- top : 0 ;
300
- bottom : 0 ;
301
- left : 0 ;
302
- right : 0 ;
303
- }
304
-
305
- body {
306
- font-family : arial;
307
- margin : 0 ;
308
- padding : none;
309
- background-color : powderblue;
310
- }
311
-
312
- .topright {
313
- position : absolute;
314
- top : 0px ;
315
- right : 0px ;
316
- }
317
-
318
- .bottomright {
319
- position : absolute;
320
- top : 40% ;
321
- right : 0px ;
322
- }
323
-
324
- .center {
325
- display : flex;
326
- align-items : center;
327
- justify-content : center;
328
- }
329
-
330
- .trinfo {
331
- position : relative;
332
- right : 0px ;
333
- border : 1px solid black;
334
- }
335
-
336
- .framed {
337
- position : relative;
338
- top : 150px ;
339
- right : 10px ;
340
- border : 1px solid black;
341
- }
342
- </ style >
267
+ < link rel ="stylesheet " type ="text/css " href ="/pygame.css ">
343
268
344
269
< script src ="https://pygame-web.github.io/archives/0.9//browserfs.min.js "> </ script >
345
270
Original file line number Diff line number Diff line change 264
264
265
265
< link rel ="icon " type ="image/png " href ="favicon.png " sizes ="16x16 ">
266
266
267
- < style >
268
- # status {
269
- display : inline-block;
270
- vertical-align : top;
271
- margin-top : 20px ;
272
- margin-left : 30px ;
273
- font-weight : bold;
274
- color : rgb (120 , 120 , 120 );
275
- }
276
-
277
- # progress {
278
- height : 20px ;
279
- width : 300px ;
280
- }
281
-
282
- div .emscripten { text-align : center; }
283
- div .emscripten_border { border : 1px solid black; }
284
- div .thick_border { border : 4px solid black; }
285
-
286
- /* the canvas *must not* have any border or padding, or mouse coords will be wrong */
287
- /* average size of droid screen 470dp x 320dp */
288
- canvas .emscripten {
289
- border : 0px none;
290
- background-color : transparent;
291
- width : 100% ;
292
- height : 100% ;
293
- z-index : 5 ;
294
-
295
- padding : 0 ;
296
- margin : 0 auto;
297
-
298
- position : absolute;
299
- top : 0 ;
300
- bottom : 0 ;
301
- left : 0 ;
302
- right : 0 ;
303
- }
304
-
305
- body {
306
- font-family : arial;
307
- margin : 0 ;
308
- padding : none;
309
- background-color : # 45475a ;
310
- }
311
-
312
- .topright {
313
- position : absolute;
314
- top : 0px ;
315
- right : 0px ;
316
- }
317
-
318
- .bottomright {
319
- position : absolute;
320
- top : 40% ;
321
- right : 0px ;
322
- }
323
-
324
- .center {
325
- display : flex;
326
- align-items : center;
327
- justify-content : center;
328
- }
329
-
330
- .trinfo {
331
- position : relative;
332
- right : 0px ;
333
- border : 1px solid black;
334
- }
335
-
336
- .framed {
337
- position : relative;
338
- top : 150px ;
339
- right : 10px ;
340
- border : 1px solid black;
341
- }
342
- </ style >
267
+ < link rel ="stylesheet " type ="text/css " href ="/pygame.css ">
343
268
344
269
< script src ="https://pygame-web.github.io/archives/0.9//browserfs.min.js "> </ script >
345
270
You can’t perform that action at this time.
0 commit comments