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

De Wiki fruitiers.org
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 5 : Ligne 5 :
   #p-Verger_des_sites{
   #p-Verger_des_sites{
     background-color: #fbe020;
     background-color: #fbe020;
     padding: 2px;
     padding: 5px;
   }
   }
   #n-Porte-greffes {
   #n-Porte-greffes {
Ligne 12 : Ligne 12 :
     margin-left: 30px;
     margin-left: 30px;
     background-size: 24px;
     background-size: 24px;
     background-position-x: 128px;
     background-position-x: 118px;
   }
   }
   #n-Bourse-d-échange {
   #n-Bourse-d-échange {
Ligne 19 : Ligne 19 :
     margin-left: 30px;
     margin-left: 30px;
     background-size: 24px;
     background-size: 24px;
     background-position-x: 128px;
     background-position-x: 118px;
   }
   }
   #n-Forum-d-échange {
   #n-Forum-d-échange {
Ligne 26 : Ligne 26 :
     margin-left: 30px;
     margin-left: 30px;
     background-size: 24px;
     background-size: 24px;
     background-position-x: 128px;
     background-position-x: 118px;
   }
   }
   #n-Wiki {
   #n-Wiki {
Ligne 33 : Ligne 33 :
     margin-left: 30px;
     margin-left: 30px;
     background-size: 24px;
     background-size: 24px;
     background-position-x: 128px;
     background-position-x: 118px;
   }
   }
   #n-Ancien-greffer {
   #n-Ancien-greffer {
Ligne 40 : Ligne 40 :
     margin-left: 30px;
     margin-left: 30px;
     background-size: 24px;
     background-size: 24px;
     background-position-x: 128px;
     background-position-x: 118px;
   }
   }
}
}

Version du 25 septembre 2023 à 15:11

/* 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://greffer.fruitiers.org/greffer-favicon.gif");
    margin-left: 30px;
    background-size: 24px;
    background-position-x: 118px;
  }
}