« MediaWiki:Common.css » : différence entre les versions

De Wiki Game of Arkadia
Aller à la navigation Aller à la recherche
Infobox
 
Page blanchie
Balise : Blanchiment
Ligne 1 : Ligne 1 :
/* Le CSS placé ici sera appliqué à tous les habillages. */


/*** Infobox template style ***/
.infobox {
    border: 1px solid #aaaaaa;
    background-color: #6495ED;
    color: black;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
    margin-left: inherit;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}

Version du 17 novembre 2023 à 12:54