update 1808131038
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user