turn.css

来自「这是一个不错的ASP的翻页程序,和大家一起分享。」· CSS 代码 · 共 26 行

CSS
26
字号
/* CSS Document for Turn.inc*/
.turnTable {
	font-size:13px;
}
.turnTable a:link { 
	text-decoration:none;
	color: blue;
	font-size: 13px;
}
.turnTable a:active {
	text-decoration:blink
}
.turnTable a:hover {
	text-decoration:underline;
	color: white;
	font-weight: bold;
} 
.turnTable a:visited {
	text-decoration: none;
	font-size: 13px;
}
.turnTable th {
	color:#FFFFFF; 
	font-size:14px; 
	font-weight:bold;
}

⌨️ 快捷键说明

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