Files
ptp/static/css/copyright-visible.css
T
Kirik da5b40d168 Mobile: center pinned post, pagination fixes, minor layout tweaks
- First (pinned) post on mobile: title and image centered
- Pagination: restored page counter on mobile, buttons above footer
- Typography and layout minor improvements

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 00:50:35 +01:00

21 lines
579 B
CSS
Executable File

/* Copyright */
#copyright {
opacity: 1 !important;
color: rgba(255, 255, 255, 0.6) !important;
font-weight: 400 !important;
text-shadow: none !important;
background: none !important;
padding: 0 !important;
border-radius: 0 !important;
backdrop-filter: none !important;
}
/* Убираем ::after — у темы уже есть border-left */
#copyright li:after {
content: "" !important;
}
#copyright ul li {
color: rgba(255, 255, 255, 0.6) !important;
border-left-color: rgba(255, 255, 255, 0.2) !important;
}