Media

.pdf-modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:9999;justify-content:center;align-items:center;}
.pdf-modal-overlay.active{display:flex;}
.pdf-modal-box{background:#fff;width:90%;max-width:860px;height:88vh;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 40px rgba(0,0,0,0.4);}
.pdf-modal-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#23282d;color:#fff;font-family:sans-serif;font-size:14px;}
.pdf-modal-close{background:none;border:none;color:#fff;font-size:22px;cursor:pointer;line-height:1;}
.pdf-modal-iframe{flex:1;border:none;width:100%;}

Document

function openPdfModal(url, title) {
document.getElementById(‘pdfModalFrame’).src = url;
document.getElementById(‘pdfModalTitle’).textContent = title;
document.getElementById(‘pdfModal’).classList.add(‘active’);
}
function closePdfModal() {
document.getElementById(‘pdfModal’).classList.remove(‘active’);
document.getElementById(‘pdfModalFrame’).src = ”;
}
document.getElementById(‘pdfModal’).addEventListener(‘click’, function(e){
if(e.target === this) closePdfModal();
});
document.addEventListener(‘keydown’, function(e){
if(e.key === ‘Escape’) closePdfModal();
});

Pro Life Choice


A Plea for Responsible Sexuality


In the Media