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

De Wiki fruitiers.org
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 10 : Ligne 10 :
     background-position-x: 128px;
     background-position-x: 128px;
   }
   }
}
  #n-Bourse-d-echange {
 
     background-repeat: no-repeat;
 
     background-image : url("https://www.fruitiers.org/favicon.ico");
#links-verger .icon-forum::before {
    margin-left: 30px;
     background-image: url('https://forum.fruitiers.org/assets/favicon-jpwu1koo.png');
     background-size: 24px;
}
     background-position-x: 128px;
#links-verger .icon-pg::before {
  }
     background-image: url('https://porte-greffes.fruitiers.org/favicon.ico');
}
#links-verger .icon-greffer::before {
     background-image: url('https://www.fruitiers.org/wp-content/uploads/2023/05/petiteorange-24.png');
}
#links-verger .icon-wiki::before {
     background-image: url('http://greffer.fruitiers.org/greffer-favicon.gif');
}
}

Version du 25 septembre 2023 à 14:39

/* 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-echange {
    background-repeat: no-repeat;
    background-image : url("https://www.fruitiers.org/favicon.ico");
    margin-left: 30px;
    background-size: 24px;
    background-position-x: 128px;
  }
}