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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 请问一下,头部LOGO图片的边距在哪里调整啊?

[复制链接]
寂小清 发表于 2010-3-13 17:42:15 | 显示全部楼层 |阅读模式
论坛还刚开始调试http://www.aikelady.com/bbs
头部的这个LOGO上下的边距太大了,请问一下,这个是在哪里调呢?
我用的“PINK”这个模板,是调试header文件的css样式文件吗
样式文件的路径是在哪里啊,找了半天也没找到
谢谢大侠们指教
 楼主| 寂小清 发表于 2010-3-13 22:10:27 | 显示全部楼层
没人知道吗,这个问题应该不难吧。。。
回复

使用道具 举报

大街 发表于 2010-3-13 22:17:19 | 显示全部楼层
#header .wrap的padding属性
回复

使用道具 举报

elevensky 发表于 2010-3-14 12:19:23 | 显示全部楼层
调整高度是#header .wrap {padding:24px 0 22px;position:relative;}把padding属性去掉你的就差不多了。
回复

使用道具 举报

 楼主| 寂小清 发表于 2010-3-14 20:12:16 | 显示全部楼层
本帖最后由 寂小清 于 2010-3-14 20:17 编辑

我就是问这个样式文件在哪里啊
在哪个文件夹里,路径是哪里
我都没有看到任何.css后缀名的文件呀
回复

使用道具 举报

 楼主| 寂小清 发表于 2010-3-14 20:36:52 | 显示全部楼层
是templates/default/css_common.htm这个文件吗
我把里面的#header .wrap {padding:24px 0 22px;position:relative;}改成了
#header .wrap {padding:0px;position:relative;}
可是还是有上下边距啊
请看http://www.aikelady.com/bbs
回复

使用道具 举报

 楼主| 寂小清 发表于 2010-3-15 22:28:39 | 显示全部楼层
跪求答案
回复

使用道具 举报

ly214 发表于 2010-3-15 22:34:32 | 显示全部楼层
本帖最后由 ly214 于 2010-3-15 22:36 编辑

templates  下 PINK 文件夹下 有个  css_append.htm文件
  1. #header .wrap { padding: 0; w\idth: 95%; height: 244px; background: url({STYLEIMGDIR}/header.jpg) no-repeat 0 100%; }
  2. #header h2 { width: 630px; height: 230px; background: url({STYLEIMGDIR}/xmas.gif) no-repeat 100% 100%; }
  3. #ad_headerbanner { position: absolute; right: 0; top: 35px; }
  4. #umenu { top: 5px; padding-right: 10px; background: url({STYLEIMGDIR}/umenu.gif) no-repeat 100% 0; line-height: 30px; }
  5.         #umenu a.noborder { float: left; margin-left: -10px; padding-left: 10px; display: inline; background: url({STYLEIMGDIR}/umenu.gif) no-repeat 0 -30px; }
  6.                 * html #umenu a.noborder { margin-left: 0; background-position: 0 100%; }
  7.         #umenu a { margin: 0 2px; }
  8.         #umenu .pipe { margin: 0 2px; color: #FAABA4; }
  9. #menu { right: 15px; bottom: 4px; padding-right: 11px; height: 36px; url({STYLEIMGDIR}/menu.gif) no-repeat 100% -36px; }
  10.                 #menu li { margin: 0; padding-left: 1px; background: url({STYLEIMGDIR}/menu.gif) no-repeat 0 -72px; }
  11.                         #menu a { height: 36px; border: none; line-height: 36px; }
  12.                                 #menu li a:hover, #menu li.current a { height: 36px; background-color: transparent; color: #A11A18; }
  13.                                         #menu a#mn_index { margin-left: -1px; padding-left: 25px; background: url({STYLEIMGDIR}/menu.gif) no-repeat 0 0; }
  14. #style_switch { bottom: -22px; right: 15px; }
  15. #nav { w\idth: 95%; height: 31px; background: url({STYLEIMGDIR}/nav.gif) repeat-x 0 0; line-height: 31px; text-indent: 40px;  }
  16. .shadowline { border-top-color: #F7C2C2; }
  17. #wrap, #ad_text { w\idth: 95%; border-width: 0 4px; }
  18.         #ad_text { margin-bottom: 0; background: #FFF; }
  19.         #wrap { border-bottom-width: 4px; }
  20.                 .content { background: url({STYLEIMGDIR}/content_snow.gif) repeat-x 0 0; }
  21.                 .side {  background: url({STYLEIMGDIR}/side_snow.gif) no-repeat 0 -31px; }
  22.                         .special .side { background: url({STYLEIMGDIR}/content_snow.gif) repeat-x 0 0; }
  23.                         #sidebar_img.collapsed_no { margin: 0; padding: 6px 30px 6px 0; width: 180px; w\idth: 150px; background: url({STYLEIMGDIR}/side_snow.gif) no-repeat 0 0; text-align: right; }
  24.                                 #sidebar_img.collapsed_no:hover { background-position: 0 0 !important; }
  25. .list { border-top-width: 1px; }
  26.         .list h3 { border-top: 1px solid {WRAPBG}; background: {SPECIALBG}; }
  27.         .list th { background-image: url({STYLEIMGDIR}/forum.gif); }
  28.                 .list th.new { background-image: url({STYLEIMGDIR}/forum_new.gif); }
  29. .postbtn, .replybtn { background-image: url({STYLEIMGDIR}/post.gif) !important; }
  30.         .replybtn { background-position: 0 -30px !important; }
  31. #rightinfo { padding-left: 45px; background: url({STYLEIMGDIR}/footer.gif) no-repeat 0 50%; }
复制代码
这样的代码,]#header .wrap  是顶部
回复

使用道具 举报

 楼主| 寂小清 发表于 2010-3-15 22:41:34 | 显示全部楼层
答案是貌似要更新一下CSS缓存。。。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-10-2 07:29 , Processed in 0.099442 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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