File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1378,6 +1378,26 @@ div#gamelist {
13781378 margin-top : -1% ;
13791379}
13801380
1381+ # lobbygotoduel ,
1382+ # lobbygotospectate {
1383+ display : inline-block;
1384+ border : 1px solid white;
1385+ padding : 0.5vh 2vw ;
1386+ width : 9vw ;
1387+ text-align : center;
1388+ color : orange;
1389+ }
1390+
1391+ # lobbymenu {
1392+ width : 75vw ;
1393+ margin : 0 auto;
1394+ padding : 3vh 3vw ;
1395+ margin-top : 10vh ;
1396+ box-shadow : 0 0 10px black;
1397+ border : 1px solid#444;
1398+ background-color : rgba (0 , 0 , 0 , .5 );
1399+ }
1400+
13811401
13821402/* =========================================
13831403=================================
Original file line number Diff line number Diff line change @@ -668,7 +668,37 @@ <h3 data-translation-launchersettings style="text-align: left; border-top: 1px s
668668 </ section >
669669 </ div >
670670 </ header >
671- < header style ="padding-top:50px " id ="duelscreen "> </ header >
671+ < header style ="padding-top:50px " id ="lobby ">
672+ < div id ="lobbymenu ">
673+ < div id ="duelspectate ">
674+ < span id ="lobbygotoduel "> Duel</ span >
675+ < span id ="lobbygotospectate "> Spectate</ span >
676+ < div class ="slot ">
677+ < input type ="checkbox " id ="player1lobbykick ">
678+ < input id ="player1lobbyslot " placeholder ="empty slot ">
679+ < input type ="checkbox " id ="player1lobbycheck ">
680+ </ div >
681+ < div class ="slot ">
682+ < input type ="checkbox " id ="player2lobbykick ">
683+ < input id ="player2lobbyslot " placeholder ="empty slot ">
684+ < input type ="checkbox " id ="player2lobbycheck ">
685+ </ div >
686+ < div class ="slot ">
687+ < input type ="checkbox " id ="player3lobbykick ">
688+ < input id ="player3lobbyslot " placeholder ="empty slot ">
689+ < input type ="checkbox " id ="player3lobbycheck ">
690+ </ div >
691+ < div class ="slot ">
692+ < input type ="checkbox " id ="player4lobbykick ">
693+ < input id ="player4lobbyslot " placeholder ="empty slot ">
694+ < input type ="checkbox " id ="player4lobbycheck ">
695+ </ div >
696+ </ div >
697+ < div < select class ='currentdeck '>
698+ < option selected value =""> </ option >
699+ </ select >
700+ </ div >
701+ </ header >
672702 < header style ="padding-top:50px " id ="duelscreen ">
673703 < div id ="ingamechat "> </ div >
674704 < div id ="lifepoints ">
You can’t perform that action at this time.
0 commit comments