Différences entre versions de « MediaWiki:Common.css »
De Rich Annotator System
Ligne 33 : | Ligne 33 : | ||
vertical-align: top; | vertical-align: top; | ||
text-align: left; | text-align: left; | ||
− | width: | + | width: 140px; |
font-size: small; | font-size: small; | ||
} | } | ||
Ligne 45 : | Ligne 45 : | ||
vertical-align: top; | vertical-align: top; | ||
text-align: left; | text-align: left; | ||
− | width: | + | width: 140px; |
font-size: small; | font-size: small; | ||
} | } |
Version du 12 octobre 2020 à 12:45
/* Le CSS placé ici sera appliqué à tous les habillages. */
#ca-history { display:none!important; }
#ca-talk { display:none!important; }
#ca-viewsource { display:none!important; }
#article, #bodyContent, #mw_content { text-align: justify; }
a { color:#0021e0; }
a:visited { color:#0021e0; }
a:hover { text-decoration:underline; }
a.external { color:#0021e0; }
.infobox {
background: #f9f9f9;
border: 1px solid #aaa;
padding: 1em;
width: 340px;
}
.infobox-floatright {
background: #f9f9f9;
border: 1px solid #aaa;
padding: 1em;
width: 340px;
float: right;
margin: 0 0 1em 1em;
}
.infobox-title {
font-weight: bold;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
vertical-align: top;
text-align: left;
width: 140px;
font-size: small;
}
.infobox td {
vertical-align: top;
font-size: small;
text-align: left;
}
.infobox-floatright th {
vertical-align: top;
text-align: left;
width: 140px;
font-size: small;
}
.infobox-floatright td {
vertical-align: top;
font-size: small;
text-align: left;
}