feat : un peu de style sur les légendes (titre, descriptif et crédit)

pull/5/head
RealET 2 months ago
parent 66db20e484
commit 2f1880f26c

@ -1368,6 +1368,30 @@ div.spip_poesie div { margin-left: 60px; text-indent: -60px; }
}
#content .spip_documents img { padding: 0; border: none; }
.spip_documents { text-align: center; }
.spip_doc_legende {
font-style: italic;
}
.spip_doc_legende .spip_doc_titre strong {
font-weight: normal;
font-size: 1em;
}
.spip_doc_legende .spip_doc_titre {
padding-top: .25em;
text-wrap: balance;
}
.spip_doc_legende .spip_doc_titre strong {
font-weight: normal;
font-size: 1em;
}
.spip_doc_legende .spip_doc_descriptif {
font-size: .8em;
text-align: left;
padding-top: .5em;
}
.spip_doc_legende .spip_doc_credits {
font-size: .8em;
text-align: right;
}
.texte, #footer #bandeaucontact { font-size: #CONFIG{soyezcreateurs_couleurs/fontsizecontenu,1.3}em; }
/* Les césures ne sont pas encore au point :

Loading…
Cancel
Save