gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: Integrated skip navigation link style


From: gnunet
Subject: [taler-www] branch master updated: Integrated skip navigation link styles into CSS
Date: Thu, 08 Dec 2022 17:44:28 +0100

This is an automated email from the git hooks/post-receive script.

skuegel pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 34d283c  Integrated skip navigation link styles into CSS
34d283c is described below

commit 34d283cdb2b5d23be72206d7b8e519c592ed56ad
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Thu Dec 8 17:44:08 2022 +0100

    Integrated skip navigation link styles into CSS
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 static/styles.css | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/static/styles.css b/static/styles.css
index 44274f5..d27ef7b 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);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]