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

De Wiki Ali(ENS de Lyon)
(test float)
(test)
Ligne 2 : Ligne 2 :


.infobox {
.infobox {
     background: rgba(240, 240, 240, 0.1);
     background: rgba(240, 240, 240, 0.5);
     border: 1px solid rgb(0, 0, 0);
     border: 1px solid rgb(0, 0, 0);
     float: right;
     float: right;
Ligne 10 : Ligne 10 :
}
}
.infobox-title {
.infobox-title {
     background: rgba(230, 230, 230, 0.1);
     background: rgba(230, 230, 230, 0.5);
     border: 1px solid rgb(0, 0, 0);
     border: 1px solid rgb(0, 0, 0);
     float: center;
     float: center;
Ligne 20 : Ligne 20 :
}
}
.infobox-subtitle {
.infobox-subtitle {
     background: rgba(230, 230, 230, 0.1);
     background: rgba(230, 230, 230, 0.5);
     border: 1px solid rgb(0, 0, 0);
     border: 1px solid rgb(0, 0, 0);
     float: center;
     float: center;

Version du 22 novembre 2023 à 20:02

/* Le CSS placé ici sera appliqué à tous les habillages. */

.infobox {
    background: rgba(240, 240, 240, 0.5);
    border: 1px solid rgb(0, 0, 0);
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 290px;
}
.infobox-title {
    background: rgba(230, 230, 230, 0.5);
    border: 1px solid rgb(0, 0, 0);
    float: center;
    margin: 0 0 0.2em 0.2em;
    padding: 0.2em;
    width: 280px;
    font-size: 2em;
    text-align: center;
}
.infobox-subtitle {
    background: rgba(230, 230, 230, 0.5);
    border: 1px solid rgb(0, 0, 0);
    float: center;
    margin: 0 0 0.2em 0.2em;
    padding: 0.2em;
    width: 280px;
    font-size: 1.3em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox-table th {
    font-size: 1.03em;
    text-align: left;
    vertical-align: top;
    width: 145px;
}
.infobox-table td {
    vertical-align: top;
}


/* [[Catégorie:Wiki AliENS]] */