ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF  x x ?? C         ?? C   ?à   " ??     ?? μ  } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú??     ?? μ   w !1AQ aq"2?B‘?±á #3Rebr?{ gilour

File "_modal.scss"

Full Path: /home/zcziejy/ryadselyen/res/scss/view/_modal.scss
File size: 1.4 KB
MIME-type: text/plain
Charset: utf-8

div.sp-modal-shade {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top - blame WP-admin for the z-index battle . */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background: rgb(0,0,0); /* Fallback color */
    background: rgba(0,0,0,0.4); /* Black w/ opacity */
    opacity: 0.4; // doesn't work without this for some reason?
}
div.shortpixel-modal {
    background-color: #fefefe;
    /*margin: 8% auto;  15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
    min-width: 300px; /* Could be more or less, depending on screen size */
    z-index: 999999; /* Z-index wars :/ */
    position: fixed;
    top: 10%;
    left: 50%;
    max-height: 90%;
    overflow-y: auto;
    .sp-close-button, button.sp-close-upgrade-button
    {
      float: right;
      margin-top: 0px;
      background: transparent !important;
      border: none;
      font-size: 22px;
      line-height: 10px;
      cursor: pointer;

    }
    .sptw-modal-spinner {
        background-image: url("../img/spinner2.gif");
        background-repeat: no-repeat;
        background-position: center;
    }

}

div.sp-modal-title {
    font-size: 22px;
}
div.sp-modal-body {
    margin-top: 10px;
}