Advertisement
Guest User

Clickwrap Disclaimer by GMSUERTE

a guest
Nov 8th, 2016
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <!-- HTML --><div id="oneTimePopUpContainer"><div id="oneTimePopUp"><p style="text-align: center;"><center>[color=#d4ceb4][size=11][b]Warning:[/b]</p><p>
  2.  
  3. WARNING GOES HERE
  4.  
  5. </p><p><small>Clickwrap Disclaimer code created by GMSuerte.</small>[/size][/color]</center></p><p style="text-align: center;"> <button id="disclaimer-disagree" type="button" onclick="window.location.assign('/community/frontpage')">Disagree and be redirected.</button><button id="disclaimer-agree" type="button" onclick="document.getElementById('oneTimePopUpContainer').style.display = 'none';">Agree and continue.</button></p></div></div><!-- CSS --><style>#oneTimePopUpContainer {position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: black;z-index: 9999;}#oneTimePopUp {text-align: justify;margin-left: auto;margin-right: auto;max-width: 100%;width: 50%;min-width: 20em;margin-top: 12%;}</style><!--break-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement