Skip to content

Commit f2a196f

Browse files
committed
Merge branch 'style'
2 parents 0185b82 + 9b6cc57 commit f2a196f

File tree

10 files changed

+10
-760
lines changed

10 files changed

+10
-760
lines changed

Daedalus/10/index.html

+1-76
Original file line numberDiff line numberDiff line change
@@ -264,82 +264,7 @@
264264

265265
<link rel="icon" type="image/png" href="favicon.png" sizes="16x16">
266266

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">
343268

344269
<script src="https://pygame-web.github.io/archives/0.9//browserfs.min.js"></script>
345270

Daedalus/15/index.html

+1-76
Original file line numberDiff line numberDiff line change
@@ -264,82 +264,7 @@
264264

265265
<link rel="icon" type="image/png" href="favicon.png" sizes="16x16">
266266

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">
343268

344269
<script src="https://pygame-web.github.io/archives/0.9//browserfs.min.js"></script>
345270

Daedalus/5/index.html

+1-76
Original file line numberDiff line numberDiff line change
@@ -264,82 +264,7 @@
264264

265265
<link rel="icon" type="image/png" href="favicon.png" sizes="16x16">
266266

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">
343268

344269
<script src="https://pygame-web.github.io/archives/0.9//browserfs.min.js"></script>
345270

spin/left/index.html

+1-76
Original file line numberDiff line numberDiff line change
@@ -264,82 +264,7 @@
264264

265265
<link rel="icon" type="image/png" href="favicon.png" sizes="16x16">
266266

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">
343268

344269
<script src="https://pygame-web.github.io/archives/0.9//browserfs.min.js"></script>
345270

0 commit comments

Comments
 (0)