From 642a0e99cfb4aeaa71cc1ac51739608ef6225b99 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 11 Sep 2016 15:49:18 -0400 Subject: js/vendor/StartAudioContext.js --- index.html | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index fcec2b2..91b0e3a 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,31 @@ circle { cursor: pointer } input[type=text] { width: 30px } #mobile_controls { display: none } .mobile #mobile_controls { display: inline } + +#MobileStart { + position: absolute; + width: 100%; + height: 100%; + z-index: 10000; + top: 0px; + left: 0px; + background-color: rgba(0, 0, 0, 0.8); +} +#MobileStart #Button { + position: absolute; + left: 50%; + top: 50%; + background-color: #7F33ED; + color: white; + font-family: monospace; + border-radius: 3px; + margin-top: -40px; + margin-left: -40px; + width: 80px; + height: 80px; + text-align: center; + line-height: 80px; } + @@ -53,13 +78,14 @@ input[type=text] { width: 30px } + + + - - -- cgit v1.2.3-70-g09d2