Files
automatic-dispose/html/iframes.html
2018-11-24 14:43:59 +01:00

55 lines
1.6 KiB
HTML
Executable File

<div id="adis-frame-wrapper" style="display: none; opacity: 0">
<iframe id="adis-ownmissions-frame" name="adis-ownmissions" mission_id="empty" src=""></iframe>
<iframe id="adis-plannedevents-frame" name="adis-plannedevents" mission_id="empty" src=""></iframe>
<iframe id="adis-verbandmission-frame" name="adis-verbandmission" mission_id="empty" src=""></iframe>
<iframe id="adis-verbandmission-event-frame" name="adis-verbandmission-event" mission_id="empty" src=""></iframe>
<iframe id="adis-krankentransporte-frame" name="adis-krankentransporte" mission_id="empty" src=""></iframe>
<iframe id="adis-sprechwunsch-rescue-frame" name="adis-sprechwunsch-rescue" vehicle_id="empty" src=""></iframe>
<iframe id="adis-sprechwunsch-police-frame" name="adis-sprechwunsch-police" mission_id="empty" src=""></iframe>
</div>
<style>
#adis-frame-container {
width: 100%;
height: 100vh;
padding: 4% 10%;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
z-index: 2010;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.48);
}
#adis-frame-wrapper {
width: 100%;
height: 100%;
padding: 32px;
position: relative;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
background: #eeeeee;
border-radius: 4px;
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.32);
}
#adis-frame-wrapper>iframe {
width: 100%;
height: 50%;
border: 0px;
}
</style>