热搜词
发表于 2011-5-22 10:48:23 | 显示全部楼层 |阅读模式
需修改文件:
Discuz! x3.4 根目录/template/default/common/common.css
查找广告样式代码,默认common.css样式文件在872行左右,代码如下:

  1. /* 广告 */
  2. /* 页头广告 */ .a_h { padding-top: 5px; }
  3. /* 二级导航广告 */ .a_mu { border: solid {COMMONBORDER}; border-width: 0 1px 1px; background: {COMMONBG}; }
  4. /* 页尾广告 */ .a_f { margin: 5px auto; }
  5. /* 日志内容广告 */ .a_b { float: right; margin: 0 0 5px 5px; }
  6. /* 格子广告 */ .a_t { margin-bottom: 10px; }
  7.   .a_t table { width: 100%; }
  8.   .a_t td { padding: 4px 15px; border: 1px solid {COMMONBORDER}; }
  9. /* 帖内广告 */ .a_pr { float: right; width: 120px; overflow: hidden; }
  10.   .a_pt, .a_pb { background: url({IMGDIR}/ad.gif) no-repeat 0 50%; margin-bottom: 6px; padding-left: 20px; zoom: 1; }
  11. /* 漂浮广告 */ .a_fl, .a_fr { float: right; position: fixed; top: 350px; z-index: 100; }
  12.   .a_fl { left: 0; }
  13.   .a_fr { right: 0; text-align: right; }
  14.   * html .a_fl, * html .a_fr { position: absolute; top: expression(offsetParent.scrollTop+350); }
  15. /* 对联广告 */ .a_cb { top: 20px }
  16.   * html .a_cb { top: expression(offsetParent.scrollTop+20); }
  17. /* 文章漂浮广告 */ .a_af { float:left; margin-right: 10px; margin-bottom: 10px; }
  18. /* 右下角广告 */ .a_cn { position: fixed; right: 10px; bottom: 10px; z-index: 300; }
  19.   * html .a_cn { position: absolute; top: expression(offsetParent.scrollTop+document.documentElement.clientHeight-this.offsetHeight); }
  20.   .a_cn .close { text-align: right; }
  21. .a_h, .a_mu, .a_c, .a_p, .a_f, .a_t { text-align: center; }
复制代码
如修改首页的"全局 页头二级导航栏广告"广告显示样式,让二级导航广告内多个通栏图片/flash下边距为4px,修改如下:
  1. /* 二级导航广告 */ .a_mu { border: solid {COMMONBORDER}; border-width: 0 1px 1px; background: {COMMONBG}; }
  2. .a_mu img { margin-bottom: 4px;}
  3. .a_mu object { margin-bottom: 4px;}
复制代码
如修改首页的格子(表格)广告显示样式,让格子内的广告左右/上下边距分别为0px,格子内的图片/flash下边距为4px,修改如下:
  1. /* 格子广告 */ .a_t { margin-bottom: 10px; }
  2.   .a_t table { width: 100%; }
  3.   .a_t td { padding: 0px 0px;}
  4.   .a_t img { margin-bottom: 4px;}
  5.   .a_t object { margin-bottom: 4px;}
复制代码
说明:
margin-top:设置元素的上外边距。
margin-bottom:设置元素的下外边距。
padding-top:设置元素的上内边距。
padding-bottom:设置元素的下内边距。



全部评论0
回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|管理员之家 ( 苏ICP备2023053177号-2 )

GMT+8, 2024-12-23 06:03 , Processed in 0.163993 second(s), 22 queries .

Powered by Discuz! X3.5

Cpoyright © 2001-2024 Discuz! Team