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

 找回密码
 立即注册
搜索

[已解决] X 2.5 帖子内容页分享和收藏两栏居中显示的方法

[复制链接]
为爱狂奔 发表于 2013-4-30 20:35:39 | 显示全部楼层 |阅读模式
本帖最后由 为爱狂奔 于 2013-4-30 20:40 编辑

前天突然觉得帖子内容页的分享和收藏两栏靠左显示不怎么好看,于是就想把它弄成居中显示的,第一回合没有弄好,我也是小白级别的。于是发帖求助,大侠们可能都比较忙。昨天又纠结了一下,决定自己找方法,终于功夫有心人,成功解决了。我在这里也得到过很多分享帖的帮助,本着分享的精神,把方法贴在这。



在\template\default\common\module.css里找到如下代码:
  1. #p_btn { line-height: 24px; }
  2. #p_btn a { float: left; margin-right: 3px; padding-right: 4px; padding-left: 8px; background: url({IMGDIR}/share_btn.png) no-repeat 0 0; vertical-align: top; white-space: nowrap; }
  3. #p_btn a:hover { text-decoration: none; }
  4. #p_btn i { display: block; padding-right: 8px; background: url({IMGDIR}/share_btn.png) no-repeat 100% 100%; font-style: normal; cursor: pointer; }
  5. #p_btn img { float: left; margin: 4px 3px 0 0; }
  6. #p_btn span { padding-left: 2px; color: {LIGHTTEXT}; }
  7. .tshare { padding-bottom: 10px; }
  8. .tshare strong { float: left; margin-right: 10px; }
  9. #p_btn .tshare a, #p_btn .tshare i { padding: 0; background-image: none; }
  10. #p_btn .tshare a { margin-right: 10px; color: {HIGHLIGHTLINK}; }
  11. #p_btn .tshare a:hover { text-decoration: underline; }
复制代码
修改为:
  1. #p_btn { line-height: 24px; text-align:center; }
  2. #p_btn a { display:inline-block; margin-right: 3px; padding-right: 4px; padding-left: 8px; background: url({IMGDIR}/share_btn.png) no-repeat 0 0; vertical-align: top; white-space: nowrap; }
  3. #p_btn a:hover { text-decoration: none; }
  4. #p_btn i { display: block; padding-right: 8px; background: url({IMGDIR}/share_btn.png) no-repeat 100% 100%; font-style: normal; cursor: pointer; }
  5. #p_btn img { float: left; margin: 4px 3px 0 0; }
  6. #p_btn span { padding-left: 2px; color: {LIGHTTEXT}; }
  7. .tshare { padding-bottom: 10px; }
  8. .tshare strong { margin-right: 10px; }
  9. #p_btn .tshare a, #p_btn .tshare i { padding: 0; background-image: none; }
  10. #p_btn .tshare a { margin-right: 10px; color: {HIGHLIGHTLINK}; }
  11. #p_btn .tshare a:hover { text-decoration: underline; }
复制代码
更新css缓存即可。


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

水分子 发表于 2013-4-30 20:36:36 | 显示全部楼层
分享即美德
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-8-25 08:10 , Processed in 0.114627 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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