style: Made by Galyaviev larger, clickable mailto, remove login footer

- Increase signature font: sidebar 18px, login 20px
- Wrap in <a href="mailto:ruslan@ipcom.su"> on all pages
- Remove wg.4mont.ru footer and divider from login page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-06 10:51:47 +03:00
parent e96078bc46
commit 530a260849
3 changed files with 19 additions and 20 deletions
+10 -18
View File
@@ -142,27 +142,21 @@
.btn:hover { background: var(--accent-h); }
.btn:active { transform: translateY(1px); }
.divider {
height: 1px;
background: var(--border);
margin: 28px 0 0;
}
.footer {
text-align: center;
font-size: 12px;
color: var(--text-muted);
margin-top: 16px;
}
.made-by-login {
text-align: center;
font-family: 'Dancing Script', cursive;
font-size: 17px;
font-size: 20px;
color: #9ca3af;
margin-top: 20px;
margin-top: 24px;
letter-spacing: 0.02em;
}
.made-by-login a {
color: inherit;
text-decoration: none;
}
.made-by-login a:hover { color: var(--accent); }
</style>
</head>
<body>
@@ -203,9 +197,7 @@
<button type="submit" class="btn">Войти</button>
</form>
<div class="divider"></div>
<p class="footer">wg.4mont.ru &nbsp;·&nbsp; WireGuard Admin Panel</p>
</div>
<p class="made-by-login">Made by Galyaviev</p>
<p class="made-by-login"><a href="mailto:ruslan@ipcom.su">Made by Galyaviev</a></p>
</body>
</html>