freeWorkflowSimple_wev8.css 3.45 KB
@CHARSET "UTF-8";

.main1{
	margin: 5px !important;
	cursor: pointer;
}

.main2{
	margin: 5px !important;
	margin-top: 20px !important;
	cursor: pointer;
}

.switch{
  height: 30px;
  position: relative;
  padding:0 5px 0 5px;
  border:1px solid #8a9fad;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
 /** background-color: #d1d1d1;*/
  background-color: #fff;
  *zoom: 1;
  /*filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD1D1D1', endColorstr='#FFFEFBF7');*/
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  cursor: pointer;
  z-index: 10;
}

.leftdiv{
	float: left;
	height: 30px;
	padding:0 10px 0 10px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	z-index: 10;
	position: relative;
}
.rightdiv{
	float: left;
	height: 30px;
	padding:0 10px 0 10px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #8a9fad;
	z-index: 10;
	position: relative;
}

.rolldiv{
	top: -1px;
  	left: 0px;
  	width:75px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	z-index: 9;
	color: #ffffff;
	border:1px solid #8a9fad;
	-webkit-appearance: none;
	-moz-border-radius: 36.5px;
	-webkit-border-radius: 36.5px;
	border-radius: 36.5px;
	/*background-color: #efefef;*/
	background-color: #8A9FAD;
	*zoom: 1;
	/*filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEFEFEF', endColorstr='#FFBCB9B8');*/
	background-image: -moz-linear-gradient(top, #8a9fad 32%, #8a9fad 100%);
	background-image: -webkit-linear-gradient(top, #8a9fad 32%, #8a9fad 100%);
	background-image: linear-gradient(to bottom, #8a9fad 32%, #8a9fad 100%);
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#dialog-overlay { 
	width:100%; height:100%; 
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	position:absolute; 
	background:#000; 
	top:0; left:0; 
	z-index:3000; 
	display:none; 
} 
#dialog-box {
	/*
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
	background:#eee;
	*/
	width:200px; 
	min-height:50px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	position:absolute; z-index:5000; display:none; 
}


#msgTitle {
	width:200px;
	height:21px;
}
	
#msgtleblockleft {
	width:8px;
	float:left;
	height:100%;
	background:url("/mobile/plugin/1/design/images/popup_left_wev8.png") 0 0 no-repeat;
}

#msgtleblockright {
	float:right;
	width:7px;
	height:100%;
	background:url("/mobile/plugin/1/design/images/popup_right_wev8.png") 0 0 no-repeat;
}

#msgtleblockcenter {
	height:100%;
	margin-left:8px;
	margin-right:7px;
	background:url("/mobile/plugin/1/design/images/popup_center_wev8.png") 0 0 repeat-x;
	text-align:center;
	line-height:21px;		
}

#msgblock {
	width:198px;
	border:1px solid #829282;
	text-align:left; 
	color:#666; 
	font-family:arial; 
	font-size:11px; 
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ffffff;
}

.tips{
	position: absolute;
	bottom: 45px;
	padding-left: 40px; 
}

.tips span{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: bottom;
}