« 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 11 : | Ligne 11 : | ||
display:block; | display:block; | ||
position: relative; | position: relative; | ||
background: | background: #f7f7f7; | ||
padding: 15px; | padding: 15px; | ||
margin: 10px 20px; | margin: 10px 20px; | ||
Ligne 33 : | Ligne 26 : | ||
.bandeau-article:after, .bandeau-article:before { | .bandeau-article:after, .bandeau-article:before { | ||
top: 100%; | |||
left: 50%; | |||
border: solid transparent; | border: solid transparent; | ||
content: " "; | content: " "; | ||
Ligne 45 : | Ligne 38 : | ||
.bandeau-article:after { | .bandeau-article:after { | ||
border-color: rgba(247, 247, 247, 0); | border-color: rgba(247, 247, 247, 0); | ||
border- | border-top-color: #f7f7f7; | ||
border-width: 10px; | border-width: 10px; | ||
margin- | margin-left: -10px; | ||
} | } | ||
.bandeau-article:before { | .bandeau-article:before { | ||
border-color: rgba(17, 93, 245, 0); | border-color: rgba(17, 93, 245, 0); | ||
border- | border-top-color: #115df5; | ||
border-width: 11px; | border-width: 11px; | ||
margin- | margin-left: -11px; | ||
} | } | ||
Version du 18 avril 2020 à 17:34
/* 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: #f7f7f7; 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:after, .bandeau-article:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .bandeau-article:after { border-color: rgba(247, 247, 247, 0); border-top-color: #f7f7f7; border-width: 10px; margin-left: -10px; } .bandeau-article:before { border-color: rgba(17, 93, 245, 0); border-top-color: #115df5; border-width: 11px; margin-left: -11px; } .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; }