From 335e61243d45c4c2eb5d030a8ee5f85c2ddf35f3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 16 Oct 2019 02:22:50 +0200 Subject: a11y updates --- StoneIsland/www/css/blogs.css | 20 ++++++++++++++++++++ StoneIsland/www/css/products.css | 6 ++++++ 2 files changed, 26 insertions(+) (limited to 'StoneIsland/www/css') diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css index f857db9e..c4b74c19 100755 --- a/StoneIsland/www/css/blogs.css +++ b/StoneIsland/www/css/blogs.css @@ -186,6 +186,9 @@ height:100px; box-sizing:border-box } +.vscroll .fade-cover { + display: none; +} /* .fade-cover::before { @@ -264,6 +267,13 @@ ul.links { transform-origin: 50% 50%; transform: translateZ(0) translateX(-50%) translateY(-50%); } +#archive .menu { + position: fixed; + display: none; +} +#archive.menu .menu { + display: block; +} .accessible #archive .row .image, .accessible #archive .row .text { @@ -353,6 +363,16 @@ ul.links { width: 90%; } +.gallery-target { + display: none; +} +.accessible .gallery-target { + display: block; + position: absolute; + top: 0; left: 0; + width: 100vw; + height: 52vh; +} .gallery-video-post { position:relative; } diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index 5efef660..e15e0e54 100755 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -55,6 +55,7 @@ } .gallery .item { + display: block; width: 100vw; height: 52vh; background-size: contain; @@ -93,6 +94,11 @@ text-align: center; width: 100%; } +#closed .closed_target { + position: absolute; + top: 0; left: 0; + width: 100%; height: 100%; +} .product .content { box-sizing:border-box; -- cgit v1.2.3-70-g09d2