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

De Wiki fruitiers.org
Aucun résumé des modifications
Aucun résumé des modifications
 
(39 versions intermédiaires par 2 utilisateurs 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. */
#n-Portes-greffes {
    display: flex;
    justify-content: center;
    align-items: baseline;
    column-gap: 2em;
    width: 100%;
    border: 1px solid #4d698e;
    border-radius: 0 0 15px 15px;
    border-top: none;
    z-index: 1;
    background-color: white;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


#links-verger .before-favicon::before {
.mw-body h2 {background-color:#e96a28;padding :9px;}
.mw-body .mw-parser-output h2::after {border-bottom:0;}
.mw-body h3 {background-color:#e99c28;padding :6px;margin-left: 10px;}
.mw-body h4 {background-color:#e0c293;padding :3px;margin-left: 20px;}
 
.CategoryTreeItem {background-color:#e99c28;padding :6px;margin-left: 10px;}
.mw-content-ltr .CategoryTreeChildren .CategoryTreeItem,
.CategoryTreeSection {background-color:#fefefe;}
 
@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-repeat: no-repeat;
     content: " ";
     background-image : url("https://www.fruitiers.org/favicon.ico");
     height: 31px;
     margin-left: 30px;
    width: 22px;
     background-size: 24px;
     background-size: contain;
     background-position-x: 118px;
     margin-right: 3px;
  }
    float: left;
  #n-Forum-d-échange {
    margin-top: 2px;
     background-repeat: no-repeat;
}
     background-image : url("https://forum.fruitiers.org/assets/favicon-jpwu1koo.png");
 
    margin-left: 30px;
#n-Portes-greffes: {
    background-size: 24px;
     background-image: url('https://www.fruitiers.org/favicon.ico');
    background-position-x: 118px;
}
  }
#links-verger .icon-forum::before {
  #n-Wiki {
     background-image: url('https://forum.fruitiers.org/assets/favicon-jpwu1koo.png');
    background-repeat: no-repeat;
}
     background-image : url("https://wiki.fruitiers.org/favicon.ico");
#links-verger .icon-pg::before {
    margin-left: 30px;
     background-image: url('https://porte-greffes.fruitiers.org/favicon.ico');
    background-size: 24px;
}
    background-position-x: 118px;
#links-verger .icon-greffer::before {
  }
     background-image: url('https://www.fruitiers.org/wp-content/uploads/2023/05/petiteorange-24.png');
  #n-Ancien-greffer {
}
    background-repeat: no-repeat;
#links-verger .icon-wiki::before {
     background-image : url("https://www.fruitiers.org/wp-content/uploads/2023/05/petiteorange-24.png");
     background-image: url('http://greffer.fruitiers.org/greffer-favicon.gif');
    margin-left: 30px;
    background-size: 24px;
     background-position-x: 118px;
  }
}
}

Dernière version du 17 décembre 2024 à 18:57

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

.mw-body h2 {background-color:#e96a28;padding :9px;}
.mw-body .mw-parser-output h2::after {border-bottom:0;}
.mw-body h3 {background-color:#e99c28;padding :6px;margin-left: 10px;}
.mw-body h4 {background-color:#e0c293;padding :3px;margin-left: 20px;}

.CategoryTreeItem {background-color:#e99c28;padding :6px;margin-left: 10px;}
.mw-content-ltr .CategoryTreeChildren .CategoryTreeItem, 
.CategoryTreeSection {background-color:#fefefe;}

@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;
  }
}