Widget:SpoilerAlert: Difference between revisions

From Unforgotten Realms Wiki
Jump to navigationJump to search
imported>Pillowkeeper
mNo edit summary
Replace obsolete license warning with Public Domain and CC0 wording
 
(13 intermediate revisions by one other user not shown)
Line 1: Line 1:
<div id="snackbar"><table style="margin:auto; background: #212121; border:solid 2px #c60024; min-width: 225px; border-radius:10px; text-align:center;">
<div id="snackbar"><table style="margin:auto; background: #212121; border:solid 2px #c60024; width: 75%; border-radius:10px; padding-right:10px; text-align:center;">
<tbody><tr>
<tbody><tr>
<td> <img src="/images/thumb/7/70/Interrupt_gem.png/90px-Interrupt_gem.png" width="90" height="89" srcset="/images/thumb/7/70/Interrupt_gem.png/135px-Interrupt_gem.png 1.5x, /images/thumb/7/70/Interrupt_gem.png/180px-Interrupt_gem.png 2x">
<td> <a href="/wiki/File:Interrupt_gem.png" class="image"><img alt="Interrupt gem.png" src="/images/thumb/7/70/Interrupt_gem.png/90px-Interrupt_gem.png" width="90" height="89" srcset="/images/thumb/7/70/Interrupt_gem.png/135px-Interrupt_gem.png 1.5x, /images/thumb/7/70/Interrupt_gem.png/180px-Interrupt_gem.png 2x"></a>
</td>
</td>
<td> <span style="color:#ffffff;font-size:150%;"><b>Warning!</b> The following page contains spoilers for the most recent content!</span>
<td> Wiki-hosted files are in the <b>Public Domain</b> and made available under <a href="/wiki/Unforgotten_Realms_Wiki:CC0_1.0_Universal" title="Unforgotten Realms Wiki:CC0 1.0 Universal">CC0 1.0 Universal</a>. See the <a href="/wiki/Unforgotten_Realms_Wiki:Copyrights" title="Unforgotten Realms Wiki:Copyrights">copyright policy</a> for details.
</td>
<td style="padding-right: 5px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px;"> <img src="/images/thumb/f/f2/Coe_Terrible.png/90px-Coe_Terrible.png" width="90" height="90" srcset="/images/thumb/f/f2/Coe_Terrible.png/135px-Coe_Terrible.png 1.5x, /images/thumb/f/f2/Coe_Terrible.png/180px-Coe_Terrible.png 2x">
</td></tr></tbody></table>
</td></tr></tbody></table>
</div>
</div>
<script>
<script>
function myFunction() {
function myFunction() {
     setTimeout(function(){ $("#snackbar").fadeOut(750); }, 5000);
     setTimeout(function(){ $("#snackbar").fadeOut(750); }, 8000);
}
}
document.onload = myFunction();
document.onload = myFunction();
Line 25: Line 23:
     z-index: 2;
     z-index: 2;
     left: 475px;
     left: 475px;
     top: 40px;
     bottom: 0px;
}
}
</style>
</style>

Latest revision as of 05:51, 29 April 2026

<tbody></tbody>
<a href="/wiki/File:Interrupt_gem.png" class="image"><img alt="Interrupt gem.png" src="/images/thumb/7/70/Interrupt_gem.png/90px-Interrupt_gem.png" width="90" height="89" srcset="/images/thumb/7/70/Interrupt_gem.png/135px-Interrupt_gem.png 1.5x, /images/thumb/7/70/Interrupt_gem.png/180px-Interrupt_gem.png 2x"></a> Wiki-hosted files are in the Public Domain and made available under <a href="/wiki/Unforgotten_Realms_Wiki:CC0_1.0_Universal" title="Unforgotten Realms Wiki:CC0 1.0 Universal">CC0 1.0 Universal</a>. See the <a href="/wiki/Unforgotten_Realms_Wiki:Copyrights" title="Unforgotten Realms Wiki:Copyrights">copyright policy</a> for details.

<script> function myFunction() {

   setTimeout(function(){ $("#snackbar").fadeOut(750); }, 8000);

} document.onload = myFunction(); </script>

<style>

  1. snackbar {
 margin:auto;
 text-align:center;
   margin-left: -225px;
   border-radius: 15px;
   padding: 16px;
   position: fixed;
   z-index: 2;
   left: 475px;
   bottom: 0px;

} </style>