X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=index.html.in;h=61578bd3ddb5aebef95767ae34ec8d49ebc097b6;hb=daa695e8bd114cd6a323cb4ae2499d26e9abb349;hp=9486fb7b3e6be6d802f6bb89908305a020be908e;hpb=eb83cdcf90d162883c81f70bdf30a3a00f8ff474;p=charm-bypass.git diff --git a/index.html.in b/index.html.in index 9486fb7..61578bd 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,123 @@ @SVGDATA@