X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=index.html.in;h=b1d73c312dcc2d364ee38659afab5e8850382541;hb=bdfc1265da676cf3b856e0d48776a08c27ee3129;hp=9486fb7b3e6be6d802f6bb89908305a020be908e;hpb=eb83cdcf90d162883c81f70bdf30a3a00f8ff474;p=charm-bypass.git diff --git a/index.html.in b/index.html.in index 9486fb7..b1d73c3 100644 --- a/index.html.in +++ b/index.html.in @@ -59,7 +59,8 @@ } #tickettime, #ticketdate { - animation: blink 2s linear infinite; + /* 300 two-second blinks is ten minutes */ + animation: blink 2s linear 300; } /* Define, load, and specify the custom font we use for the ticket @@ -70,8 +71,8 @@ url("data:font/woff2;base64,@CBPREGULAR@") format("woff2") } - #servicename, #tickettime, #ticketdate { - font-family: "CharmBypass Regular"; + #servicename, #tickettime, #ticketdate, #codetext { + font-family: "CharmBypass Regular", sans-serif; } @font-face { @@ -81,7 +82,7 @@ } #serviceletter { - font-family: "CharmBypass Bold"; + font-family: "CharmBypass Bold", sans-serif; } /************************/ @@ -228,43 +229,116 @@ @SVGDATA@