diff --git a/css/main.css b/css/main.css index fa296de..82bfa02 100644 --- a/css/main.css +++ b/css/main.css @@ -1,5 +1,3 @@ -@import url('https://fonts.googleapis.com/css?family=VT323'); - body { pointer-events: none; cursor: none; @@ -55,6 +53,107 @@ body { padding: 10px 20px 10px 20px; border: 5px double #95e208; box-shadow: 1px 1px 1px #95e208; + cursor: pointer; + pointer-events: all; +} + +.enter-text:hover { + background: #0a0f08; +} + +.mobile-hint { + font-size: 3vw; + margin-top: 8px; + opacity: 0.7; + display: none; +} + +@media (max-width: 768px), (hover: none) { + .mobile-hint { + display: block; + } + + .enter-text h1 { + font-size: 4.5vw; + } + + .crt { + font-size: 2.8vw; + } + + .prompt { + font-size: 2vw; + bottom: 0.5vh; + left: 0.5vw; + white-space: normal; + max-width: 98vw; + line-height: 1.1; + } + + .header { + font-size: 2vw; + right: 0.5vw; + } + + .sending { + left: 1vw; + top: 2vh; + font-size: 2.2vw; + } + + .receiving { + left: 52vw; + top: 2vh; + font-size: 2.2vw; + } + + .sea { + width: 28vw; + height: 28vw; + } + + .sea-left { + left: 1vw; + top: 2.5vh; + } + + .sea-right { + left: 52vw; + top: 2.5vh; + } + + .wrap { + left: 30vw; + top: 40vh; + width: 40vw; + height: 40vw; + } + + .circle { + width: 15vw; + height: 15vw; + border: 0.3vw solid green; + } + + .garbage-left { + left: 1vw; + font-size: 2vw; + top: 55vh; + } + + .garbage-right { + right: 0.5vw; + font-size: 2vw; + top: 55vh; + } + + .line { + height: 0.3vh; + } + + .vline { + width: 95vh; + } } .background-image { diff --git a/index.html b/index.html index 4ae8c49..f799f76 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,10 @@ + + + + Jadoo 👽💻 @@ -15,6 +19,8 @@ + + @@ -23,8 +29,9 @@
-
+

press enter to continue

+

or tap here

@@ -316,21 +323,8 @@

press enter to continue

- - - - - + +