diff --git a/fc/dist/gbajs.min.css b/fc/dist/gbajs.min.css index c141fdd..08e93e2 100644 --- a/fc/dist/gbajs.min.css +++ b/fc/dist/gbajs.min.css @@ -516,4 +516,23 @@ canvas { vertical-align: bottom; font-family: monospace; display:none; -}*/ \ No newline at end of file +}*/ +.background-div{ + position: fixed; + background-color: #000; + top: 0; + left: 0; + bottom: 0; + right: 0; +} +.info-mask { + position: fixed; + top: 0; + left: 0; + bottom: 0; + right: 0; + background-color: #fff; + background-image:url(../resources/invite-mask.png); + background-repeat:no-repeat; + background-size: 100% +} diff --git a/fc/index.html b/fc/index.html index b630c26..b3a0bca 100644 --- a/fc/index.html +++ b/fc/index.html @@ -14,19 +14,15 @@ - - - + var hideInviteMask = function (){ + document.getElementById('info-mask').style.display = 'none'; + } +
@@ -57,7 +53,9 @@