Wrath:Aeldari Ranger Psyker: Difference between revisions
| m test | m added styling | ||
| Line 359: | Line 359: | ||
| <!-- MODAL DIALOGS --> | <!-- MODAL DIALOGS --> | ||
| <div id="path-of-celebrant" class="modalBox"> | <div id="path-of-celebrant" class="modalBox" style="     | ||
|     position: absolute; | |||
|     top: -60px; | |||
|     width: 15em; | |||
|     border: 1px solid black; | |||
|     padding: 10px; | |||
|     z-index: 99999; | |||
|     opacity:0; | |||
|     transition: opacity 400ms ease-in; | |||
|     pointer-events: none;"> | |||
| Your content here!!! | Your content here!!! | ||
| </div> | </div> | ||