diff --git a/static/img/metzquetaires_or.png b/static/img/metzquetaires_or.png index 15859ba..17b2661 100644 Binary files a/static/img/metzquetaires_or.png and b/static/img/metzquetaires_or.png differ diff --git a/static/img_red/metzquetaires_or.png b/static/img_red/metzquetaires_or.png index 15859ba..f741bf8 100644 Binary files a/static/img_red/metzquetaires_or.png and b/static/img_red/metzquetaires_or.png differ diff --git a/static/style.css b/static/style.css index cb8c14e..85c5b57 100644 --- a/static/style.css +++ b/static/style.css @@ -19,7 +19,7 @@ a { } #banner { - height: 101px; + height: 301px; background: center center url('img/metzquetaires_or.png') no-repeat; padding: 10px 10px; } @@ -162,7 +162,7 @@ p#play a:hover { form#select { width: 500px; margin: 1em auto; - background: #FA0; + background: #FFCC00; border-radius: 1em; border: 1px solid #C70; padding: 1em 0em; diff --git a/static/style_red.css b/static/style_red.css index 78e7e81..658ce62 100644 --- a/static/style_red.css +++ b/static/style_red.css @@ -19,7 +19,7 @@ a { } #banner { - height: 101px; + height: 301px; background: center center url('img_red/metzquetaires_or.png') no-repeat; padding: 10px 10px; } diff --git a/templates/banned.html b/templates/banned.html index 16a77ec..8e9ba8c 100644 --- a/templates/banned.html +++ b/templates/banned.html @@ -14,16 +14,9 @@ (redémarrer le navigateur peut être nécessaire une fois ce délai écoulé)

- -window.onload = function () { - var fiveMinutes = 60 * 5, - display = document.querySelector('#time'); - startTimer(fiveMinutes, display); -}; -