design_wev8.css 3.84 KB
* {
	font-family: 'Microsoft YaHei'!important;
	font-size:12px;
	margin:0;
	padding:0;
}

html, body, .mainContent {
	height:100%;
}
#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(/workflow/design/h5display/images/popup_left_wev8.png) 0 0 no-repeat;
	}
	
	#msgtleblockright {
		float:right;
		width:7px;
		height:100%;
		background:url(/workflow/design/h5display/images/popup_right_wev8.png) 0 0 no-repeat;
	}
	
	#msgtleblockcenter {
		height:100%;
		margin-left:8px;
		margin-right:7px;
		background:url(/workflow/design/h5display/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;
	}

a.button { margin:10px auto 0 auto; text-align:center; background-color: #e33100; display: block; width:50px; padding: 5px 10px 6px; color: #fff; text-decoration: none; font-weight: bold; line-height: 1; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); border-bottom: 1px solid rgba(0, 0, 0, 0.25); position: relative; cursor: pointer; } 
a.button:hover { background-color: #c33100; } 
.nodeBlock {
	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); 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.radiusBlock {
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	padding-left:2px;padding-top:1px;color:white;
	border:1px solid black;
	border-bottom:0px solid black;
}

.radiusBlockBottom {
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	padding-top:1px;height:100%;background-color:#F5F5F5;border:1px solid #0079A4;padding-left:2px;
	padding-right:2px;
	height:55px;
}

.borderRed {
	border:2px solid red;
}

a:link {
    COLOR: #000;
    text-decoration: none;
}
a:visited {
    color: #242424;
}
a:link {
    color: #242424;
}
a {
    COLOR: #000;
    text-decoration: none;
}

#HelpFrame {
	border:none;
}



.tip-yellowsimple {
	z-index:1000;
	text-align:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:6px 8px;
	/*min-width:50px;*/
	max-width:300px;
	color:#000;
	position:absolute; 
	display:none;
	visibility: inherit; 
	opacity: 1;
	background-color:#fff;
	border:1px solid rgb(206, 206, 206);
	/*font-family: 'Microsoft YaHei';*/
	
}