feat: page profil public /profil/{slug} avec liste des articles
This commit is contained in:
@@ -1242,3 +1242,38 @@ footer.mt-5 { margin-top: 0 !important; }
|
||||
}
|
||||
|
||||
.tag-cloud-reset:hover { color: var(--vl-accent); }
|
||||
|
||||
/* ─── Profil public auteur ───────────────── */
|
||||
|
||||
.author-profile-hero {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
.author-avatar {
|
||||
flex-shrink: 0;
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
border-radius: 50%;
|
||||
background: var(--vl-accent);
|
||||
color: #fff;
|
||||
font-size: 1.75rem;
|
||||
font-weight: 700;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.author-profile-name {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
margin: 0 0 .25rem;
|
||||
}
|
||||
|
||||
.author-profile-link {
|
||||
font-size: .875rem;
|
||||
color: var(--vl-muted);
|
||||
}
|
||||
|
||||
.author-profile-link:hover { color: var(--vl-accent); }
|
||||
|
||||
Reference in New Issue
Block a user