Skip to content

Commit

Permalink
1 file edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Croc-Prog-github authored May 15, 2024
1 parent 859eb06 commit 38f7410
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions game/multiP/onlineUser.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
<div name="account ospite">
<div style="width: -webkit-fill-available; margin-top: 0.5em; display: flex;flex-direction: column;align-items: center;">
<div style="display: flex;">
<button class="NewButt" onclick="CreaCodSq()" style="margin-inline: 5px;border: solid 1px black;border-bottom: solid 2px black;border-radius: 3px;text-shadow: 0px 1.4px 0px black;box-shadow: 0 2px 1px 0px #0000004d;color: white;background: dodgerblue;text-transform: uppercase;/*font-weight: bold;*/ cursor: pointer;">Crea codice squadra</button>
<button class="NewButt" onclick="EntraInSq(1); document.getElementById('roomId').style.display = 'none';" style="margin-inline: 5px;border: solid 1px black;border-bottom: solid 2px black;border-radius: 3px;text-shadow: 0px 1.4px 0px black;box-shadow: 0 2px 1px 0px #0000004d;color: white;background: dodgerblue;text-transform: uppercase;/*font-weight: bold;*/ cursor: pointer;">Entra con codice</button>
<button class="NewButt" onclick="CreaCodSq()" style="outline: none; margin-inline: 5px;border: solid 1px black;border-bottom: solid 2px black;border-radius: 3px;text-shadow: 0px 1.4px 0px black;box-shadow: 0 2px 1px 0px #0000004d;color: white;background: dodgerblue;text-transform: uppercase;/*font-weight: bold;*/ cursor: pointer;">Crea codice squadra</button>
<button class="NewButt" onclick="EntraInSq(1); document.getElementById('roomId').style.display = 'none';" style="outline: none; margin-inline: 5px;border: solid 1px black;border-bottom: solid 2px black;border-radius: 3px;text-shadow: 0px 1.4px 0px black;box-shadow: 0 2px 1px 0px #0000004d;color: white;background: dodgerblue;text-transform: uppercase;/*font-weight: bold;*/ cursor: pointer;">Entra con codice</button>
</div>

<input type="text" maxlength="6" id="SquadInp" oninput="ToggleButton();" autocomplete="off" placeholder="ABC123" style="display: block; margin-top: 10px; width: 50%; font-size: 1.5em; text-transform: uppercase; user-select: all; outline-style: none; letter-spacing: 6px; text-align: center; font-weight: bold;">
Expand All @@ -76,9 +76,9 @@
<button hidden id="EntraNellaSquadra" onclick="ControlFormato()" style="margin-inline: 5px;border: solid 1px black;border-bottom: solid 2px black;border-radius: 3px;text-shadow: 0px 1.4px 0px black;box-shadow: 0 2px 1px 0px #0000004d;color: white; background: mediumseagreen; text-transform: uppercase;/*font-weight: bold;*/ cursor: pointer;">Entra nella squadra</button>
</div>

<div id="roomId" style="display: block; border: solid;">
<div id="roomId" style="display: none; border: solid;">
<hx style="text-align: center;width: -webkit-fill-available;display: block;color: white;font-size: 16px;">Codice squadra:</hx>
<div style="display: block;font-size: xx-large;text-transform: uppercase;font-weight: bold;margin-inline: 45px;margin-bottom: 16px;background: #eded90;">
<div style="user-select: all; padding-inline: 5px; display: block; font-size: xx-large; font-weight: bold;margin-inline: 45px;margin-bottom: 16px;background: #eded90;">
Error
</div>
</div>
Expand Down

0 comments on commit 38f7410

Please sign in to comment.