update 1808131038

This commit is contained in:
vkservicesllc
2018-08-13 10:38:48 -04:00
parent 5b056bb2fa
commit 4419a7e7e5

View File

@@ -1,5 +1,5 @@
/* VK Services, LLC /* VK Services, LLC
v1.0 | 20180811 v2.0 | 20180813
License: none (public) License: none (public)
*/ */
@@ -16,6 +16,21 @@ body {
cursor: default; 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 */
header { header {