Basculer le menu
Changer de menu des préférences
Basculer le menu personnel
Non connecté(e)
Votre adresse IP sera visible au public si vous faites des modifications.

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

Page de l’interface de MediaWiki
Aucun résumé des modifications
Balise : Révoqué
Aucun résumé des modifications
Balises : Révocation manuelle Révoqué
Ligne 23 : Ligne 23 :
}
}


.persovignette a {
.persovignette {
   font-weight: bold;
   transition: box-shadow 0.2s;
   text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
   border-radius: 12px;
  background: #23272e;
}
}
.persovignette a:hover {
.persovignette:hover {
   text-decoration: underline;
   box-shadow: 0 6px 16px rgba(0,128,255,0.20);
  border: 1px solid #80c7ff;
}
}

Version du 12 juillet 2025 à 17:18

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


@media (max-width: 700px) {
  .infobox-personnage {
    float: none !important;
    display: block !important;
    width: 98% !important;
    max-width: 98% !important;
    min-width: 0 !important;
    margin: 1em auto !important;
    box-sizing: border-box !important;
    clear: both !important;
    text-align: center !important;
  }
}

  .infobox-personnage:after {
    content: '';
    display: block;
    clear: both;
  }
}

.persovignette {
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  border-radius: 12px;
  background: #23272e;
}
.persovignette:hover {
  box-shadow: 0 6px 16px rgba(0,128,255,0.20);
  border: 1px solid #80c7ff;
}