Migration complete

This commit is contained in:
2026-06-23 19:24:38 +02:00
parent 279160c1cb
commit 64b26ef059
126 changed files with 8121 additions and 221 deletions

View File

@@ -112,7 +112,7 @@
color: var(--rhpz-orange);
}
.activity-tl-dot--news {
.activity-tl-dot--news, .activity-tl-dot--review {
background-color: rgba(129,199,132,0.1);
border-color: rgba(129,199,132,0.4);
color: var(--success);
@@ -198,7 +198,7 @@
border: 1px solid rgba(255,115,0,0.25);
}
.activity-tl-badge--news {
.activity-tl-badge--news, .activity-tl-badge--review {
background-color: rgba(129,199,132,0.1);
color: var(--success);
border: 1px solid rgba(129,199,132,0.25);
@@ -267,6 +267,32 @@
.activity-tl-thumb { display: none; }
.activity-day-sep { padding-left: 44px; }
.activity-tl-left { width: 44px; }
.activity-tl-date {
font-size: 0.75rem;
}
.activity-tl-content-title {
font-size: 0.9rem;
}
}
@media (max-width: 768px) {
.activity-timeline {
padding-left: 50px;
}
.activity-tl-left {
width: 40px;
}
.activity-tl-header {
gap: 10px;
}
.activity-tl-date {
font-size: 0.8rem;
}
}
.home-section {
@@ -478,8 +504,52 @@
.featured-entries-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
.news-strip { grid-template-columns: repeat(2, 1fr); }
.featured-entries-grid { grid-template-columns: repeat(2, 1fr); }
.news-strip-cover { height: 80px; }
@media (max-width: 768px) {
.news-strip {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}
.featured-entries-grid {
grid-template-columns: 1fr;
gap: 15px;
}
.home-section {
margin-bottom: 20px;
}
.news-strip-cover {
height: 100px;
}
.featured-entry-title {
font-size: 0.95rem;
}
}
@media (max-width: 600px) {
.news-strip { grid-template-columns: 1fr; }
.featured-entries-grid { grid-template-columns: 1fr; }
.news-strip-cover { height: 80px; }
.news-strip-item {
padding: 10px;
}
.news-strip-title {
font-size: 0.85rem;
}
.featured-entry-title {
font-size: 0.9rem;
}
.featured-entry-meta {
font-size: 0.7rem;
}
.home-section-title {
font-size: 0.95rem;
}
}