Added popupback and dhelp classes

This commit is contained in:
pezcurrel 2022-12-30 09:14:43 +01:00
parent 7b1cd91704
commit 86ff6bd4ab

View file

@ -427,6 +427,31 @@ img {
background-color: transparent;
font-size: 9pt;
}
#popupback {
display: none;
position: fixed;
z-index: 4;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000000aa;
}
.dhelp {
position: absolute;
z-index: 5;
width: 500px;
background-color: white;
color: black;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 20px;
}
.dhelp p {
margin: 0;
padding: 0;
}
@media only screen and (max-width:540pt) {
.intro, .introe {