diff --git a/static/css/app.css b/static/css/app.css index 77210d4..87effcf 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -106,39 +106,35 @@ fieldset { /************************************************************************ * Header */ -header { +header, +header .content { + display: table; +} + +header .content { border-left: 0.1rem solid #34457e; border-right: 0.1rem solid #34457e; border-bottom: 0.1rem solid #34457e; border-bottom-left-radius: 0.5rem; border-bottom-right-radius: 0.5rem; background-color: #0e3163; - display: table; } -header > * { +header > *, +header .content > * { display: table-cell; -} - -header .vertical-middle { vertical-align: middle; } -header h1 { +header .content h1 { font-family: monospace, monospace; } -header a, -header a:hover { +header .content a, +header .content a:hover { text-decoration: none; } -header .game-version-selector img.inactive { - filter: gray; - -webkit-filter: grayscale(1); - filter: grayscale(1); -} - /************************************************************************ * Buttons */ diff --git a/static/images/the_escapists_2_logo.png b/static/images/the_escapists_2_logo.png new file mode 100644 index 0000000..8f15479 Binary files /dev/null and b/static/images/the_escapists_2_logo.png differ diff --git a/static/images/logo.png b/static/images/the_escapists_icon.png similarity index 100% rename from static/images/logo.png rename to static/images/the_escapists_icon.png diff --git a/static/images/the_escapists_logo.png b/static/images/the_escapists_logo.png new file mode 100644 index 0000000..fb07ed2 Binary files /dev/null and b/static/images/the_escapists_logo.png differ diff --git a/templates/layout.html b/templates/layout.html index 2306f4f..80d1d2b 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -17,22 +17,36 @@
-