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

📄 style.css

📁 asp。net学习相关的一些例子4
💻 CSS
字号:
a,font,table {
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
}
A:link {
	COLOR: #000000; 
	text-decoration: none
}
A:visited {
	COLOR: #000000; 
	text-decoration: none 
}
A:active {
	text-decoration: none 
}
A:hover {
	COLOR: #3366FF;
	text-decoration: underline 
}
BODY {
	FONT-SIZE: 9pt;COLOR: #000000;line-height: 140%;
}
TABLE {
	FONT-SIZE: 9pt;COLOR: #000000;line-height: 140%;
}
.Title {
	color: #d90000;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold
}
.Content {
	font-size:14px;
	line-height:22px;
}
form{
	MARGIN-TOP:0px;
	MARGIN-BOTTOM:0px;
}
.Input{
	border-top-width: 1px; 
	padding-right: 1px; 
	padding-left: 1px; 
	border-left-width: 1px; 
	font-size: 9pt; 
	border-left-color: #c0c0c0; 
	border-bottom-width: 1px; 
	border-bottom-color: #c0c0c0; 
	padding-bottom: 1px; 
	color: #000000; 
	border-top-color: #c0c0c0;
	padding-top: 1px; 
	border-right-width: 1px;
	border-right-color: #c0c0c0;
	height:19px;
}
.Button{
	border-top-width: 1px; 
	padding-right: 1px; 
	padding-left: 1px; 
	border-left-width: 1px; 
	font-size: 9pt; 
	border-left-color: #c0c0c0; 
	border-bottom-width: 1px; 
	border-bottom-color: #c0c0c0; 
	padding-bottom: 1px; 
	color: #000000; 
	border-top-color: #c0c0c0;
	padding-top: 1px; 
	height: 18px; 
	background-color: #f7f7f7; 
	border-right-width: 1px;
	border-right-color: #c0c0c0;
}
textarea.Content{
	font: 14px "Arial", "Helvetica", "sans-serif", "宋体";
	border-right: #ffffff 1px groove; 
	border-top: #ffffff 1px groove; 
	border-left: #ffffff 1px groove; 
	color: #000000; 
	border-bottom: #ffffff 1px groove; 
}
.Bold_Red{
	color: #FF0000;
	font-weight: bold;
}

.border-all {
	width:776px;
	border: 1px solid #CDCBCC;
}
.border-tlr {
	width:776px;
	border-top: 1px solid #CDCBCC;
	border-right: 1px solid #CDCBCC;
	border-left: 1px solid #CDCBCC;
}
.border-blr {
	width:776px;
	border-bottom: 1px solid #CDCBCC;
	border-right: 1px solid #CDCBCC;
	border-left: 1px solid #CDCBCC;
}
.border-lr {
	width:776px;
	border-right: 1px solid #CDCBCC;
	border-left: 1px solid #CDCBCC;
}
.border-br-nowidth {
	border-right: 1px solid #CDCBCC;
	border-bottom: 1px solid #CDCBCC;
}
.border-top-nowidth {
	border-top: 1px solid #CDCBCC;
}
.border-bottom-nowidth {
	border-bottom: 1px solid #CDCBCC;
}
.border-tb-nowidth {
	border-top: 1px solid #CDCBCC;
	border-bottom: 1px solid #CDCBCC;
}
.border-right-nowidth {
	border-right: 1px solid #CDCBCC;
}
.border-left-nowidth {
	border-left: 1px solid #CDCBCC;
}
.border-tblr-nowidth {
	border-top: 1px solid #CDCBCC;
	border-bottom: 1px solid #CDCBCC;
	border-left: 1px solid #CDCBCC;
	border-right: 1px solid #CDCBCC;
}
.ReplaceColor {
	font-weight: normal; color: #ff0000;
}
.LI {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 12px; 
	PADDING-TOP: 0px;
	line-height:20px;
}
.SearchClass {
	COLOR: #647183; 
	FONT-FAMILY: verdana
}

⌨️ 快捷键说明

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