Aucun résumé des modifications
Aucun résumé des modifications
 
(44 versions intermédiaires par le même utilisateur non affichées)
Ligne 37 : Ligne 37 :


.portable-infobox {
.portable-infobox {
     background: #79aaf3;
     background: black;
}
}


Ligne 50 : Ligne 50 :




@media screen and (min-width:1024px)
#lastmod
{
{
/* Conteneur du carrousel */
   color: black;
#caroussel slideshow {
   display: block;
  width: 100%;        /* largeur automatique (peut être fixe si tu veux) */
  height: 350px;      /* hauteur fixe */
  margin: auto;
  overflow: hidden;
  position: relative;
  background: #000;  /* fond noir si l’image n’occupe pas tout */
}
}


/* Images à l’intérieur */
#preferences, .mw-htmlform-ooui-wrapper
#caroussel slideshow img {
{
  height: 350px;      /* hauteur fixe */
   background-color: white;
  width: auto;        /* largeur automatique pour garder les proportions */
  max-width: 100%;    /* évite que ça déborde */
  object-fit: contain; /* garde l’image entière, bandes noires possibles */
  display: block;
   margin: auto;
}
}


/* Légende */
 
#caroussel .caroussel-caption {
 
  position: absolute;
.mw-htmlform-ooui-wrapper.oo-ui-layout.oo-ui-panelLayout, .oo-ui-windowManager.oo-ui-windowManager-modal.oo-ui-windowManager-size-full.oo-ui-windowManager-fullscreen
  bottom: 10px;
{
  left: 0;
  color: black !important;
  right: 0;
  text-align: center;
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 5px;
  font-size: 14px;
}
}


}


@media screen and (max-width:1023px)
.mw-htmlform.mw-htmlform-ooui.oo-ui-layout.oo-ui-formLayout, .oo-ui-fieldLayout-field, figcaption
{
{
#caroussel
color: white !important;
{
}
  width: 100%;
}


.slideshow img
.oo-ui-tool-title
{
{
  max-height: 350px;
color: black !important;
  width: auto;
}
}


.caroussel-caption
.wikitable
{
{
  text-align: center;
   width: 100%;
   width: 100%;
}
}
.oo-ui-fieldLayout-field, .oo-ui-labelElement-label, .mw-changeslist-legend {
  color: black !important;
}
}


.oo-ui-fieldLayout-field {
.tabber-palette nav
   color: black !important;
{
  margin-left: auto;
  margin-right: auto;
   font-size: smaller;
}
}


#lastmod
.tabber-palette
{
{
   color: black;
   color: black;
}
}