diff --git a/css/map.css b/css/map.css index d055a20..259cf09 100644 --- a/css/map.css +++ b/css/map.css @@ -1,3 +1,8 @@ +#back-button { + margin-left: 1em; + cursor: pointer; +} + body { margin: 0; padding: 0; @@ -7,6 +12,35 @@ html, body, #map { height: 90%; } +#chrono { + font-weight: bold; + margin-top: 1em; + text-transform: uppercase; +} + +.game-button { + background-color: #3498db; + border: 2px solid #3498db; + border-radius: 5px; + color: #fff; + cursor: pointer; + font-size: 15px; + margin-bottom: .3em; + padding: 8px 15px; + transition: all 0.3s ease; +} + +.game-button:hover { + background-color: #2980b9; + border-color: #2980b9; +} + +.game-button:disabled { + background-color: #d8d8d8; + border-color: #d8d8d8; + cursor: not-allowed; +} + #title,div { text-align: center; } diff --git a/game-control/back.php b/game-control/back.php new file mode 100644 index 0000000..13f5548 --- /dev/null +++ b/game-control/back.php @@ -0,0 +1,9 @@ += " +