From 0ae053391018b2ec3c76b1bd47ca3cd432bdee26 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 22 Oct 2022 20:17:24 +0200 Subject: nicer buttons --- static/styles.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index b8493bde..44274f50 100644 --- a/static/styles.css +++ b/static/styles.css @@ -19,6 +19,20 @@ ul nav { background-color: #A5C663; } +.wallet-teaser-text { + padding-bottom: 2em; +} + +.install-button { + border: none; + padding: 8px 8px; + background-color: #0042b3; + color: #fff; +} + +.extension.row > .col-lg-6 { + padding-bottom: 2em; +} a, a:link, -- cgit v1.2.3 From 34d283cdb2b5d23be72206d7b8e519c592ed56ad Mon Sep 17 00:00:00 2001 From: Stefan Kügel Date: Thu, 8 Dec 2022 17:44:08 +0100 Subject: Integrated skip navigation link styles into CSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Kügel --- static/styles.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index 44274f50..d27ef7bf 100644 --- a/static/styles.css +++ b/static/styles.css @@ -54,6 +54,25 @@ nav a:visited { text-decoration: underline; } +.skip +{ +position:absolute; +left:-10000px; +top:auto; +width:1px; +height:1px; +overflow:hidden; +} + +.skip:focus +{ +position:static; +width:auto; +height:auto; +background: white; +padding: 5px; +} + #body_content a:hover { transition: background-color 0.3s; background-color: rgba(200, 200, 200, 0.5); -- cgit v1.2.3 From 3f95e46df1d025e3ee58f47359ea564bca025037 Mon Sep 17 00:00:00 2001 From: Stefan Kügel Date: Thu, 8 Dec 2022 17:44:56 +0100 Subject: New GNU favicon with white background MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Kügel --- static/favicon.ico | Bin 588 -> 15086 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'static') diff --git a/static/favicon.ico b/static/favicon.ico index 6702382d..ad81f40c 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ -- cgit v1.2.3 From 508b9642583faedd4b99f99579bb0cd73dc6c739 Mon Sep 17 00:00:00 2001 From: Stefan Kügel Date: Mon, 19 Dec 2022 15:34:13 +0100 Subject: Updating the CSS for taler.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Kügel --- static/styles.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index d27ef7bf..92d7a6cd 100644 --- a/static/styles.css +++ b/static/styles.css @@ -159,10 +159,6 @@ footer { display: contents; } -.taler_home { - width: 8%; -} - .checkmark { height: 1em; margin-right: 0.3em; -- cgit v1.2.3