From a2c2775df2c2a02c3f8bf184207ae37758cf5af5 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 17 Dec 2014 16:05:01 +0100 Subject: introduce first 'Skip to content' button --- core/css/header.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'core/css/header.css') diff --git a/core/css/header.css b/core/css/header.css index 005390d2cd0..2a2622a9d0d 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -7,6 +7,22 @@ -ms-user-select: none; } +#skip-to-content a { + position: absolute; + left: -10000px; + top: auto; + width: 1px; + height: 1px; + overflow: hidden; +} +#skip-to-content a:focus { + left: 76px; + top: -9px; + color: #fff; + width: auto; + height: auto; +} + /* HEADERS ------------------------------------------------------------------ */ -- cgit v1.2.3