meilleur
This commit is contained in:
parent
5ae2b7c4ed
commit
d1a9532842
@ -11,14 +11,6 @@ body {
|
|||||||
background-image: url("retro/dark-bg.png");
|
background-image: url("retro/dark-bg.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
#statsTable,
|
|
||||||
.card,
|
|
||||||
#messagesSpan {
|
|
||||||
font-family: "Early GameBoy", monospace;
|
|
||||||
color: #254806;
|
|
||||||
letter-spacing: -.15em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
background: #808302;
|
background: #808302;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@ -35,6 +27,21 @@ body {
|
|||||||
background: #808302;
|
background: #808302;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#statsTable,
|
||||||
|
.card,
|
||||||
|
#messagesSpan {
|
||||||
|
font-family: "Early GameBoy", monospace;
|
||||||
|
color: #254806;
|
||||||
|
}
|
||||||
|
|
||||||
|
#statsTable {
|
||||||
|
letter-spacing: -.15em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#messagesSpan {
|
||||||
|
text-shadow: -2px -2px #808302, -2px 2px #808302, 2px -2px #808302, 2px 2px #808302;
|
||||||
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
|
@ -126,7 +126,7 @@
|
|||||||
<div class="card">
|
<div class="card">
|
||||||
<table id="statsTable" class="table mb-0 align-middle">
|
<table id="statsTable" class="table mb-0 align-middle">
|
||||||
<tr><td>Score</td><th id="scoreCell" class="text-end">0</th></tr>
|
<tr><td>Score</td><th id="scoreCell" class="text-end">0</th></tr>
|
||||||
<tr><td>Meilleur score</td><th id="highScoreCell" class="text-end">
|
<tr><td>Meilleur</td><th id="highScoreCell" class="text-end">
|
||||||
<script>document.write(Number(localStorage["highScore"]) || 0)</script>
|
<script>document.write(Number(localStorage["highScore"]) || 0)</script>
|
||||||
</th></tr>
|
</th></tr>
|
||||||
<tr><td>Niveau</td><th id="levelCell" class="text-end">0</th></tr>
|
<tr><td>Niveau</td><th id="levelCell" class="text-end">0</th></tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user