taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit 85897e54b7a5d95f9a808054a17a382676cb7585
parent 9d2de75bd5f2e92a29975abfe965214eace33357
Author: Florian Dold <florian@dold.me>
Date:   Thu, 22 Apr 2021 22:45:17 +0200

colors/layout

Diffstat:
Mtalermerchantdemos/static/demo.css | 10+++++-----
Mtalermerchantdemos/templates/common-base.html.j2 | 7++-----
2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/talermerchantdemos/static/demo.css b/talermerchantdemos/static/demo.css @@ -68,7 +68,7 @@ body * { margin: 0; top: 0; left: 0; - background-color: #033; + background-color: #1e2739; color: white; position: relative; padding-right: 1em; @@ -80,7 +80,7 @@ body * { .navcontainer { overflow: hidden; - background: #144; + background: #1e2739; margin-bottom: 50px; width: 100%; color: white; @@ -96,7 +96,7 @@ body * { nav { left: 1vw; position: relative; - background: #144; + background: #1e2739; z-index: 10000; } @@ -128,13 +128,13 @@ nav span:hover, nav a.active, nav span.active, .navbtn.active { - background-color: #3daee9; + background-color: #0042b2; } nav a.active:hover, nav span.active:hover, .navbtn.active:hover { - background: #0042b2; + background: #3daee9; } nav a, diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2 @@ -25,11 +25,8 @@ </head> <body> - <header class="demobar" style="display: flex; flex-direction: column;"> - <p> - <img src="{{ static('logo-white.svg') }}" height="100"><br/> - </p> - + <header class="demobar" style="display: flex; flex-direction: row;"> + <img src="{{ static('logo-white.svg') }}" height="100" style="margin: 2em 2em"><br/> <div> {% block header_content %} <p>This is the header content.</p>