style.css

来自「jsp+sqlserver2000+tomcat做的教材管理系统。基本功能全部实」· CSS 代码 · 共 126 行

CSS
126
字号
body {
	font-size: 18px;
	color: #000000;
	margin: 0px;
	background-color: #B9DAF9;
	font-family: 仿宋_GB2312,Georgia, Times New Roman, Times, serif;
	background-position: right bottom;

}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 415px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#title {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 20px;
}
h1 {
	font-size: 36px;
	margin: 0px;
	padding: 0px;
}
#general {
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 25px;
}
.row {
	line-height: 18px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	width: 30%;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
}
#realname,#titlename,#birthday,#phone,#mobile,#email,#homepage,#im {
	font-weight: bold;
	margin-right: 10px;
}
#objective,#skillareas,#history,#awards {
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	padding: 5px;
	width: 45%;
	margin-bottom: 10px;
	display: block;
	margin-left: 25px;
	clear: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px;
}
p {
	margin: 0px;
	padding: 5px 0px 0px;
}
.year,.date {
	width: 150px;
	float: left;
}
#lastModified,#copyright {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 10px;
	margin-left: 25px;
	padding-bottom: 2px;


}
a{
	color: #3333CC;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
	color: #333300;

}
#lastModified a {
    text-decoration: underline;
	color: #3399FF;
	text-decoration: none;

}
#lastModified a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;

}

⌨️ 快捷键说明

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