Widget:SpoilerAlert: Difference between revisions

From Unforgotten Realms Wiki
Jump to navigationJump to search
imported>Pillowkeeper
No edit summary
imported>Pillowkeeper
No edit summary
Line 25: Line 25:
     z-index: 2;
     z-index: 2;
     left: 475px;
     left: 475px;
     bottom: 30px;
     bottom: 10px;
}
}




</style>
</style>

Revision as of 06:03, 22 April 2017

<tbody></tbody>
<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"> Warning! The following page contains spoilers for the most recent content! <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">

<script> function myFunction() {

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

} 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: 10px;

}


</style>