« MediaWiki:Common.css » : différence entre les versions
De WikiMetz, l'histoire de Metz, l'encyclopédie de Metz
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 9 : | Ligne 9 : | ||
.bandeau-article{ | .bandeau-article{ | ||
display:block; | |||
position: relative; | |||
background: rgba(207,207,207,1); | background: rgba(207,207,207,1); | ||
background: -moz-linear-gradient(left, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 53%, rgba(227,227,227,1) 100%); | background: -moz-linear-gradient(left, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 53%, rgba(227,227,227,1) 100%); | ||
Ligne 19 : | Ligne 19 : | ||
background: linear-gradient(to right, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 53%, rgba(227,227,227,1) 100%); | background: linear-gradient(to right, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 53%, rgba(227,227,227,1) 100%); | ||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#e3e3e3', GradientType=1 ); | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#e3e3e3', GradientType=1 ); | ||
padding: | padding: 15px; | ||
margin: 10px 20px; | |||
-webkit-box-shadow: 0 10px 6px -6px #777; | |||
-moz-box-shadow: 0 10px 6px -6px #777; | |||
box-shadow: 0 10px 6px -6px #777; | |||
border: 1px solid #ececec; | border: 1px solid #ececec; | ||
border-radius: 4px; | |||
font-size: 0.9em; | font-size: 0.9em; | ||
text-align: center; | |||
line-height: 0.9em; | line-height: 0.9em; | ||
letter-spacing: -0.4px; | |||
} | } | ||
.bandeau-article>strong{ | .bandeau-article>strong{ | ||
text-align: center; | |||
font-size: 1.3em; | |||
font-family: fantasy; | |||
font-weight: 200; | |||
display: block; | |||
} | } | ||
.bandeau-article-info>strong{ | .bandeau-article-info>strong{ | ||
color: #77ccff; | |||
} | } | ||
.bandeau-article-info>.subinfo{ | .bandeau-article-info>.subinfo{ | ||
font-size: 11px; | |||
font-weight: bold; | |||
letter-spacing: -1px; | |||
line-height: 3px; | |||
} | } |
Version du 18 avril 2020 à 17:27
/* Le CSS placé ici sera appliqué à tous les habillages. */ .color-left{background:#800103;} .color-right{background: #333;} .color-middle{background: #a2a9b1;} #mw-content-container{border-bottom: solid 4px #800103;} body{background:#222} #mw-footer-container { border-top: solid 1px #2b2626;} #mw-content h1.firstHeading { border-bottom: solid 4px #800103;} .bandeau-article{ display:block; position: relative; background: rgba(207,207,207,1); background: -moz-linear-gradient(left, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 53%, rgba(227,227,227,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(207,207,207,1)), color-stop(53%, rgba(252,252,252,1)), color-stop(100%, rgba(227,227,227,1))); background: -webkit-linear-gradient(left, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 53%, rgba(227,227,227,1) 100%); background: -o-linear-gradient(left, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 53%, rgba(227,227,227,1) 100%); background: -ms-linear-gradient(left, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 53%, rgba(227,227,227,1) 100%); background: linear-gradient(to right, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 53%, rgba(227,227,227,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#e3e3e3', GradientType=1 ); padding: 15px; margin: 10px 20px; -webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777; border: 1px solid #ececec; border-radius: 4px; font-size: 0.9em; text-align: center; line-height: 0.9em; letter-spacing: -0.4px; } .bandeau-article>strong{ text-align: center; font-size: 1.3em; font-family: fantasy; font-weight: 200; display: block; } .bandeau-article-info>strong{ color: #77ccff; } .bandeau-article-info>.subinfo{ font-size: 11px; font-weight: bold; letter-spacing: -1px; line-height: 3px; }