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

Le WikiHalo rappelle à ses contributeurs que toute information ajoutée doit être officielle et vérifiable. Les contributions sans sources et les théories sur Halo Infinite seront rejetées.

Ligne 36 : Ligne 36 :
/*Modèle:WIP*/
/*Modèle:WIP*/
.alerte {
.alerte {
width:50%;
  border:1px solid #446622;
  border:1px solid #446622;
  border-left:10px solid #446622;
  border-left:10px solid #446622;
  background-color:#DDFFBB;
  background-color:#DDFFBB;
vertical-align:middle;
}
}
.alerte td{
.alerte td{
Ligne 47 : Ligne 45 :
.alerte p{
.alerte p{
   margin-bottom:0em;
   margin-bottom:0em;
}
.alerte img {
  max-width: max-content;
}
/*Tableaux*/
table p{
  margin-bottom:0em;
}
table td{
  padding:.4em;
}
/* Exemple d'utilisation : projets page d'accueil */
.shrunk-table td{
  padding:.1em;
}
}
/* Restriction taille thumbs au conteneur pour les infobox  */
/* Restriction taille thumbs au conteneur pour les infobox  */
Ligne 66 : Ligne 50 :
   max-width:100%;
   max-width:100%;
}
}
/* Pas de restriction de taille dans les tableaux  */
/* Pas de restriction de taille d'image dans les tableaux  */
table img{
table img{
   max-width:initial;
   max-width:initial;

Version du 29 juillet 2019 à 16:08

/* Le CSS placé ici sera appliqué à tous les habillages.
#siteSub { display:block; font-style:italic; font-weight:normal; font-size:0.9em;}
*/

/* Boutons de Modèle:Collapse */
.mw-collapsible-centered{
  text-align:center;
  float:none !important;
}
.mw-collapsible .mw-collapsible-toggle,
mw-collapsible-toggle-default,
mw-collapsible-toggle-collapsed {
 float:none;
 color:#0056b3
}
/* Galeries centrées par défaut*/
ul.gallery{
    text-align:center;
}

dd {
    margin-bottom:0.2em;
}

h1 {
    font-size:2.1em !important;
}

.nav {
    line-height:1.2;
}

a:visited {
    color:#36c;
}
/*Modèle:WIP*/
.alerte {
 border:1px solid #446622;
 border-left:10px solid #446622;
 background-color:#DDFFBB;
}
.alerte td{
  padding:0.4em;
}
.alerte p{
  margin-bottom:0em;
}
/* Restriction taille thumbs au conteneur pour les infobox  */
.thumbinner{
  max-width:100%;
}
/* Pas de restriction de taille d'image dans les tableaux  */
table img{
  max-width:initial;
}

<noinclude>[[Catégorie:WikiHalo]]</noinclude>