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

📄 global.css

📁 ajax+visalsdio2005实现的聊天室程序
💻 CSS
字号:
body
{
	font-size: 13px;
	font-family: Verdana;
	margin: 0px;
	overflow: hidden;
}

#MainContainer
{
	border: solid 1px Gray;
}

#Header
{
	width: 100%;
	height: 90px;
	background-image: url(../images/HeaderBg.jpg);
	background-position: right;
}

#LogoText
{
	padding: 20px 0 0 10px;
	font-size: 18px;
	color: White;
}

#LoginBox
{
	width: 250px;
	margin: 10px;
	text-align: center;
}

.Frame
{
	border: solid 1px #CCCCCC;
}

.FrameTitle
{
	text-align: center;
	font-weight: bold;
	color: #223355;
	padding: 3px;
	background-color: #EEEEEE;
	border-bottom: solid 1px #CCCCCC;
}

.LoginCaption
{
	text-align: right;
	width: 80px;
	height: 20px;
}

.LoginTextBox
{
	border: solid 1px #CCCCCC;
	width: 150px;
	font-family: Verdana;
	background-color: #FFCC99;
}

.LoginButton
{
	margin: 5px;
}

.LoginMessage
{
	color: Red;
}

.ChatAreaPart
{
	height: 280px;
	float: left;
}

#ChatContentPart
{
	margin: 5px 0 0 5px;
	width: 400px;
}

#UserListPart
{
	margin: 5px;
	width: 200px;
}

#ChatContent
{
	margin: 5px 0 0 5px;
	width: 388px;
	height: 210px;
	font-family: Verdana;
	font-size: 11px;
	border: solid 1px #CCCCCC;
	overflow: scroll;
}

#UserInputTextBox
{
	margin: 5px 0 0 5px;
	width: 310px;
}

#UserList
{
	width:100%;
	overflow: hidden;
	height: 255px;
	font-size: 12px;
}

#SubmitButton
{
	width: 60px;
}

⌨️ 快捷键说明

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