From a57b2ee7fe73516acb5e5d53e935c724b02485bb Mon Sep 17 00:00:00 2001 From: Elin Nilsson Date: Sun, 23 Nov 2014 14:31:31 +0100 Subject: [PATCH] Logo and end screen --- app/partials/game.html | 2 +- app/partials/start.html | 2 +- app/partials/win.html | 6 ++++++ content/style.css | 26 ++++++++++++++++++++------ 4 files changed, 28 insertions(+), 8 deletions(-) diff --git a/app/partials/game.html b/app/partials/game.html index e7998d6..cff99e7 100644 --- a/app/partials/game.html +++ b/app/partials/game.html @@ -1,6 +1,6 @@ -

BACK

+

Saturn

diff --git a/app/partials/start.html b/app/partials/start.html index 4c69fee..68e6eda 100644 --- a/app/partials/start.html +++ b/app/partials/start.html @@ -1,6 +1,6 @@
-

SATURN

+

Saturn

Expand your music collection and
guess when music was made!

diff --git a/app/partials/win.html b/app/partials/win.html index e69de29..4b42bbb 100644 --- a/app/partials/win.html +++ b/app/partials/win.html @@ -0,0 +1,6 @@ +
+ + +

YOU WON!

+

Hope you had fun! Here are all the songs:

+
\ No newline at end of file diff --git a/content/style.css b/content/style.css index 9e6b7b2..7d29443 100644 --- a/content/style.css +++ b/content/style.css @@ -69,7 +69,20 @@ label { #game-header { background: #eee; width: 100%; - padding: 25px; + padding: 5px 15px; +} + +#game-header #logo { + height: 60px; + display: inline-block; + vertical-align: middle; +} + +#game-header h2 { + display: inline-block; + vertical-align: middle; + font-size: 34px; + padding-left: 10px; } .caret-down { @@ -109,7 +122,7 @@ label { border-radius: 50% 50% 0 0; -moz-border-radius: 50% 50% 0 0; -webkit-border-radius: 50% 50% 0 0; - border-top: 4px solid #ff9000; + border-top: 8px solid #ff9000; margin: auto; position: relative; top: 177px; @@ -125,7 +138,7 @@ label { border-radius: 50% 50%; -moz-border-radius: 50% 50%; -webkit-border-radius: 50% 50%; - border-bottom: 4px solid #ff9000; + border-bottom: 8px solid #ff9000; margin: auto; margin-bottom: -40px; position: relative; @@ -161,7 +174,7 @@ label { } .title { - font-size: 24px; + font-size: 24px !important; font-weight: bold; } @@ -216,10 +229,11 @@ label { margin-left: -200px; top: 380px; text-align: center; + font-size: 16px; } #song-details h2 { - font-size: 24px; + font-size: 18px; } #current-song-circle, .song-circle { @@ -316,7 +330,7 @@ label { padding-bottom: 45px; } -#start #logo { +#start #logo, #win #logo { width: 250px; margin-bottom: 25px; }