first commit

This commit is contained in:
2026-03-05 13:07:40 +01:00
commit 64ba0721ee
25709 changed files with 4691006 additions and 0 deletions

View File

@@ -0,0 +1,344 @@
.FFxF_icon_setting {
position: relative;
top: 3px;
left: 3px;
display: inline-block;
}
.FFxF_icon_setting a {
color: #333;
text-decoration: none;
cursor: pointer;
}
span.thank {
position: absolute;
white-space: nowrap;
left: 43px;
top: -2px;
}
a#rating-1 {
position: absolute;
display: inline-block;
width: 19px;
height: 19px;
right: -28px;
top: 2px;
}
.animation_sku {
animation: color_inp 2.4s color_inp ease-in-out;
-webkit-animation: color_inp 2.3s ease-in-out;
}
p#sku_description,
#border_preiv {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 80%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px dashed #ccc;
position: relative;
top: 15px;
line-height: 15px;
}
p#sku_description span,
#border_preiv span {
padding: 10px;
}
p#sku_description .dashicons,
#border_preiv .dashicons {
font-size: 25px;
}
@-webkit-keyframes color_inp {
0% {
border-color: #ddd;
}
50% {
border-color: green;
}
100% {
border-color: #ddd;
}
}
@keyframes color_inp {
0% {
border-color: #ddd;
}
50% {
border-color: green;
}
100% {
border-color: #ddd;
}
}
a#rating-1:focus,
.FFxF_icon_setting a:focus {
color: unset;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0px solid transparent;
}
*[data-tooltip-left]:before,
*[data-tooltip-right]:before {
top: 28px !important;
}
*[data-tooltip-left]:after,
*[data-tooltip-right]:after {
top: 14px !important;
}
*[data-tooltip-left]:before {
border-width: 10.5px 0 10.5px 15px !important;
}
*[data-tooltip-right]:before {
border-width: 10.5px 15px 10.5px 0 !important;
}
.la {
position: absolute !important;
}
.img-circle {
background-color: #ffc720;
box-sizing: content-box;
-webkit-box-sizing: content-box;
}
.circlephone {
box-sizing: content-box;
-webkit-box-sizing: content-box;
border: 2px solid #ffc720;
width: 50px;
height: 50px;
position: absolute;
border-radius: 100%;
opacity: .5;
-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
animation: circle-anim 2.4s infinite ease-in-out !important;
-webkit-transition: all .5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
top: -18px;
left: -18px;
}
.circle-fill {
box-sizing: content-box;
-webkit-box-sizing: content-box;
background-color: #ffc720;
width: 36px;
height: 36px;
position: absolute;
border-radius: 100%;
border: 2px solid transparent;
-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
animation: circle-fill-anim 2.3s infinite ease-in-out;
-webkit-transition: all .5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
top: -11px;
left: -11px;
}
.img-circle {
box-sizing: content-box;
-webkit-box-sizing: content-box;
width: 26px;
height: 26px;
position: absolute;
border-radius: 100%;
border: 2px solid transparent;
opacity: .9;
margin: auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.img-circleblock {
box-sizing: content-box;
-webkit-box-sizing: content-box;
width: 26px;
height: 26px;
position: absolute;
}
.img-circleblock>span {
position: absolute;
margin: auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.img-circle:hover {
opacity: 1;
}
@keyframes pulse {
0% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
opacity: 1;
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
opacity: 1;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(0.95);
opacity: 1;
}
50% {
-webkit-transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(0.95);
opacity: 1;
}
}
@keyframes tossing {
0% {
-webkit-transform: rotate(-8deg);
transform: rotate(-8deg);
}
50% {
-webkit-transform: rotate(8deg);
transform: rotate(8deg);
}
100% {
-webkit-transform: rotate(-8deg);
transform: rotate(-8deg);
}
}
@-webkit-keyframes tossing {
0% {
-webkit-transform: rotate(-8deg);
}
50% {
-webkit-transform: rotate(8deg);
}
100% {
-webkit-transform: rotate(-8deg);
}
}
@-webkit-keyframes circle-anim {
0% {
-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
-webkit-opacity: .1;
}
30% {
-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
-webkit-opacity: .5;
}
100% {
-webkit-transform: rotate(0deg) scale(1) skew(1deg);
-webkit-opacity: .1;
}
}
@keyframes circle-anim {
0% {
-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
transform: rotate(0deg) scale(0.5) skew(1deg);
opacity: .1;
}
30% {
-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: .5;
}
100% {
-webkit-transform: rotate(0deg) scale(1) skew(1deg);
transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;
}
}
@-webkit-keyframes circle-fill-anim {
0% {
-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: .2;
}
50% {
-webkit-transform: rotate(0deg) scale(1) skew(1deg);
opacity: .2;
}
100% {
-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: .2;
}
}
@keyframes circle-fill-anim {
0% {
-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: .2;
}
50% {
-webkit-transform: rotate(0deg) scale(1) skew(1deg);
transform: rotate(0deg) scale(1) skew(1deg);
opacity: .2;
}
100% {
-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: .2;
}
}

View File

@@ -0,0 +1,876 @@
.slider {
-webkit-appearance: none;
width: 100%;
height: 15px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
-webkit-transition: opacity .2s;
transition: opacity .2s;
}
p.description {
position: relative;
z-index: 9;
}
span.skuautoffxf_separator {
font-weight: 700;
color: #000;
}
div#skuautoffxfid-description {
z-index: 9;
position: relative;
}
.wrapper_setting_ffxf h2 {
z-index: 9;
position: relative;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: #4CAF50;
cursor: pointer;
}
.center {
text-align: center;
}
.frame_modal_link {
margin: 0 !important;
padding: 0 !important;
}
iframe {
width: 100%;
height: 100%;
}
.recomendated_plugin_block h4 {
margin: 0;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #4CAF50;
cursor: pointer;
}
div#woocommerce_awooc_call_to_rate a {
z-index: 9;
display: inline-block;
position: relative;
}
#donate,
#donate_bottom {
color: #FFFFFF;
background-color: #82c785;
padding: 10px;
text-decoration: none;
display: inline-block;
margin-top: 30px;
border-radius: 4px;
}
#donate:hover,
#donate_bottom:hover {
background-color: #81bb84;
}
#donate_bottom {
background-color: #F44336;
}
div#hidden-content {
width: 90%;
height: 90%;
}
div#hidden-content iframe {
width: 100%;
height: 100%;
border: 0;
}
.wrapper_setting_ffxf {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
table.form-table th {
width: 27%;
}
.wrapper_setting_ffxf > .block_left {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
width: 60%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-webkit-box-orient: vertical;
margin-top: 20px;
margin-right: 15px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wrapper_setting_ffxf > .block_left > div {
width: 49%;
}
.wrapper_setting_ffxf > div:nth-child(2) {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 40%;
position: relative;
min-width: 255px;
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
background: #fff;
padding: 15px;
margin-top: 20px;
margin-right: 15px;
}
.air-join {
background: #607D8B;
border-radius: 4px;
padding: 10px;
color: #fff;
text-decoration: none;
margin: 10px 0 17px 0;
display: inline-block;
}
.air-join:hover, .air-join:focus{
background: #333;
color: #fff;
}
.postbox__ffxf {
width: 100%;
}
.wrapper_setting_ffxf .clear {
display: none;
}
.inside > span.dashicons,
.inside > span.dashicons-before:before {
font-size: 221px;
position: absolute;
z-index: 1;
color: #f1f1f1;
right: 0;
width: 221px;
height: 221px;
}
.inside h2,
.inside p,
.inside div,
.wrapper_setting_ffxf label,
.wrapper_setting_ffxf input,
.wrapper_setting_ffxf span {
z-index: 2;
position: relative;
}
.mass_generate {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (min-width: 1595px) {
/* Медиа запрос для - */
.mass_generate {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* Конец медиа запроса для - */
}
.inside hr {
border-top: 1px solid #8e8e8e;
z-index: 9;
position: relative;
margin: 15px 0;
}
a.thickbox.open-plugin-details-ffxf-modal {
border-bottom: 1px dashed #2c8bb9;
text-decoration: none;
}
.my_generic {
font-size: 350px;
position: absolute !important;
z-index: 1;
color: #f1f1f1;
right: 0;
width: 350px;
height: 350px;
}
.my_generic_two {
-webkit-animation-name: rotation_generic;
-webkit-animation-duration: 50s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotation_generic;
-moz-animation-duration: 50s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-o-animation-name: rotation_generic;
-o-animation-duration: 50s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
animation-name: rotation_generic;
animation-duration: 50s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@-webkit-keyframes rotation_generic {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotation_generic {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.recomendated_plugin_block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.recomendated_plugin_block > div {
padding: 0px 15px 0px 0;
}
.recomendated_plugin_block img {
max-width: 50px;
}
.recomendated_plugin_block p {
font-size: 11px;
}
#mainform > div > div:nth-child(2) > h2 {
font-size: 23px;
font-weight: 400;
margin: 0;
padding: 9px 0 4px 0;
line-height: 1.3;
}
.ffxf-modal-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: #fff;
opacity: 0;
visibility: hidden;
z-index: 40;
-moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
-o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
-webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
-webkit-transition-delay: 0s, 0s;
-webkit-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
transition: opacity 0.25s ease 0s, visibility 0.35s linear;
}
.ffxf-modal-overlay.state-show {
opacity: .7;
visibility: visible;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: 0.2s, 0s;
transition-duration: 0.2s, 0s;
}
.ffxf-modal-frame {
position: fixed !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 50 !important;
display: table;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-moz-box-align: center;
-webkit-box-pack: center;
justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
width: 100%;
text-align: center;
visibility: hidden;
}
.ffxf-modal-frame.state-appear {
visibility: visible;
}
.ffxf-modal-frame.state-appear .ffxf-modal-inset {
-webkit-animation: modalComeIn 0.25s ease;
animation: modalComeIn 0.25s ease;
visibility: visible;
/* to keep @ final state */
}
.ffxf-modal-frame.state-appear .ffxf-modal-body {
opacity: 1;
-webkit-transform: translateY(0) scale(1, 1);
transform: translateY(0) scale(1, 1);
}
.ffxf-modal-frame.state-leave {
visibility: visible;
}
.ffxf-modal-frame.state-leave .ffxf-modal-inset {
-webkit-animation: modalHeadOut 0.35s ease 0.1s;
animation: modalHeadOut 0.35s ease 0.1s;
visibility: visible;
}
.ffxf-modal-frame.state-leave .ffxf-modal-body {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transform: translateY(25px);
transform: translateY(25px);
}
@-moz-document url-prefix() {
.ffxf-modal-frame {
height: calc(100% - 55px);
}
}
.ffxf-modal {
display: block;
vertical-align: middle;
text-align: center;
}
.ffxf-modal-inset {
max-width: 600px;
position: relative;
padding: 40px 60px;
background-color: white;
min-width: 320px;
min-height: 126px;
margin: auto;
visibility: hidden;
-webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.ffxf-modal-inset .close, .ffxf-modal-inset .close_category {
display: block;
cursor: pointer;
position: absolute;
top: 10px;
right: 10px;
opacity: .4;
border-radius: 50px;
height: 40px;
width: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 999;
}
button.generate_button_category.disabled {
cursor: no-drop;
background: #757575;
-webkit-transition: 0.6s all;
transition: 0.6s all;
}
.ffxf-modal-inset .close:hover, .ffxf-modal-inset .close_category:hover {
opacity: 1;
}
.ffxf-modal-body {
margin: auto;
opacity: 0;
-webkit-transform: translateY(0) scale(0.8, 0.8);
transform: translateY(0) scale(0.8, 0.8);
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
transition-property: opacity, transform, -webkit-transform;
-webkit-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.ffxf-modal-body h3 {
font-weight: 700;
padding-bottom: 22px;
display: block;
text-align: center;
}
.ffxf-modal-body p {
padding-bottom: 0px;
}
.ffxf-modal-body .ps {
font-size: 12px;
opacity: .8;
font-style: italic;
}
@-webkit-keyframes modalComeIn {
0% {
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0.8, 0.8);
transform: scale(0.8, 0.8);
}
65.5% {
-webkit-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
}
100% {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes modalComeIn {
0% {
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0.8, 0.8);
transform: scale(0.8, 0.8);
}
65.5% {
-webkit-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
}
100% {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@-webkit-keyframes modalHeadOut {
0% {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) scale(1, 1);
transform: translateY(0) scale(1, 1);
}
100% {
visibility: hidden;
opacity: 0;
-webkit-transform: translateY(35px) scale(0.97, 0.97);
transform: translateY(35px) scale(0.97, 0.97);
}
}
@keyframes modalHeadOut {
0% {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) scale(1, 1);
transform: translateY(0) scale(1, 1);
}
100% {
visibility: hidden;
opacity: 0;
-webkit-transform: translateY(35px) scale(0.97, 0.97);
transform: translateY(35px) scale(0.97, 0.97);
}
}
.generate_button, .generate_button_category {
-webkit-appearance: none;
cursor: pointer;
outline: none;
border: none;
position: relative;
top: 50%;
display: block;
min-width: 10%;
line-height: 40px;
font-size: 14px;
margin: 0 auto;
padding: 0 30px;
background-color: #F2594B;
color: #FFF;
border-radius: 3px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 30px;
-webkit-transition: 0.6s all;
transition: 0.6s all;
}
.generate_button:hover, .generate_button_category {
background-color: #f46f63;
}
.load_posts_by_ajax {
background-color: #000 !important;
}
.my-posts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.my-posts > div {
width: 100%;
border-bottom: 1px solid #ccc;
margin-bottom: 5px;
padding-bottom: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.my-posts > div > div:last-child {
width: 40%;
}
.my-posts > div > div:first-child {
width: 60%;
}
.over {
overflow-y: auto;
max-height: 200px;
scrollbar-width: thin;
scrollbar-color: #333 #ccc;
padding: 15px 15px 0 0;
}
.over::-webkit-scrollbar-track {
background-color: #aeafae;
border-radius: 10px;
height: 1px;
border-top: 5px solid #fff;
border-bottom: 5px solid #fff;
}
.over::-webkit-scrollbar {
width: 4px;
background-color: #fff;
border-radius: 3px;
height: 11px;
}
.over::-webkit-scrollbar-thumb {
background-color: #24303e;
border-top: 3px solid #24303e;
border-bottom: 3px solid #24303e;
border-radius: 3px;
width: 4px;
}
.progress-pie-chart {
width: 200px;
height: 200px;
border-radius: 50%;
background-color: #E5E5E5;
position: relative;
transition: 2s all;
}
.progress-pie-chart.gt-50 {
background-color: #81CE97;
}
.ppc-progress {
content: "";
position: absolute;
border-radius: 50%;
left: calc(50% - 100px);
top: calc(50% - 100px);
width: 200px;
height: 200px;
clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
content: "";
position: absolute;
border-radius: 50%;
left: calc(50% - 100px);
top: calc(50% - 100px);
width: 200px;
height: 200px;
clip: rect(0, 100px, 200px, 0);
background: #81CE97;
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
transition: 2s all;
}
.gt-50 .ppc-progress {
clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
clip: rect(0, 200px, 200px, 100px);
background: #E5E5E5;
}
.ppc-percents {
content: "";
position: absolute;
border-radius: 50%;
left: calc(50% - 173.9130434783px / 2);
top: calc(50% - 173.9130434783px / 2);
width: 173.9130434783px;
height: 173.9130434783px;
background: #fff;
text-align: center;
display: table;
}
.ppc-percents span {
display: block;
font-size: 2.6em;
font-weight: bold;
color: #81CE97;
}
.pcc-percents-wrapper {
display: table-cell;
vertical-align: middle;
}
.progress-pie-chart {
margin: 0px auto 0;
}
.slr {
color: #81CE97;
white-space: nowrap;
display: inline-block;
overflow: hidden;
width: 109px;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
text-align: left;
margin-bottom: -4px;
}
p.title_product {
text-align: left;
display: flex;
align-items: center;
}
.title_product {
margin: 0;
padding: 0;
}
.title_product i {
color: #333;
}
p.title_product i {
font-size: 15px;
position: relative;
bottom: -3px;
}
div#TB_title:before {
content: '';
background: url(/wp-admin/images/spinner.gif);
background-repeat: no-repeat;
width: 20px;
height: 20px;
position: absolute;
margin: auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
}
div#postbox-container-5 {
width: 100%;
}
@media (max-width: 1207px) {
/* Медиа запрос для - */
.wrapper_setting_ffxf > .block_left > div {
width: 100%;
}
.wrapper_setting_ffxf > div:nth-child(2) {
width: 63%;
}
.inside > span.dashicons,
.inside > span.dashicons-before:before {
right: 32px;
}
.wrapper_setting_ffxf > .block_left > div {
width: 100%;
}
.wrapper_setting_ffxf > div:nth-child(2) {
width: 100%;
}
.wrapper_setting_ffxf {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wrapper_setting_ffxf > .block_left {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
margin-top: 20px;
margin-right: 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* Конец медиа запроса для - */
}

View File

@@ -0,0 +1,207 @@
/* --------------------------------- */
/* TOOLTIP CSS */
/* --------------------------------- */
*[data-tooltip] {
position: relative;
cursor: pointer;
text-align: center;
}
*[data-tooltip-mask] {
z-index: 999999;
-webkit-box-shadow: inset 0 0 0 500px rgba(190, 220, 170, 0), 0 0 0 5000px rgba(190, 220, 170, 0);
box-shadow: inset 0 0 0 500px rgba(190, 220, 170, 0), 0 0 0 5000px rgba(190, 220, 170, 0);
-webkit-transition: all 500ms 100ms;
transition: all 500ms 100ms;
cursor: help;
}
*[data-tooltip-mask]:hover {
-webkit-box-shadow: inset 0 0 0 500px rgba(190, 220, 170, 0.70), 0 0 0 5000px rgba(190, 220, 170, 0.70);
box-shadow: inset 0 0 0 500px rgba(190, 220, 170, 0.70), 0 0 0 5000px rgba(190, 220, 170, 0.70);
}
*[data-tooltip]:hover:before,
*[data-tooltip]:hover:after {
visibility: visible;
opacity: 1;
}
*[data-tooltip]:before {
visibility: hidden;
opacity: 0;
-webkit-transition: all 300ms 000ms cubic-bezier(0.25, 0, 0.15, 1.50);
transition: all 300ms 000ms cubic-bezier(0.25, 0, 0.15, 1.50);
}
*[data-tooltip]:hover:before {
-webkit-transition: all 300ms 200ms cubic-bezier(0.25, 0, 0.15, 1.50);
transition: all 300ms 200ms cubic-bezier(0.25, 0, 0.15, 1.50);
}
*[data-tooltip]:after {
visibility: hidden;
opacity: 0;
content: attr(data-tooltip);
line-height: 14px;
position: absolute;
z-index: 99;
padding: 5px 10px;
background: #333;
color: #fff;
font-size: 11px;
border-radius: 3px;
width: 250%;
max-width: 290px;
min-width: 140px;
-webkit-transition: all 300ms 100ms cubic-bezier(0.25, 0, 0.15, 1.50);
transition: all 300ms 100ms cubic-bezier(0.25, 0, 0.15, 1.50);
}
/* BOTTOM TOOLTIP */
*[data-tooltip]:before,
*[data-tooltip-bottom]:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 12.5px 15px 12.5px;
border-color: transparent transparent #333 transparent;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: -25px;
}
*[data-tooltip]:hover:before,
*[data-tooltip-bottom]:hover:before {
bottom: -17px;
left: -3px;
z-index: 100;
}
*[data-tooltip]:after,
*[data-tooltip-bottom]:after {
-webkit-transform: translate(-50%, 100%) scale(.8);
transform: translate(-50%, 100%) scale(.8);
left: 50%;
bottom: -14px;
}
*[data-tooltip]:hover:after,
*[data-tooltip-bottom]:hover:after {
-webkit-transform: translate(-50%, 100%) scale(1);
transform: translate(-50%, 100%) scale(1);
}
/* TOP TOOLTIP */
*[data-tooltip-top]:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 15px 12.5px 0 12.5px;
border-color: #333 transparent transparent transparent;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: inherit;
top: -25px;
}
*[data-tooltip-top]:hover:before {
bottom: inherit;
top: -15px;
}
*[data-tooltip-top]:after {
-webkit-transform: translate(-50%, -100%) scale(.8);
transform: translate(-50%, -100%) scale(.8);
left: 50%;
top: -10px;
bottom: inherit;
}
*[data-tooltip-top]:hover:after {
-webkit-transform: translate(-50%, -100%) scale(1);
transform: translate(-50%, -100%) scale(1);
}
/* LEFT TOOLTIP */
*[data-tooltip-left]:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 12.5px 0 12.5px 15px;
border-color: transparent transparent transparent #333;
position: absolute;
margin: auto;
bottom: 0;
top: 0;
right: inherit;
left: -25px;
}
*[data-tooltip-left]:hover:before {
bottom: 0;
top: 0;
right: inherit;
left: -15px;
}
*[data-tooltip-left]:after {
-webkit-transform: translate(-100%, -50%) scale(.8);
transform: translate(-100%, -50%) scale(.8);
left: -10px;
top: 50%;
bottom: inherit;
}
*[data-tooltip-left]:hover:after {
-webkit-transform: translate(-100%, -50%) scale(1);
transform: translate(-100%, -50%) scale(1);
}
/* RIGHT TOOLTIP */
*[data-tooltip-right]:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 12.5px 15px 12.5px 0;
border-color: transparent #333 transparent transparent;
position: absolute;
margin: auto;
bottom: 0;
top: 0;
left: inherit;
right: -25px;
}
*[data-tooltip-right]:hover:before {
bottom: 0;
top: 0;
left: inherit;
right: -15px;
}
*[data-tooltip-right]:after {
-webkit-transform: translate(100%, -50%) scale(.8);
transform: translate(100%, -50%) scale(.8);
right: -10px;
top: 50%;
left: inherit;
bottom: inherit;
}
*[data-tooltip-right]:hover:after {
-webkit-transform: translate(100%, -50%) scale(1);
transform: translate(100%, -50%) scale(1);
}