Différences entre les versions de « MediaWiki:Common.css »

De Wiki Naturo
Aller à la navigation Aller à la recherche
(Page créée avec « →‎Le CSS placé ici sera appliqué à tous les habillages. : .infobox { background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px; } .infobox-title { font-size: 2em; text-align: center; } .infobox-image { text-align: center; } .infobox th { text-align: right; vertical-align: top; width: 120px; } .infobox td { vertical-align: top; } »)
 
Ligne 22 : Ligne 22 :
.infobox td {
.infobox td {
     vertical-align: top;
     vertical-align: top;
}
.infobox_v2 .entete:not(.defaut):not([class="entete"]):not(.large) {
  padding: 1px 48px;
}
.infobox_v2 .entete {
  height: 43px;
  vertical-align: middle;
  text-align: center;
  font-size: 140%;
  font-weight: bolder;
  line-height: 1.1em;
  color: #000;
}
}

Version du 7 mars 2022 à 11:06

/* Le CSS placé ici sera appliqué à tous les habillages. */
.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}

.infobox_v2 .entete:not(.defaut):not([class="entete"]):not(.large) {
  padding: 1px 48px;
}

.infobox_v2 .entete {
  height: 43px;
  vertical-align: middle;
  text-align: center;
  font-size: 140%;
  font-weight: bolder;
  line-height: 1.1em;
  color: #000;
}