« Modèle:Avis/styles.css » : différence entre les versions
De Infothèque
Autres actions
m A protégé « Modèle:Avis/styles.css » ([Modifier=Autoriser uniquement les administrateurs] (infini) [Renommer=Autoriser uniquement les administrateurs] (infini)) |
Aucun résumé des modifications |
||
| Ligne 13 : | Ligne 13 : | ||
box-shadow: 0 2px 8px rgba(0,0,0,.06); | box-shadow: 0 2px 8px rgba(0,0,0,.06); | ||
clear: both; | clear: both; | ||
color: #3a3a3a; | |||
} | } | ||
| Ligne 35 : | Ligne 36 : | ||
font-size: 1.05em; | font-size: 1.05em; | ||
margin-bottom: 6px; | margin-bottom: 6px; | ||
color: #1f2328; | |||
} | } | ||
Dernière version du 14 août 2026 à 12:29
.ith-notice {
display: flex;
align-items: flex-start;
gap: 16px;
width: 100%;
box-sizing: border-box;
margin: 20px 0;
padding: 16px 20px;
background: #fffaf0;
border: 1px solid #f0d9a8;
border-left: 4px solid #d9a441;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,.06);
clear: both;
color: #3a3a3a;
}
.ith-notice__icon {
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
}
.ith-notice__icon img {
display: block;
}
.ith-notice__body {
flex: 1;
min-width: 0;
}
.ith-notice__title {
font-weight: 700;
font-size: 1.05em;
margin-bottom: 6px;
color: #1f2328;
}
.ith-notice__text {
font-size: .92em;
line-height: 1.5;
color: #3a3a3a;
}
@media (max-width: 480px) {
.ith-notice {
flex-direction: column;
align-items: flex-start;
}
}