stylesheet.css

来自「us as a a a a a a a a aa a a a a a a a a」· CSS 代码 · 共 34 行

CSS
34
字号
table.parent {border: none;	background-color: #FFFFFF; color: #FFFFFF;}

table {	border: 1px solid #000; background-color: #D4D0C8; color: #000;}

#DetailsViewContact {background-color: #e4e0d8;}
#DetailsViewContact td {font-weight: bold  }
#DetailsViewContact span, #DetailsViewContact a {font-weight: normal }
 
td, th { padding:5px;}

caption {text-transform: uppercase;	text-align:center; font: bold 12pt Verdana;	color: #4F4F4F;	margin: 3px 0;}

table a { color:maroon; text-decoration: none;}
table a:link {color:maroon;}
table a:visited { color: maroon;}
table a:hover {color:chocolate;}

thead th, tfoot th, tfoot td ,tbody th,tbody td {
	color: #000; 
	font: 8pt Verdana; 
	border-right: 1px solid #aaa; 
	border-top: 1px solid #eee; 
	border-left:1px solid #eee; 
	border-bottom: 1px solid #aaa; 
}

td.parent {	border: none; }

tbody th { 
	white-space: nowrap; 
	font-weight: bold; 
	text-align:left; 
}

⌨️ 快捷键说明

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