Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
clone
/
wp-conte...
/
plugins
/
poptin
/
assets
/
css
•
File:
poptin-admin.css
•
Content:
/* Poptin base style */ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap'); /* reset */ input { box-sizing: border-box; } a:focus { box-shadow: none; } .d-flex { display: flex; } .d-flex.align-center { align-items: center; } .d-flex.justify-center { justify-content: center; } .d-flex.justify-end { justify-content: flex-end; } .d-flex.justify-start { justify-content: flex-start; } .d-flex.justify-space-between { justify-content: space-between; } .d-flex.flex-column { flex-direction: column; } /* END Reset */ .poptinWrap { font-family: 'Open Sans', sans-serif; width: 1078px; direction: ltr; margin: 21px auto 25px; height: 718px; max-height: 810px; background: #f9faff; padding: 32px; box-sizing: border-box; box-shadow: 0px 3px 6px -4px rgba(54, 42, 109, 0.12), 0px 6px 16px rgba(54, 42, 109, 0.08), 0px 9px 28px 8px rgba(54, 42, 109, 0.05); border-radius: 20px; position: relative; } .poptinWrap:not(:first-child) { height: 810px; } .poptinContentBox { width: 480px; height: 100%; position: relative; background: #FFFFFF; border: 1px solid #E9EDF7; flex-basis: 50%; box-sizing: border-box; border-radius: 20px; z-index: 1000; padding: 32px; box-sizing: border-box; } .poptinContentBox .poptinView { margin-top: 97px; } .poptin .input-controls label { color: #999; font-size: 16px; font-weight: normal; position: absolute; pointer-events: none; top: 18px; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; left: 16px; font-family: Poppins; } input { font-size: 14px; padding: 10px 10px 10px 5px; display: block; width: 100%; border: none; border-bottom: 1px solid #ccc; transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1); } input:focus { outline: none; } /* active state */ .poptin .input-controls input:focus, .poptin .input-controls input.active { box-shadow: 0 0 0 3px rgb(119 97 223 / 10%); -webkit-box-shadow: 0 0 0 3px rgb(119 97 223 / 10%); -moz-box-shadow: 0 0 0 3px rgb(119 97 223 / 10%); } .poptin .input-controls input.active~label, .poptin .input-controls input:focus~label { top: 8px; width: fit-content; left: 16px; font-size: 12px; color: #9281E5; padding: 0 2px; } /* */ .poptinContentBox .poptinView input.error { border: 1px solid #FF164E; } .poptinContentBox .poptinView input { background: #FFFFFF; border: 1px solid #E0E5F2; box-sizing: border-box; border-radius: 12px; width: 100%; height: 54px; font-family: Poppins; font-style: normal; font-weight: 400; font-size: 16px; line-height: 100%; padding-left: 16px; color: #1E1939 !important; padding-top: 18px; } .poptinContentBox .poptinView input:hover, .poptin .input-controls input.active { border: 1px solid rgba(119, 97, 223, 0.8); font-size: 16px; line-height: 100%; } .poptinContentBox .poptinView input:hover { color: #1E1939 !important; } .poptinContentBox .poptinView input:focus { border: 1px solid rgba(119, 97, 223, 0.8); outline: none !important; } .poptinContentBox .tooltip-enable { position: relative; } .poptinContentBox .tooltip-enable .tooltip img { margin-right: 7px; } .poptinContentBox .tooltip-enable .tooltip a { /* margin-left:px; */ color: #7761DF; text-decoration: none; } .poptinContentBox .tooltip-enable .tooltip { position: absolute; bottom: 97%; width: 92%; height: 48px; background: #FFFFFF; border: 1px solid #E9EDF7; box-sizing: border-box; box-shadow: 0px 2px 8px rgba(29, 24, 56, 0.15); border-radius: 12px; padding: 0px 16px; font-family: Poppins; font-weight: 500; font-size: 14px; line-height: 140%; color: #362A6D; } .poptinContentBox .tooltip-enable .tooltip::after { content: ""; position: absolute; top: 100%; left: 10%; margin-left: -5px; border-width: 12px; border-style: solid; border-color: #FFFFFF transparent transparent transparent; } .poptinContentBox .poptinLogged .poptinView button, .poptinContentBox .poptinLogged .poptinView a.cbutton { margin-top: 100px; } .poptinContentBox .poptinLogged .poptinView .other-links span { font-family: Poppins; font-style: normal; font-weight: 400; font-size: 16px; line-height: 140%; text-align: center; color: #1E1939; margin-top: 12px; max-width: 312px; } .poptinContentBox .poptinLogged .poptinView .footer { position: absolute; bottom: 20px; } .poptinContentBox .poptinLogged .poptinView .footer .important-note { background: #F5F6FA; border-radius: 12px; padding: 16px; width: 100%; } .poptinContentBox .poptinLogged .poptinView .footer p a { color: #1E1939; } .poptinContentBox .poptinLogged .poptinView .footer p a:hover { color: rgba(119, 97, 223, 1); } .poptinContentBox .poptinLogged .poptinView .footer p { margin: 0px 5px; font-family: Poppins; font-weight: 400; font-size: 13px; line-height: 150%; color: #1E1939; max-width: 320px; } .poptinContentBox .poptinView form .other-links, .poptin .pplogout a, .poptinContentBox .poptinView form .other-links a { font-family: Poppins; font-style: normal; font-weight: 600; font-size: 16px; line-height: 100%; color: #707EAE; text-align: center; margin-top: 24px; text-decoration: none; } .poptinLearnMore a, .poptin .pplogout a, .poptinContentBox .poptinView form .other-links a { padding: 8px 12px; box-sizing: border-box; } .poptinLearnMore a, .poptin .pplogout a, .poptinContentBox .poptinView form .other-links a { border-radius: 40px; } .poptinLearnMore a:hover, .poptin .pplogout a:hover, .poptinContentBox .poptinView form .other-links a:hover { background: rgba(112, 126, 174, 0.1); border-radius: 40px; } .poptinContentBox .poptinView form { margin-top: 83px; } .poptinContentBox .poptinView form.ppFormLogin { margin-top: 106px; } .poptinContentBox .poptinView form .user-id a { font-family: Poppins; font-style: normal; font-weight: 500; font-size: 12px; line-height: 100%; color: #707EAE; margin-bottom: 8px; text-decoration: none; } .poptin a.cbutton { display: flex; align-items: center; justify-content: center; text-align: center; text-decoration: none; } .poptin button, .poptin a.cbutton { width: 100% !important; height: 48px !important; background: linear-gradient(180deg, #7761DF 0%, #5335DD 100%); border-radius: 12px; border: none; margin-top: 16px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 100%; color: #FFFFFF; text-shadow: 0px 4px 4px rgba(18, 14, 35, 0.15); cursor: pointer; box-shadow: 0px 3px 6px -4px rgba(119, 97, 223, 0.32), 0px 6px 16px rgba(119, 97, 223, 0.28), 0px 9px 28px 8px rgba(119, 97, 223, 0.18); -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; } .poptin button:hover, .poptin a.cbutton:hover { background: linear-gradient(0deg, rgba(24, 0, 138, 0.4), rgba(24, 0, 138, 0.4)), linear-gradient(180deg, #7761DF 0%, #5335DD 100%); box-shadow: 0px 7px 6px -4px rgba(119, 97, 223, 0.32), 0px 10px 16px rgba(119, 97, 223, 0.28), 0px 13px 28px 8px rgba(119, 97, 223, 0.28); } .poptinContentBox .poptinView button img, .poptinContentBox .poptinView a.cbutton img { margin-left: 10px; } .poptinContentBox .poptinView .title { font-family: Poppins; font-style: normal; font-weight: bold; font-size: 36px; color: #362A6D; } .poptinContentBox .poptinView .description span { font-size: 23px; } .poptinContentBox .poptinView .description { font-family: Poppins; font-style: normal; font-weight: 600; font-size: 16px; line-height: 140%; color: #362A6D; } .poptinContentBox .poptinContentFoot { position: absolute; width: 257px; height: 80px; left: 0px; bottom: 0px; background: linear-gradient(0deg, rgba(223, 219, 249, 0.17), rgba(223, 219, 249, 0.17)), #FFFFFF; border: none; border-top: 1px solid #E9EDF7; border-right: 1px solid #E9EDF7; box-sizing: border-box; border-radius: 0px 20px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13px; color: #7F8BB5; padding: 0px 5px; } .poptinContentBox .poptinContentFoot span { max-width: 189px; } .poptinContentBox .poptinContentFoot img { width: 20px; height: 20px; } .poptinContentBox .poptinContentFoot.poptinWalkthroughVideoTrigger:hover .play-button { width: 56px; height: 56px; background: rgba(119, 97, 223, 0.3); box-shadow: 0px 8px 16px rgba(211, 203, 245, 0.8); } .poptinContentBox .poptinContentFoot .play-button img { margin-left: 10%; } .poptinContentBox .poptinContentFoot.poptinWalkthroughVideoTrigger { cursor: pointer; } .poptinContentBox .poptinContentFoot .play-button { width: 48px; height: 48px; border-radius: 50%; background: rgba(119, 97, 223, 0.3); box-shadow: 0px 4px 8px rgba(211, 203, 245, 0.8); transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1); } .poptinFeaturesBox { flex-basis: 50%; margin-left: 50px; padding: 10px; box-sizing: border-box; padding-top: 41px; } .poptinFeaturesBox .poptinFeatures { z-index: 1000; position: relative; } .poptinFeaturesBox>img { position: absolute; bottom: 0; right: 0; z-index: 0; border-radius: 0px 0px 20px 0px; } .poptinFeaturesBox .poptinFeatures .poptinFeaturesTitle { font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 140%; /* or 25px */ color: #362A6D; } .poptinFeaturesBox .poptinFeatures .poptinFeaturesList ul { margin-top: 25px; } .poptinFeaturesBox .poptinFeatures .poptinFeaturesList ul li { font-family: Poppins; font-style: normal; font-weight: 300; font-size: 16px; line-height: 140%; color: #362A6D; display: flex; align-items: center; } .poptinFeaturesBox .poptinFeatures .poptinFeaturesList ul li:not(:first-child) { margin: 20px 0px; } .poptinFeaturesBox .poptinFeatures .poptinFeaturesList ul li img { margin-right: 10px; } .poptinFeaturesBox .poptinFeatures .poptinTestimonials>div { margin-top: 5px; } .poptinFeaturesBox .poptinFeatures .poptinTestimonials .review { font-family: Poppins; font-style: italic; font-weight: normal; font-size: 14px; line-height: 150%; text-align: center; color: #362A6D; margin-top: 15px; max-width: 400px; } .poptinFeaturesBox .poptinFeatures .poptinTestimonials .poptinNameCompany { font-family: Poppins; font-style: normal; font-weight: 600; font-size: 14px; line-height: 140%; color: #362A6D; margin-left: 12px; } .poptinFeaturesBox .poptinFeatures .poptinTestimonials img { border-radius: 12px; } .poptinFeaturesBox .poptinFeatures .poptinTestimonials div.bar { width: 64px; height: 0px; left: 763px; top: 492px; margin-top: 15px; border-top: 1px solid #7F8BB5; border-radius: 32px; } .poptinWrap>.title { font-family: Poppins; font-weight: 500; font-size: 22px; line-height: 140%; text-transform: capitalize; color: #362A6D; text-align: center; } .poptinWrap .customersReview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; grid-template-rows: repeat(3, auto); margin-top: 30px; } .poptinWrap .customersReview .poptinCustomer { padding: 24px; background: #FFFFFF; border: 1px solid #E9EDF7; box-sizing: border-box; border-radius: 20px; } .poptinWrap .customersReview .poptinCustomer .poptinNameCompany { font-family: Poppins; font-style: normal; font-weight: 600; font-size: 14px; line-height: 140%; color: #1E1939; } .poptinWrap .customersReview .poptinCustomer img { width: 64px; background: linear-gradient(319.09deg, rgba(119, 97, 223, 0.2) 6.53%, rgba(119, 97, 223, 0) 94.48%), url(image.png); box-shadow: 0px 3px 6px -4px rgba(54, 42, 109, 0.12), 0px 9px 28px 8px rgba(54, 42, 109, 0.05); filter: drop-shadow(0px 6px 16px rgba(54, 42, 109, 0.08)); border-radius: 12px; margin-right: 16px; } .poptinWrap .customersReview .poptinCustomer .review { font-family: Poppins; font-style: italic; font-weight: 400; font-size: 14px; line-height: 150%; color: #1E1939; margin-top: 16px; } .poptinWrap .marketplace { margin-top: 20px; } .poptinWrap .marketplace>div .pipe { width: 2px; height: 64px; left: 558.16px; top: 637px; margin-right: 10px; background: #E9EDF7; border-radius: 32px; } .poptinWrap .marketplace>div { font-family: Poppins; font-style: normal; font-weight: 600; font-size: 14px; line-height: 140%; color: #7F8BB5; /* border-left: 2px solid #E9EDF7; */ padding-left: 8px; margin: 0px 20px; } .poptinWrap .marketplace>div>div>img { width: 94px; height: 26px; } .poptinWrap .marketplace>div>div>img.wordpress { width: 120px; } .poptinWrap .marketplace>div>div>div { margin-top: 16px; } .poptinLearnMore { position: absolute; bottom: 0; width: 100%; left: 0; overflow-y: hidden; } .poptinLearnMore img.parrot { margin-top: 25px; /* margin-bottom: -30px; */ } .poptinLearnMore span { margin-top: 30px; margin-bottom: -30px; } .poptinLearnMore span a img { margin-bottom: -4px; } .poptinLearnMore span, .poptinLearnMore a { font-family: Poppins; font-style: normal; font-weight: 600; font-size: 14px; line-height: 100%; text-align: center; color: #707EAE; text-decoration: none; } .poptin .modal, .poptin .modal-backdrop.fade { background: rgba(30, 25, 57, 0.4); backdrop-filter: blur(4px); } .modal .content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: fit-content; width: fit-content; } .poptin .modal .card { position: relative; height: fit-content; } .poptin .modal .card h3 { font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; text-align: center; color: #362A6D; margin: 40px 0px 5px 0px; } .poptin .modal .card h4 { margin: 10px; font-family: Poppins; font-style: normal; font-weight: 400; font-size: 16px; line-height: 150%; text-align: center; color: #362A6D; max-width: 312px; } .poptin .modal .card>button { margin-top: 70px; } .poptinContentBox .poptinLogged .poptinView .footer .pplogout { margin-top: 24px !important; } .poptinContentBox .poptinLogged .poptinView .footer .pplogout, .poptin .modal .card .cancel-text { font-family: Poppins; font-style: normal; font-weight: 600; font-size: 16px; line-height: 100%; color: #707EAE; margin: 16px 0px 20px 0px; cursor: pointer; width: 100%; height: fit-content; text-align: center; } #whereIsMyId.modal .card { max-width: 950px; width: 900px !important; height: fit-content; background: #FFFFFF; border: 1px solid #E9EDF7; box-sizing: border-box; box-shadow: 0px 3px 6px -4px rgba(54, 42, 109, 0.12), 0px 6px 16px rgba(54, 42, 109, 0.08), 0px 9px 28px 8px rgba(54, 42, 109, 0.05); border-radius: 12px; padding: 40px; } #poptinExplanatoryVideo.modal .card h3 { margin: 1em 0; } #poptinExplanatoryVideo.modal .card { max-width: 950px; width: 905px !important; height: fit-content; background: #FFFFFF; border: 1px solid #E9EDF7; box-sizing: border-box; box-shadow: 0px 3px 6px -4px rgba(54, 42, 109, 0.12), 0px 6px 16px rgba(54, 42, 109, 0.08), 0px 9px 28px 8px rgba(54, 42, 109, 0.05); border-radius: 12px; padding: 50px 10px; } .poptin .modal .card .close-button { position: absolute; top: 12px; right: 12px; cursor: pointer; padding: 8px; box-sizing: border-box; height: 32px; width: 32px; display: flex; align-items: center; justify-content: center; } .poptin .close-button, /* .poptin button, */ .poptin a, .poptin .poptinLearnMore span { transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1); -moz-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1); -webkit-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1); } .poptin .modal .card .close-button:hover { border-radius: 50%; background: #F1F2F7; } #whereIsMyId.modal .card .card-content img { width: 256px; } #whereIsMyId.modal .card .card-content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; } #whereIsMyId.modal .card .card-content>div .step { height: 32px; flex-basis: 30%; max-width: 32px !important; border-radius: 50%; background: rgba(228, 223, 249, 0.6); font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 100%; color: #7761DF; margin-top: 12px; margin-right: 12px; } #whereIsMyId.modal .card .card-content>div .step-description { font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 150%; color: #362A6D; } #whereIsMyId.modal .card .card-content, #whereIsMyId.modal .card .card-content>div { height: fit-content; } #whereIsMyId.modal .card .foot button { cursor: pointer; } #byebyeModal.modal .card button { margin-bottom: 20px; } #whereIsMyId.modal .card .foot { width: 376px; } #whereIsMyId.modal .card .title { font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 100%; text-align: center; color: #362A6D; margin: 0px 0px 30px 0px; } #lookfamiliar.modal .card, #byebyeModal.modal .card, #makingsure.modal .card { width: 480px; /* height: 340px; */ border: 1px solid #E9EDF7; box-sizing: border-box; box-shadow: 0px 3px 6px -4px rgba(54, 42, 109, 0.12), 0px 6px 16px rgba(54, 42, 109, 0.08), 0px 9px 28px 8px rgba(54, 42, 109, 0.05); border-radius: 12px; } #makingsure.modal .card { overflow: hidden; } #makingsure.modal .card>img { position: absolute; left: -10%; width: 76px; height: 146px; bottom: 28%; animation: run 1s linear 0.5s; -webkit-animation: run 1s linear 0.5s; animation-fill-mode: forwards; } @-webkit-keyframes run { 0% { left: -10%; } 100% { left: 0; } } #whereIsMyId.modal .card .card-content img { border: none !important; } /* Poptin progress loader */ .lds-ellipsis { display: inline-block; position: relative; width: 80px; top: -10px; left: -10px; } .lds-ellipsis div { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #fff; animation-timing-function: cubic-bezier(0, 1, 1, 0); } .lds-ellipsis div:nth-child(1) { left: 8px; animation: lds-ellipsis1 0.6s infinite; } .lds-ellipsis div:nth-child(2) { left: 8px; animation: lds-ellipsis2 0.6s infinite; } .lds-ellipsis div:nth-child(3) { left: 32px; animation: lds-ellipsis2 0.6s infinite; } .lds-ellipsis div:nth-child(4) { left: 56px; animation: lds-ellipsis3 0.6s infinite; } @keyframes lds-ellipsis1 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes lds-ellipsis3 { 0% { transform: scale(1); } 100% { transform: scale(0); } } @keyframes lds-ellipsis2 { 0% { transform: translate(0, 0); } 100% { transform: translate(24px, 0); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List