style.css

来自「使用源码注意项: 1、Windows2000 Professional SP3、」· CSS 代码 · 共 95 行

CSS
95
字号
body,td,th {
	margin: 0px 0px 0px 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body
{       background-position:center;CURSOR: url(mouse.ani);
	background-image:url(../images/bg5.jpg);
	background-attachment: fixed;
}
a {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	position: relative; left:1px; top:1px;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.font_Comic {
	font-family: "Comic Sans MS";
}
.input1 {  
	border-left: #666666 1px solid; 
	border-right: #cccccc 1px solid; 
	border-top: #666666 1px solid; 
	border-bottom: #cccccc 1px solid; 
	background-color: #FFFFFF; 
	font-family: "MS Shell Dlg", "Tahoma", "宋体"; 
	font-size: 12px; 
	height: 19px; 
	padding-top: 2px;
}
.input2 {
	border-left: #666666 1px solid; 
	border-right: #cccccc 1px solid; 
	border-top: #666666 1px solid; 
	border-bottom: #cccccc 1px solid; 
	background-color: #F7F7F7; 
	font-family: "MS Shell Dlg", "Tahoma", "宋体"; 
	font-size: 12px; 
	height: 18px; 
	padding-top: 1px;
}
.input3 {
	border-left: #666666 1px solid; 
	border-right: #cccccc 1px solid; 
	border-top: #666666 1px solid; 
	border-bottom: #cccccc 1px solid; 
	background-color: #F7F7F7; 
	font-family: "MS Shell Dlg", "Tahoma", "宋体"; 
	font-size: 12px;
	padding-top: 1px;	
}
.inputCheck {
	border-left: #666666 1px solid; 
	border-right: #cccccc 1px solid; 
	border-top: #666666 1px solid; 
	border-bottom: #cccccc 1px solid; 
	background-color: #F7F7F7; 
	font-family: ??; 
	font-size: 13px;
	font-weight:bold;
	height: 16px; 
	width: 16px;
	padding-top: 1px;
	cursor:hand;
}
.button1 {  
	background: #cccccc; 
	border-bottom: #665b8e 1px solid; 
	border-left: #ffffff 1px solid; 
	border-right: #665b8e 1px solid; 
	border-top: #ffffff 1px solid; color: #333333; 
	cursor: hand; 
	font-family: "MS Shell Dlg", "Tahoma", "宋体"; 
	font-size: 12px; 
	height: 20px; 
	padding: 2px;
}
.topspace {
	padding-top: 2px;
}

⌨️ 快捷键说明

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