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
+1 -1
View File
@@ -32,7 +32,7 @@
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"/><polyline points="16 17 21 12 16 7"/><line x1="21" y1="12" x2="9" y2="12"/></svg>
Выйти
</a>
<div class="made-by">Made by Galyaviev</div>
<div class="made-by"><a href="mailto:ruslan@ipcom.su">Made by Galyaviev</a></div>
</div>
</aside>
<div class="layout">
+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>