Différences entre versions de « MediaWiki:Common.css »
De Rich Annotator System
Ligne 5 : | Ligne 5 : | ||
#article, #bodyContent, #mw_content { text-align: justify; } | #article, #bodyContent, #mw_content { text-align: justify; } | ||
a { color:#007bff; } | a { color:#007bff; } | ||
− | a:visited { color:# | + | a:visited { color:#0020d6; } |
− | a.external { color:# | + | a.external { color:#0020d6; } |
.infobox { | .infobox { |
Version du 9 octobre 2020 à 22:12
/* 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:#007bff; }
a:visited { color:#0020d6; }
a.external { color:#0020d6; }
.infobox {
background: #f9f9f9;
border: 1px solid #aaa;
padding: 1em;
width: 380px;
}
.infobox-floatright {
background: #f9f9f9;
border: 1px solid #aaa;
padding: 1em;
width: 380px;
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: 150px;
font-size: small;
}
.infobox td {
vertical-align: top;
font-size: small;
}
.infobox-floatright th {
vertical-align: top;
text-align: left;
width: 150px;
font-size: small;
}
.infobox-floatright td {
vertical-align: top;
font-size: small;
}