Aller au contenu

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

aucun résumé des modifications
Aucun résumé des modifications
Balise : Révoqué (en savoir plus)
Aucun résumé des modifications
Balise : Révoqué (en savoir plus)
Ligne 59 : Ligne 59 :
   width: 75%;
   width: 75%;
   padding: 0;
   padding: 0;
 
}
  .flex-row {
 
.column .flex-row {
     display: flex;
     display: flex;
     flex-flow: row wrap;
     flex-flow: row wrap;
Ligne 67 : Ligne 68 :
     border: 0;
     border: 0;
     border-bottom: solid 1px #d9d9d9;
     border-bottom: solid 1px #d9d9d9;
    &:hover {
}
    .column .flex-row :hover {
       background: #F5F5F5;
       background: #F5F5F5;
       transition: 500ms;
       transition: 500ms;
     }
     }
  }
}


.flex-cell {
.flex-cell {
   width: calc(100% / 3); //1px = border right
   width: calc(100% / 3);
   text-align: center;
   text-align: center;
   padding: 0.5em 0.5em;
   padding: 0.5em 0.5em;
   border-right: solid 1px #d9d9d9;
   border-right: solid 1px #d9d9d9;
  //flex: 1 1 33.3%;
}
  &:last-child {
 
     // border-right: 0;
.flex-cell:last-child {
     border-right: 0;
   }
   }
}
9 349

modifications