« Modèle:Documentation/styles.css » : différence entre les versions
De Nefald
Autres actions
mAucun résumé des modifications |
m header |
||
| Ligne 20 : | Ligne 20 : | ||
} | } | ||
} | } | ||
/* Bandeau d'en-tête de documentation */ | |||
.nef-doc-header { | |||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); | |||
color: white; | |||
padding: 12px 20px; | |||
border-radius: 8px 8px 0 0; | |||
display: flex; | |||
align-items: center; | |||
gap: 12px; | |||
margin-bottom: 0; | |||
box-shadow: 0 2px 4px rgba(0,0,0,0.1); | |||
} | |||
.nef-doc-header-icon { | |||
font-size: 24px; | |||
line-height: 1; | |||
} | |||
.nef-doc-header-content { | |||
flex: 1; | |||
} | |||
.nef-doc-header-content strong { | |||
display: block; | |||
font-size: 16px; | |||
margin-bottom: 4px; | |||
} | |||
.nef-doc-header-links { | |||
font-size: 13px; | |||
opacity: 0.95; | |||
} | |||
.nef-doc-header-links a { | |||
color: white; | |||
text-decoration: underline; | |||
font-weight: 500; | |||
} | |||
.nef-doc-header-links a:hover { | |||
opacity: 0.8; | |||
} | |||
/* Ajustement de la box de documentation pour coller au bandeau */ | |||
.nef-doc-box { | |||
border-radius: 0 0 8px 8px; | |||
margin-top: 0; | |||
} | |||
.nef-doc-exists { | |||
border-top: none; | |||
} | |||
/* Style pour les documents existants */ | /* Style pour les documents existants */ | ||