body {font-family: Arial, Helvetica, sans-serif;} .blurred { position: relative; z-index: 500; filter: blur(4px); } .ac-wrapper { position: fixed; padding-top: 10px; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ backdrop-filter: blur(5px); z-index: 1001; } @supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) { .ac-wrapper { background-color: rgba(0, 0, 0, .8); background: url(https://www.eu-schwerbehinderung.eu/images/intern/OpacityBlur.png); } } .popup { position: center; /* Stay in place */ z-index: 1; /* Sit on top */ padding: 20px; padding-top: 10px; /* Location of the box */ overflow: auto; /* Enable scroll if needed */ background-color: #fefefe; border: 2px solid #004f80; border-radius: 15px; box-shadow: 5px 10px 8px 10px #888888; width: 80%; margin: auto; background-color: rgba(0,0,0,0,0.8); /* Black w/ opacity */ } #start-ac-wrapper { visibility: hidden; } #MyID { visibility: hidden; } .PayButtonEUS { border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block;
Dieser Beitrag wurde original veröffentlicht auf: link zum Beitrag