diff --git a/source/error.html b/source/error.html index 686df02..9db2e30 100644 --- a/source/error.html +++ b/source/error.html @@ -23,5 +23,6 @@

Зажигин Богдан Алексеевич · ИНН 519056542114

+ \ No newline at end of file diff --git a/source/mobile.css b/source/mobile.css new file mode 100644 index 0000000..6872730 --- /dev/null +++ b/source/mobile.css @@ -0,0 +1,98 @@ +@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 > .header { + position: fixed; + height: 32px; + width: 100%; + background: var(--main-b-color); + z-index: 999999999999; +} +div.error > .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%; + min-height: calc(100% - 64px); + text-align: center; +} +div.error#mobile > .info > b { + 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 { + font-size: 32px; + color: rgba(0, 0, 0, 0.25); +} + +/* Footer */ +/* Mobile */ +/* Green */ +div.error > .footer { + display: block; + height: 32px; + width: 100%; + background: var(--main-b-color); + color: var(--main-text-g); + margin-top: auto; + text-align: center; +} +div.error > .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 new file mode 100644 index 0000000..85d860b --- /dev/null +++ b/source/mobile.html @@ -0,0 +1,23 @@ + + + + + + Mobile + + + + +
+
+ Логотип «Игровой» +
+
+ Перезайдите с компьютера. На наших серверах играть можно только с него.(⌐■_■) +
+ +
+ + \ No newline at end of file diff --git a/source/style.css b/source/style.css index 0e1c81c..8e280a8 100644 --- a/source/style.css +++ b/source/style.css @@ -100,7 +100,7 @@ div.black > .info > b > big { } /* Error */ /* Green */ -div.error > .info { +div.error#site > .info { margin-top: 64px; background: var(--main-g-color); display: flex; @@ -110,12 +110,12 @@ div.error > .info { min-height: 384px; color: var(--main-text-b); } -div.error > .info > h1 { +div.error#site > .info > h1 { font-size: 512px; line-height: 1.2; margin-left: 117.25px; } -div.error > .info > .row { +div.error#site > .info > .row { width: 512px; height: 512px; padding-top: 158px; @@ -124,15 +124,16 @@ div.error > .info > .row { display: flex; flex-direction: column; } -div.error > .info > .row > .h1 { +div.error#site > .info > .row > .h1 { font-size: 40px; text-transform: lowercase; padding-bottom: 32px; } -div.error > .info > .row > .p { +div.error#site > .info > .row > .p { font-size: 34px; } + /* Footer */ /* Black */ div.black > .footer { @@ -175,7 +176,7 @@ div.error > .footer > h1 { /* Info */ /* Error */ /* Green */ - div.error > .info > h1 { + div.error#site > .info > h1 { font-size: 512px; line-height: 1.2; margin-left: 32.25px !important;