diff --git a/templates/GameAnnotation.html b/templates/GameAnnotation.html index 6f09a27..83e711e 100644 --- a/templates/GameAnnotation.html +++ b/templates/GameAnnotation.html @@ -64,47 +64,6 @@ background-color: rgba(0, 0, 0, 0.2); } - .groupname { - justify-content: center; - display: flex; - position: relative; - text-align: center; - font-size: 45px; - font-weight: bold; - } - - .slogan { - justify-content: center; - display: flex; - position: relative; - text-align: center; - font-size: 40px; - font-style: italic; - /* font-weight:Light 300 italic; */ - font-family: 'Consolas', monospace; - color: #c4cbcf; - } - - .hiddenpart { - opacity: 0; - max-width: 0; - color: #c4cbcf; - transition: 1.3s ease-out; - } - - .slogan:hover .hiddenpart { - opacity: 1; - max-width: 10em; - } - - .news_prefix { - display: inline-block; - width: 30px; - height: 30px; - background-image: url("static/img/news_prefix.png"); - background-size: 150px, 30px; - } - svg { width: 50px; height: 26px; diff --git a/templates/GameOver.html b/templates/GameOver.html index 90ed697..edfdd97 100644 --- a/templates/GameOver.html +++ b/templates/GameOver.html @@ -3,7 +3,8 @@ - + +
@@ -28,27 +29,11 @@