Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 1、导航条整体颜色修改 2、页眉大小修改后导航错位 感谢达人帮助!

[复制链接]
群英荟 发表于 2010-3-22 21:21:04 | 显示全部楼层 |阅读模式
本帖最后由 群英荟 于 2010-3-24 00:33 编辑

一、导航条整体颜色不好看想换个颜色请问怎样修改代码(管理后台试过不行)





二、调整页眉高度后 论坛 帮助 导航等移位!怎样修改?(图二、三)
都是7.2版的请大家帮助先谢过!  
 楼主| 群英荟 发表于 2010-3-22 23:24:57 | 显示全部楼层
本帖最后由 群英荟 于 2010-3-23 22:00 编辑

实在没辙了折腾了一天找的我头晕眼花的!代码贴上懂得的友帮忙看下感谢~~

问题一的css_append.htm:
.content #ann {line-height: 30px; border: solid {COMMONBORDER}; border-width: 1px 0 0; background-color:#E0F6FD; background-image: url({STYLEIMGDIR}/ann_bg.gif); background-repeat: repeat-x;background-position: 0 -10px; }
.content #ann dt { float: left; width: 5em; text-indent: 2em; font-weight: 700; }
/*============== BBsBar 自定义 ==============*/
#bb_headermenu {padding-bottoom:0px; width:960px; background:#1268A3 url({STYLEIMGDIR}/navbg.png) repeat-x; }
#bb_headermenu .wrap {margin: 0 auto;  width: {WRAPWIDTH}; height: 35px;}
#bb_border {height:25px; width:960px; border-bottom: 1px solid  #C7E1EF;  background-color: #EEF6FD; }
#bb_border .wrap {margin: 0 auto; height:25px; width: {WRAPWIDTH};}
#bb_horizontal {margin-top:5px; height:10px; width:960px; border-top: 1px solid #CED7DA; background: url({STYLEIMGDIR}/bb_horizontal.png) repeat-x;}
唉!没人帮助真难又折腾了一天第一个问题终于找到答案了!修改这里:
#bb_headermenu {padding-bottoom:0px; width:960px; background:#1268A3 url({STYLEIMGDIR}/navbg.png) repeat-x; }








问题二的css_append.htm:
html{background:#E3E7CF url({STYLEIMGDIR}/bg.gif) repeat-y 50% 0;}
body {position: relative; min-width:1000px;background:url({STYLEIMGDIR}/header.jpg) no-repeat 50% 0;}
#header { height: 200px;}
#header h2{ margin:0px;padding:0px;position: absolute;top:6px;left:0px;}

#umenu { top: 5px; border: 0px solid #A4A898; padding-right: 30px; background: url({STYLEIMGDIR}/umenu.gif) no-repeat 100% 0; line-height: 30px; }
        #umenu a.noborder { float: left; margin-left: -40px; padding-left: 60px; display: inline; background: url({STYLEIMGDIR}/umenu.gif) no-repeat 0 -30px; }
                * html #umenu a.noborder { margin-left: 0; background-position: 0 100%; }
        #umenu a { margin: 0 5px; }
        #umenu .pipe { margin: 0 2px; color: #000; }

#menu {top:320px;left:45px;border:none;}
#menu a {border:none;font-weight:bold;}
#menu li.current {background:url({STYLEIMGDIR}/nav-globle-current.gif) no-repeat right top;}
#menu li.current a {height:34px; line-height:26px; font-size: 12px; overflow: hidden; background:url({STYLEIMGDIR}/nav-globle-current.gif) no-repeat left top; margin-right:16px; padding-left:20px;}

#style_switch {right: 10px; top: 330px;}
#nav {background: url({STYLEIMGDIR}/icon_nav.png) no-repeat 0 8px;color:#000;width:980px; }
#nav a {color:#000;}
#footer{padding-top:5px;background: url({STYLEIMGDIR}/footer.jpg) no-repeat bottom center;height:140px;}
#footer .wrap{width:750px;padding:40px 0px 0px 150px;}
.ad_footerbanner { width: {WRAPWIDTH}; margin: 0 auto;background:#fff;}
#ad_headerbanner { }
.ad_text, .ad_footerbanner { margin: 0 auto;background:#fff; }
.ad_text {}
.popupmenu_popup {position: absolute;background: #FFF !important;display:inline-block;}

.postbtn, .replybtn { background-image: url({STYLEIMGDIR}/post.png) !important;}
        .replybtn { background-position: 0 -30px !important; }

#online, #bdays {  }
        #online h3, #bdays h3 {background-image: url({STYLEIMGDIR}/header_bg.gif); color: #000000;  }
                #online h3 a, #bdays h3 a { color: #000000; }

#index .content, #forumdisplay .content { padding: 5px 20px; background: none; }
        #index .with_side .content, #forumdisplay .with_side .content { padding-right: 15px !important; }
#index .pages_btns { padding-bottom: 6px; }
.list { margin-bottom: 10px; padding: 0px; border: 1px solid #D4D1C3; }
        .content .list h3 { padding-left: 9px; line-height: 31px; background-image: url({STYLEIMGDIR}/header_bg.gif); color: #000000; }
                .list h3 a { color: #000000; }
        .list th { padding-left: 55px !important; background-image: url({STYLEIMGDIR}/forum.gif); background-position: 13px 10px; }
                .list th.new { background-image: url({STYLEIMGDIR}/forum_new.gif); }

#index .list table, #forumdisplay .list table { border-collapse: separate; }
#index .mainbox table th, #index .mainbox table td, #forumdisplay .mainbox table th, #forumdisplay .mainbox table td { border-top: 1px solid #D4D1C3; border-bottom: 0px solid #D4D1C3;  }
        #index .mainbox table tr:hover th, #index .mainbox table tr:hover td, #forumdisplay .mainbox table tr:hover th, #forumdisplay .mainbox table tr:hover td { background-color: #F6F6F6; }
回复

使用道具 举报

elevensky 发表于 2010-3-23 11:16:25 | 显示全部楼层
回复

使用道具 举报

 楼主| 群英荟 发表于 2010-3-23 12:33:17 | 显示全部楼层
谢谢!有具体详细点的吗
回复

使用道具 举报

elevensky 发表于 2010-3-23 13:41:14 | 显示全部楼层
这是目前最详细的。应该够了。
回复

使用道具 举报

 楼主| 群英荟 发表于 2010-3-23 17:47:09 | 显示全部楼层
看来还得学习对于菜来说挺难的
回复

使用道具 举报

 楼主| 群英荟 发表于 2010-3-23 21:59:11 | 显示全部楼层
问题一已经自己解决了,仍求问题二的解,感谢关注!
回复

使用道具 举报

deviljing 发表于 2010-3-23 22:54:34 | 显示全部楼层
楼主,你这样问是没人能帮你解决的,光看图片和CSS,别人怎么知道你的DIV是怎么写的
回复

使用道具 举报

 楼主| 群英荟 发表于 2010-3-23 23:15:16 | 显示全部楼层
楼主,你这样问是没人能帮你解决的,光看图片和CSS,别人怎么知道你的DIV是怎么写的
deviljing 发表于 2010-3-23 22:54



   看来是行家,需要怎样您说能帮我解决就好
回复

使用道具 举报

deviljing 发表于 2010-3-23 23:17:44 | 显示全部楼层
看来是行家,需要怎样您说能帮我解决就好
群英荟 发表于 2010-3-23 23:15



    - -u 至少也要能看到地址吧
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-21 00:32 , Processed in 0.028612 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表