удалил mobile.html
This commit is contained in:
parent
c92422a00c
commit
34389f3562
2 changed files with 0 additions and 126 deletions
|
@ -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;
|
||||
}
|
|
@ -1,28 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
|
||||
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Mobile</title>
|
||||
<link rel="stylesheet" href="mobile.css" />
|
||||
<link rel="icon" href="https://org.zaboal.name/assets/logo-playroom_green_black-border.svg" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="mobile" class="error">
|
||||
<div class="header">
|
||||
<img src="https://org.zaboal.name/assets/logo-playroom_green.svg" alt="Логотип «Игровой»" />
|
||||
</div>
|
||||
<div class="info">
|
||||
<b>Перезайдите с компьютера. На наших серверах играть можно только с него.<big>(⌐■_■)</big></b>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<h1>Зажигин Богдан Алексеевич</h1>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue