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

 找回密码
 立即注册
搜索

[求助] 求助帖子内容字号后台无法设置问题

[复制链接]
wptang 发表于 2009-12-15 15:08:08 | 显示全部楼层 |阅读模式
设置了帖子内容字号无论多少都没反应,CSS给写死了,请高手帮忙改怎么解决
谢谢
回复

使用道具 举报

 楼主| wptang 发表于 2009-12-16 13:56:52 | 显示全部楼层
顶起。。。。。。。。。
回复

使用道具 举报

jy890701 发表于 2009-12-16 13:58:25 | 显示全部楼层
哈哈 我支持你
回复

使用道具 举报

cr180 发表于 2009-12-16 13:59:56 | 显示全部楼层
你提的问题内容呢?
回复

使用道具 举报

 楼主| wptang 发表于 2009-12-16 14:10:01 | 显示全部楼层
帖子内字体在风格后台设置大小无效, 实际是按照默认字体大小
回复

使用道具 举报

sonocc 发表于 2009-12-16 18:44:45 | 显示全部楼层
写死了,那你找找
  1.         .t_msgfont, .t_msgfont td { font-size: {MSGFONTSIZE};  line-height: 1.6em; }
复制代码
这段修改font-size:
在css_append.htm或css_script.htm

评分

2

查看全部评分

回复

使用道具 举报

 楼主| wptang 发表于 2009-12-17 23:34:41 | 显示全部楼层
找了没有 我把css_append.htm 代码贴出来
  1. #index #wrap { padding-bottom: 2px; }
  2. .list { border: 1px solid {WRAPBORDERCOLOR}; margin-bottom: 10px; }
  3. .list h3 { background: url({STYLEIMGDIR}/header_bg.gif); border: 1px solid #FFF; border-bottom: none; }
  4. .list h3 a { color: #FFF; }
  5. #bg_fm { border: 1px solid {WRAPBORDERCOLOR}; border-bottom: none; }
  6. #bg_fengmang { background: url({STYLEIMGDIR}/header_bg.gif); border: 1px solid #fff; border-bottom: none; line-height: 28px; height: 28px; color: #FFF; }
  7. #bg_fengmang h2 { padding-left: 14px; color: #FFF; }
  8. #bg_fengmang h2 a { color: #FFF; }
  9. #online h3 { background: url({STYLEIMGDIR}/portalbox_bg.gif); line-height: 29px; }
  10. #online h3 a { color: {LINK}; }
  11. #online .headactions a { color: {LINK}; }

  12. .content { padding: 8px 12px 0; }
  13. .content .list h3 { padding-left: 6px; color: {MIDTEXT}; line-height: 28px; }

  14. .itemtitle ul .current a, .itemtitle ul .current a:hover, .itemtitle ul .current a.dropmenu:hover { background: {HIGHLIGHTLINK} url({STYLEIMGDIR}/btn_block.gif) no-repeat 0 0; }
  15. .itemtitle ul .current a span, .itemtitle ul .current a:hover span { background: url({STYLEIMGDIR}/btn_block.gif) no-repeat 100% -23px; color: #FFF; }                       

  16. #postlist { margin: 8px 12px 0; }
  17. #f_post { margin: 0 12px 13px; border: 1px solid {WRAPBORDERCOLOR}; }
  18. #viewthread .forumcontrol { padding: 8px 12px 0; }
  19. #viewthread .forumcontrol table { background: {WRAPBG}; }
  20. #viewthread .forumcontrol td { padding: 8px 0 0; }
  21. #viewthread .forumcontrol .narrow td { padding: 0 0 10px; }

  22. #style_switch { position: absolute; right: 8px; bottom: -30px; }
  23. .list td, .list th { border-top: 1px solid {WRAPBORDERCOLOR}; }
  24. .list th { background: url({STYLEIMGDIR}/forum.gif) 2px 20px no-repeat; padding-left: 55px !important; }

  25. #nav, #nav a { color: #000; }

  26. #index .headactions em, #index .headactions em a { color: #FFF; }

  27. #viewthread .threadad td.postauthor { background: {CONTENTSEPARATE}; padding: 0; height: 0; }

  28. #modopt, #modopttmp { margin-top: 3px; }

  29. #viewthread .postbtn, #forumdisplay .postbtn, #index .postbtn  { width: 88px; height: 29px; background-image: url({STYLEIMGDIR}/newtopic.gif); }
  30. #viewthread .replybtn { width: 88px; height: 29px; background-image: url({STYLEIMGDIR}/reply.gif); }
  31. #forumdisplay .postbtn a, #viewthread .postbtn a, #viewthread .replybtn a { text-indent:-9999px; }
  32. .postbtn { width: 88px; height: 29px; background: url({STYLEIMGDIR}/postnew.gif) no-repeat 0 0; font-size: 0; font-weight: 0; line-height: 29px; text-align: center; overflow: hidden; }
  33. .postbtn a { text-indent:-9999px; }
  34. #forumdisplay .folder { width: 36px; text-align: center; }
  35. #forumdisplay .threadtype { padding: 0; height: 30px; border: 1px solid {WRAPBORDERCOLOR};  background: {SPECIALBG};  }
  36. #forumdisplay .threadtype strong, #forumdisplay .threadtype a { float: left; margin: 0; padding: 2px 12px 0; height: 30px; line-height: 30px; border-right: 1px solid {WRAPBORDERCOLOR}; }
  37. #forumdisplay .threadtype strong { background: #FFF; }

  38. #index .headactions { float: right; line-height: 1em; padding: 6px 4px 0 0; }
  39. #index .headactions em, #index .headactions em a{ color: #FFF; }

  40. #forumdisplay .list h3 { color: #FFF; }
  41. #modarea .list h3 { background: url({STYLEIMGDIR}/portalbox_bg.gif); margin-bottom: 0; }
  42. #modarea .list h3 a { color: {LINK}; }
  43. .fengmang { background: {SPECIALBG}; }
  44. .fengmang1 { background: {SPECIALBG};}
  45. .datalist .datatable { margin-bottom: 0; }

  46. #header { margin-bottom: 0; }
  47. #wrapl { padding-left:10px; background: url({STYLEIMGDIR}/bian.gif) repeat-y left; }
  48. #wrapr { padding-right:10px; background: url({STYLEIMGDIR}/bian.gif) repeat-y right; }
  49. #wrapc { width: 100%; background: {WRAPBG}; }

  50. #nav { margin: 8px auto 0; background: url({STYLEIMGDIR}/icon_nav.gif) no-repeat 14px 50%; text-align: left; text-indent: 38px; line-height: 2em; }
  51. #footer { padding: 0.6em 0; border-top: 1px solid {WRAPBORDERCOLOR}; background: {SPECIALBG}; overflow: hidden; }
  52. #rightinfo {  padding-left: 14px; }
  53. #footlink { padding-right: 14px; }

  54. #header .wrap { padding: 0; }
  55. #header .pipe { background: url({STYLEIMGDIR}/menu_itemline.gif) no-repeat; }
  56. #wrap_pnfm { clear: both; height: 31px; background: url({STYLEIMGDIR}/menu_bg.gif); }
  57.         #menu, #umenu { position: static; }
  58.                 #menu { float: right; margin-right: 3px; }
  59.                         * html #menu { position: relative; margin-top: 3px; }
  60.                         #menu li { margin: 0; background: url({STYLEIMGDIR}/menu_itemline.gif) no-repeat 0 1px; }
  61.                                                         #menu a { padding: 0 10px 0 18px; border: none; color: #000; }
  62. #menu a:hover { background-color: transparent; color: {NOTICETEXT}; }
  63. #menu li.current { color: {NOTICETEXT};  font-weight: 800; }
  64. #menu li.current a, #menu li.current a:hover { height: 25px; background-color: transparent; color: {MENUHOVERTEXT}; font-weight: 800; }               
  65.                 #umenu { float: left; display: inline; margin: 6px 0 0 12px; }
  66.                                 #umenu a { margin: 0 8px; }

  67. .mainbox thead th, .mainbox thead td { background: url({STYLEIMGDIR}/cat_bg.gif); line-height: 22px; height: 22px; border: none; color: {TEXT}; }
  68. .mainbox thead th { padding: 2px 0 0 72px; }
  69. .mainbox thead td { padding: 2px 0; }
  70. .list td.nums, .list td.forumnums { width: 80px; text-align: center; }
  71. .list td.nums { padding-left: 1px; }
  72. .list td.lastpost { text-align: left; padding-left: 10px; }
  73. .list td.forumlast { padding-left: 10px; }

  74. .v_fm { margin: 0 0 10px; border: 1px solid {WRAPBORDERCOLOR}; }
复制代码
回复

使用道具 举报

 楼主| wptang 发表于 2009-12-24 11:25:36 | 显示全部楼层
((em:07))((em:07))
回复

使用道具 举报

 楼主| wptang 发表于 2009-12-29 10:34:18 | 显示全部楼层
wptang发表于 5 天前 11:25 |
回复

使用道具 举报

又要注册 发表于 2010-1-9 23:31:10 | 显示全部楼层
我也想改字体字号

海南国际旅游岛论坛
HNGJLYD.net
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-10-14 21:17 , Processed in 0.129997 second(s), 15 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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