Use high res images for pigs, adapt size to container
This commit is contained in:
parent
ff4287d3cd
commit
2c954b3477
Binary file not shown.
Before Width: | Height: | Size: 57 KiB |
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
BIN
web/img/schweinchen1.png
Normal file
BIN
web/img/schweinchen1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
Binary file not shown.
Before Width: | Height: | Size: 44 KiB |
BIN
web/img/schweinchen2.png
Normal file
BIN
web/img/schweinchen2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
BIN
web/img/schweinchen3.png
Normal file
BIN
web/img/schweinchen3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
@ -16,19 +16,22 @@
|
|||||||
</head>
|
</head>
|
||||||
<body style="padding:10px;">
|
<body style="padding:10px;">
|
||||||
<div id="allContent">
|
<div id="allContent">
|
||||||
|
<!-- Select between display and controller -->
|
||||||
<div id="startDiv" style="width: 500px; margin: auto;">
|
<div id="startDiv" style="width: 500px; margin: auto;">
|
||||||
<h1 style="font-size: 5em;">Familienduell</h1>
|
<h1 style="font-size: 5em;">Familienduell</h1>
|
||||||
<button id="displayBtn" style="font-size: 2em; width:500px;"><i class="fa fa-desktop"></i> DISPLAY</button><br>
|
<button id="displayBtn" style="font-size: 2em; width:500px;"><i class="fa fa-desktop"></i> DISPLAY</button><br>
|
||||||
<button id="controllerBtn" style="font-size: 2em; width:500px; margin-top:2px;"><i class="fa fa-keyboard-o"></i> CONTROLLER</button>
|
<button id="controllerBtn" style="font-size: 2em; width:500px; margin-top:2px;"><i class="fa fa-keyboard-o"></i> CONTROLLER</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="bgColor textColor mainHeight" style="display:none" id="display">
|
<!-- container with all questions, answers, pigs, countdown, intro image, points-->
|
||||||
<img id="schweinchenImg" style="margin-left: 200px; margin-top: 70px; display: none;" src="./img/schweinchen.jpg">
|
<div class="topContainer bgColor textColor mainHeight" style="display:none" id="display">
|
||||||
<img id="schweinchen1Img" style="margin-left: 200px; margin-top: 70px; display: none;" src="./img/schweinchen1.jpg">
|
<img id="schweinchen1Img" style="height: 75%; top: 12.5%; position: absolute; left:0; right:0; margin-left: auto; margin-right: auto; display: none; overflow: hidden;" src="./img/schweinchen1.png">
|
||||||
<img id="schweinchen2Img" style="margin-left: 200px; margin-top: 70px; display: none;" src="./img/schweinchen2.jpg">
|
<img id="schweinchen2Img" style="height: 75%; top: 12.5%; position: absolute; left:0; right:0; margin-left: auto; margin-right: auto; display: none;" src="./img/schweinchen2.png">
|
||||||
<div id="displayQuestions" class="textColor">
|
<img id="schweinchen3Img" style="height: 75%; top: 12.5%; position: absolute; left:0; right:0; margin-left: auto; margin-right: auto; display: none;" src="./img/schweinchen3.png">
|
||||||
</div>
|
<!-- question text is injected in `loadQuestionToGui(index:)` (server.js) -->
|
||||||
|
<div id="displayQuestions" class="textColor">
|
||||||
|
</div>
|
||||||
|
<!-- answer divs are injected in `loadQuestionToGui(index:)` (server.js) -->
|
||||||
<div id="answers">
|
<div id="answers">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="result" style="position:absolute; bottom:65px; right:38px; font-size: 1.5em;">
|
<div id="result" style="position:absolute; bottom:65px; right:38px; font-size: 1.5em;">
|
||||||
<div style="float:left; padding-right: 20px;" class="header_summe">SUMME</div>
|
<div style="float:left; padding-right: 20px;" class="header_summe">SUMME</div>
|
||||||
@ -53,7 +56,8 @@
|
|||||||
<div class="xmarker noIntro" style="position: absolute; bottom: -64px; left: 34px" ></div>
|
<div class="xmarker noIntro" style="position: absolute; bottom: -64px; left: 34px" ></div>
|
||||||
<div class="xmarker noIntro" style="position: absolute; bottom: -64px; right: 34px" ></div>
|
<div class="xmarker noIntro" style="position: absolute; bottom: -64px; right: 34px" ></div>
|
||||||
<img style="position: absolute; top: 0px;" class="intro" src="./img/logo.png">
|
<img style="position: absolute; top: 0px;" class="intro" src="./img/logo.png">
|
||||||
</div>
|
</div>
|
||||||
|
<!-- controller container -->
|
||||||
<div style="display:none;" class="controller">
|
<div style="display:none;" class="controller">
|
||||||
<div id="buttonsDownUnder">
|
<div id="buttonsDownUnder">
|
||||||
<table border="1">
|
<table border="1">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user