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

Aucun résumé des modifications
Aucun résumé des modifications
Ligne 65 : Ligne 65 :
   width: 45px;
   width: 45px;
   padding-right: 1em;
   padding-right: 1em;
}
.sf-homepage-social {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  margin-top: 5px;
}
.sf-homepage-social a.external {
  border: 3px solid rgb(11, 25, 43);
  height: 40px;
  justify-content: center;
  align-content: center;
  text-align: center;
  display: grid;
  font-weight: bold;
  box-shadow: inset 0 0 0 0 #31302B;
transition: all ease 0.8s;
  background-image: none;/* Suppression du logo lien externe */
  padding: 0.5em 80px;
  background-color: #e2e7ed;
  background-position: 20px center;
  background-size: 50px;
  line-height: 1.2em;
}
.sf-homepage-social a.external:hover {
  box-shadow: inset 0 -80px 0 0 #2f4c79;
  color: #fff;
}
.sf-homepage-social a.external:nth-child(1) {
  background-image: url("https://starfield-france.com/uploads/default/original/1X/c0fb2de4d65242d7b6501bd432dbe6b79ee7d126.png");
}
.sf-homepage-social a.external:nth-child(2) {
  background-image: url("https://assets-global.website-files.com/6257adef93867e50d84d30e2/62595384e89d1d54d704ece7_3437c10597c1526c3dbd98c737c2bcae.svg");
}
.sf-homepage-social a.external:nth-child(3) {
  background-image: url("https://1000logos.net/wp-content/uploads/2020/09/Bethesda-emblem.png");
}
.sf-homepage-presentation {
  background-color: #e2e7ed;
  border: 3px solid rgb(11, 25, 43);
  margin-top: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  font-size: 0.9em;
  padding: 0.5em 1em;
}
.sf-homepage-presentation div.thumb {
  margin-bottom: 0;/* Margin ajouté par la vignette de EmbedVideo */
}
}