Différences entre versions de « MediaWiki:Common.css »
De Rich Annotator System
m (A protégé « MediaWiki:Common.css » ([Modifier=Autoriser uniquement les administrateurs] (infini) [Renommer=Autoriser uniquement les administrateurs] (infini))) |
|||
Ligne 6 : | Ligne 6 : | ||
a.external { color:#007bff; } | a.external { color:#007bff; } | ||
.infobox { | .infobox { | ||
− | background: # | + | background: #f9f9f9; |
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
− | + | margin: 1em 1em 1em 1em; | |
− | margin: | ||
padding: 1em; | padding: 1em; | ||
− | |||
} | } | ||
.infobox-title { | .infobox-title { | ||
− | font-size: | + | font-size: 1em; |
text-align: center; | text-align: center; | ||
} | } | ||
.infobox-image { | .infobox-image { | ||
text-align: center; | text-align: center; | ||
+ | width: 300px; | ||
} | } | ||
.infobox th { | .infobox th { | ||
− | |||
vertical-align: top; | vertical-align: top; | ||
width: 120px; | width: 120px; |
Version du 7 octobre 2020 à 13:04
/* 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;
}
.infobox-title {
font-size: 1em;
text-align: center;
}
.infobox-image {
text-align: center;
width: 300px;
}
.infobox th {
vertical-align: top;
width: 120px;
}
.infobox td {
vertical-align: top;
}