msg.css

来自「用ASP写的一个论坛的程序 数据库是ACCESS 很简单」· CSS 代码 · 共 53 行

CSS
53
字号
.drag{position:relative;cursor:hand}
.drag1{
	position:relative;
	cursor:hand;
	background-color: #EFEFEF;
}
.drag2{
	position:relative;
	cursor:hand;
}
.tback {
	font-size: 13px;
	text-decoration: none;
	background-color: #0066CC;
	color: #FFFFFF;
	
}
font {
	font-size: 13px;
	text-decoration: none;
}
body {
	font-size: 13px;
	text-decoration: none;
}
.td1 {
	font-size: 13px;
	text-decoration: none;
	background-color: #EFEFEF;
}
.td2 {
	font-size: 13px;
	text-decoration: none;
}
td {
	font-size: 13px;
	text-decoration: none;
}
a:link {
	font-size: 13px;
	text-decoration: none;
}
a:visited {
	font-size: 13px;
	text-decoration: none;
}
.delm{position:relative;cursor:hand}
.del{position:relative;cursor:hand}.ttt {
	font-size: 13px;
	color: #0065CE;
	text-decoration: none;
}

⌨️ 快捷键说明

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