665 lines
No EOL
13 KiB
CSS
665 lines
No EOL
13 KiB
CSS
@-webkit-keyframes um-ajax-spinning {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
@-moz-keyframes um-ajax-spinning {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
@-ms-keyframes um-ajax-spinning {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
@keyframes um-ajax-spinning {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
.um-admin-row-loading {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: calc(100% + 30px);
|
|
top: -30px;
|
|
left: 0;
|
|
background: rgba(241, 241, 241, 0.6);
|
|
z-index: 999;
|
|
display: none;
|
|
}
|
|
.um-admin-row-loading > span {
|
|
display: block;
|
|
-webkit-transition: 0.1s opacity;
|
|
-moz-transition: 0.1s opacity;
|
|
-ms-transition: 0.1s opacity;
|
|
-o-transition: 0.1s opacity;
|
|
transition: 0.1s opacity;
|
|
color: #c6c6c6 !important;
|
|
-webkit-animation: um-ajax-spinning 1.1s infinite linear;
|
|
animation: um-ajax-spinning 1.1s infinite linear;
|
|
border-top: 0.2em solid rgb(0, 0, 0);
|
|
border-right: 0.2em solid rgb(0, 0, 0);
|
|
border-bottom: 0.2em solid rgb(0, 0, 0);
|
|
border-left: 0.2em solid #c6c6c6;
|
|
font-size: 1.75em;
|
|
filter: alpha(opacity=0);
|
|
-ms-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
border-radius: 50%;
|
|
width: 40px;
|
|
height: 40px;
|
|
margin: -20px 0 0 -20px;
|
|
outline: 0;
|
|
padding: 0;
|
|
vertical-align: baseline;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
}
|
|
|
|
.um-admin-boxed-links {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.um-admin-boxed-links a {
|
|
width: 33.3%;
|
|
float: left;
|
|
border-left: 1px solid #fff;
|
|
border-right: 1px solid #fff;
|
|
padding: 30px 25px !important;
|
|
background: #f8f8f8;
|
|
text-align: center;
|
|
display: inline-block !important;
|
|
font-size: 14px;
|
|
transition: all 0.2s linear;
|
|
text-decoration: none;
|
|
color: #666;
|
|
margin: 0 !important;
|
|
box-sizing: border-box !important;
|
|
border-radius: 2px;
|
|
font-weight: 600;
|
|
}
|
|
.um-admin-boxed-links a:hover {
|
|
background: #eee;
|
|
}
|
|
.um-admin-boxed-links a.um-admin-activebg {
|
|
background: #0085ba;
|
|
color: #fff;
|
|
}
|
|
.um-admin-boxed-links a.um-admin-activebg:hover {
|
|
background: #0085ba;
|
|
color: #fff;
|
|
}
|
|
.um-admin-boxed-links i {
|
|
font-size: 28px;
|
|
vertical-align: middle;
|
|
margin: 0 10px 0 0;
|
|
}
|
|
|
|
.um-admin-half {
|
|
float: left;
|
|
width: 48%;
|
|
}
|
|
.um-admin-half select {
|
|
box-sizing: border-box;
|
|
}
|
|
.um-admin-half.um-admin-right {
|
|
float: right;
|
|
}
|
|
.um-admin-half p:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.um-admin-half .um {
|
|
opacity: 1;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.um-admin-tri {
|
|
float: left;
|
|
width: 33%;
|
|
position: relative;
|
|
}
|
|
.um-admin-tri[data-select2-id] {
|
|
position: relative;
|
|
}
|
|
|
|
._heading_text[data-select2-id] {
|
|
position: relative;
|
|
}
|
|
|
|
.um-admin-error-block,
|
|
.um-admin-success-block {
|
|
display: none;
|
|
width: 100%;
|
|
background: #c74a4a;
|
|
border-radius: 3px;
|
|
color: #fff;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding: 12px;
|
|
font-size: 13px;
|
|
line-height: 1em !important;
|
|
margin: 0 0 16px 0;
|
|
}
|
|
|
|
.um-admin-success-block {
|
|
background: #7acf58;
|
|
}
|
|
|
|
.um-admin-cur-condition-template {
|
|
display: none;
|
|
}
|
|
|
|
.dynamic-mce-content {
|
|
display: none;
|
|
}
|
|
|
|
.um-admin-btns {
|
|
line-height: 1.5em;
|
|
margin: 0 0 5px 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: baseline;
|
|
flex-wrap: wrap;
|
|
}
|
|
.um-admin-btns .um-no-custom-fields {
|
|
margin: 0;
|
|
}
|
|
.um-admin-btns a {
|
|
margin: 0 3px 8px 0 !important;
|
|
font-size: 12px !important;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: nowrap;
|
|
display: flex !important;
|
|
}
|
|
.um-admin-btns a.with-icon span {
|
|
color: #aaa;
|
|
font-size: 15px !important;
|
|
padding-left: 5px;
|
|
height: auto;
|
|
width: auto;
|
|
}
|
|
.um-admin-btns a.with-icon:hover span {
|
|
color: #cb3838;
|
|
}
|
|
|
|
.um-admin-btn-toggle {
|
|
padding: 10px 0;
|
|
}
|
|
.um-admin-btn-toggle p {
|
|
margin: 0 5px 0 0 !important;
|
|
}
|
|
.um-admin-btn-toggle p.um-admin-reset-conditions a {
|
|
margin-bottom: 5px;
|
|
}
|
|
.um-admin-btn-toggle a {
|
|
text-decoration: none;
|
|
color: #999;
|
|
}
|
|
.um-admin-btn-toggle a.um-admin-new-condition {
|
|
margin-bottom: 5px;
|
|
}
|
|
.um-admin-btn-toggle a.active {
|
|
color: #0085ba;
|
|
}
|
|
.um-admin-btn-toggle a.active:hover {
|
|
color: #0085ba;
|
|
}
|
|
.um-admin-btn-toggle i {
|
|
margin: 0 5px 0 0 !important;
|
|
height: 100%;
|
|
color: #666;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
|
|
.um-admin-btn-content {
|
|
display: none;
|
|
padding: 5px 0 0 0;
|
|
}
|
|
.um-admin-btn-content p {
|
|
float: left;
|
|
margin-right: 10px !important;
|
|
padding: 0 !important;
|
|
}
|
|
.um-admin-btn-content p.um-admin-conditions-notice {
|
|
width: 100%;
|
|
margin: 0 0 9px 0 !important;
|
|
}
|
|
.um-admin-btn-content .um-admin-cur-condition:not(:last-child) {
|
|
margin: 0 0 5px 0;
|
|
}
|
|
|
|
.um-admin-builder i {
|
|
font-size: 15px !important;
|
|
height: 100% !important;
|
|
line-height: 100% !important;
|
|
margin: 0 5px 0 0 !important;
|
|
}
|
|
.um-admin-builder .um-admin-drag {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.um-admin-drag-add-field {
|
|
display: block;
|
|
width: 100%;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
color: #aaa;
|
|
text-decoration: none;
|
|
}
|
|
.um-admin-drag-add-field:hover {
|
|
color: #0085ba;
|
|
}
|
|
.um-admin-drag-add-field i {
|
|
font-size: 23px !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.um-admin-drag-ctrls {
|
|
position: absolute;
|
|
top: -30px;
|
|
left: 0;
|
|
}
|
|
.um-admin-drag-ctrls.um-admin-drag-ctrls-demo {
|
|
position: absolute;
|
|
right: 7px;
|
|
top: -30px;
|
|
left: auto;
|
|
}
|
|
.um-admin-drag-ctrls a {
|
|
float: left;
|
|
margin: 0 5px 0 0;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
background: #eee;
|
|
color: #888;
|
|
padding: 0 8px;
|
|
text-decoration: none;
|
|
border-radius: 2px 2px 0 0;
|
|
}
|
|
.um-admin-drag-ctrls a:hover {
|
|
background-color: #e5e5e5;
|
|
}
|
|
.um-admin-drag-ctrls a.active, .um-admin-drag-ctrls a.active:hover {
|
|
background-color: #0085ba;
|
|
color: #fff;
|
|
}
|
|
.um-admin-drag-ctrls.columns a {
|
|
width: 30px !important;
|
|
background-image: url(../../img/builder/1-column.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
.um-admin-drag-ctrls.columns a:nth-child(2) {
|
|
background-image: url(../../img/builder/2-columns.gif);
|
|
}
|
|
.um-admin-drag-ctrls.columns a:last-child {
|
|
background-image: url(../../img/builder/3-columns.gif);
|
|
}
|
|
.um-admin-drag-ctrls.columns a.active {
|
|
background-image: url(../../img/builder/1-column-active.gif);
|
|
}
|
|
.um-admin-drag-ctrls.columns a.active:nth-child(2) {
|
|
background-image: url(../../img/builder/2-columns-active.gif);
|
|
}
|
|
.um-admin-drag-ctrls.columns a.active:last-child {
|
|
background-image: url(../../img/builder/3-columns-active.gif);
|
|
}
|
|
|
|
.um-admin-drag {
|
|
width: 100%;
|
|
background: #f1f1f1;
|
|
box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
position: relative;
|
|
padding: 60px 20px 20px 20px;
|
|
}
|
|
|
|
.um-admin-drag-row {
|
|
width: 100%;
|
|
background: #fefefe;
|
|
box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
position: relative;
|
|
padding: 60px 20px 20px 20px;
|
|
margin: 0 0 60px 0;
|
|
}
|
|
.um-admin-drag-row:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.um-admin-drag-row-icons {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -30px;
|
|
height: 30px;
|
|
}
|
|
.um-admin-drag-row-icons a {
|
|
text-decoration: none;
|
|
color: #fff;
|
|
width: 40px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
display: block !important;
|
|
float: left;
|
|
background: #0085ba;
|
|
padding: 0 4px;
|
|
transition: all 0.2s linear;
|
|
border-left: 1px solid #379dd5;
|
|
}
|
|
.um-admin-drag-row-icons a:hover {
|
|
background: #008ec2;
|
|
}
|
|
.um-admin-drag-row-icons span {
|
|
cursor: move !important;
|
|
text-decoration: none;
|
|
color: #fff;
|
|
width: 40px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
display: block !important;
|
|
float: left;
|
|
background: #0085ba;
|
|
padding: 0 4px;
|
|
transition: all 0.2s linear;
|
|
border-left: 1px solid #379dd5;
|
|
}
|
|
.um-admin-drag-row-icons span:hover {
|
|
background: #008ec2;
|
|
}
|
|
.um-admin-drag-row-icons i {
|
|
font-size: 18px !important;
|
|
margin: 0 !important;
|
|
top: 2px;
|
|
position: relative;
|
|
}
|
|
|
|
.um-admin-drag-rowsub {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
background: #f1f1f1;
|
|
padding: 20px;
|
|
margin: 0 0 60px 0;
|
|
}
|
|
.um-admin-drag-rowsub:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.um-admin-drag-rowsub-icons {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -30px;
|
|
height: 30px;
|
|
}
|
|
.um-admin-drag-rowsub-icons a {
|
|
text-decoration: none;
|
|
color: #fff;
|
|
width: 40px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
display: block !important;
|
|
float: left;
|
|
background: #0085ba;
|
|
padding: 0 4px;
|
|
transition: all 0.2s linear;
|
|
border-left: 1px solid #379dd5;
|
|
}
|
|
.um-admin-drag-rowsub-icons a:hover {
|
|
background: #008ec2;
|
|
}
|
|
.um-admin-drag-rowsub-icons span {
|
|
cursor: move !important;
|
|
text-decoration: none;
|
|
color: #fff;
|
|
width: 40px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
display: block !important;
|
|
float: left;
|
|
background: #0085ba;
|
|
padding: 0 4px;
|
|
transition: all 0.2s linear;
|
|
border-left: 1px solid #379dd5;
|
|
}
|
|
.um-admin-drag-rowsub-icons span:hover {
|
|
background: #008ec2;
|
|
}
|
|
.um-admin-drag-rowsub-icons i {
|
|
font-size: 18px !important;
|
|
margin: 0 !important;
|
|
top: 2px;
|
|
position: relative;
|
|
}
|
|
|
|
.um-admin-drag-col {
|
|
float: left;
|
|
width: 100%;
|
|
background: #fff;
|
|
border: 1px dashed #bbb;
|
|
box-sizing: border-box;
|
|
padding: 20px;
|
|
}
|
|
.um-admin-drag-col.cols-3 {
|
|
width: 32%;
|
|
}
|
|
.um-admin-drag-col.cols-3.cols-last {
|
|
width: 32%;
|
|
}
|
|
.um-admin-drag-col.cols-3.cols-middle {
|
|
width: 32%;
|
|
margin: 0 2%;
|
|
}
|
|
.um-admin-drag-col.cols-3 .um-admin-drag-fld-title {
|
|
height: auto;
|
|
line-height: 18px;
|
|
margin: 10px;
|
|
margin-bottom: 0;
|
|
}
|
|
.um-admin-drag-col.cols-3 .um-admin-drag-fld-type {
|
|
height: auto;
|
|
line-height: 18px;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
.um-admin-drag-col.cols-3 .um-admin-drag-fld-icons {
|
|
float: none;
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
height: 30px;
|
|
display: none;
|
|
}
|
|
.um-admin-drag-col.cols-3 .um-admin-drag-fld-icons.um-field-type-group {
|
|
float: left;
|
|
position: relative;
|
|
bottom: auto;
|
|
right: auto;
|
|
height: 30px;
|
|
display: block;
|
|
}
|
|
.um-admin-drag-col.cols-3 .um-admin-drag-fld:hover .um-admin-drag-fld-icons {
|
|
display: block;
|
|
}
|
|
.um-admin-drag-col.cols-1 {
|
|
width: 100%;
|
|
}
|
|
.um-admin-drag-col.cols-1.cols-last {
|
|
width: 100%;
|
|
}
|
|
.um-admin-drag-col.cols-2 {
|
|
width: 49%;
|
|
margin: 0 1% 0 0;
|
|
}
|
|
.um-admin-drag-col.cols-2.cols-last {
|
|
width: 49%;
|
|
margin: 0 0 0 1%;
|
|
}
|
|
.um-admin-drag-col > .um-admin-drag-fld:last-of-type {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.um-admin-drag-addrow {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #888;
|
|
cursor: pointer;
|
|
border: 1px dashed #bbb;
|
|
padding: 10px 0;
|
|
margin: 20px 0 0 0;
|
|
}
|
|
.um-admin-drag-addrow i {
|
|
font-size: 23px !important;
|
|
margin: 0 !important;
|
|
}
|
|
.um-admin-drag-addrow:hover {
|
|
color: #0085ba;
|
|
}
|
|
|
|
.um-admin-drag-fld {
|
|
display: block;
|
|
position: relative;
|
|
border: 1px solid #dddddd;
|
|
margin: 0 0 15px 0;
|
|
background: #f5f5f5;
|
|
cursor: move !important;
|
|
}
|
|
.um-admin-drag-fld.um-field-type-group {
|
|
background: #555;
|
|
border: 0;
|
|
}
|
|
|
|
.um-admin-drag-fld-title {
|
|
float: left;
|
|
font-weight: bold;
|
|
font-size: 13px;
|
|
color: #666;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin: 0 0 0 20px;
|
|
}
|
|
.um-admin-drag-fld-title.um-field-type-group {
|
|
color: #fff;
|
|
}
|
|
.um-admin-drag-fld-title i {
|
|
width: 24px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
}
|
|
|
|
.um-admin-drag-group {
|
|
background: #fcfcfc;
|
|
cursor: default;
|
|
padding: 20px;
|
|
border: 1px dashed #bbb;
|
|
}
|
|
|
|
.um-admin-drag-fld-type {
|
|
float: left;
|
|
font-size: 13px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin: 0 0 0 20px;
|
|
font-weight: 400;
|
|
color: #999;
|
|
}
|
|
.um-admin-drag-fld-type.um-field-type-group {
|
|
color: #fff;
|
|
}
|
|
|
|
.um-admin-drag-fld-icons {
|
|
float: right;
|
|
}
|
|
.um-admin-drag-fld-icons a {
|
|
text-decoration: none;
|
|
color: #fff;
|
|
width: 40px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
display: block !important;
|
|
float: left;
|
|
background: #0085ba;
|
|
padding: 0 4px;
|
|
transition: all 0.2s linear;
|
|
border-left: 1px solid #379dd5;
|
|
}
|
|
.um-admin-drag-fld-icons a:hover {
|
|
background: #008ec2;
|
|
}
|
|
.um-admin-drag-fld-icons i {
|
|
font-size: 18px !important;
|
|
margin: 0 !important;
|
|
top: 2px;
|
|
position: relative;
|
|
}
|
|
.um-admin-drag-fld-icons.um-field-type-group a.um_admin_duplicate_field {
|
|
display: none !important;
|
|
}
|
|
|
|
.um-row-placeholder {
|
|
width: 100%;
|
|
border: 2px dashed #aaa;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.um-rowsub-placeholder {
|
|
width: 100%;
|
|
border: 2px dashed #ccc;
|
|
box-sizing: border-box;
|
|
display: block;
|
|
}
|
|
|
|
.um-fld-placeholder {
|
|
display: block;
|
|
border: 1px dashed #ddd;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
}
|
|
|
|
.um-admin-modal #UM_preview_form .um-admin-modal-body {
|
|
position: relative;
|
|
}
|
|
.um-admin-modal #UM_preview_form .um-admin-modal-body .um-admin-preview-overlay {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background-color: rgba(255, 255, 255, 0);
|
|
z-index: 100;
|
|
} |