From 7d041a7fbe28d9fefc3eef1b3f9ef586db2f7960 Mon Sep 17 00:00:00 2001 From: Doveliyuchen Date: Tue, 11 Apr 2023 15:22:08 +0800 Subject: [PATCH] Update the format and PCG details Update the format and PCG details --- templates/GameAnnotation.html | 41 --------- templates/GameOver.html | 145 ++++++++++---------------------- templates/GamePlay.html | 51 +----------- templates/GameQuestion.html | 59 ------------- templates/GameTutorial.html | 8 -- templates/GameWelcome.html | 151 +++++++--------------------------- templates/Privacy.html | 50 +++++++---- 7 files changed, 107 insertions(+), 398 deletions(-) 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 @@