gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: Inserting the CSS skip style


From: gnunet
Subject: [www] branch master updated: Inserting the CSS skip style
Date: Mon, 16 Jan 2023 17:42:56 +0100

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

stefan-kuegel pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 4367ac1f Inserting the CSS skip style
4367ac1f is described below

commit 4367ac1fc2f629c875935fe0398e7aee15045de8
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Mon Jan 16 17:42:30 2023 +0100

    Inserting the CSS skip style
---
 static/styles.css | 37 ++++++++++++++++++-------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

diff --git a/static/styles.css b/static/styles.css
index 46aa59a8..ee017164 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -30,25 +30,24 @@
   left: 0;
   z-index: 3; }
 
-.skip {
-  display: none !important;
-  position: absolute;
-  top: 0;
-  left: 0;
-  width: 100%;
-  font-size: .857143em; }
-  .skip li {
-    position: absolute;
-    z-index: 1;
-    margin: 0; }
-  .skip a {
-    position: absolute;
-    left: -9999px; }
-    .skip a:active, .skip a:focus {
-      display: block;
-      position: static;
-      left: 0;
-      padding: .25em 1em; }
+.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;
+}
 
 .near-white {
   color: #f4f4f4  !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]