« MediaWiki:Common.css » : différence entre les versions
De WikiMetz, l'histoire de Metz, l'encyclopédie de Metz
(Annulation des modifications 161 de Administrateur (discussion)) |
Aucun résumé des modifications |
||
Ligne 56 : | Ligne 56 : | ||
line-height: 0.9em; | line-height: 0.9em; | ||
letter-spacing: -0.4px; | letter-spacing: -0.4px; | ||
} | |||
.bandeau-inside { | |||
display: block; | |||
font-size: 0.95em; | |||
border-width: 1px 0; | |||
padding: 0.2em 0.5em 0.3em 0; | |||
margin: 0.3em 0 0.7em 2em; | |||
border-color: #e7e7e7; | |||
background-color: #fdfdfd; | |||
border-color: #77ccff; | |||
background-color: #fbfbfb; | |||
border-style: solid; | |||
overflow: hidden; | |||
position: relative; | |||
} | } |
Version du 19 avril 2020 à 22:12
/* 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: #263238; 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 a, .bandeau-article a.new:hover, .bandeau-article a:hover, .bandeau-article a.new:visited, .bandeau-article a:visited { border-bottom: 1px dotted; color:white; } .bandeau-article-info{ background: #263238; } .bandeau-article-warning{ background: #77ccff; } .bandeau-article-alert{ background:#800103; } .bandeau-article-image{ display: inline-block; float: left; height: auto; font-size: 40px; padding:11px 22px; 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; height: 48px; overflow: hidden; color:white; } .bandeau-article-texte>strong{ color: white; font-size: 1.3em; text-align: center; line-height: 0.9em; letter-spacing: -0.4px; } .bandeau-inside { display: block; font-size: 0.95em; border-width: 1px 0; padding: 0.2em 0.5em 0.3em 0; margin: 0.3em 0 0.7em 2em; border-color: #e7e7e7; background-color: #fdfdfd; border-color: #77ccff; background-color: #fbfbfb; border-style: solid; overflow: hidden; position: relative; }