From 54fce7cd1edf5597e0717c0db24063fe13252b08 Mon Sep 17 00:00:00 2001 From: M_12 Date: Sat, 25 Mar 2023 21:59:46 +0600 Subject: [PATCH] mobile,html --- source/mobile.css | 14 +++++++------- source/mobile.html | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/source/mobile.css b/source/mobile.css index 6872730..92e6477 100644 --- a/source/mobile.css +++ b/source/mobile.css @@ -38,14 +38,14 @@ body,html,div.error#mobile { /* Header */ /* Mobile */ /* Green */ -div.error > .header { +div.error#mobile > .header { position: fixed; height: 32px; width: 100%; background: var(--main-b-color); z-index: 999999999999; } -div.error > .header > img { +div.error#mobile > .header > img { height: 100%; margin: auto; display: block; @@ -59,19 +59,19 @@ div.error#mobile > .info { margin-top: 32px; background: var(--main-g-color); width: 100%; - min-height: calc(100% - 64px); - text-align: center; } div.error#mobile > .info > b { + padding: 64px 64px 0px 64px; display: block; max-width: 100%; - height: 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); } @@ -79,7 +79,7 @@ div.error#mobile > .info > b > big { /* Footer */ /* Mobile */ /* Green */ -div.error > .footer { +div.error#mobile > .footer { display: block; height: 32px; width: 100%; @@ -88,7 +88,7 @@ div.error > .footer { margin-top: auto; text-align: center; } -div.error > .footer > h1 { +div.error#mobile > .footer > h1 { letter-spacing: 4px; width: 100%; height: 100%; diff --git a/source/mobile.html b/source/mobile.html index 0a71d07..57e5a10 100644 --- a/source/mobile.html +++ b/source/mobile.html @@ -19,9 +19,10 @@ Перезайдите с компьютера. На наших серверах играть можно только с него.(⌐■_■) +