« 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 29 : | Ligne 29 : | ||
padding:15px; | padding:15px; | ||
display:left; | display:left; | ||
font-size: 0.9em; | |||
text-align: center; | |||
line-height: 0.9em; | |||
letter-spacing: -0.4px; | |||
} | } | ||
.bandeau-article-texte>strong{ | .bandeau-article-texte>strong{ | ||
color:red; | color:red; | ||
font-size: 0.9em; | |||
text-align: center; | |||
line-height: 0.9em; | |||
letter-spacing: -0.4px; | |||
} | } | ||
.bandeau-article-texte>.subinfo{ | .bandeau-article-texte>.subinfo{ | ||
color:blue | color:blue | ||
font-size: 0.9em; | |||
text-align: center; | |||
line-height: 0.9em; | |||
letter-spacing: -0.4px; | |||
} | } |
Version du 18 avril 2020 à 19:55
/* 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: #77ccff; 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; } .bandeau-article-image{ display: inline-block; float: left; height: auto; font-size: 40px; padding:20px; background: rgba(0, 0, 0, 0.25); color:white; } .bandeau-article-texte{ padding:15px; display:left; font-size: 0.9em; text-align: center; line-height: 0.9em; letter-spacing: -0.4px; } .bandeau-article-texte>strong{ color:red; font-size: 0.9em; text-align: center; line-height: 0.9em; letter-spacing: -0.4px; } .bandeau-article-texte>.subinfo{ color:blue font-size: 0.9em; text-align: center; line-height: 0.9em; letter-spacing: -0.4px; }