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

📄 exobud.css

📁 asp写的一个mp3播放器(带源码)
💻 CSS
字号:
body {
	/*cursor:url(images/cz.ani);*/
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.content {
	font-size: 12px;
	color: #0066FF;
}
.user {
	font-size: 12px;
	color: #FF6600;
}
.style2 {color: #FF0000}
.style3 {color: #FF9900}
.style4 {color: #99CC00}
.style5 {color: #66CC99}
.style6 {color: #FF66CC}
.style13 {color: #FFFF66}
.atab {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

⌨️ 快捷键说明

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