gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-anastasis-www] branch master updated: Integrated skip navigation link styles into CSS
Date: Thu, 08 Dec 2022 00:43:46 +0100

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

skuegel pushed a commit to branch master
in repository anastasis-www.

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

commit ed1ebed96880241d75759d93676edb72c787c696
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Thu Dec 8 00:43:18 2022 +0100

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

diff --git a/static/css/doc.css b/static/css/doc.css
index b41305f..8e18922 100644
--- a/static/css/doc.css
+++ b/static/css/doc.css
@@ -22,6 +22,25 @@ a:active{ outline: none !important; text-decoration: none;}
 
 /*font-family: 'Poppins', sans-serif;*/
 
+.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;
+}
+
 .wrapper{ width: 100%;}
 .panel-default > .panel-heading{ background: none !important; border: none 
!important; border-radius: 0px !important;}
 .panel-default{ border-radius: 0px !important;}

-- 
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]