diff --git a/index.html b/index.html index 9a37f73..d1e0cc8 100644 --- a/index.html +++ b/index.html @@ -91,42 +91,6 @@ transition: opacity 1s ease; } - #scene3RecruitLines { - display: none; - flex-direction: column; - align-items: flex-start; - width: 100%; - padding: 2rem; - } - - .scene3RecruitLine { - display: none; - flex-direction: row; - align-items: center; - font-size: 1.2rem; - line-height: 2; - color: #00ff00; - } - - #scene3RecruitLine1 { - margin-top: 7.2rem; - } - - #scene3RecruitCursor, - #scene3RecruitCursor2 { - display: none; - width: 10px; - height: 1.4em; - background-color: #00ff00; - margin-left: 4px; - flex-shrink: 0; - opacity: 1; - } - - #scene3RecruitLine3 { - min-height: 2em; - } - #scene2 { flex-direction: column; justify-content: center; @@ -134,57 +98,6 @@ position: relative; } - .choiceBtn { - position: absolute; - padding: 1rem 3rem; - font-size: 1.1rem; - background-color: #001100; - color: #00ff00; - border: 2px solid #00ff00; - cursor: pointer; - visibility: hidden; - opacity: 0; - pointer-events: none; - transition: opacity 0.5s ease, background-color 0.2s ease; - font-family: 'Courier New', monospace; - letter-spacing: 2px; - display: none; - } - - .choiceBtn:hover { - background-color: #003300; - } - - #creatorBtn { - top: 55%; - left: 50%; - transform: translateX(-50%); - } - - #builderBtn { - top: 70%; - left: 35%; - transform: translateX(-50%); - } - - #developerBtn { - top: 70%; - left: 65%; - transform: translateX(-50%); - } - - #scene3FitInText { - position: absolute; - bottom: 48%; - left: 50%; - transform: translateX(-50%); - font-size: 1.2rem; - color: #00ff00; - opacity: 0; - visibility: hidden; - transition: opacity 1s ease; - } - #scene2Lines { display: none; flex-direction: column; @@ -313,37 +226,6 @@
LAB 484
-
-
- - -
-
- -
-
- -
-
- -
-
-
- - - -
- -
-
-
- -
-
-
- -
-