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

De Wiki Game of Arkadia
Aller à la navigation Aller à la recherche
Infobox
 
Aucun résumé des modifications
 
(9 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
/* Le CSS placé ici sera appliqué à tous les habillages. */
.big-title {
    text-transform:uppercase;
    font-size:18px;
    text-align:center;
    padding:10px;
}
.boite {
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    margin: 10px 0;
}


/*** Infobox template style ***/
.boite-header {
    font-weight: bold;
    font-size:16px;
    margin-bottom: 5px;
    background:#6ad261;
    text-transform:uppercase;
    color:white;
    padding: 8px;
}


.infobox {
.boite-contenu {
    border: 1px solid #aaaaaa;
    margin-top: 5px;
    background-color: #6495ED;
    padding: 10px;
    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;
}
}

Dernière version du 17 novembre 2023 à 13:55

.big-title {
    text-transform:uppercase;
    font-size:18px;
    text-align:center;
    padding:10px;
} 
.boite {
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    margin: 10px 0;
}

.boite-header {
    font-weight: bold;
    font-size:16px;
    margin-bottom: 5px;
    background:#6ad261;
    text-transform:uppercase;
    color:white;
    padding: 8px;
}

.boite-contenu {
    margin-top: 5px;
    padding: 10px;
}