diff --git a/site/vue/css/style.css b/site/vue/css/style.css index 7a790d7..48d3ad7 100644 --- a/site/vue/css/style.css +++ b/site/vue/css/style.css @@ -298,6 +298,7 @@ hr { } #playPage { + z-index: 79; display: none; flex-direction: column; height: 95%; @@ -430,4 +431,22 @@ input[type=color] { #show_stage { margin: 0 20px 0 20px; +} + +.veri_false { + color: var(--cool-color); +} + +.veri_true { + color: green; +} + +#waitingPage { + margin: auto; + position: absolute; + height: 90%; + border: 2px solid red; + width: 99%; + display: none; + z-index: 80; } \ No newline at end of file diff --git a/site/vue/index.html b/site/vue/index.html index 2975901..1be7a5f 100644 --- a/site/vue/index.html +++ b/site/vue/index.html @@ -10,6 +10,10 @@ + +
+

Loading Stage

+