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/06/05 19:21] 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 30: Ligne 61:
  
 /* Prevents /css/* and /js/* files inclusions to be displayed */ /* Prevents /css/* and /js/* files inclusions to be displayed */
-/*+
 .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.1717608087.txt.gz
  • Dernière modification : 2024/06/05 19:21
  • de avillepreux