From 07427bb93fc066332ea9f92e92e0cd28c4c685de Mon Sep 17 00:00:00 2001 From: Merricx Date: Wed, 17 May 2017 17:21:48 +0700 Subject: [PATCH] Add restriction use on Mobile browser --- css/style.css | 15 +++++++++++++++ index.html | 12 ++++++++++++ 2 files changed, 27 insertions(+) diff --git a/css/style.css b/css/style.css index 40e13e1..95d9005 100644 --- a/css/style.css +++ b/css/style.css @@ -883,6 +883,21 @@ noscript div h4 { margin-top: 15px; } +.mobile { + top: 0; + left: 0; + width: 100%; + height: 100%; + position: fixed; + z-index: 99999999999; + background-color: #4fc3f7; +} + +.mobile h3 { + margin-top: 100px; + color: #ffffff; +} + @media screen and (max-width: 900px) { #box-mode { diff --git a/index.html b/index.html index e79bd06..abf6c08 100644 --- a/index.html +++ b/index.html @@ -504,6 +504,12 @@ + +
+

Sorry, but QRazyBox doesn't work on mobile!

+
+ + @@ -529,6 +535,12 @@