Modèle:Modal : Différence entre versions
[version vérifiée] | [version vérifiée] |
Ligne 1 : | Ligne 1 : | ||
{{LoadJavascript|Script=modal}} {{#if:{{{button|}}}|<div class="button modal-trigger" {{#if:{{{center|}}}|style="margin: 0 auto;"}} {{#if:{{{name|}}}|data-modal="{{{name}}}"}}>{{{button}}}</div>}} | {{LoadJavascript|Script=modal}} {{#if:{{{button|}}}|<div class="button modal-trigger" {{#if:{{{center|}}}|style="margin: 0 auto;"}} {{#if:{{{name|}}}|data-modal="{{{name}}}"}}>{{{button}}}</div>}} | ||
− | <div class="modal" style="z-index: 110; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5);" {{#if:{{{name|}}}|data-modal="{{{name}}}"}} {{#if:{{{autoClose|}}}|data-auto-close="1"}}> | + | <div class="modal" style="z-index: 110; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5);" {{#if:{{{name|}}}|data-modal="{{{name}}}"}} {{#if:{{{autoClose|}}}|data-auto-close="1"}} {{#if:{{{addEvent|}}}|data-add-event="1"}}> |
<div style="display: flex; flex-direction: column; max-width: 85%; max-height: 85%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #cbaa74; border: 1px solid black; border-radius: 8px; padding-bottom: 10px; {{#if:{{{overflow|}}}|overflow-y: visible;|overflow-y: auto;}} {{#if:{{{width|}}}|width: {{{width}}};}} {{#if:{{{height|}}}|height: {{{height}}};}}"> | <div style="display: flex; flex-direction: column; max-width: 85%; max-height: 85%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #cbaa74; border: 1px solid black; border-radius: 8px; padding-bottom: 10px; {{#if:{{{overflow|}}}|overflow-y: visible;|overflow-y: auto;}} {{#if:{{{width|}}}|width: {{{width}}};}} {{#if:{{{height|}}}|height: {{{height}}};}}"> | ||
<div style="display: flex; justify-content: space-between; align-items: flex-start;"> | <div style="display: flex; justify-content: space-between; align-items: flex-start;"> |
Version du 2 décembre 2024 à 00:44
{{{content}}}
Utilisé dans les modèles Modèle:Objets/ObjetsSpeciaux et Modèle:Compétences