Template:MapLightbox: Difference between revisions
Created page with "<includeonly><a href="#" class="open-map-lightbox">📍 View map</a> <div id="map-lightbox" style="display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.75); z-index:10000;"> <div style="position:relative; width:90%; max-width:1000px; height:80%; margin:5% auto; background:#000;"> <iframe src="{{{1}}}" style="width:100%; height:100%; border:none;"></iframe> <button id="close-map-lightbox" style="position:absolute; top:10..." |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><a href="#" class="open-map-lightbox">📍 View map</a> | <includeonly><nowiki><a href="#" class="open-map-lightbox">📍 View map</a></nowiki> | ||
<div id="map-lightbox" style="display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.75); z-index:10000;"> | <div id="map-lightbox" style="display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.75); z-index:10000;"> | ||
<div style="position:relative; width:90%; max-width:1000px; height:80%; margin:5% auto; background:#000;"> | <div style="position:relative; width:90%; max-width:1000px; height:80%; margin:5% auto; background:#000;"> |