ОБНОВА ПОДЛЕТЕЛА хд
This commit is contained in:
parent
3f89dc410e
commit
1ae561d4ed
3 changed files with 162 additions and 179 deletions
|
@ -11,23 +11,23 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="site" class="error">
|
<div class="main error">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<img src="https://org.zaboal.name/assets/logo-playroom_green.svg" alt="Логотип «Игровой»" />
|
<img src="https://org.zaboal.name/assets/logo-playroom_green.svg" alt="Логотип «Игровой»" />
|
||||||
</div>
|
</div>
|
||||||
<div class="info">
|
<div class="body">
|
||||||
<h1>404</h1>
|
<div class="info">
|
||||||
<div class="row">
|
<h1>404</h1>
|
||||||
<b class="h1">Никогда такого не было, и вот опять</b>
|
<div class="row">
|
||||||
<span class="p">Запрашиваемый матери-ал отсуствует. Если бы он существовал, мы бы перенаправили по актуальному адресу.</span>
|
<b>Никогда такого не было, и вот опять</b>
|
||||||
|
<span>Запрашиваемый матери-ал отсуствует. Если бы он существовал, мы бы перенаправили по актуальному адресу.</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<h1>Зажигин Богдан Алексеевич · ИНН 519056542114</h1>
|
<h1>Зажигин Богдан Алексеевич · ИНН 519056542114</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="script.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -11,19 +11,19 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="site" class="black">
|
<div class="main desktop">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<img src="https://org.zaboal.name/assets/logo-playroom_black.svg" alt="Логотип «Игровой»" />
|
<img src="https://org.zaboal.name/assets/logo-playroom_black.svg" alt="Логотип «Игровой»">
|
||||||
</div>
|
</div>
|
||||||
<div class="info">
|
<div class="body">
|
||||||
<b>продаём единый проход на элитарные сервера и привлекаем к работе в нашей студии <big>ヾ(⌐■_■)ノ♪</big></b>
|
<div class="info">
|
||||||
|
<b>продаём единый проход на элитарные сервера и привлекаем к работе в нашей студии <big>ヾ(⌐■_■)ノ♪</big></b>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<h1>Зажигин Богдан Алексеевич · ИНН 519056542114</h1>
|
<h1>Зажигин Богдан Алексеевич · ИНН 519056542114</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="script.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
311
source/style.css
311
source/style.css
|
@ -1,184 +1,167 @@
|
||||||
@import url("https://fonts.googleapis.com/css?family=Martian+Mono");
|
@import url("https://fonts.googleapis.com/css?family=Martian+Mono");
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--main-b-color: #04030F;
|
--main-b-color: #04030F;
|
||||||
--main-g-color: #04F30F;
|
--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;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: "Martian Mono", monospace;
|
font-family: "Martian Mono";
|
||||||
font-size: 14pt;
|
font-size: 6.604747162022703vmin;
|
||||||
}
|
}
|
||||||
/* Body */
|
/* ============DESKTOP============ */
|
||||||
/* Black */
|
/* MAIN_SITE_START */
|
||||||
body {
|
.main.desktop {
|
||||||
overflow-x: hidden;
|
display: grid;
|
||||||
|
width: 100%;
|
||||||
|
min-height: 500vmin;
|
||||||
|
height: 100%;
|
||||||
|
background: var(--main-b-color);
|
||||||
|
grid-template-rows: 3.3023735810113517vmin auto 3.3023735810113517vmin;
|
||||||
}
|
}
|
||||||
body,div.black {
|
/* MAIN_SITE_END */
|
||||||
background: var(--main-b-color);
|
|
||||||
display: flex;
|
/* HEADER_START */
|
||||||
min-height: var(--main-height);
|
.main.desktop .header {
|
||||||
width: 100%;
|
position: sticky;
|
||||||
height: 100%;
|
top: 0;
|
||||||
flex-direction: column;
|
background: var(--main-g-color);
|
||||||
}
|
|
||||||
/* Error */
|
|
||||||
/* Green */
|
|
||||||
body,div.error {
|
|
||||||
background: var(--main-g-color);
|
|
||||||
display: flex;
|
|
||||||
min-height: var(--error-height);
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main.desktop .header img {
|
||||||
|
margin: auto;
|
||||||
|
display: block;
|
||||||
|
padding: 0.8255933952528379vmin 0vmin 0.8255933952528379vmin 0vmin;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
/* HEADER_END */
|
||||||
|
|
||||||
/* Header */
|
/* FOOTER_START */
|
||||||
/* Black */
|
.main.desktop .footer {
|
||||||
div.black > .header {
|
background: var(--main-g-color);
|
||||||
position: fixed;
|
text-align: center;
|
||||||
height: 32px;
|
|
||||||
width: 100%;
|
|
||||||
background: var(--main-g-color);
|
|
||||||
z-index: 999999999999;
|
|
||||||
}
|
|
||||||
div.black > .header > img {
|
|
||||||
height: 100%;
|
|
||||||
margin: auto;
|
|
||||||
display: block;
|
|
||||||
padding: 8px 0px 8px 0px;
|
|
||||||
}
|
|
||||||
/* Error */
|
|
||||||
/* 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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main.desktop .footer h1 {
|
||||||
|
font-size: 1.9263845889232885vmin;
|
||||||
|
letter-spacing: 0.41279669762641896vmin;
|
||||||
|
padding: 0.5159958720330238vmin 0vmin 0.8255933952528379vmin 0vmin;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
/* FOOTER_END */
|
||||||
|
|
||||||
/* Info */
|
/* BODY_INFO_START */
|
||||||
/* Black */
|
.main.desktop .body .info {
|
||||||
div.black > .info {
|
background: var(--main-g-color);
|
||||||
margin-top: 32px;
|
min-height: 39.628482972136226vmin;
|
||||||
background: var(--main-g-color);
|
|
||||||
width: 100%;
|
|
||||||
min-height: 384px;
|
|
||||||
}
|
|
||||||
div.black > .info > b {
|
|
||||||
padding: 64px 0 80px 64px;
|
|
||||||
display: block;
|
|
||||||
max-width: 1594px;
|
|
||||||
font-size: 64px;
|
|
||||||
line-height: 1.25;
|
|
||||||
letter-spacing: 1px;
|
|
||||||
text-decoration: none;
|
|
||||||
text-transform: lowercase;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
}
|
|
||||||
div.black > .info > b > big {
|
|
||||||
font-size: 64px;
|
|
||||||
color: rgba(0, 0, 0, 0.25);
|
|
||||||
}
|
|
||||||
/* Error */
|
|
||||||
/* Green */
|
|
||||||
div.error#site > .info {
|
|
||||||
margin-top: 64px;
|
|
||||||
background: var(--main-g-color);
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
flex-flow: row wrap;
|
|
||||||
width: 100%;
|
|
||||||
min-height: 384px;
|
|
||||||
color: var(--main-text-b);
|
|
||||||
}
|
|
||||||
div.error#site > .info > h1 {
|
|
||||||
font-size: 512px;
|
|
||||||
line-height: 1.2;
|
|
||||||
margin-left: 117.25px;
|
|
||||||
}
|
|
||||||
div.error#site > .info > .row {
|
|
||||||
width: 512px;
|
|
||||||
height: 512px;
|
|
||||||
padding-top: 158px;
|
|
||||||
margin-left: 65px;
|
|
||||||
font-size: 32px;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
div.error#site > .info > .row > .h1 {
|
|
||||||
font-size: 40px;
|
|
||||||
text-transform: lowercase;
|
|
||||||
padding-bottom: 32px;
|
|
||||||
}
|
|
||||||
div.error#site > .info > .row > .p {
|
|
||||||
font-size: 34px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main.desktop .body .info b {
|
||||||
/* Footer */
|
display: block;
|
||||||
/* Black */
|
max-width: 163.102167vmin;
|
||||||
div.black > .footer {
|
padding: 6.604747162022703vmin 4vmin 8.25593395252838vmin 6.604747162022703vmin;
|
||||||
display: block;
|
line-height: 1.25;
|
||||||
height: 32px;
|
letter-spacing: 0.10319917440660474vmin;
|
||||||
width: 100%;
|
white-space: pre-line;
|
||||||
background: var(--main-g-color);
|
|
||||||
margin-top: auto;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
div.black > .footer > h1 {
|
|
||||||
letter-spacing: 4px;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
padding: 5px 0px 8px 0px;
|
|
||||||
text-decoration: none;
|
|
||||||
text-transform: none;
|
|
||||||
}
|
|
||||||
/* Error */
|
|
||||||
/* 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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1750px) and (max-width: 1890px) {
|
.main.desktop .body .info big {
|
||||||
/* Info */
|
color: rgba(0, 0, 0, 0.25);
|
||||||
/* Error */
|
white-space: nowrap;
|
||||||
/* Green */
|
}
|
||||||
div.error#site > .info > h1 {
|
/* BODY_INFO_END */
|
||||||
font-size: 512px;
|
/* ============DESKTOP============ */
|
||||||
|
|
||||||
|
|
||||||
|
/* ============ERROR============ */
|
||||||
|
/* MAIN_ERROR_START */
|
||||||
|
.main.error {
|
||||||
|
display: grid;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: var(--main-g-color);
|
||||||
|
grid-template-rows: 3.3023735810113517vmin auto 3.3023735810113517vmin;
|
||||||
|
}
|
||||||
|
/* MAIN_ERROR_END */
|
||||||
|
|
||||||
|
/* HEADER_START */
|
||||||
|
.main.error .header {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
background: var(--main-b-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main.error .header img {
|
||||||
|
margin: auto;
|
||||||
|
display: block;
|
||||||
|
padding: 0.8255933952528379vmin 0vmin 0.8255933952528379vmin 0vmin;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
/* HEADER_END */
|
||||||
|
|
||||||
|
/* FOOTER_START */
|
||||||
|
.main.error .footer {
|
||||||
|
background: var(--main-b-color);
|
||||||
|
text-align: center;
|
||||||
|
color: var(--main-g-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main.error .footer h1 {
|
||||||
|
font-size: 1.9263845889232885vmin;
|
||||||
|
letter-spacing: 0.41279669762641896vmin;
|
||||||
|
padding: 0.5159958720330238vmin 0vmin 0.8255933952528379vmin 0vmin;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
/* FOOTER_END */
|
||||||
|
|
||||||
|
/* BODY_INFO_START */
|
||||||
|
.main.error .body {
|
||||||
|
align-items: center;
|
||||||
|
display: grid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main.error .body .info {
|
||||||
|
display: flex;
|
||||||
|
gap: 4vmin;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main.error .body .info h1 {
|
||||||
|
font-size: 52.83797729618163vmin;
|
||||||
|
text-align: center;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
margin-left: 32.25px !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main.error .body .info .row {
|
||||||
|
display: grid;
|
||||||
|
justify-content: center;
|
||||||
|
line-height: 1.25;
|
||||||
|
width: 50.69762641898865vmin;
|
||||||
|
margin: auto 3.3023735810113517vmin;
|
||||||
|
gap: 4vmin;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main.error .body .info .row span {
|
||||||
|
font-size: 3.508771929824561vmin;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main.error .body .info .row b {
|
||||||
|
font-size: 4.12796697626419vmin;
|
||||||
|
text-transform: lowercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 172.23942208462333vmin) {
|
||||||
|
.main.error .body .info h1 {
|
||||||
|
font-size: 45vmin;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.main.error .body .info .row {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/* BODY_INFO_END */
|
||||||
|
/* ============ERROR============ */
|
Loading…
Add table
Reference in a new issue