您目前尚未登陆,请选择【登陆】或【注册
首页->聊天计数->我的Asp.net三层聊天室源码>>Styles/Style.css>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:我的Asp.net三层聊天室源码
当前文件:文件类型 MyChatRoom/Styles/Style.css打开代码结构图
高亮显示
		            TABLE
{
	font-size: 9pt;
	color: Black;
}
.nav
{
	font-size: 10pt;
	color: #ffffff;
}
A.LinkTitle:active
{
	color: Black;
	text-decoration: none;
}
A.LinkTitle:visited
{
	color: Black;
	text-decoration: none;
}
A.LinkTitle:link
{
	color: Black;
	text-decoration: none;
}
A.LinkTitle:hover
{
	color: Red;
	text-decoration: none;
}
A.nav:active
{
	color: Black;
	text-decoration: none;
}
A.nav:visited
{
	color: #ffffff;
	text-decoration: none;
}
A.nav:link
{
	color: #ffffff;
	text-decoration: none;
}
A.nav:hover
{
	color: Red;
	text-decoration: none;
}
A:visited
{
	color: Black;
	text-decoration: none;
}
A:link
{
	color: Black;
	text-decoration: none;
}
A:hover
{
	color: Red;
	text-decoration: underline;
}
.text
{
	font-size: 9pt;
	line-height: 19pt;
	font-family: "宋体";
}
Select
{
	font-size: 9pt;
	border: 1px solid #000000;
}
.newstime
{
	font-weight: bold;
	font-size: 7pt;
	color: #cccccc;
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
}
UL
{
	line-height: 15pt;
}
A:active
{
	color: Black;
	text-decoration: none;
}
.DarkItem
{
	font-size: 9pt;
	vertical-align:super;
	background-color: silver;
	text-align: center;
}
.LightDarkItem
{
	font-size: 9pt;
	vertical-align:super;
	background-color: #eeeeee;
	text-align: center;
}
.Item
{
	font-size: 9pt;
	vertical-align:super;
	background-color: white;
	text-align: center;
}
.lblcontent
{
	text-align:left;
}
.LiItemYellow
{
	cursor:hand;
	background-color:Yellow;
	
}
.LiItemBlack
{	cursor:hand;
	color:#000000;
	
}

LI.treeBrauch
{
	LIST-STYLE-IMAGE: url(../images/tree_plus.gif);
	CURSOR: hand ;
	color:#000000;
}
LI.treeLeaf 
{
	 LIST-STYLE-IMAGE: url(../images/tree_open.gif);
	 cursor:hand;
	 color:#000000; 
}
#flash
{
	BACKGROUND-COLOR:#FAFAFA;
	BORDER-BOTTOM:#006A00 1px solid;
	BORDER-LEFT:#A1A1A1 1px solid;
	BORDER-RIGHT:#A1A1A1 1px solid;
	BORDER-TOP:#A1A1A1 1px solid
	COLOR:#000000;
	FONT-SIZE:11px
}
.box
{
	BACKGROUND-COLOR:#FAFAFA;
	BORDER-BOTTOM:#006A00 1px solid;
	BORDER-LEFT:#A1A1A1 1px solid;
	BORDER-RIGHT:#A1A1A1 1px solid;
	BORDER-TOP:#A1A1A1 1px solid;
	COLOR:#000000;
}

.leafWhite
{
	color:#ffffff;
	font-size:10pt;
	list-style-image:url(../images/tree_open.gif);
}
.brauchWhite
{
	color:#ffffff;
	font-size:10pt;
	list-style-image:url(../images/tree_plus.gif);
	
}


        
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:我的Asp.net三层聊天室源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号