git.fiddlerwoaroof.com
css/myjQModal.css
7166c650
 .handyModal-wrapper {
523cbe71
   display: none;
   position: fixed;
   top: 0px;
   left: 0px;
   height: 100%;
   width: 100%;
7e163d74
   z-index: 999;
523cbe71
 }
7e163d74
 
7166c650
 .handyModal-wrapper {
523cbe71
   background: hsla(0,0%,25%,0.5);
 }
7e163d74
 
7166c650
 .handyModal-wrapper.open {
523cbe71
   display: block;
 }
 
7166c650
 .handyModal-wrapper > div.handyModal {
523cbe71
   border: thin solid black;
   box-shadow: 0em 0em 0.1em #ccc;
   width: auto;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   overflow: hidden;
   box-shadow: 0em 0em 0.2em #444;
eb55d6ab
   background: white;
523cbe71
 }
 
7166c650
 div.handyModal > div {
523cbe71
   position: relative;
   width: 100%;
   height: 100%;
 }