|
|
| Ligne 1 : |
Ligne 1 : |
| <includeonly><div style=" | | <includeonly><div class="nephilim-regle"> |
| margin: 1em 0;
| | <div class="nephilim-regle-header"> |
| border-radius: 8px;
| | <span class="nephilim-regle-icon">☽</span> |
| overflow: hidden;
| | Point de règle{{#if:{{{titre|}}}| — {{{titre}}}|}} |
| background: #E8E4D8;
| | <span class="nephilim-regle-edition">2nde édition</span> |
| border: 2px solid #33302A;
| | </div> |
| box-shadow: 0 3px 16px rgba(30,27,22,0.2);
| | <div class="nephilim-regle-contenu" style="font-size:{{{font_size|95}}}%"> |
| font-family: serif;
| | {{{contenu|Écrire ici le contenu}}} |
| "> | |
| <div style=" | |
| display: flex;
| |
| align-items: center;
| |
| gap: 0.8em;
| |
| background: linear-gradient(135deg, #6B7260, #7A837C);
| |
| padding: 0.7em 1em;
| |
| ">
| |
| <span style=" | |
| width: 32px; height: 32px;
| |
| border: 1.5px solid rgba(255,255,255,0.3);
| |
| border-radius: 4px;
| |
| background: rgba(0,0,0,0.15);
| |
| display: inline-flex;
| |
| align-items: center;
| |
| justify-content: center;
| |
| font-size: 16px;
| |
| color: #D4B87A;
| |
| flex-shrink: 0;
| |
| ">[[image:lregles.png|20px]]</span>
| |
| <span style="color: #F7F6F2;"> | |
| <span style="
| |
| font-family: serif;
| |
| font-weight: bold;
| |
| font-size: 0.88em;
| |
| letter-spacing: 0.03em;
| |
| ">{{#if:{{{titre|}}}|{{{titre}}}|Point de règle}}</span><br>
| |
| <span style="
| |
| font-size: 0.72em;
| |
| opacity: 0.7;
| |
| letter-spacing: 0.06em;
| |
| text-transform: uppercase;
| |
| ">Point de règle · 2nde édition</span>
| |
| </span> | |
| </div> | | </div> |
| <div style="
| |
| padding: 1em 1.2em;
| |
| font-size: {{{font_size|95}}}%;
| |
| line-height: 1.7;
| |
| color: #2A2520;
| |
| border-top: 1px solid rgba(51,48,42,0.15);
| |
| ">{{{contenu|Écrire ici le contenu}}}</div>
| |
| </div></includeonly> | | </div></includeonly> |
|
| |
|