www.gusucode.com > 深度学习(asp)通讯录 0.0.10 (utf-8)码程序 > themes/default/theme.css

    /* CSS utf-8 */

/* --------------------------------------------------- */
body{background-image:url(images/body_bg.jpg); background-repeat:no-repeat; background-position:center -35px;; background-color:#325599;
}
/* 页头 */
#globalTop{
	height:550px; margin-top:50px;background-image:url(images/logo.jpg);background-repeat: no-repeat;
	/*background-color:#ffffff;*/color:#000;
	}
	#globalTop #topLogo{ margin:150px; }
/* 页头导航 */
#globalTopNav{ background-image:url(images/top_nav_bg.gif); 	}
	#globalTopNav ul{
		margin:0;padding:0px;height:24px;;/*边框样式*/
		list-style-image:none;list-style-position:outside;list-style-type:none;
	}
	#globalTopNav ul li{ float:left;line-height:24px;}
	#globalTopNav ul a{float:left;height:24px;width:113px;
						text-align:center; color:#FFFFFF;text-decoration:none;}
	#globalTopNav ul a:hover{ color:#0000FF;/*background-image:url(images/top_nav_a.gif); */}
	
/* 中部内容 */
.globalMiddle{ }

	/*中部侧栏*/
	.sideBar{ background-color:#FFFFFF; overflow:hidden; text-align:center;	}
	/*中部内容*/
	.content{ background-color:#FFFFFF;	}

/* 页尾导航 */
#globalFootNav{
	height:25px;line-height:25px; /*边框样式*/
	background-color:#a9a9a9;/*背景*/
	color:#fff;	text-align:center;/*字体*/
	}
	#globalFootNav a{color:#fff;}
	#globalFootNav a:hover{color:#FFFF00;}
	
/* 页尾 */
#globalFoot{ text-align:center;color:#fff;line-height:150%; }
/* 隐藏区 */