MediaWiki:Common.css : Différence entre versions

De Monde
Sauter à la navigation Sauter à la recherche
Ligne 25 : Ligne 25 :
 
.infobox td {
 
.infobox td {
 
     vertical-align: top;
 
     vertical-align: top;
 +
}
 +
 +
/* MapLabel */
 +
 +
.map{
 +
  position: relative;
 +
  border:1px solid blue;
 +
}
 +
 +
.map-label{
 +
  position: absolute;
 +
 
 
}
 
}

Version du 3 août 2022 à 04:28

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

/* Infoboxes */

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 300px;
}
.infobox-title {
    font-size: 1em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}

/* MapLabel */

.map{
  position: relative;
  border:1px solid blue;
}

.map-label{
  position: absolute;
  
}