diff --git a/scoreboard.html b/scoreboard.html index e81910c..7af8fc4 100644 --- a/scoreboard.html +++ b/scoreboard.html @@ -37,6 +37,28 @@ width: 100%; } +#penalties.notice { + display: none; +} +#notice div { + font-family: sans-serif; + font-size: 800%; + display: none; +} +#notice .active { + display: block; + -moz-animation-duration: 0.5s; + -moz-animation-name: grow; + -moz-animation-iteration-count: infinite; + -moz-animation-direction: alternate; +} + +@-moz-keyframes grow { + 0% {color: red;} + 50% {color: yellow;} + 75% {color: blue;} + 100% {color: magenta;} +} @@ -44,6 +66,32 @@ @@ -101,5 +149,10 @@