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

De Wiki fruitiers.org
(Page créée avec « →‎Le CSS placé ici sera appliqué à tous les habillages. : #links-verger .icon-bourse::before { background-image: url('https://www.fruitiers.org/favicon.ico'); } #links-verger .icon-forum::before { background-image: url('https://forum.fruitiers.org/assets/favicon-jpwu1koo.png'); } #links-verger .icon-pg::before { background-image: url('https://porte-greffes.fruitiers.org/favicon.ico'); } #links-verger .icon-greffer::before { background-image:... »)
 
Aucun résumé des modifications
 
(23 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Le CSS placé ici sera appliqué à tous les habillages. */
#links-verger .icon-bourse::before {
 
     background-image: url('https://www.fruitiers.org/favicon.ico');
 
}
@media screen and (min-width: 1340px) {
#links-verger .icon-forum::before {
  #p-Verger_des_sites{
     background-image: url('https://forum.fruitiers.org/assets/favicon-jpwu1koo.png');
    background-color: #fbe020;
}
    padding: 5px;
#links-verger .icon-pg::before {
  }
     background-image: url('https://porte-greffes.fruitiers.org/favicon.ico');
  #n-Porte-greffes {
}
    background-repeat: no-repeat;
#links-verger .icon-greffer::before {
     background-image : url("https://porte-greffes.fruitiers.org/favicon.ico");
     background-image: url('https://www.fruitiers.org/wp-content/uploads/2023/05/petiteorange-24.png');
    margin-left: 30px;
}
    background-size: 24px;
#links-verger .icon-wiki::before {
    background-position-x: 118px;
     background-image: url('http://greffer.fruitiers.org/greffer-favicon.gif');
  }
  #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: 118px;
  }
  #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: 118px;
  }
  #n-Wiki {
    background-repeat: no-repeat;
     background-image : url("https://wiki.fruitiers.org/favicon.ico");
    margin-left: 30px;
    background-size: 24px;
    background-position-x: 118px;
  }
  #n-Ancien-greffer {
    background-repeat: no-repeat;
     background-image : url("https://www.fruitiers.org/wp-content/uploads/2023/05/petiteorange-24.png");
    margin-left: 30px;
    background-size: 24px;
     background-position-x: 118px;
  }
}
}

Dernière version du 25 septembre 2023 à 15:18

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


@media screen and (min-width: 1340px) {
  #p-Verger_des_sites{
    background-color: #fbe020;
    padding: 5px;
  }
  #n-Porte-greffes {
    background-repeat: no-repeat;
    background-image : url("https://porte-greffes.fruitiers.org/favicon.ico");
    margin-left: 30px;
    background-size: 24px;
    background-position-x: 118px;
  }
  #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: 118px;
  }
  #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: 118px;
  }
  #n-Wiki {
    background-repeat: no-repeat;
    background-image : url("https://wiki.fruitiers.org/favicon.ico");
    margin-left: 30px;
    background-size: 24px;
    background-position-x: 118px;
  }
  #n-Ancien-greffer {
    background-repeat: no-repeat;
    background-image : url("https://www.fruitiers.org/wp-content/uploads/2023/05/petiteorange-24.png");
    margin-left: 30px;
    background-size: 24px;
    background-position-x: 118px;
  }
}