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

📄 admin.css

📁 很不错的php聊天室源码,提供给大家学习
💻 CSS
字号:
.messagebox
{
	border:1px #5252AA solid;
}
.messagetitle
{
	color:black;
	font-size:16px;
	font-weight:bold;
	height:20px;
	text-align:center;
	vertical-align:middle;
	background-image:url("../images/title_750_20.gif");
}
.messageleft
{
	text-align:center;
	vertical-align:middle;
	font-size:13px;
	background-color:black;
	height:200px;
}
.messageright
{
	text-align:center;
	vertical-align:middle;
	font-size:13px;
	background-color:white;
	height:40px;
}
body
{
	font-size:13px;
}
input
{
	height:20px;
}
td
{
	color:black;
	font-size:13px;
}
a
{
	color:blue;
	font-size:13px;
	text-decoration:none;
}
a:hover
{
	color:red;
	font-size:13px;
	text-decoration:underline;
}
.chk
{
	border:none;
}

⌨️ 快捷键说明

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