/**
|
|
* All of the CSS for your admin-specific functionality should be
|
|
* included in this file.
|
|
*/
|
|
.mtdi-demo-themes.wp-clearfix {
|
|
clear: both;
|
|
}
|
|
|
|
.theme-browser .mtdi-each-demo {
|
|
cursor: pointer;
|
|
float: left;
|
|
margin: 0 2% 3% 0;
|
|
position: relative;
|
|
width: 30.6%;
|
|
border: 1px solid #ddd;
|
|
box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .1);
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.theme-browser .mtdi-each-demo .mtdi-preview-screenshot {
|
|
display: block;
|
|
overflow: hidden;
|
|
position: relative;
|
|
-webkit-backface-visibility: hidden;
|
|
transition: opacity .2s ease-in-out;
|
|
}
|
|
|
|
.mtdi-gl-header {
|
|
display: inline-block;
|
|
width: calc(100% - 40px);
|
|
background-color: #ffffff;
|
|
margin-bottom: 20px;
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.mtdi_gl-navigation {
|
|
font-size: 13px;
|
|
width: 100%;
|
|
float: left;
|
|
}
|
|
|
|
@media (min-width:640px) {
|
|
.mtdi_gl-navigation {
|
|
width: calc(100% - 180px);
|
|
}
|
|
|
|
.mtdi_gl-navigation li {
|
|
margin: 0;
|
|
}
|
|
|
|
.mtdi_gl-navigation li a {
|
|
padding: 15px;
|
|
}
|
|
|
|
.mtdi_gl-search-input {
|
|
display: inline-block;
|
|
width: 180px;
|
|
height: 30px;
|
|
margin: 0;
|
|
margin-top: 11px;
|
|
}
|
|
|
|
}
|
|
|
|
.mtdi_gl-navigation ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
list-style: none;
|
|
}
|
|
|
|
.mtdi_gl-navigation li {
|
|
float: left;
|
|
margin: 0 15px;
|
|
}
|
|
|
|
.mtdi_gl-navigation li a {
|
|
display: block;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
color: #444444;
|
|
border-bottom: 4px solid #ffffff;
|
|
padding: 15px 0;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.mtdi_gl-navigation li.active a, .mtdi_gl-navigation li.active a:hover {
|
|
border-bottom: 4px solid #666666;
|
|
}
|
|
|
|
.mtdi_gl-item {
|
|
float: left;
|
|
width: 100%;
|
|
margin: 0 0 20px 0;
|
|
position: relative;
|
|
border: 1px solid #ddd;
|
|
-webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.mtdi_gl-item-image-container {
|
|
display: block;
|
|
overflow: hidden;
|
|
position: relative;
|
|
-webkit-backface-visibility: hidden;
|
|
-webkit-transition: opacity 0.2s ease-in-out;
|
|
transition: opacity 0.2s ease-in-out;
|
|
}
|
|
|
|
.mtdi_gl-item-image {
|
|
width: 100%;
|
|
-webkit-transition: opacity 0.2s ease-in-out;
|
|
transition: opacity 0.2s ease-in-out;
|
|
margin: 0;
|
|
width: 100%;
|
|
height: auto;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
@media (min-width:1120px) {
|
|
.mtdi_gl-item-container {
|
|
margin-right: -30px;
|
|
}
|
|
|
|
.mtdi_gl-item {
|
|
width: calc(33.333% - 30px);
|
|
margin: 0 30px 30px 0;
|
|
}
|
|
|
|
}
|
|
|
|
.theme-wrap1 {
|
|
clear: both;
|
|
position: fixed;
|
|
top: 9%;
|
|
left: 104px;
|
|
right: 29px;
|
|
bottom: 3%;
|
|
background: #fff;
|
|
box-shadow: 0 1px 20px 5px rgba(0, 0, 0, .1);
|
|
z-index: 10000;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.theme-overlay .theme-screenshots {
|
|
float: left;
|
|
margin: 0 30px 0 0;
|
|
width: 55%;
|
|
max-width: 1200px;
|
|
text-align: center;
|
|
}
|
|
|
|
.theme-info1 {
|
|
clear: both;
|
|
float: left;
|
|
margin: 0;
|
|
width: 28%;
|
|
max-width: 1200px;
|
|
text-align: center;
|
|
}
|
|
|
|
.theme-screenshots1 {
|
|
width: 72%;
|
|
float: left;
|
|
}
|
|
|
|
.theme-screenshots1 iframe {
|
|
width: 100%;
|
|
height: 546px;
|
|
}
|
|
|
|
.theme-overlay .theme-screenshots1 .screenshot {
|
|
text-align: center;
|
|
background-color: #191e23;
|
|
border: 1px solid #fff;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
position: relative;
|
|
box-shadow: none !important;
|
|
height: 592px;
|
|
}
|
|
|
|
.mtdi-demo-popup-close {
|
|
position: absolute;
|
|
right: -8px;
|
|
top: -7px;
|
|
background: skyblue;
|
|
color: #ffffff;
|
|
border-radius: 66px;
|
|
padding: 5px;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.theme-wrap1 .theme-footer {
|
|
position: absolute;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
z-index: 999;
|
|
background: #eee;
|
|
}
|
|
|
|
.mtdi-leftsidewrap {
|
|
text-align: left;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.mtdi-plugin-req-wrapper {
|
|
margin-right: 14px;
|
|
background: #f5f5f5;
|
|
padding: 1px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.mtdi-plugin-req-wrapper ul {
|
|
padding: 14px;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
iframe#demoiframe {
|
|
display: none;
|
|
}
|
|
|
|
#loadingMessage {
|
|
width: 38%;
|
|
margin-left: 348px;
|
|
margin-top: 122px;
|
|
}
|
|
|
|
a.button.instalplugin.alignright {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.mtdi-demo-import-step.button-primary.updating-message:before {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.mtdi-plugin-req-wrapper {
|
|
height: 240px;
|
|
overflow: scroll;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.mtdi-demo-import-step.button-primary.updating-message::before, .mtdi-install-setup.button-primary.updating-message::before {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.demo-import-actions {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.demo-import-actions .plugin-action-note {
|
|
background: rgba(0, 142, 194, 0.1);
|
|
padding: 10px;
|
|
margin: 15px;
|
|
border: 1px solid #008EC2;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.mtdi-popup-wrapper .theme-about1 {
|
|
height: 100%;
|
|
}
|
|
|
|
.mtdi-popup-wrapper .theme-info1 {
|
|
height: 100%;
|
|
overflow: scroll;
|
|
}
|
|
|
|
.demo-import-actions .plugin-action-note {
|
|
background: rgba(0, 142, 194, 0.1);
|
|
padding: 10px;
|
|
margin: 15px;
|
|
margin-bottom: 40px;
|
|
border: 1px solid #008EC2;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
#demo-import-success-note-wrapper {
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
background: #fff;
|
|
padding: 80px 30px 30px;
|
|
transform: translate(-50%, -50%);
|
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.mtdi-note-header {
|
|
font-weight: 700;
|
|
margin: 10px 0 -10px;
|
|
text-align: center;
|
|
font-size: 26px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.mtdi-note-content {
|
|
font-size: 14px;
|
|
text-align: center;
|
|
border: 1px solid #e1e1e1;
|
|
padding: 20px;
|
|
line-height: 1.8;
|
|
font-weight: 600;
|
|
background: #fbfbfb;
|
|
margin: 40px 0 30px;
|
|
}
|
|
|
|
.mtdi-note-footer {
|
|
text-align: center;
|
|
}
|
|
|
|
.mtdi-note-footer .button .dashicons {
|
|
margin: 11px 0 0 5px;
|
|
}
|
|
|
|
.mtdi-note-close {
|
|
display: inline-block;
|
|
width: auto;
|
|
background: #007CBA;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
padding: 8px 15px;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: 30px;
|
|
top: 30px;
|
|
}
|
|
|
|
.mtdi-note-close::before {
|
|
margin-right: 5px;
|
|
display: inline-block;
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
|
|
.theme-info1>.description {
|
|
padding: 0px 15px;
|
|
}
|