Initial commit - mini cms final
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* 🎨 — Thème global rose/orangé élégant */
|
||||
|
||||
body {
|
||||
font-family: "Poppins", sans-serif;
|
||||
background: #fffafc;
|
||||
@@ -7,7 +7,7 @@ body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* 🌟 — En-tête du site */
|
||||
|
||||
header {
|
||||
background: linear-gradient(90deg, #ffa45b, #ff6fa7);
|
||||
color: white;
|
||||
@@ -26,7 +26,7 @@ header a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* 👤 — Auteur dans la liste d’articles */
|
||||
|
||||
.article-meta {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -51,7 +51,7 @@ header a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* 🧍♀️ — Page de profil publique (profile_view.php) */
|
||||
|
||||
.profile-view {
|
||||
max-width: 900px;
|
||||
margin: 60px auto;
|
||||
@@ -91,7 +91,7 @@ header a:hover {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
/* 📰 — Articles de l’auteur */
|
||||
|
||||
.user-articles h3 {
|
||||
color: #ff6fa7;
|
||||
margin-bottom: 15px;
|
||||
@@ -140,7 +140,7 @@ header a:hover {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
/* 📱 — Responsive */
|
||||
|
||||
@media (max-width: 768px) {
|
||||
header {
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user