mobile,html

This commit is contained in:
M_12 2023-03-25 21:59:46 +06:00
parent f4573aefbe
commit 54fce7cd1e
2 changed files with 9 additions and 8 deletions

View file

@ -38,14 +38,14 @@ body,html,div.error#mobile {
/* Header */ /* Header */
/* Mobile */ /* Mobile */
/* Green */ /* Green */
div.error > .header { div.error#mobile > .header {
position: fixed; position: fixed;
height: 32px; height: 32px;
width: 100%; width: 100%;
background: var(--main-b-color); background: var(--main-b-color);
z-index: 999999999999; z-index: 999999999999;
} }
div.error > .header > img { div.error#mobile > .header > img {
height: 100%; height: 100%;
margin: auto; margin: auto;
display: block; display: block;
@ -59,19 +59,19 @@ div.error#mobile > .info {
margin-top: 32px; margin-top: 32px;
background: var(--main-g-color); background: var(--main-g-color);
width: 100%; width: 100%;
min-height: calc(100% - 64px);
text-align: center;
} }
div.error#mobile > .info > b { div.error#mobile > .info > b {
padding: 64px 64px 0px 64px;
display: block; display: block;
max-width: 100%; max-width: 100%;
height: 100%;
font-size: 32px; font-size: 32px;
line-height: 1.25; line-height: 1.25;
letter-spacing: 1px; letter-spacing: 1px;
overflow-wrap: break-word; overflow-wrap: break-word;
} }
div.error#mobile > .info > b > big { div.error#mobile > .info > b > big {
display: block;
padding-top: 44px;
font-size: 32px; font-size: 32px;
color: rgba(0, 0, 0, 0.25); color: rgba(0, 0, 0, 0.25);
} }
@ -79,7 +79,7 @@ div.error#mobile > .info > b > big {
/* Footer */ /* Footer */
/* Mobile */ /* Mobile */
/* Green */ /* Green */
div.error > .footer { div.error#mobile > .footer {
display: block; display: block;
height: 32px; height: 32px;
width: 100%; width: 100%;
@ -88,7 +88,7 @@ div.error > .footer {
margin-top: auto; margin-top: auto;
text-align: center; text-align: center;
} }
div.error > .footer > h1 { div.error#mobile > .footer > h1 {
letter-spacing: 4px; letter-spacing: 4px;
width: 100%; width: 100%;
height: 100%; height: 100%;

View file

@ -19,9 +19,10 @@
<b>Перезайдите с компьютера. На наших серверах играть можно только с него.<big>(⌐■_■)</big></b> <b>Перезайдите с компьютера. На наших серверах играть можно только с него.<big>(⌐■_■)</big></b>
</div> </div>
<div class="footer"> <div class="footer">
<h1>Зажигин Богдан Алексеевич · ИНН 519056542114</h1> <h1>Зажигин Богдан Алексеевич</h1>
</div> </div>
</div> </div>
<script src="script.js"></script>
</body> </body>