Changeset 1882594
- Timestamp:
- 05/28/2018 01:17:28 PM (8 years ago)
- File:
-
- 1 edited
-
dsgvo/trunk/eu-dsgvo-helper.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dsgvo/trunk/eu-dsgvo-helper.php
r1882522 r1882594 4 4 Plugin Name: EU DSGVO Helper 5 5 Description: This Plugin will be further developed. It so far caches google webfonts locally and replaces youtube embeded videos with a preview-image which becomes an embeded video on-click. Removes Emojis. More functions will be added soon. 6 Version: 1.0.3. 16 Version: 1.0.3.2 7 7 Author: Eric Marten 8 8 Author URL: https://www.herr-marten.de/ … … 285 285 ob_start(); ?> 286 286 287 <div style="position:fixed; z-index:99999; top:0;bottom:0;left:0;right:0;height:100%;width:100%; background:rgba(0,0,0,0.5); cursor:pointer;" onclick="if(event.target===this) { jQuery(this).remove(); }">288 <div style="background:#fff; padding:30px 15px; cursor:default; position:absolute; bottom:0; width: 100%; left:0; right:0;">287 <div id="dsgvo_cookie_note" onclick="if(event.target===this) { jQuery(this).remove(); }"> 288 <div class="cn_content" style=""> 289 289 <div class="wrapper"> 290 290 <div style="float:right; cursor:pointer; font-size:24px;" onclick="jQuery(this).parent().parent().parent().remove();">×</div><h1 style="margin:0; padding:0 0 15px 0;">Informationen zum Datenschutz</h1> … … 294 294 </div> 295 295 </div> 296 <style type="text/css"> 297 298 299 #dsgvo_cookie_note .wrapper , #dsgvo_cookie_note .wrapper * , #dsgvo_cookie_note, #dsgvo_cookie_note * , #dsgvo_cookie_note .cn_content 300 { 301 background:transparent; 302 box-shadow:none; 303 -webkit-border-radius:0; 304 border-radius:0; 305 } 306 307 #dsgvo_cookie_note 308 { 309 position:fixed; z-index:99999; top:0;bottom:0;left:0;right:0;height:100%;width:100%; background:rgba(0,0,0,0.5); cursor:pointer; 310 } 311 312 #dsgvo_cookie_note .cn_content 313 { 314 background:#fff; padding:30px 15px; cursor:default; position:absolute; bottom:0; width: 100%; left:0; right:0; 315 } 316 </style> 296 317 297 318
Note: See TracChangeset
for help on using the changeset viewer.