Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/cartflows   php

Repository URL to install this package:

Version: 1.6.11 

/ css / import.css

.no-elementor-notice{
    border-left: none;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
}
.no-elementor-notice span{
    color: #f16334;
    font-size: 18px;
    vertical-align: middle;
}

.site-preview {
    background: #c5c5c5;
    display: block;
    overflow: hidden;
    position: relative;
    max-height: 180px;
    -webkit-backface-visibility: hidden;
}

.template.importing .site-preview:after,
.template:hover .site-preview:after {
    opacity: 0.3;
}
.template.importing .site-preview,
.template:hover .site-preview {
    background: #fff;
    cursor: pointer;
}
.template .site-preview:after {
    content: "";
    background: #fff;
    opacity: 0;
    top: 0;
    content: "";
    display: block;
    top: 0;
    position: absolute;
    padding-top: 66.66666%;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    left: 0;
    right: 0;
    bottom: 0;
}

.template .notice {
    padding: .6em;
    background: rgba(0,0,0,.8);
    color: #fff;
    font-weight: 400;
    border: none;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    width: 100%;
    /* height: 100%; */
    vertical-align: middle;
    bottom: 0%;
    margin: 0px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    right: 0%;
    left: 0%;
    z-index: 4;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 0px;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    -webkit-font-smoothing: antialiased;
}

.template .notice a{
    color: #f16334;
}

.template .notice p{
    padding: 0px;
    margin: 0px;
}

#wcf_create_notice{
    display: none;
}

.preview:focus,
.preview:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.preview {
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 22%;
    left: 22%;
    z-index: 4;
    background: #23282d;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 13px;
    text-shadow: 0 1px 0 rgba(0,0,0,.6);
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    padding: 10px 12px;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.template-id-container {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 10px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    background: rgba(255,255,255,0.65);
    position: relative;
}

.template-actions {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    padding: 5px 5px 0 5px;
    background: rgba(244, 244, 244, 0.7);
    border-left: 1px solid rgba(0,0,0,0.05);
}
.wcf-step-content .template-actions,
.template.importing .template-actions,
.template.importing .preview,
.template:hover .template-actions,
.template:hover .preview {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.wcf-remote-list .template {
    /*margin: 15px;*/
    position: relative;
    overflow: hidden;
    /*box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.3);*/
}

.wcf-remote-list h3 {
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: left;    
}

.wcf-remote-list img {
    max-width: 100%;
    vertical-align: middle;
}

.wcf-remote-list * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*** ------- **/

#cartflows-steps-list img {
    width: 100%;
}

#cartflows-steps-list .title {
    font-weight: bold;
    color: #474747;
    line-height: 2;
    background: #f7f7f7;
    padding: 0.5em 1em;
}

#cartflows-steps-list .image-wrap {
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

#cartflows-steps .close
{
    display: inline-block;
    padding: 2em;
    cursor: pointer;
}
/**
 * Intro
 */

.template-message-block {
    text-align: center;
    margin: 0 auto;
    padding: 4em 0; 
}

.templator #TB_ajaxContent {
    width: 100% !important;
}

.template-message-block .description {
    font-style: normal;
}

.template-message-block .spinner {
    float: none;
    margin: 0;
}

.cartflows-steps-popup {
    position: fixed;
    left: 0;
    right:  0;
    top: 0;
    bottom:  0;
    z-index: 99999;
    background: #fff;
    overflow-y: scroll;
}

.cartflows-steps-popup .notice {
    max-width: 700px;
    margin:  0 auto;
}

body.cartflows-popup-is-open {
    /*overflow: hidden;*/
}

.cartflows-load-steps-library .dashicons {
    height: auto;
    width: auto;
    line-height: normal;
    margin: 0 5px 0 0px;
    vertical-align: initial;
    font-size: 100%;
}

.cartflows-load-steps .dashicons {
    vertical-align: text-bottom;
}

/**
 * Preview
 */
/**
 * Full Width
 */
#TB_window {
    width: 100% !important;
    margin: 0em auto !important;
    text-align: center !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

#TB_iframeContent {
    width: 100% !important;
    height: 100% !important;
}

/* For general iPad layouts */
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
    #TB_iframeContent-wrapper {
        position: fixed;
        right: 0;
        bottom: 50px;
        left: 0;
        top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

#TB_window #TB_ajaxWindowTitle {
    font-size: 1.2rem;
    display: inline-block;
    width: auto;
    padding: 0;
}

#TB_window #TB_closeWindowButton {
    position: relative;
}

.tb-close-icon:before {
    vertical-align: middle;
}

/**
 * Popup
 */
#TB_window {
    text-align: center;
}
#TB_iframeContent.tablet {
    width: 768px !important;
    height: 1024px !important;
    background: #111;
    padding: 40px 10px 70px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
#TB_iframeContent.tablet.landscape {
    width: 1024px !important;
}
#TB_iframeContent.mobile {
    width: 360px !important;
    height: 640px !important;
    background: #111;
    padding: 40px 10px 70px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
Loading ...