« Modèle:Citation/style.css » : différence entre les versions
De GrandTerrier
(Page créée avec « .mw-tpl-citation { margin: 0; padding: 0; box-sizing: content-box; border: none; background: transparent; background-color: transparent; } .mw-tpl-citation-title { background: #eaecf0; color: #000000; padding: 0.5em 1em 0.5em 1em; } .mw-tpl-citation-title-icon { opacity: 0.8; } .mw-tpl-citation-title-corner { float: right; font-size: 0.7em; } .mw-tpl-citation-content { margin: 0; padding: 0; padding-right: 1em; text-align:justify; text-... ») |
Aucun résumé des modifications |
||
| Ligne 29 : | Ligne 29 : | ||
text-align:justify; | text-align:justify; | ||
text-justify:auto; | text-justify:auto; | ||
background: whitesmoke; | |||
border: 1px solid black; | |||
padding: 1em; | |||
border-style:dashed; | |||
} | } | ||
Version actuelle datée du 25 mai 2023 à 10:14
.mw-tpl-citation {
margin: 0;
padding: 0;
box-sizing: content-box;
border: none;
background: transparent;
background-color: transparent;
}
.mw-tpl-citation-title {
background: #eaecf0;
color: #000000;
padding: 0.5em 1em 0.5em 1em;
}
.mw-tpl-citation-title-icon {
opacity: 0.8;
}
.mw-tpl-citation-title-corner {
float: right;
font-size: 0.7em;
}
.mw-tpl-citation-content {
margin: 0;
padding: 0;
padding-right: 1em;
text-align:justify;
text-justify:auto;
background: whitesmoke;
border: 1px solid black;
padding: 1em;
border-style:dashed;
}
.mw-tpl-citation-content::after {
content: "";
display: block;
clear: both;
}
