mobile,html
This commit is contained in:
parent
f4573aefbe
commit
54fce7cd1e
2 changed files with 9 additions and 8 deletions
|
@ -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%;
|
||||
|
|
|
@ -19,9 +19,10 @@
|
|||
<b>Перезайдите с компьютера. На наших серверах играть можно только с него.<big>(⌐■_■)</big></b>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<h1>Зажигин Богдан Алексеевич · ИНН 519056542114</h1>
|
||||
<h1>Зажигин Богдан Алексеевич</h1>
|
||||
</div>
|
||||
</div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue