css

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
css [2024/10/29 17:00] avillepreuxcss [2025/01/28 17:38] (Version actuelle) avillepreux
Ligne 7: Ligne 7:
  */  */
  
-/* ... */+/* Lorsque le footer est vide, s'assurer que sa taille soit 0 */
  
 +#dw__footer:not(:has(*)) {
 +    padding: 0 !important;
 +}
  
 /* Nouveau logo Cyanide */ /* Nouveau logo Cyanide */
Ligne 28: Ligne 31:
 @media (min-width: 1200px) { :root { --main-width: 1200px; } } @media (min-width: 1200px) { :root { --main-width: 1200px; } }
  
-.wrap_hero :is(img, video, iframe) {+.dokuwiki .wrap_hero :is(img, video, iframe, img.media, video.media, iframe.media) {
  
       margin-inline: calc(.5 * var(--main-width) - 50vw);       margin-inline: calc(.5 * var(--main-width) - 50vw);
 +      max-width: 100vw;
       width: 100vw;       width: 100vw;
 +}
 +
 +/* Experiments */
 +
 +.wrap_invisible-separator {
 +    display: block;
 +    width: 100%;
 +    height: 1em;
 +    margin: 0;
 +}
 +
 +.plugin_move_dialog label { 
 + width: 100% 
 } }
  
Ligne 62: Ligne 79:
 {{page>/css/wrap_need_or_done}} {{page>/css/wrap_need_or_done}}
 {{page>/css/wrap_avillepreux}} {{page>/css/wrap_avillepreux}}
 +{{page>/css/print}}
  
 {{page>/js}} {{page>/js}}
  • css.1730217609.txt.gz
  • Dernière modification : 2024/10/29 17:00
  • de avillepreux