/* THIS STYLESHEET IS COMMON TO ALL INTRANET - MODIFY WITH CARE */ /*********************************************************************************************************** * Here we should only have css proposals for inclusion in Dokuwiki internal userstyle.css file */ /* Experimental new web features */ :root { interpolate-size: allow-keywords; /* to allow transition to/from "auto" */ } /* Lorsque le footer est vide, s'assurer que sa taille soit 0 */ #dw__footer:not(:has(*)) { padding: 0 !important; } /* Nouveau logo Cyanide */ a.navbar-brand { background: url(https://web.cyanide-studio.com/images/logo.png); background-size: 32px; background-position: 8px 10px; background-repeat: no-repeat; } 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% } /*********************************************************************************************************** * Here we include CSS and JS submodules */ /* Prevents /css/* and /js/* files inclusions to be displayed */ .dokuwiki form.btn_incledit[action^="/css"], .dokuwiki form.btn_incledit[action^="/js"] { display: none } {{page>/css/themes}} {{page>/css/diagrams.net}} {{page>/css/code_font}} {{page>/css/inline_toc}} {{page>/css/wrap_properties}} {{page>/css/wrap_sheet}} {{page>/css/wrap_patch}} {{page>/css/wrap_nacon}} {{page>/css/wrap_cyanide}} {{page>/css/wrap_av}} {{page>/css/wrap_need_or_done}} {{page>/css/wrap_avillepreux}} {{page>/css/print}} {{page>/js}}