Skip to content

Commit

Permalink
Merge branch 'style'
Browse files Browse the repository at this point in the history
  • Loading branch information
That-Git committed Jun 8, 2024
2 parents 0185b82 + 9b6cc57 commit f2a196f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 760 deletions.
77 changes: 1 addition & 76 deletions Daedalus/10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,82 +264,7 @@

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

<style>
#status {
display: inline-block;
vertical-align: top;
margin-top: 20px;
margin-left: 30px;
font-weight: bold;
color: rgb(120, 120, 120);
}

#progress {
height: 20px;
width: 300px;
}

div.emscripten { text-align: center; }
div.emscripten_border { border: 1px solid black; }
div.thick_border { border: 4px solid black; }

/* the canvas *must not* have any border or padding, or mouse coords will be wrong */
/* average size of droid screen 470dp x 320dp */
canvas.emscripten {
border: 0px none;
background-color: transparent;
width: 100%;
height: 100%;
z-index: 5;

padding: 0;
margin: 0 auto;

position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

body {
font-family: arial;
margin: 0;
padding: none;
background-color:powderblue;
}

.topright{
position:absolute;
top:0px;
right:0px;
}

.bottomright {
position:absolute;
top: 40%;
right: 0px;
}

.center {
display: flex;
align-items: center;
justify-content: center;
}

.trinfo{
position:relative;
right:0px;
border: 1px solid black;
}

.framed{
position:relative;
top:150px;
right:10px;
border: 1px solid black;
}
</style>
<link rel="stylesheet" type="text/css" href="/pygame.css">

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

Expand Down
77 changes: 1 addition & 76 deletions Daedalus/15/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,82 +264,7 @@

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

<style>
#status {
display: inline-block;
vertical-align: top;
margin-top: 20px;
margin-left: 30px;
font-weight: bold;
color: rgb(120, 120, 120);
}

#progress {
height: 20px;
width: 300px;
}

div.emscripten { text-align: center; }
div.emscripten_border { border: 1px solid black; }
div.thick_border { border: 4px solid black; }

/* the canvas *must not* have any border or padding, or mouse coords will be wrong */
/* average size of droid screen 470dp x 320dp */
canvas.emscripten {
border: 0px none;
background-color: transparent;
width: 100%;
height: 100%;
z-index: 5;

padding: 0;
margin: 0 auto;

position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

body {
font-family: arial;
margin: 0;
padding: none;
background-color:powderblue;
}

.topright{
position:absolute;
top:0px;
right:0px;
}

.bottomright {
position:absolute;
top: 40%;
right: 0px;
}

.center {
display: flex;
align-items: center;
justify-content: center;
}

.trinfo{
position:relative;
right:0px;
border: 1px solid black;
}

.framed{
position:relative;
top:150px;
right:10px;
border: 1px solid black;
}
</style>
<link rel="stylesheet" type="text/css" href="/pygame.css">

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

Expand Down
77 changes: 1 addition & 76 deletions Daedalus/5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,82 +264,7 @@

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

<style>
#status {
display: inline-block;
vertical-align: top;
margin-top: 20px;
margin-left: 30px;
font-weight: bold;
color: rgb(120, 120, 120);
}

#progress {
height: 20px;
width: 300px;
}

div.emscripten { text-align: center; }
div.emscripten_border { border: 1px solid black; }
div.thick_border { border: 4px solid black; }

/* the canvas *must not* have any border or padding, or mouse coords will be wrong */
/* average size of droid screen 470dp x 320dp */
canvas.emscripten {
border: 0px none;
background-color: transparent;
width: 100%;
height: 100%;
z-index: 5;

padding: 0;
margin: 0 auto;

position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

body {
font-family: arial;
margin: 0;
padding: none;
background-color:powderblue;
}

.topright{
position:absolute;
top:0px;
right:0px;
}

.bottomright {
position:absolute;
top: 40%;
right: 0px;
}

.center {
display: flex;
align-items: center;
justify-content: center;
}

.trinfo{
position:relative;
right:0px;
border: 1px solid black;
}

.framed{
position:relative;
top:150px;
right:10px;
border: 1px solid black;
}
</style>
<link rel="stylesheet" type="text/css" href="/pygame.css">

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

Expand Down
77 changes: 1 addition & 76 deletions spin/left/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,82 +264,7 @@

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

<style>
#status {
display: inline-block;
vertical-align: top;
margin-top: 20px;
margin-left: 30px;
font-weight: bold;
color: rgb(120, 120, 120);
}

#progress {
height: 20px;
width: 300px;
}

div.emscripten { text-align: center; }
div.emscripten_border { border: 1px solid black; }
div.thick_border { border: 4px solid black; }

/* the canvas *must not* have any border or padding, or mouse coords will be wrong */
/* average size of droid screen 470dp x 320dp */
canvas.emscripten {
border: 0px none;
background-color: transparent;
width: 100%;
height: 100%;
z-index: 5;

padding: 0;
margin: 0 auto;

position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

body {
font-family: arial;
margin: 0;
padding: none;
background-color:#45475a;
}

.topright{
position:absolute;
top:0px;
right:0px;
}

.bottomright {
position:absolute;
top: 40%;
right: 0px;
}

.center {
display: flex;
align-items: center;
justify-content: center;
}

.trinfo{
position:relative;
right:0px;
border: 1px solid black;
}

.framed{
position:relative;
top:150px;
right:10px;
border: 1px solid black;
}
</style>
<link rel="stylesheet" type="text/css" href="/pygame.css">

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

Expand Down
Loading

0 comments on commit f2a196f

Please sign in to comment.