Added popupback and dhelp classes
This commit is contained in:
parent
7b1cd91704
commit
86ff6bd4ab
1 changed files with 25 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue