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

De Wiki des possibles
Aller à :navigation, rechercher
Aucun résumé des modifications
Balise : Révoqué
mAucun résumé des modifications
 
(11 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
/** TEMPORAIRE - POUR DÉVELOPPEMENT **/
/* Le CSS placé ici sera appliqué à tous les habillages. */
#mw-navigation {
body {
  border-top: solid 18px green !important;
background-image: url("themes/possibles2/Foire_des_Possibles2023_3.jpg");
background-attachment:fixed;
}
span.img-fluid a img {
max-width: 100% !important;
height: auto !important;  
}
}


/* Le CSS placé ici sera appliqué à tous les habillages. */
table.pages {    
 
counter-reset: ligne;
   .wdp-index {
}
    display: grid;
table.pages tr.noligne {
    justify-items: center;
  counter-increment: ligne;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
    grid-gap: 15px;
table.pages tr.ligne td:first-child::before {   
 
content: counter(rowNumber);   
    text-align: center;
min-width: 1em;   
  }
margin-right: 0.5em;
  .wdp-index .wdp-axe {
    width: 100%;
  }
 
  .wdp-axe {
 
  }  
  .wdp-axe ul {
    list-style: none;
    margin-left: 0; 
  }
  .wdp-axe ul a {
    display: inline-block;
  }
 
  .wdp-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .wdp-logos img {
    margin: 15px;
   }
 
  .wdp-menu ul {
    margin: 15px 0;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 15px;
   }
  .wdp-menu li {
    list-style: none; 
  }
  .wdp-menu li a {
    display: flex;
    min-height:  80px;
    padding: 10px;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
   }
 
@media (min-width: 640px) { 
  .wdp-livret {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
}
 
.no-label .fileupload-container label {
@media (max-width: 640px) { 
     display:none;
  div.floatright {
     float: none;
    text-align: center;
  }
}
}

Dernière version du 12 février 2025 à 12:06

/* Le CSS placé ici sera appliqué à tous les habillages. */
body {
	background-image: url("themes/possibles2/Foire_des_Possibles2023_3.jpg");
	background-attachment:fixed;
}
span.img-fluid a img {
	max-width: 100% !important; 
	height: auto !important; 
}

table.pages {   
counter-reset: ligne;
}
table.pages tr.noligne {
 counter-increment: ligne;
}
table.pages tr.ligne td:first-child::before {   
content: counter(rowNumber);   
min-width: 1em;   
margin-right: 0.5em;
}
.no-label .fileupload-container label {
    display:none;
}