Différences entre versions de « MediaWiki:Common.css »
De Wikimatica
| Ligne 12 : | Ligne 12 : | ||
font-size: 2em; | font-size: 2em; | ||
text-align: center; | text-align: center; | ||
| + | margin-bottom: 10px; | ||
} | } | ||
.infobox-image { | .infobox-image { | ||
text-align: center; | text-align: center; | ||
| + | margin-bottom: 10px; | ||
} | } | ||
.infobox .infosub{ | .infobox .infosub{ | ||
| Ligne 21 : | Ligne 23 : | ||
font-weight: bold; | font-weight: bold; | ||
width: 100%; | width: 100%; | ||
| + | margin-bottom: 10px; | ||
} | } | ||
Version du 1 octobre 2020 à 04:04
/* Le CSS placé ici sera appliqué à tous les habillages. */
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.infobox-title {
background: #e0e0e0;
font-size: 2em;
text-align: center;
margin-bottom: 10px;
}
.infobox-image {
text-align: center;
margin-bottom: 10px;
}
.infobox .infosub{
background: #e0e0e0;
text-align: center;
font-weight: bold;
width: 100%;
margin-bottom: 10px;
}
.infobox table{
width: 100%;
}
.infobox td {
vertical-align: top;
}