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/04/22 14:43] 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 19: Ligne 22:
 } }
 a.navbar-brand img { opacity: 0; } a.navbar-brand img { opacity: 0; }
 +
 +
 +/* Usefull CSS Variables */
 +
 +@media (min-width: 768px)  { :root { --main-width:  750px; } }
 +@media (min-width: 992px)  { :root { --main-width:  970px; } }
 +@media (min-width: 1200px) { :root { --main-width: 1170px; } }
 +@media (min-width: 1200px) { :root { --main-width: 1200px; } }
 +
 +.dokuwiki .wrap_hero :is(img, video, iframe, img.media, video.media, iframe.media) {
 +
 +      margin-inline: calc(.5 * var(--main-width) - 50vw);
 +      max-width: 100vw;
 +      width: 100vw;
 +}
 +
 +/* Experiments */
 +
 +.wrap_invisible-separator {
 +    display: block;
 +    width: 100%;
 +    height: 1em;
 +    margin: 0;
 +}
 +
 +.plugin_move_dialog label { 
 + width: 100% 
 +}
  
  
Ligne 32: Ligne 63:
  
 .dokuwiki form.btn_incledit[action^="/css"], .dokuwiki form.btn_incledit[action^="/css"],
-.dokuwiki form.btn_incledit[action^="/js"] { display: none }+.dokuwiki form.btn_incledit[action^="/js"] { display: none } 
  
 </CSS> </CSS>
Ligne 48: 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.1713789827.txt.gz
  • Dernière modification : 2024/04/22 14:43
  • de avillepreux