Current File : //proc/self/root/var/softaculous/sitepad/editor/site-data/assets/css/setup.css |
#wpcontent{
padding:0px !important;
}
.not-allowed {cursor: not-allowed;}
.pointer {cursor: pointer;}
.setup-nav{
padding:5px;
/*background:#4F81C7;*/
background:#1e88e5;
color:#FFF;
text-align:center;
/*height:70px;*/
line-height:60px;
vertical-align:middle;
box-shadow:0 2px 10px 0 #2b2b2b6b;
}
.setup-nav-object{
padding:20px;
}
.setup-nav-object.active{
padding:27px !important;
/*background:#315B96 !important;*/
background-color:#0000002b !important;
}
.toggle-setup-page{
float:right;
margin-right:25px;
margin-top:5px;
font-size: 30px !important;
transition: all 0.4s;
}
#toggle-fullscreen:hover{
transform: scale(1.1);
}
.step_num{
width: 27px;
height: 27px;
border-radius: 50%;
font-size: 21px;
color: #fff;
line-height: 28px;
text-align: center;
border:1px solid #E0995E;
}
.setup-fullscreen-dn{
background-color: #FFFFFF;
}
.setup-fullscreen-dn.screen-expanded{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 999999;
}
.submenu-item{
background-color:#3D4260;
}
.nav-link.active{
color:#FFFFFF !important;
}
/* .themes-data, .submenu-item {
overflow-y: hidden;
-webkit-transition:0.2s;
-moz-transition:0.2s;
-ms-transition:0.2s;
-o-transition:0.2s;
transition:0.2s;
} */
.setup-field-head{
color:#455a64;
font-size:14px;
font-weight:600;
margin-bottom:5px;
}
.setup-field-exp{
font-size:12px;
color:#424242;
color:#4242429e;
margin-top: 5px;
}
.sitepad-heading{
font-size: 26px !important;
color: #1e88e5;
color:#455a64;
padding-top:40px !important;
}
.sitepad-sub-heading{
font-size: 22px !important;
color: #1e88e5;
color:#455a64;
}
.sitepad-hr{
width:80px;
height: 2px;
background: linear-gradient(to right, #396afc, #2948ff);
border:none;
}
.icon-square{
padding: 10px 8px 10px;
border-radius: 4px;
color: #ffffff;
background-color: #4099ff;
box-shadow: 0 2px 10px -3px #00000080;
margin-right: 5px;
}
.sitepad-text{
color: #757575;
font-size: 14px;
font-weight: 400;
}
.screenshot-title{
font-family: poppins;
font-size: 20px;
font-weight: 600;
color: #455a64;
margin-top: 20px !important;
line-height: 2;
}
.setup-screenshot{
width: 100%;
height:260px;
overflow: hidden;
position: relative;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom:1px solid #bcbcbc;
border:none;
border-radius: 4px;
box-shadow: 1px 1px 12px 1px #e5e5e5;
}
.screenshot-details{
position: relative;
}
.screenshot-details{
color:#757575;
font-size: 14px;
opacity: 0;
transition: all 0.4s;
transform: translateX(-50%);
left: 50%;
width: 100%;
top:20px;
line-height: 2;
}
.site-tile .setup-screenshot{
padding:20px;
}
.setup-screenshot:hover .screenshot-details{
opacity: 1;
top:0px;
}
.screenshot-img{
width:150px;
opacity: 0.8;
}
.setup-form .form-control{
font-size:14px;
line-height:1.4;
}
.setup-form .form-control::placeholder{
opacity: 0.5;
font-size:14px;
}