home *** CD-ROM | disk | FTP | other *** search
- /* 头和尾公共样式 */
- #pageHeader span ,#siteNav h2 span,#copyright span{
- display:none;
- }
- #intro {
- width:760px;
- height:47px;
- margin:0 auto;
- }
- #pageHeader h1{
- width:180px;
- height:19px;
- background: url(../images/b_logo.gif) no-repeat;
- float:left;
- margin:17px 0 0 15px;
- }
- #siteNav {
- float:right;
- margin:23px 16px 0 0;
- }
- #siteNav ul{
- list-style:none;
- }
- #siteNav ul li {
- display:inline;
- padding-left:10px;
- }
- #siteNav ul li a {
- font-size:14px;
- color:#fff;
- text-decoration:none;
- padding-left:10px;
- width:auto!important;
- width:40px;
- width/**/:auto;
- }
- #siteNav ul li a:hover {
- text-decoration: underline;
- }
- #siteNav a.n1 {
- background:url(../images/b_ico_index.gif) no-repeat left;
- }
- #siteNav a.n2 {
- background:url(../images/b_ico_blog.gif) no-repeat left;
- }
- #siteNav a.n3 {
- background:url(../images/b_ico_bbs.gif) no-repeat left;
- }
- #copyright {
- width:100%;
- height:76px;
- float:left;
- margin-top:35px;
- background:#80868D url(../images/b_footbg.gif) repeat-x;
- line-height:76px;
- text-align:center;
- color:#fff;
- }
- #copyright a {
- color:#C9CED4;
- text-decoration:none;
- }
- #copyright a:hover {
- color:#fff;
- text-decoration: underline;
- }