Différences entre versions de « MediaWiki:Common.css »

De Rich Annotator System
Ligne 5 : Ligne 5 :
 
a:visited { color:#007bff; }
 
a:visited { color:#007bff; }
 
a.external { color:#007bff; }
 
a.external { color:#007bff; }
 +
.infobox {
 +
    background: #eee;
 +
    border: 1px solid #aaa;
 +
    float: right;
 +
    margin: 0 0 1em 1em;
 +
    padding: 1em;
 +
    width: 400px;
 +
}
 +
.infobox-title {
 +
    font-size: 2em;
 +
    text-align: center;
 +
}
 +
.infobox-image {
 +
    text-align: center;
 +
}
 +
.infobox th {
 +
    text-align: right;
 +
    vertical-align: top;
 +
    width: 120px;
 +
}
 +
.infobox td {
 +
    vertical-align: top;
 +
}

Version du 7 octobre 2020 à 12:51

/* 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: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}