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

De Wiki fruitiers.org
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 20 : Ligne 20 :
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-image : url("https://forum.fruitiers.org/assets/favicon-jpwu1koo.png");
     background-image : url("https://forum.fruitiers.org/assets/favicon-jpwu1koo.png");
    margin-left: 30px;
    background-size: 24px;
    background-position-x: 128px;
  }
  #n-Wiki {
    background-repeat: no-repeat;
    background-image : url("https://wiki.fruitiers.org/favicon.ico");
     margin-left: 30px;
     margin-left: 30px;
     background-size: 24px;
     background-size: 24px;

Version du 25 septembre 2023 à 14:44

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


@media screen and (min-width: 1340px) {
  #n-Portes-greffes {
    background-repeat: no-repeat;
    background-image : url("https://porte-greffes.fruitiers.org/favicon.ico");
    margin-left: 30px;
    background-size: 24px;
    background-position-x: 128px;
  }
  #n-Bourse-d-échange {
    background-repeat: no-repeat;
    background-image : url("https://www.fruitiers.org/favicon.ico");
    margin-left: 30px;
    background-size: 24px;
    background-position-x: 128px;
  }
  #n-Forum-d-échange {
    background-repeat: no-repeat;
    background-image : url("https://forum.fruitiers.org/assets/favicon-jpwu1koo.png");
    margin-left: 30px;
    background-size: 24px;
    background-position-x: 128px;
  }
  #n-Wiki {
    background-repeat: no-repeat;
    background-image : url("https://wiki.fruitiers.org/favicon.ico");
    margin-left: 30px;
    background-size: 24px;
    background-position-x: 128px;
  }
}