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

Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
/* ---------------------------------- */
/* Modèle:Bandeau                    */
/* ---------------------------------- */
/* Forme des cadres */
.banner-article, .banner-simple, .banner-section {
  border-style: solid;
  overflow: hidden;
  position: relative;
}
.banner-article {
  border-width: 1px 1px 1px 10px;
  font-size: 0.9em;
  line-height: 1.25em;
  padding: 0.5em 1em;
  margin: 0.8em 10%;
}
.banner-section {
  display: block;
  font-size: 0.95em;
  border-width: 1px 0;
  padding: 0.2em 1em 0.3em 1em;
  margin: 0.3em 0 0.7em 2em;
}
.banner-note {
  margin-top: 0.5em;
  padding-left: 2em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  background: white;
  font-style: italic;
  border-bottom: 1px #aaa solid;
}
/* Couleurs */
.banner-stub, .banner-info {
  border-color: #77ccff;
  background-color: #fbfbfb;
}
.banner-moderate {
  border-color: #ff8822;
  background-color: #ffeedd;
}
/* Contenu */
.banner-image {
  padding-right: 0.5em;
}
.banner-cell {
  display: table-cell;
  vertical-align: middle;
}
.banner-cell > p:first-child {
  margin-top: 0;
}
.banner-cell > p:last-child {
  margin-bottom: 0;
}
/* ------ Ancien style à retravailler ------ */
/* Page d'accueil */
/* Page d'accueil */
.sf-homepage-welcome {
.sf-homepage-welcome {