From 4419a7e7e5f79820e736e7627561811ada94d2b7 Mon Sep 17 00:00:00 2001 From: vkservicesllc <35149642+vkservicesllc@users.noreply.github.com> Date: Mon, 13 Aug 2018 10:38:48 -0400 Subject: [PATCH] update 1808131038 --- app/stylesheet.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/app/stylesheet.css b/app/stylesheet.css index 1e4c01f..740ec35 100644 --- a/app/stylesheet.css +++ b/app/stylesheet.css @@ -1,5 +1,5 @@ /* VK Services, LLC - v1.0 | 20180811 + v2.0 | 20180813 License: none (public) */ @@ -16,6 +16,21 @@ body { cursor: default; } +/* exclude Mozilla Firefox */ +@-moz-document url-prefix() { + body { + display: none; + } +} +/* exclude Internet Explorer */ +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { + body { + display: none; + } +} +/* exclude Microsoft Edge */ +_:-ms-lang(x), _:-webkit-full-screen, body { display: none; } + /* Header */ header {