first commit

This commit is contained in:
2024-11-10 21:08:49 +01:00
commit 0d932ce5ee
14455 changed files with 2567501 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
#lean_overlay {
position: fixed;
z-index:100101;
top: 0px;
left: 0px;
height:100%;
width:100%;
background: #000;
display: none;
}
#wptmmodal {
width: 90%;
height: 0px;
padding: 20px;
visibility: hidden;
z-index: 99999999 !important;
background: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}