summaryrefslogtreecommitdiff
path: root/talermerchantdemos
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos')
-rw-r--r--talermerchantdemos/static/demo.css21
1 files changed, 14 insertions, 7 deletions
diff --git a/talermerchantdemos/static/demo.css b/talermerchantdemos/static/demo.css
index ce95cc9..214c3a2 100644
--- a/talermerchantdemos/static/demo.css
+++ b/talermerchantdemos/static/demo.css
@@ -1,5 +1,12 @@
@charset "UTF-8";
-/* style common to all demo pages */
+/*
+Style common to all demo pages.
+
+Colors:
+- #1e2739 (dark blue)
+- #0042b2 (default blue)
+- #3daee9 (highlight blue)
+*/
.demobar h1 {
text-align: center;
@@ -37,7 +44,7 @@
.demobar {
overflow-x: auto;
- background-color: #1e2739;
+ background-color: #0042b2;
color: white;
}
@@ -47,7 +54,7 @@ body {
}
.navcontainer {
- background: #1e2739;
+ background: #0042b2;
margin-bottom: 50px;
width: 100%;
color: white;
@@ -63,7 +70,7 @@ body {
nav {
left: 1vw;
position: relative;
- background: #1e2739;
+ background: #0042b2;
z-index: 10000;
}
@@ -76,7 +83,7 @@ nav span,
text-decoration: none;
display: inline-block;
font-size: 16px;
- background: #00000000;
+ background: #0042b2;
height: inherit;
}
@@ -89,13 +96,13 @@ nav span,
nav a:hover,
nav span:hover,
.navbtn:hover {
- background: #00000022;
+ background: #3daee9;
}
nav a.active,
nav span.active,
.navbtn.active {
- background-color: #0042b2;
+ background-color: #1e2739;
}
nav a.active:hover,