X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=index.html.in;h=cd71cbb97c80c334aef519d20a5a84e66e77283f;hb=b664e7d6317ffdf74bd349239cbf0819c1e4c1ca;hp=f3281226abcc81388559a794719d42af922f1ced;hpb=2d95c5549b43017647e4a74fc4d35392ee61e6a5;p=charm-bypass.git diff --git a/index.html.in b/index.html.in index f328122..cd71cbb 100644 --- a/index.html.in +++ b/index.html.in @@ -26,13 +26,6 @@ background: transparent; } - html, body { - /* To create our "window" onto the scene, we're going to slide the - * SVG off the left-hand side of the screen, and we don't want - * scroll bars to appear. */ - overflow: hidden; - } - svg { /* Set the height to 100% of the screen, which we'll keep; and the * initial position to (0,0), which we're going to change @@ -43,6 +36,10 @@ top: 0; left: 0; height: 100%; + + /* Hide everything by default. We only show it once the user has + * submitted the menu form */ + display: none; } /* The blinking fade in/out animation for the ticket date and time */ @@ -81,7 +78,7 @@ url("data:font/woff2;base64,@CBPBOLD@") format("woff2") } - #serviceletter { + #serviceid { font-family: "CharmBypass Bold", sans-serif; font-weight: bold; } @@ -227,6 +224,122 @@ + + @SVGDATA@