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

📄 turn.css

📁 这是一个不错的ASP的翻页程序,和大家一起分享。
💻 CSS
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -