Basculer le menu
Changer de menu des préférences
Basculer le menu personnel
Non connecté(e)
Votre adresse IP sera visible au public si vous faites des modifications.

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

Page de l’interface de MediaWiki
(by SublimeText.Mediawiker)
(by SublimeText.Mediawiker)
 
(4 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 13 : Ligne 13 :
   width: 100%;
   width: 100%;
   height: auto;
   height: auto;
  box-shadow: var(--box-shadow-small);
  border-radius: var(--border-radius-medium);
}
}


Ligne 20 : Ligne 18 :
   width: auto;
   width: auto;
   height: 100%;
   height: 100%;
   box-shadow: var(--box-shadow-small);
}
   border-radius: var(--border-radius-medium);
 
kbd {
    background-color: transparent;
}
 
.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
 
 
 
 
 
.columns-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-width: 24em;
  -moz-column-width: 24em;
  column-width: 24em;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}
.columns-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  -webkit-column-width: 16em;
  -moz-column-width: 16em;
  column-width: 16em;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}
.columns-10 {
  -webkit-column-count: 10;
  -moz-column-count: 10;
   column-count: 10;
  -webkit-column-width: 10em;
  -moz-column-width: 10em;
   column-width: 10em;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}
.columns-tiny {
  -webkit-column-count: 10;
  -moz-column-count: 10;
  column-count: 10;
  -webkit-column-width: 6em;
  -moz-column-width: 6em;
  column-width: 6em;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}
}

Dernière version du 18 novembre 2025 à 05:38

:root {
    /* Pink is the new black */
    --color-progressive-oklch__h: 137;
    /* Optional: HSL fallback for browser that does not support OKLCH */
    --color-progressive-hsl__h: 132;
}

img.mw-logo-icon {
    border-radius: var(--border-radius-base);
}

.img-fill-width img {
  width: 100%;
  height: auto;
}

.img-fill-height img {
  width: auto;
  height: 100%;
}

kbd {
    background-color: transparent;
}

.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






.columns-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-width: 24em;
  -moz-column-width: 24em;
  column-width: 24em;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}
.columns-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  -webkit-column-width: 16em;
  -moz-column-width: 16em;
  column-width: 16em;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}
.columns-10 {
  -webkit-column-count: 10;
  -moz-column-count: 10;
  column-count: 10;
  -webkit-column-width: 10em;
  -moz-column-width: 10em;
  column-width: 10em;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}
.columns-tiny {
  -webkit-column-count: 10;
  -moz-column-count: 10;
  column-count: 10;
  -webkit-column-width: 6em;
  -moz-column-width: 6em;
  column-width: 6em;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}