Зарегистрировавшись у нас, вы сможете обсуждать, делиться и отправлять личные сообщения другим участникам нашего сообщества.
Зарегистрироваться!Поставь галочкуРешено! Помоги теперь тут
Ищу код на кнопку панели управления, модератор, как у CRMP Mobile
Ищу код на кнопку панели управления, модератор, как у CRMP Mobile Пожайлуста дайте код на такие кнопки буду очень благодарен, заранее спасибо большое ❤ И куда код вставлять Форум: https://forum.crmp-mob.ru/index.phppawno-help.ru
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Форум временно отключен</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
* {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, sans-serif;
}
body {
margin: 0;
min-height: 100vh;
background: radial-gradient(ellipse at top, #1e1e1e 0%, #0f0f0f 70%);
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
}
.card {
background: #181818;
border-radius: 18px;
padding: 48px 36px;
max-width: 520px;
width: 100%;
text-align: center;
box-shadow:
0 0 0 1px rgba(255,255,255,0.05),
0 25px 60px rgba(0,0,0,0.6);
}
.icon {
width: 64px;
height: 64px;
border-radius: 16px;
background: linear-gradient(135deg, #ff3b5c, #b81e3a);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 24px;
}
.icon span {
font-size: 28px;
font-weight: 700;
color: #fff;
}
h1 {
font-size: 26px;
margin: 0 0 16px;
}
p {
font-size: 16px;
line-height: 1.6;
color: #bdbdbd;
margin: 0 0 36px;
}
.brand {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
font-weight: 600;
color: #e6e6e6;
}
.brand-logo {
width: 28px;
height: 28px;
border-radius: 8px;
background: #ff3b5c;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 700;
color: #fff;
}
</style>
</head>
<body>
<div class="card">
<div class="icon">
<span></></span>
</div>
<h1>Форум временно отключен</h1>
<p>
Мы проводим плановое техническое обслуживание,
чтобы сделать <span style="color:#ff3b5c;">EasyScripts</span> ещё лучше.
Приносим извинения за неудобства и скоро вернёмся!
</p>
<div class="brand">
<div class="brand-logo"></></div>
EasyScripts
</div>
</div>
</body>
</html>
так у тебя то панель, у тебя форум не закрываеться
так у тебя то панель, у тебя форум не закрываеться
Ахах, наверноеТОЛЬКО ХОТЕЛ ЭТО НАПИСАТЬ ТЫ МОИ МЫСЛИ УГАДЫВАЕШ?
Ахах, наверное
У него пиздец с пк выглядит уебещно
Тебе не надо, я уже код дал(НЕ РЕКЛАМА) https://biscuits-bot.hgweb.ru/
Заходишь с другого браузера в свой форум, и там будет
Как сделать в полный экран
ЩаКак сделать в полный экран
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Форум временно отключен</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
* {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, sans-serif;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
background: radial-gradient(ellipse at top, #1e1e1e 0%, #0f0f0f 70%);
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
}
.card {
background: #181818;
border-radius: 18px;
padding: 48px 36px;
width: 100%;
max-width: 600px;
text-align: center;
box-shadow:
0 0 0 1px rgba(255,255,255,0.05),
0 25px 60px rgba(0,0,0,0.6);
}
.icon {
width: 64px;
height: 64px;
border-radius: 16px;
background: linear-gradient(135deg, #ff3b5c, #b81e3a);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 24px;
}
.icon span {
font-size: 28px;
font-weight: 700;
color: #fff;
}
h1 {
font-size: 26px;
margin: 0 0 16px;
}
p {
font-size: 16px;
line-height: 1.6;
color: #bdbdbd;
margin: 0 0 36px;
}
.brand {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
font-weight: 600;
color: #e6e6e6;
}
.brand-logo {
width: 28px;
height: 28px;
border-radius: 8px;
background: #ff3b5c;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 700;
color: #fff;
}
</style>
</head>
<body>
<div class="card">
<div class="icon">
<span></></span>
</div>
<h1>Форум временно отключен</h1>
<p>
Мы проводим плановое техническое обслуживание,
чтобы сделать <span style="color:#ff3b5c;">EasyScripts</span> ещё лучше.
Приносим извинения за неудобства и скоро вернёмся!
</p>
<div class="brand">
<div class="brand-logo"></></div>
EasyScripts
</div>
</div>
</body>
</html>
Код:<!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8"> <title>Форум временно отключен</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> * { box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, sans-serif; margin: 0; padding: 0; } html, body { height: 100%; width: 100%; background: radial-gradient(ellipse at top, #1e1e1e 0%, #0f0f0f 70%); display: flex; align-items: center; justify-content: center; color: #ffffff; } .card { background: #181818; border-radius: 18px; padding: 48px 36px; width: 100%; max-width: 600px; text-align: center; box-shadow: 0 0 0 1px rgba(255,255,255,0.05), 0 25px 60px rgba(0,0,0,0.6); } .icon { width: 64px; height: 64px; border-radius: 16px; background: linear-gradient(135deg, #ff3b5c, #b81e3a); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; } .icon span { font-size: 28px; font-weight: 700; color: #fff; } h1 { font-size: 26px; margin: 0 0 16px; } p { font-size: 16px; line-height: 1.6; color: #bdbdbd; margin: 0 0 36px; } .brand { display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 600; color: #e6e6e6; } .brand-logo { width: 28px; height: 28px; border-radius: 8px; background: #ff3b5c; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #fff; } </style> </head> <body> <div class="card"> <div class="icon"> <span></></span> </div> <h1>Форум временно отключен</h1> <p> Мы проводим плановое техническое обслуживание, чтобы сделать <span style="color:#ff3b5c;">EasyScripts</span> ещё лучше. Приносим извинения за неудобства и скоро вернёмся! </p> <div class="brand"> <div class="brand-logo"></></div> EasyScripts </div> </div> </body> </html>

Там где ты брал тот скрин, там он обрезал это выключение, но щас попробую