Aller au contenu

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

De Auto Organisation
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 2 : Ligne 2 :




.Infobox Entreprise{
.Infobox {
   border: 1px solid #aaa;
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   background-color: #f9f9f9;
Ligne 15 : Ligne 15 :
   border-radius: 6px;
   border-radius: 6px;
}
}
.Infobox Entreprise th {
.Infobox th {
   background-color: #e9e9e9;
   background-color: #e9e9e9;
   text-align: left;
   text-align: left;
Ligne 21 : Ligne 21 :
   font-weight: bold;
   font-weight: bold;
}
}
.Infobox Entreprise td {
.Infobox td {
   padding: 0.2em 0.5em;
   padding: 0.2em 0.5em;
}
}

Version du 10 juillet 2025 à 17:45

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


.Infobox {
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  color: #222;
  padding: 0.5em;
  margin: 0 0 1em 1em;
  width: 260px;
  font-size: 90%;
  float: right;
  clear: right;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.08);
  border-radius: 6px;
}
.Infobox th {
  background-color: #e9e9e9;
  text-align: left;
  padding: 0.2em 0.5em;
  font-weight: bold;
}
.Infobox td {
  padding: 0.2em 0.5em;
}