MediaWiki:Common.css

De Wikimatica

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac).
  • Google Chrome : appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac).
  • Internet Explorer : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
  • Opera : allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité et sécurité → Effacer les données d’exploration → Images et fichiers en cache.
/* Le CSS placé ici sera appliqué à tous les habillages. */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body{
   font-family: 'Poppins', sans-serif;
}

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 300px;
}
.infobox-title {
    background: #e0e0e0;
    font-size: 2em;
    text-align: center;
    margin-bottom: 10px;
}
.infobox-image {
    text-align: center;
    margin-bottom: 10px;
}
.infobox .infosub{
    background: #e0e0e0;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.infobox table{
    width: 100%;
}

.infobox td {
    vertical-align: top;
}

.infobox .param{
    font-weight: bold;
}

#mw-header-container{
    background: linear-gradient(90deg, #0a0a0a 0%, #111921 100%);
}

#p-banner{
    color:white;
    font-family: 'Poppins', sans-serif !important;
}