#SaveJavascript

This commit is contained in:
Lilian Roller 2019-03-21 11:34:34 +01:00
parent deff64206e
commit 65aea893c4
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -188,7 +188,7 @@
#}
<div id="overwrite" style="z-index: 1 !important; position: fixed !important; top: 10%; left: 15%; width: 70%; text-align: center; background: white; color: black; padding:30px;font-size: 9pt; text-decoration: none">
<div id="overwrite" style="display: none; z-index: 1 !important; position: fixed !important; top: 10%; left: 15%; width: 70%; text-align: center; background: white; color: black; padding:30px;font-size: 9pt; text-decoration: none">
<style type="text/css">
a:link{color:#300;}
a:visited{color:#511;}
@ -222,6 +222,7 @@ Wenn Sie unsere Kritik an der geplanten Urheberrechtsreform teilen, werden Sie a
<script>
document.getElementById("block_me").style.opacity = "0.023";
document.getElementById("overwrite").style.display = "block";
</script>