Différences entre versions de « MediaWiki:Common.css »
De Rich Annotator System
Ligne 10 : | Ligne 10 : | ||
margin: 1em 1em 1em 1em; | margin: 1em 1em 1em 1em; | ||
padding: 1em; | padding: 1em; | ||
+ | width: 400px; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
− | font- | + | font-weight: bold; |
text-align: center; | text-align: center; | ||
} | } |
Version du 7 octobre 2020 à 13:07
/* Le CSS placé ici sera appliqué à tous les habillages. */
#ca-history { display:none!important; }
#ca-talk { display:none!important; }
#ca-viewsource { display:none!important; }
a:visited { color:#007bff; }
a.external { color:#007bff; }
.infobox {
background: #f9f9f9;
border: 1px solid #aaa;
margin: 1em 1em 1em 1em;
padding: 1em;
width: 400px;
}
.infobox-title {
font-weight: bold;
text-align: center;
}
.infobox-image {
text-align: center;
width: 300px;
}
.infobox th {
vertical-align: top;
width: 120px;
}
.infobox td {
vertical-align: top;
}