From 34389f3562fce5dd04b105eee66aa14ca02d0113 Mon Sep 17 00:00:00 2001 From: M_12 Date: Sun, 26 Mar 2023 21:28:59 +0600 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20mobile.h?= =?UTF-8?q?tml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/mobile.css | 98 ---------------------------------------------- source/mobile.html | 28 ------------- 2 files changed, 126 deletions(-) delete mode 100644 source/mobile.css delete mode 100644 source/mobile.html diff --git a/source/mobile.css b/source/mobile.css deleted file mode 100644 index 3389e46..0000000 --- a/source/mobile.css +++ /dev/null @@ -1,98 +0,0 @@ -@import url("https://fonts.googleapis.com/css?family=Martian+Mono"); - -:root { - --main-b-color: #04030F; - --main-g-color: #04F30F; - --main-text-g: #04F30F; - --main-text-b: #04030F; - --main-width: 1900px; - --main-height: 500vh; - --error-width: 1900px; - --error-height: 100vh; -} - -* { - margin: 0; - padding: 0; - box-sizing: border-box; - font-family: "Martian Mono", monospace; - font-size: 14pt; -} - -body { - overflow-x: hidden; -} - -/* Body */ -/* Mobile */ -/* Green */ -body,html,div.error#mobile { - background: var(--main-g-color); - display: flex; - min-height: var(--error-height); - width: 100%; - height: 100%; - flex-direction: column; -} - -/* Header */ -/* Mobile */ -/* Green */ -div.error#mobile > .header { - position: fixed; - height: 32px; - width: 100%; - background: var(--main-b-color); - z-index: 999999999999; -} -div.error#mobile > .header > img { - height: 100%; - margin: auto; - display: block; - padding: 8px 0px 8px 0px; -} - -/* Info */ -/* Mobile */ -/* Green */ -div.error#mobile > .info { - margin-top: 32px; - background: var(--main-g-color); - width: 100%; -} -div.error#mobile > .info > b { - padding: 64px 64px 0px 64px; - display: block; - max-width: 100%; - font-size: 32px; - line-height: 1.25; - letter-spacing: 1px; - overflow-wrap: break-word; -} -div.error#mobile > .info > b > big { - display: block; - padding-top: 44px; - font-size: 32px; - color: rgba(0, 0, 0, 0.25); -} - -/* Footer */ -/* Mobile */ -/* Green */ -div.error#mobile > .footer { - display: block; - min-height: 32px; - width: 100%; - background: var(--main-b-color); - color: var(--main-text-g); - margin-top: auto; - text-align: center; -} -div.error#mobile > .footer > h1 { - letter-spacing: 4px; - width: 100%; - height: 100%; - padding: 5px 0px 8px 0px; - text-decoration: none; - text-transform: none; -} \ No newline at end of file diff --git a/source/mobile.html b/source/mobile.html deleted file mode 100644 index 98db32b..0000000 --- a/source/mobile.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - Mobile - - - - - -
-
- Логотип «Игровой» -
-
- Перезайдите с компьютера. На наших серверах играть можно только с него.(⌐■_■) -
- -
- - - - \ No newline at end of file