Widget:SpoilerAlert: Difference between revisions

From Unforgotten Realms Wiki
Jump to navigationJump to search
imported>Pillowkeeper
No edit summary
imported>Pillowkeeper
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div id="snackbar"><table style="margin:auto; background: #212121; border:solid 2px #c60024; width: 75%; padding-right:10px; 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> <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> <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> <b>Do not</b> any of these files without the correct license. Please be mindful of our <a href="/index.php?title=Unforgotten_Realms_Wiki:Copyrights&amp;action=edit&amp;redlink=1" class="new" title="Unforgotten Realms Wiki:Copyrights (page does not exist)">copyright policy</a> regarding files.
<td> <b>Do not</b> use any of these files without the correct license. Please be mindful of our <a href="/wiki/Unforgotten_Realms_Wiki:Copyrights" title="Unforgotten Realms Wiki:Copyrights">copyright policy</a> regarding files on the wiki.
</td></tr></tbody></table>
</td></tr></tbody></table>
</div>
</div>

Latest revision as of 01:34, 12 July 2017

<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> Do not use any of these files without the correct license. Please be mindful of our <a href="/wiki/Unforgotten_Realms_Wiki:Copyrights" title="Unforgotten Realms Wiki:Copyrights">copyright policy</a> regarding files on the wiki.

<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>