MAPG-205 add elements for showing countdown

This commit is contained in:
Bence Pőcze 2021-04-04 13:41:15 +02:00
parent 3630637ec1
commit 20914b466e
Signed by: bence
GPG Key ID: AA52B11A3269D1C1
2 changed files with 41 additions and 0 deletions

View File

@ -111,6 +111,44 @@
font-weight: bold;
}
#countdown {
position: absolute;
top: 5px;
right: 5px;
height: 28px;
line-height: 28px;
padding: 0 8px;
background-color: #eeeeee;
border: solid 1px #555555;
border-radius: 3px;
opacity: 0.95;
z-index: 5;
visibility: hidden;
}
#countdown.yellow {
background-color: #f7c789;
border: solid 1px #e8a349;
}
#countdown.red {
background-color: #f7a5a5;
border: solid 1px #aa5e5e;
}
#countdown p {
font-size: 16px;
line-height: inherit;
}
#countdown.yellow p {
color: #9c4308;
}
#countdown.red p {
color: #701919;
}
@media screen and (max-width: 599px) {
#mapName {
display: none;

View File

@ -21,6 +21,9 @@
@endsection
@section(main)
<div id="countdown">
<p id="countdownTime" class="mono bold"></p>
</div>
<div id="panoCover"></div>
<div id="panorama"></div>
<div id="showGuessButtonContainer">