aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-01-16 17:42:30 +0100
committerStefan Kügel <skuegel@web.de>2023-01-16 17:42:30 +0100
commit4367ac1fc2f629c875935fe0398e7aee15045de8 (patch)
treece3ead65f24b1ddb509ce37a0e2a97acd2f5d97e
parentba957a74f8933e3c375432a56f688586f3c95fd6 (diff)
downloadwww-4367ac1fc2f629c875935fe0398e7aee15045de8.tar.gz
www-4367ac1fc2f629c875935fe0398e7aee15045de8.zip
Inserting the CSS skip style
-rw-r--r--static/styles.css37
1 files 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 @@
30 left: 0; 30 left: 0;
31 z-index: 3; } 31 z-index: 3; }
32 32
33.skip { 33.skip
34 display: none !important; 34{
35 position: absolute; 35position:absolute;
36 top: 0; 36left:-10000px;
37 left: 0; 37top:auto;
38 width: 100%; 38width:1px;
39 font-size: .857143em; } 39height:1px;
40 .skip li { 40overflow:hidden;
41 position: absolute; 41}
42 z-index: 1; 42
43 margin: 0; } 43.skip:focus
44 .skip a { 44{
45 position: absolute; 45position:static;
46 left: -9999px; } 46width:auto;
47 .skip a:active, .skip a:focus { 47height:auto;
48 display: block; 48background: white;
49 position: static; 49padding: 5px;
50 left: 0; 50}
51 padding: .25em 1em; }
52 51
53.near-white { 52.near-white {
54 color: #f4f4f4 !important; } 53 color: #f4f4f4 !important; }