⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 public.css

📁 数值计算方法网络课件系统是浙江大学过程装备与控制工程专业2001级本科生毕业设计成果。本系统采用ASP+ACCESS架构
💻 CSS
字号:
/*================== 公用CSS样式表 =====================
* File: style/public.css  V1.0  2005.05.06
* Author: wwxbei
*=======================================================*/

#beautytab {
	height: 20px;
	margin: 0;
	padding-left: 20px;
	background: url("../images/bottom.gif") repeat-x bottom;
}

#beautytab li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#beautytab a:link, #beautytab a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

#beautytab a:link.selectedtab, #beautytab a:visited.selectedtab {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#beautytab a:hover {
	background: #fff;
}

body {
	background: url("../images/dotbg.gif") repeat center;
	margin: 0;
	padding: 0;
	font-size:13px;
	text-decoration: none;
	text-align: center; 
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif; 
}

div#footer{  
   	width: 780px; 
   	height:30px;
	margin-right: auto; 
	margin-left: auto;
	padding: 10px 0px 5px 0px;
	border-left: 5px solid #94A6BD;
	border-right: 5px solid #94A6BD;
	border-top: 1px dotted #94A6BD;
	background: #FFFFFF; 
	clear: both;
}

div#header {
	width: 780px;
	height: 120px;
	border-left: 5px solid #94A6BD; 
	border-right: 5px solid #94A6BD; 
	margin-right: auto; 
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: left;
	background: #FFFFFF;
	clear: both;
}

div#header h1 {
	FONT-SIZE:30pt;
	filter:	shadow(color=#af2dco); 
	WIDTH:100%;
	COLOR: #730404;
	LINE-HEIGHT:150%;
	FONT-FAMILY:华文行楷;
	margin: 0 0 5px 0;
	padding-top: 5px;
	padding-left: 20px;
}

div#bodyer {
	width: 780px;
	border-left: 5px solid #94A6BD; 
	border-right: 5px solid #94A6BD; 
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
	background: #FFFFFF;
	text-align: center;
	overflow:hidden;
	text-overflow:ellipsis; 
}

div#leftfrm {
	width: 200px;	
	float: left; 	
	margin: 0px 3px 0px 3px;	 
	padding: 0;
	text-align: center;
	background-color: #F2F3F7;
}

div#rightfrm {
	width: 550px;	
	float: right; 	
	margin: 0px 3px 0px 3px;	 
	padding: 0;
	text-align: center;
	background-color: #F2F3F7;
}

h4{
	font-size:9pt;
	font-weight: bolder;
	color: #555F63;
	margin:0px 0px 5px 0px;
	padding:5px 0px 2px 5px;
	text-align: left;
	border-bottom: 1px solid #758387;
	height: 15px;
}

div#content .inputQ {
	width:460;
	height:100;
}

div#content .inputA {
	width:200;
	height:50;
}

div#content .displayQ {
	width: 460px; 
	word-wrap: break-word;
	word-break: break-all;
	text-align: left;
}

div#content .displayA {
	width: 200px; 
	word-wrap: break-word;
	word-break: break-all;
	text-align: left;
}



a {
	color: #000000;
	font-size: 10pt; 
	text-decoration: none
}
a:link { 
}
a:visited { }
a:hover {
	color: #0000ff;
	text-decoration: underline
}
a:active { }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -