#SaveJavascript
This commit is contained in:
parent
deff64206e
commit
65aea893c4
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue