css.css

来自「c#网络聊天室源码c#网络聊天室源码c#网络聊天室源码」· CSS 代码 · 共 41 行

CSS
41
字号
body
{
	color:			#333333;
	font-family:	Tahoma, Verdana;
	font-size:		12px;
}
a{
	color:			#1F4881;
	text-decoration:none;
}
a:hover	{
	color:			#ff6600;
	text-decoration:underline;
}
.middleDIV
{
	position:absolute; 
	left:0px; 
	top:0px; 
	background-color: #2F4868;
	filter:Alpha(opacity=25); /* ie */
	-moz-opacity:0.25; /* firefox */
	opacity: 0.25; /* css3标准 */
	z-index:96;
}
.dialogall
{
	position:absolute; 
	background-color: #FFFFFF;
	TEXT-ALIGN: center;
	z-index:97; 
}
.dialogtop
{
	position:absolute; 
	filter:Alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	TEXT-ALIGN: center;
	z-index:99; 
}

⌨️ 快捷键说明

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