Modèle:Documentation/styles.css
De Nefald
Autres actions
.documentation-header {
border-bottom: 2px solid #a2a9b1;
margin-bottom: 1em;
}
.documentation-content {
background: #f8f9fa;
border: 1px solid #a2a9b1;
padding: 1em;
margin-bottom: 1em;
}
.documentation-sandbox,
.documentation-test {
background: #fff3cd;
border: 1px solid #ffeeba;
padding: 1em;
margin-bottom: 1em;
}
.documentation-footer {
margin-top: 1em;
padding-top: 0.5em;
font-size: 90%;
color: #54595d;
}
.documentation-missing {
background: #f8d7da;
border: 1px solid #f5c6cb;
padding: 1em;
border-radius: 4px;
}
.documentation-notice {
margin: 0;
font-style: italic;
}