feat: sticky donate strip on all pages + unified README block

- templates/index.html: proj-support-strip replaces inline header links
- templates/setup.html: same strip (already added)
- static/styles.css: .proj-support-strip styles
- README.md: blockquote + "Поддержка проекта" section
- .github/FUNDING.yml: added

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-15 05:52:21 +03:00
parent 7f84dff88c
commit 7f26d2a200
5 changed files with 84 additions and 12 deletions

View File

@@ -284,6 +284,48 @@ a {
margin-top: 0.35rem;
}
.proj-support-strip {
position: sticky;
top: 0;
z-index: 100;
border-bottom: 1px solid rgba(125, 211, 252, 0.22);
background: rgba(7, 11, 16, 0.94);
backdrop-filter: blur(8px);
}
.proj-support-inner {
max-width: min(1180px, 100%);
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 0.35rem 0.65rem;
padding: 0.4rem clamp(1rem, 3vw, 1.25rem);
font-size: 0.82rem;
color: var(--muted);
}
.proj-support-inner a {
color: var(--accent);
font-weight: 650;
white-space: nowrap;
}
.proj-support-lead {
margin-right: 0.25rem;
opacity: 0.95;
}
.proj-support-dot {
opacity: 0.4;
user-select: none;
}
.kaskad-support-top + .shell {
padding-top: 0.75rem;
}
.site-header {
border: 1px solid var(--line);
border-radius: 14px;