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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 请帮我看一下那段代码是修改左侧个人资料栏宽度的

[复制链接]
卓卓 发表于 2012-9-12 22:22:13 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X2.5
浏览器: IE6 IE7 IE8 
使用模板: 其他模板(请在回帖中说明模板的名称或者是模板的下载地址)
BUG地址: http://www.tei8.com
如题 个人资料栏太窄了

但是宽度 不知道是哪段代码 求好心人帮忙看一下

麻烦各位大神了 谢谢
  1. /*

  2. Extend CSS file for Discuz! X
  3. (C) Comsenz Inc.
  4. http://www.comsenz.com
  5. Created & Modified by Monkey, Lushnis, Pony, Dfox & DragonLee.

  6. 1. 一些通用模块的样式
  7.         1. 公告
  8.         2. 在线会员列表
  9.         3. 类似群组中邀请好友中的好友列表
  10.         4. 动态列表
  11.         5. 进度条
  12.         6. 广场以外的引用、代码样式
  13.         7. 版主管理(包括2.3、2.4)
  14.         8. 登录注册
  15.         9. 标签
  16. 2. 发帖相关样式
  17.         1. 编辑器中的功能样式
  18.         2. 主题图标
  19.         3. 提交表单
  20.         4. 发特殊主题帖
  21. 3. 列表样式
  22.         1. 广场版块、群组分类列表
  23.         2. 房屋列表
  24.         3. 主题列表
  25. 4. 帖子内容区域样式
  26.         1. 结构
  27.         2. 作者、时间、楼层等一些属性
  28.         3. 帖子正文
  29.                 1. 回帖推荐、点评等
  30.                 2. 用户详细信息
  31.                 3. 帖子附件及一些特殊样式(如锁定、引用、代码等)
  32.         4. 特殊帖样式
  33.         5. 广场和空间共用的商品、辩论等样式
  34.         6. 显示原始图片弹出层样式
  35. 5. 群组相关样式
  36. 6. 文章、日志等页面样式
  37. 7. 空间相关样式
  38. 8. 门户相关样式
  39. 9. 漫游相关样式
  40. 10.搜索相关样式
  41. 11.排行榜相关样式
  42. 12.统计相关样式

  43. * 全局 CSS 样式参见 common.css
  44. * 以下为模块 CSS 写法举例
  45. * 分类之间空三行,模块之间空两行,区块之间空一行 */

  46. /** group::index **/
  47.         /* 群组 index 模块使用的CSS */
  48. /** end **/

  49. /** group::index,forum::index **/
  50.         /* 群组 index 和 论坛 index 模块使用的CSS */
  51. /** end **/

  52. /** forum **/
  53.         /* 论坛 所有模块使用的CSS */
  54. /** end **/



  55. /* ------------------------------------------------------------------------ 一些通用模块的样式 */

  56. /** forum::index **/
  57. #pt .y { width: 550px; height: 29px; overflow: hidden; }
  58. #chart { margin-bottom: 5px; }
  59.         .chart { padding-left: 22px; background: url({IMGDIR}/chart.png) no-repeat 0 50%; color: {LIGHTTEXT}; }
  60.                 .chart em { color: {TABLETEXT}; }
  61. /*
  62.         Name:                        mod_announcement
  63.         Level:                        Function
  64.         Explain:                公告。放置在不同位置时注意调整 #anc, #an li 的高度
  65.         Last Modify:        Pony 1203191111
  66. */
  67.         #an { margin-bottom: 5px; }
  68.                 #an dt { display: none; }
  69.                 #an li { float: right; clear: both; width: 526px; text-align: right; }
  70.                         #an li span { float: left; width: 450px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  71.                         #an li em { float: left; width: 75px; color: {LIGHTTEXT}; }
  72.                         #anc, #an li { height: 29px; overflow: hidden; }
  73.                         #anc i { font-style: italic; }

  74. /* 在线会员列表 */
  75.         .oll li { float: left; overflow: hidden; white-space: nowrap; width: 19.9%; height: 24px; line-height: 24px; }
  76.                 .oll img { vertical-align: middle; }

  77. /* 论坛首页热点 by Pony */
  78.         .heat { width: 370px; }
  79.         .heatl { padding-left: 15px; margin-left: 385px; background: url({IMGDIR}/vline.png) repeat-y 0 0; }
  80. /** end **/


  81. /** misc::faq **/
  82. /*
  83.         Explain:                帮助页面的标题要显示出来
  84.         Last Modify:        Pony 1203231449
  85. */
  86.         .ct2_a h1.mt { display: block; }
  87. /** end **/

  88. /** misc::invite,group,forum::viewthread,portal::view,home::space **/
  89.         /* .usl -> 用于类似群组中邀请好友中的好友列表 by Pony */
  90.                 .usl { overflow: scroll; overflow-x: hidden; padding: 5px; width: 580px; height: 280px; }
  91.                 .usl2 { width: auto; border: dashed {WRAPBORDERCOLOR}; border-width: 0 1px 1px; }
  92.                         .usl li { overflow: hidden; float: left; margin: 3px; width: 134px; height: 64px; }
  93.                         .usl a { display: block; padding: 4px; border: 1px solid {WRAPBG}; }
  94.                                 .usl a:hover { text-decoration: none; border: 1px solid; border-color: #DDD #999 #999 #DDD; background: {COMMONBG}; }
  95.                         .usl .avt { float: left; margin-right: 5px; width: 52px; height: 52px; border: 1px solid {COMMONBORDER}; background-color: {WRAPBG}; background-position: 2px 2px; background-repeat: no-repeat; zoom: 1; }
  96.                         .usl .d { float: left; width: 65px; height: 54px; overflow: hidden; word-wrap: break-word; }
  97.                         .usl li.a a, .usl li.a a:hover { border-color: #F90; background-color: #FFF1E1; }
  98.                         .usl li.a .avt span { display: block; margin-left: 2px; width: 50px; height: 50px; background: url({IMGDIR}/mark.png) no-repeat left bottom; }
  99.                 .usd { padding: 5px 10px 0; border: solid {WRAPBORDERCOLOR}; border-width: 1px 0; background-color: {COMMONBG}; }
  100.                 .usd2 { border-width: 1px; border-style: dashed; }
  101.                         .usd li { float: left; margin-right: 1%; width: 48%; }
  102. /** end **/


  103. /** home::space,home::spacecp,group::group,userapp::userapp,misc::ranklist,portal::view,forum::viewthread,group::viewthread,home::medal,misc::tag **/
  104.         /* .el -> feed_list 动态列表 by Pony */
  105.         .e { overflow: hidden; }
  106.                 .e .i, .el .i { padding: 6px 10px; border-bottom: 1px dashed {COMMONBORDER}; background: #F7F7F7; }
  107.         .el {}
  108.                 .et { margin: 20px 0 10px; }
  109.                 .el li { padding: 10px 20px; min-height: 20px; border-bottom: 1px dashed {COMMONBORDER}; }
  110.                         .ie6 .el, .ie6 .el li { zoom: 1; }
  111.                 .el .t { position: absolute; margin: 1px 0 0 -20px; }
  112.                 .el .o { overflow: hidden; float: right; margin: 4px -20px -4px 0; width: 16px; height: 16px; text-indent: 20px; background: url({IMGDIR}/op.png) no-repeat -2px -62px; }
  113.                         /* 外宽改变时 .ie6 .el .o, .ie6 .xlda .el .o 的 margin 值需要更改 */
  114.                         .ie6 .el .o { position: absolute; margin: 2px 0 0 525px; }
  115.                         .el .del { background-position: -2px -22px; }
  116.                 .el .d { padding-top: 10px; color: {MIDTEXT}; }
  117.                 .ec .tn { margin: 10px 10px 0 0; cursor: pointer; }
  118.                 .ec a .tn { float: left; padding: 2px; max-width: 90px; max-height: 90px; border: 1px solid {COMMONBORDER}; }
  119.                         .ie6 .ec a .tn { width: expression(this.width > 90 && this.width >= this.height ? 90 : true); height: expression(this.height > 90 && this.width <= this.height ? 90 : true); }
  120.                 .el .ec .hot { float: right; margin: 10px 0 0 10px; width: 55px; height: 50px; background: url({IMGDIR}/hotspot.gif) no-repeat; }
  121.                         .el .ec .hot a { display: block; line-height: 20px; text-align: center; color: #FFF; }
  122.                                 .el .ec .hot a:hover { text-decoration: none; }
  123.                                 .el .ec .hot em { display: block; line-height: 30px; font-size: 16px; color: {HIGHLIGHTLINK}; cursor: pointer; }
  124.                 .el a { color: {HIGHLIGHTLINK}; }
  125.                 /* 有头像的动态列表 */
  126.                 .xlda .el { overflow: hidden; float: left; margin-top: -4px; width: 100%; }
  127.                         .xlda .el li { margin-bottom: -4px; padding-top: 14px; }
  128.                                 .ie6 .xlda .el .o { margin: 2px 0 0 460px; }
  129.                 #share_preview .h { display: none; }
  130. /** end **/


  131. /** forum::viewthread,group::viewthread,home::task,misc::stat,home::space **/
  132.         /* 进度条 */
  133.                 .pbg { height: 16px; background: url({IMGDIR}/pllb.png) 0 0 repeat-x; -webkit-border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0; border-radius: 0 6px 6px 0; }
  134.                 .pbr { height: 16px; width: 470px; background-image: url({IMGDIR}/pllb.png); background-color: #5AAF4A; background-position: 0 -16px; background-repeat: repeat-x; -webkit-border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0; border-radius: 0 6px 6px 0; }

  135.         /* 勋章链接hover时不显示下划线 by Pony 20110519 */
  136.         .md_ctrl a:hover { text-decoration: none; }
  137. /** end **/


  138. /**  forum::forumdisplay,forum::viewthread,group::viewthread,home::space,home::spacecp,home::invite,portal::view,portal::comment,forum::post,group::post **/
  139.         /* 广场以外的引用、代码样式 by Pony */
  140.                 .quote { overflow: hidden; margin: 10px 0; padding-left: 16px; background: url({IMGDIR}/qa.gif) no-repeat 0 0; color: {MIDTEXT}; }
  141.                         .quote blockquote { display: inline; margin: 0; padding-right: 16px; background: url({IMGDIR}/qz.gif) no-repeat 100% 100%; }
  142.                         .m_c .quote { width: 585px; }
  143.                 .blockcode { overflow: hidden; margin: 10px 0; padding: 5px 10px; background: #F7F7F7; color: {MIDTEXT}; }
  144.                         .blockcode code { font-family: Monaco, Consolas, 'Lucida Console', 'Courier New', serif; font-size: 12px; line-height: 1.8em; }
  145.                         * html .blockcode code { font-family: 'Courier New', serif; }
  146. /** end **/


  147. /** forum::modcp,misc::stat **/
  148.         /* 版块管理 */
  149.                 .mdcp {}
  150.                         .stl { float: left; width: 15%; }
  151.                         .str { float: left; overflow: auto; overflow-y: hidden; width: 84%; *padding-bottom: 17px; }
  152. /** end **/

  153. /** misc::tag **/
  154. /* 标签列表 by Pony */
  155.         .taglist { min-height: 270px; }
  156.                 .ie6 .taglist { height: 270px; }
  157.                 .taglist a { margin-right: 20px; line-height: 30px; white-space: nowrap; }
  158. /** end **/



  159. /* ------------------------------------------------------------------------ 发帖相关样式 */
  160. /** forum::post,forum::forumdisplay,forum::viewthread,group::post,group::forumdisplay,group::viewthread **/
  161. .ct2_a .mn { float: left; }
  162. .appl { float: right; margin-top: 8px; border: none; background-color: transparent; }
  163. .upf { width: 500px; }
  164. *+html .upf { width: 520px; }

  165. .upnf { white-space: normal; }
  166. .upbk { zoom: 1; }
  167.         .fldt { margin-bottom: 8px; }

  168. .p_pop .flb { position: absolute; right: 10px; top: 18px; *top: 13px; }

  169. .fnm { width: 130px !important; }
  170. .fszm { width: 55px !important; line-height: normal; }
  171. .fnm li, .fszm li, .simm li { cursor: pointer; }
  172. .qsv { padding-left: 16px; width: 16px; height: 16px; background: url({IMGDIR}/repquote.gif) no-repeat 50% 50%; cursor: pointer; }

  173. /* 发帖时选择标签 by Pony */
  174.         .marked { padding-right: 16px; background: url({IMGDIR}/mark.png) no-repeat 100% 50%; }
  175.         #taglistarea a { white-space: nowrap; zoom: 1; }
  176.                 #taglistarea .marked { padding-right: 0; background: none; font-weight: 700; color: {NOTICETEXT} !important; }
  177. /** end **/

  178. /** forum::post,group::post **/
  179. #post_extra_tb { position: relative; z-index: 2; }
  180.         #post_extra_tb label { float: left; margin-right: 3px; height: 21px; border: 1px solid {COMMONBORDER}; line-height: 21px; white-space: nowrap; }
  181.                 #post_extra_tb label.a { border-bottom-color: {SPECIALBG}; background: {SPECIALBG} none; box-shadow: none; }
  182.                         #post_extra_tb label span { float: left; padding: 0 8px 0 20px; background: url({IMGDIR}/dot.gif) no-repeat 8px 8px; line-height: 21px; }
  183.                                 #post_extra_tb span.a { background-image: url({IMGDIR}/dot_c.gif); }

  184. #post_extra_c { position: relative; z-index: 1; }
  185.         #post_extra_c .exfm { margin: -1px 0 0; border: 1px solid {COMMONBORDER}; }

  186. #draftlist { border-style: solid; border-width: 1px 1px 0; border-color: {WRAPBG}; }
  187.         #draftlist.a { position: relative; z-index: 302; border-color: {DROPMENUBORDER}; {DROPMENUBGCODE} }
  188.         #draftlist_menu { margin-top: -1px; padding: 10px; border: 1px solid {DROPMENUBORDER}; {DROPMENUBGCODE}; }
  189. /** end **/


  190. /** forum::post,forum::forumdisplay,forum::viewthread,group::post,group::forumdisplay,group::viewthread,portal::portalcp,home::spacecp **/
  191. .p_tbl { height: auto; line-height: 160%; border-bottom: none; }
  192.         .p_tbl table { *table-layout: fixed; }
  193.                 .p_tbl table td { height: 28px; line-height: 28px; border-bottom: 1px solid {COMMONBG}; }
  194.                         .atnu { width: 16px; }
  195.                         /*.attachctrl { width: 40px; }*/
  196.                         .atna {}
  197.                                 .atna p img, .attswf p img { vertical-align: middle; height: 16px; }
  198.                                 .atna .lighttxt, .attswf .lighttxt { color: {MIDTEXT} !important; }
  199.                         .attpr { width: 40px; text-align: center; }
  200.                                 .attv .px, .attp .px { width: 25px; }
  201.                                 .attv { width: 100px; }
  202.                         .atturl img { height: 20px !important; }
  203.                         .attc { width: 20px }
  204.                         *+html .attc { width: 40px; }
  205.                         .atds { width: 80px; text-align: center; }
  206.                                 .atds .px { width: 60px; }
  207.                         .attp { text-align: center; width: 40px; }
  208. /** end **/


  209. /** forum::post,group::post,portal::portalcp,home::spacecp **/
  210. /* 发帖、日志、文章时上传的图片列表样式 by Pony 11090615 */
  211. .upfl { margin-top: -1px; height: auto !important; height: 165px; max-height: 300px; overflow: auto; overflow-x: hidden; }
  212.         .upfl a, #imgattachlist a { color: {HIGHLIGHTLINK}; }
  213.         .upfl table td { border-bottom: 1px solid {COMMONBORDER}; height: 30px; line-height: 24px; }
  214. .imgl { margin-bottom: 5px; width: 100%; *width: 99.6%; }
  215.         .imgl td { padding: 8px 0; text-align: center; vertical-align: bottom; }
  216.                 .imgl tr:last-child td { border-bottom: none; }
  217.         .imgl img { border: 1px solid {LIGHTTEXT}; max-width: 110px; }
  218.                 .ie6 .imgl img { width: expression(this.width > 110 ? 110 : true); }
  219.         .imgf .px { width: 106px; padding: 2px; height: 14px; line-height: 14px; }
  220.         .imgdeleted { opacity: 0.3; filter: alpha(opacity=30); }

  221. /*
  222.         Name:                        mod_opattach
  223.         Level:                        Function
  224.         Explain:                发文章时上传的图片上的操作区域的样式
  225.         Last Modify:        Pony 11082416
  226. */
  227.         .opattach { display: block; position: relative; margin: 0 auto; width: 110px; border: 1px solid #CDCDCD; }
  228.                 .opattach:hover { text-decoration: none; }
  229.                 .opattach_ctrl { display: none; position: absolute; bottom: 0; left: 0; width: 100%; color: #FFF; background: transparent; background: rgba(0, 0, 0, 0.3); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = #30000000, endColorstr = #30000000); }
  230.                 .opattach:hover .opattach_ctrl { display: block; }
  231.                 .opattach img { border: none; }

  232. /* 重定义日志和文章的编辑器弹窗 by Pony 11082217 */
  233. .tfm .fwin .t_l, .tfm .fwin .t_c, .tfm .fwin .t_r, .tfm .fwin .m_c, .tfm .fwin .b_l, .tfm .fwin .b_c, .tfm .fwin .b_r { padding: 0; }
  234. .tfm .fwin th { padding: 0; width: auto; }
  235. .tfm .fwin .px { width: auto; }
  236. .tfm .fwin .upfl table td { border-bottom: none; }
  237. /** end **/


  238. /** forum::viewthread,forum::forumdisplay,forum::post,group **/
  239. /* 主题图标 by michael */
  240. #newspecial_menu { width: 90px; }
  241.         #newspecial_menu li, #sti .wx { display: block; background: url({IMGDIR}/folder_new.gif) no-repeat 8px 50%; zoom: 1; }
  242.                 #newspecial_menu .poll, #sti .poll { background-image: url({IMGDIR}/pollsmall.gif); }
  243.                 #newspecial_menu .trade, #sti .trade { background-image: url({IMGDIR}/tradesmall.gif); }
  244.                 #newspecial_menu .reward, #sti .reward { background-image: url({IMGDIR}/rewardsmall.gif); }
  245.                 #newspecial_menu .activity, #sti .activity { background-image: url({IMGDIR}/activitysmall.gif); }
  246.                 #newspecial_menu .debate, #sti .debate { background-image: url({IMGDIR}/debatesmall.gif); }
  247.                 #newspecial_menu a { display: block; padding: 3px 0 3px 30px; white-space: normal; }
  248.                         #newspecial_menu a:hover { background: none; color: {HIGHLIGHTLINK}; text-shadow: none; text-decoration: underline; }
  249. #sti {}
  250.         #sti .wx { padding-left: 25px; background-position: 0 50%; }
  251.         #sti .tb { margin-top: 0; }
  252. /** end **/


  253. /** forum::modcp,forum::post,group::post,home::spacecp,portal::portalcp **/
  254. /* 提交表单 */
  255.         .exfm { margin: 10px 0; padding: 10px 14px; border: 1px dashed {SPECIALBORDER}; background: {SPECIALBG}; }
  256.                 .exfm .pn { height: 22px; line-height: 22px; font-size: 12px; }
  257.                 .ie6 .exfm .pn, .ie7 .exfm .pn { line-height: 16px; }
  258.                 .exfm .rq { float: right; padding-right: 2px; }
  259.                 .exfm table { width: 100%; }
  260.                         .exfm table th, .exfm table td { padding: 4px 2px; }
  261.                 .mdcp .um { margin-bottom: 0; padding: 10px 5px; }

  262. /* 发特殊主题帖 by dfox */
  263.         .sinf p, .sadd p { padding: 2px 0; height: 30px; line-height: 30px; }
  264.         .sinf .px, .sadd .px { width: 120px; }
  265.         .sinf { float: left; padding-right: 14px; width: 380px; border-right: 1px dashed {WRAPBORDERCOLOR}; }
  266.                 .sinf h4 { padding: 6px 0; }
  267.                 .sinf textarea { width: 368px; height: 80px; }
  268.                 .onum { float: left; margin-right: 6px; width: 16px; }
  269.                 .oinf { width: 270px !important; }
  270.                         .sinf dl, .sadd dl { overflow: hidden; }
  271.                         .sinf dl dt, .sadd dl dt { float: left; padding-top: 3px\9; width: 75px; clear: left; }
  272.                         .sinf dl dd, .sadd dl dd { margin-bottom: 10px; overflow: hidden; }
  273.                         .sinf dl dd { width: 300px; }
  274.                         .sinf span.fb, .sadd span.fb { display: block; float: left; margin-right: 6px; height: 26px; line-height: 26px; white-space: nowrap; }
  275.                                 .sinf dl dd strong { padding: 0 8px; }
  276.         .sadd { float: left; margin-left: 10px; width: 520px; overflow: hidden; }
  277.                 .sadd dl dd { width: 420px; }
  278.                 .ct2_a .sadd { width: 360px; }
  279.                 .ct2_a .sadd dl dd { width: 260px; }
  280.                 .spl em { float: left; margin-right: 9px; height: 20px; line-height: 20px; }
  281.                 .spl input[type=radio] { margin: 0 3px 0 0; }
  282.         .spimg { margin: 0 10px 0 0; width: 200px; border: 1px solid #AAA; }
  283.         .spmp { width: 30px; }
  284.         .spmf { width: 300px; }
  285.                 .spmf, .spmf3 { overflow: hidden; _height: 1%; }
  286.                 .spmf label, .spmf3 label{ display: block; padding-top: 5px; }
  287.                         .spmf em{ float: left; width: 150px;  }
  288.                         .spmf3 em{ float: left; margin-right: 12px; }
  289.                                 .spmf3 .px { margin: 0 !important; width: 72px; }
  290. /** end **/


  291. /** forum::forumdisplay,forum::viewthread,group::forumdisplay,group::viewthread **/
  292.         /* 开启快速发帖和推荐表情时的样式 by Pony */
  293.         #f_pst .bm_c { padding: 20px; }
  294.                 #f_pst .tedt { width: auto; }
  295.                 .hasfsl { margin-right: 170px; zoom: 1; }

  296.         #f_pst .upfl { height: auto; max-height: 100%; }
  297.                 #f_pst .upfl td { padding: 4px 0; }
  298.                 #f_pst .atds { width: 100px; }
  299.                 #f_pst .px { padding: 2px; }
  300.         /*
  301.                 Name:                        mod_mobile-type
  302.                 Level:                        Function
  303.                 Explain:                手机发帖的相关样式
  304.                 Author:                        Lushnis
  305.                 Last Modify:        Pony 1204111343
  306.         */
  307.         .mobile-type { position: absolute; margin: -5px 0 -85px 103px; width: 58px; height: 80px; background: url({IMGDIR}/mobile-type.png) no-repeat 100% 100%; }
  308.                 .ie6 .mobile-type, .ie7 .mobile-type { margin-left: 88px; }
  309.                 .mobile-type a { display: block; width: 46px; height: 80px; background: url({IMGDIR}/mobile-type.png) no-repeat 0 0; }
  310.                         .mobile-type-2 a { background-position: 0 -80px; }
  311.                         .mobile-type-3 a { background-position: 0 -160px; }
  312.                         .mobile-type-4 a { background-position: 0 -240px; }
  313.                 .ie6 .mobile-type, .ie6 .mobile-type a { background-image: url({IMGDIR}/mobile-type-ie6.png) !important; }
  314.         .mobile-location { padding-left: 20px; background: url({IMGDIR}/mobile-attach-2.png) no-repeat 0 0; }
  315. /** end **/



  316. /* ------------------------------------------------------------------------ 广场版块、群组分类等列表样式 */
  317. /** forum::index,forum::forumdisplay,group::index,group::group,search::group **/
  318. /* 版块列表 */
  319. .fl {}
  320.         .fl_tb { width: 100%; }
  321.                 .fl_tb td { padding: 10px 0; }
  322.                 .fl_icn { padding-right: 10px !important; width: 31px; }
  323.                 .fl_by { width: 220px; }
  324.                         .fl_by div { margin-left: 10px; width: 210px; padding-left: 8px; word-break: keep-all; word-wrap: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  325.                                 .fl_by div .xi2 { zoom: 1; }
  326.                         .fl_by cite { display: block; }
  327.                 .fl_i { width: 150px; text-align: right; }
  328.                         .fl_i em { display: block; width: 5em; }
  329.                         .fl .i_z { margin-right: 8px; padding-right: 8px; border-right: 1px solid {CONTENTSEPARATE}; }
  330.         .fl_icn_g { float: left; width: 31px; }
  331.         .fl_g { vertical-align: top; }
  332.                 .fl_g dl { margin-left: 31px; padding-left: 10px; }
  333.                         .fl_g dt { font-weight: 700; }
  334.         .fl_row td { border-top: 1px dashed {COMMONBORDER}; }

  335. /* 群组分类列表 */
  336.         .flt {}
  337.                 .flt .flc { width: 294px; }
  338.                 .gcop { margin-right: 15px; clear: left; }
  339.                 .ghfl dt, .flt dt { font-size: 14px; font-weight: 700; }
  340.                         .ghfl dt span, .flt dt span, .flt dd span { font-size: 12px; font-weight: 200; color: {LIGHTTEXT}; }
  341.                         .ghfl dd, .flt dd { line-height: 1.8em; }
  342. /** end **/


  343. /** forum::forumdisplay **/
  344. /*
  345.         Name:                        mod_board_navigation
  346.         Level:                        Function
  347.         Explain:                看贴页左侧的版块导航。宽度在CSS里没有默认值,宽度在后台设置
  348.         Last Modify:        Pony
  349. */
  350. .bdl { float: left; overflow: hidden; border: 1px solid #BDD7E3; background-color: #F5F9FB; }
  351.         .ie6 .bdl { position: relative; }
  352.         .bdl_h { height: 32px; line-height: 22px; }
  353. .bdl .tbn { margin: 10px; }
  354.         /* 分区 */
  355.         .bdl dl { margin: -1px -10px 0; }
  356.                 .bdl dt { overflow: hidden; height: 27px; line-height: 27px; border: solid #CCE0EB; border-width: 1px 0; background: #F5F9FB url({IMGDIR}/titlebg_sd.png) repeat-x 100% 0; }
  357.                         .bdl dt a { display: block; padding: 0 15px 0 10px; }
  358.                                 .bdl dt a:hover, .bdl_a a:hover { text-decoration: none; }
  359.         /* 版块,默认收起 */
  360.         .bdl dd { display: none; }
  361.                 .bdl dd a { display: block; margin: 0 3px; padding: 0 7px; height: 26px; line-height: 26px; overflow: hidden; }
  362.         /* 展开的分区 */
  363.         .bdl dl.a { padding-bottom: 4px; background-color: #FFF; }
  364.                 .bdl dl.a dt { margin-bottom: 3px; background-position: 100% -27px; }
  365.                 .bdl dl.a dd, .bdl_fav dd { display: block; overflow: hidden; zoom: 1; }
  366.                         /* 当前版块 */
  367.                         .bdl dd.bdl_a a { background-color: #F5F9FB; font-weight: 700; color: {HIGHLIGHTLINK}; }

  368. /*
  369.         Level:                        Channel
  370.         Explain:                板块新帖提醒
  371.         Last Modify:        Max.Cong
  372. */
  373.         #forumnew{ position: absolute; right: 0; top: 0; z-index: -1; }
  374.         .tl #forumnewshow { background: #FFFAF3; font-size: 12px; text-align: center; }
  375.         .tl #forumnewshow th, .tl #forumnewshow td { padding: 0; border: 0; }
  376.         .tl #forumnewshow th:hover, .tl #forumnewshow td:hover{ background: #FFFFE9; }
  377.         .tl #forumnewshow a { display: block; border-top: 1px solid #F4E4B4; border-bottom: 1px solid #F4E4B4; text-indent: 25px; height: 29px; line-height: 29px; color: #EFAA00; }
  378.         .tl #forumnewshow a:hover { text-decoration: none; }
  379.         #checknewline tr td, #checknewline tr th { background: #FFFFEB; text-align: center; color: #666; }

  380.         .newthread tr th, .newthread tr td { background: #FFFAF3; }
  381.         .newthread .new em { margin-right: 4px; }
  382.         .newthread .new em, .newthread .new em a { color: #007CD5; font: {FONTSIZE} {FONT}; }
  383.         /*
  384.         .tl .newthread tr:hover th, .tl .newthread tr:hover td{ background-color: transparent; }
  385.         */

  386. .forumrefresh { padding-right: 14px; background: url({IMGDIR}/refresh.png) no-repeat 100% 50%; }
  387. /** end **/


  388. /** forum **/
  389. /*
  390.         Name:                        mod_forum_jump
  391.         Level:                        Function
  392.         Explain:                快速跳转菜单
  393.         Last Modify:        Pony 11080915
  394. */
  395. #fjump_menu { overflow-x: hidden; max-height: 600px; }
  396.         #fjump_menu dl { width: 200px; }
  397.                 #fjump_menu dt { font-weight: 700; }
  398.                 #fjump_menu dd { text-indent: 1em; }
  399.                 #fjump_menu li.a a { background-color: {SPECIALBG}; }
  400. /** end **/



  401. /* ------------------------------------------------------------------------ 主题列表样式 */
  402. /** forum::forumdisplay,forum::viewthread,forum::modcp,forum::collection,group,home::space,home::task,home::follow,search::forum,search::group,member::groupexpiry,misc::ranklist,misc::stat,misc::tag,forum::guide,portal::block **/
  403. /* fct --> froumatction 板块功能按钮 */
  404.         .fct a { float: left; margin-left: 8px; }
  405.         .fa_fav_0, .fa_fav, .fa_rss, .fa_achv, .fa_bin, .fa_ivt { padding-left: 20px; background: no-repeat 0 50%; }
  406.                 .fa_fav_0 { background-image: url({IMGDIR}/fav_grey.gif); }
  407.                 .fa_fav { background-image: url({IMGDIR}/fav.gif); }
  408.                 .fa_rss { background-image: url({IMGDIR}/feed.gif); }
  409.                 .fa_achv { background-image: url({IMGDIR}/clock.gif); }
  410.                 .fa_bin { background-image: url({IMGDIR}/recyclebin.gif); }
  411.                 .fa_ivt { background-image: url({IMGDIR}/user_add.gif); }

  412. /* 主题列表相关 */
  413.         /*.tl .th th a { float: left; margin-right: 10px; padding-right: 17px; background: url({IMGDIR}/arw_d2.gif) no-repeat 100% 50%; }*/
  414.         #fh { width: 644px; }
  415.                 .mw #fh { width: 100%; }
  416.         #fh .bm { padding-top: 5px; padding-bottom: 0; }
  417.         #nv_group #fh { margin-bottom: 1em; }
  418.                 #fh #gh { padding-top: 10px; }
  419.                 #fh .h { margin-top: 10px; }
  420.                         #fh .h * { float: left; }
  421.                         #fh h1 { margin-right: 10px; font-size: 16px; }
  422.                         #fh .h .y { float: right; }
  423.                         #fh .o a { float: left; margin-right: 10px; }
  424.         #fh.m { padding-top: 0; background-color: {COMMONBG}; }
  425.         .xst { font-family: {THREADTITLEFONT}; font-size: {THREADTITLEFONTSIZE}; }
  426.                 .xst i { font-style: italic; }

  427.         /* threadtype 帖子类型 */
  428.         .ttp { margin-bottom: 5px; padding-top: 10px; border-width: 2px 0 0; background: transparent; }
  429.                 .ttp li { float: left; padding-bottom: 5px; }
  430.                 .ttp a, .ttp strong { float: left; margin-right: 5px; padding: 4px 8px 3px; height: 18px; border: 1px solid {COMMONBORDER}; background: {WRAPBG}; white-space: nowrap; }
  431.                         .ttp a:hover { border-color: {HIGHLIGHTLINK}; color: {HIGHLIGHTLINK}; text-decoration: none; }
  432.                 .ttp .a a { padding-right: 12px;  padding-left: 12px; border-color: {HIGHLIGHTLINK}; background: {SPECIALBG}; color: {HIGHLIGHTLINK}; }
  433.                 .ttp .pipe { float: left; margin-right: 10px; padding: 0; width: 2px; height: 27px; background: {SPECIALBORDER}; text-indent: -9999px; }
  434.         /* 版块有大量主题分类时的展开收起样式 by Pony */
  435.         .cttp { overflow: hidden; padding-right: 35px; height: 32px; }
  436.                 .cttp .unfold, .cttp .fold { float: right; display: inline; margin: 5px -35px 9px 0; padding: 0 0 0 10px; width: 25px; height: 18px; background-color: transparent; color: {HIGHLIGHTLINK}; font-weight: 400; }

  437.         /* tl --> Thread list modify by lushnis */
  438.         .tl .bm_c { padding-top: 0; }
  439.         .tl table { width: 100%; table-layout: fixed; border-collapse: separate; }
  440.                 .tl th, .tl td { padding: 5px 0; border-bottom: 1px solid {CONTENTSEPARATE}; }
  441.                         .emptb th, .emptb td { padding: 0; border-bottom: none; }
  442.                         .tl tr:hover th, .tl tr:hover td { background-color: {COMMONBG}; }
  443.                         .tl th { padding-right: 1.5em; zoom: 1; }
  444.                                 .tl th a:visited { color: {MIDTEXT}; }
  445.                                 .fromg { visibility: hidden; }
  446.                                 .ie6 .fromg, tr:hover .fromg { visibility: visible; }
  447.                         .tl .icn { padding-left: 5px; width: 25px; text-align: left; }
  448.                                 .tl .icn a:hover { text-decoration: none; }
  449.                         .tl .new {}
  450.                         .tl .comm {}
  451.                         .tl .frm { width: 150px; }
  452.                         .tl .o { width: 20px; }
  453.                         .tl .num { width: 60px; line-height: 14px; }
  454.                         .tl .by { width: 105px; line-height: 14px; }
  455.                                 .tl cite, .tl .num em { display: block; }
  456.                                 .tl th em { margin-right: 4px; zoom: 1; }
  457.                                         .tl th em, .tl th em a { color: #007CD5; }
  458.                                 .tl td em { font-size: 11px; font-family: Arial, PMingliu, sans-serif; -webkit-text-size-adjust: none; }
  459.                                         .tl td em, .tl td em a { color: {LIGHTTEXT}; }
  460.                         /*.tl .th th, .tl .th td { padding: 8px 0; background: {SPECIALBG}; border-top: 1px solid {SPECIALBORDER}; }*/
  461.                         .tl .ts th, .tl .ts td { padding: 3px 0; border-bottom-color: {COMMONBORDER}; background: {COMMONBG}; }
  462.         .tl .th { margin-top: 1px; padding: 0 10px;}
  463.                 .tl .th table { border: none; }
  464.                 .tl .th td, .tl .th th { height: 20px; border: none; vertical-align: baseline; }
  465.         .tl .tf { padding: 3px 0; }
  466.                 .tf .showmenu:hover { border-color: {SPECIALBORDER}; }

  467.         .tl_reply { padding-left: 10px; background: url({IMGDIR}/dot.gif) no-repeat 0 7px; }

  468.         /* recy --> recyclebin 主题列表的回收站主题样式 by shuaishuai*/
  469.         .recy { text-decoration: line-through; }

  470.         /* 主题分页 */
  471.         .tps { white-space: nowrap; }
  472.                 .tps a { padding: 2px 4px; color: {TABLETEXT}; }
  473.                         .tps a:hover { background-color: {COMMONBG}; color: #007CD5; }

  474. /*
  475.         Name:                        mod_thread_type_index
  476.         Level:                        Function
  477.         Explain:                分类信息检索
  478.         Last Modify:        Pony 12020309
  479. */
  480. .tsm { overflow: hidden; margin-bottom: -10px; width: 100%; border-collapse: collapse !important; }
  481.         .ie6 .tsm, .ie7 .tsm { margin-bottom: 0; }
  482.         .tsm th { padding: 5px 0 5px 10px; border: none; vertical-align: top; }
  483.         .tsm td { padding: 5px 10px 5px 0; border: none; vertical-align: top; }
  484.         .tsm tr:hover th, .tsm tr:hover td { background: none !important; }
  485.         .tsm li { float: left; margin-right: 4px; padding: 0 4px; white-space: nowrap; }
  486.         .tsm .a a { color: {TABLETEXT}; font-weight: 700; }
  487.                 .tsm .a a:hover { text-decoration: none; }
  488.         .subtsm { margin-top: 5px; padding: 5px; border: 1px dotted {SPECIALBORDER}; }

  489. /*
  490.         Name:                        mod_thread_type_search
  491.         Level:                        Function
  492.         Explain:                分类信息搜索
  493.         Last Modify:        Pony 11050314
  494. */
  495.         .mfm .mtm { margin-right: 10px; }
  496.         .mfm span { height: 26px; }
  497. /** end **/


  498. /** forum::forumdisplay,group::forumdisplay,group::my **/
  499. /*
  500.         Name:                        mod_thread_type
  501.         Level:                        Function
  502.         Explain:                论坛群组的帖子主题分类分类信息等的筛选样式
  503.         Author:                        lushnis
  504.         Last Modify:        Pony
  505. */
  506.         .ttp .a a:hover { background: {SPECIALBG} url({IMGDIR}/close-s.png) no-repeat 100% 11px; }
  507.         #ttp_all a:hover { background-image: none !important; }
  508. /** end **/



  509. /* ----------------------------------------------------------------------- 帖子内容区域样式 */
  510. /** forum::viewthread,group::viewthread **/
  511. .plh { line-height: 46px; }
  512.         .plh .plc { padding-bottom: 0; }

  513. /*
  514.         Name:                        mod_viewthread_header
  515.         Level:                        Function
  516.         Explain:                看帖页标题区域
  517.         Last Modify:        Pony 201201181105
  518. */
  519.         .vwthd { padding-right: 80px !important; }
  520.                 .vwthd div.y { display: inline; margin-right: -60px; }
  521.                 .ts { display: inline; font: 700 16px 'Microsoft Yahei', 'Hei', Tahoma, 'SimHei', sans-serif; }

  522. #nv_forum #ct { border-color: {SPECIALBORDER}; }

  523. .pattl_c .tip { margin-top: 30px; padding: 5px; width: 88px; }
  524. .pattimg { float: left; margin: 0 10px 10px 0; width: 100px; height: 100px; overflow: hidden; }
  525. .pattimg_zoom { position: absolute; display: block; width: 100px; height: 100px; line-height: 300px; overflow: hidden; }
  526.         .ie_all .pattimg_zoom { background-color: #FFF; filter:alpha(opacity=0); }
  527. .attl_g, .attl_m { margin-left: 10px; padding-left: 16px; background: url({IMGDIR}/attl_icon.png) no-repeat 0 3px; }
  528.         .attl_m { background-position: -100px 3px; }

  529. /* 默认分类信息 by michael */
  530. .ie6 .cgtl { width: auto; }
  531.         .cgtl { overflow: hidden; }
  532.         .cgtl td, .cgtl th, .cgtl caption { padding: 5px; border-bottom: 1px solid {SPECIALBORDER}; }
  533.         .cgtl caption { background: {SPECIALBG}; border-top: 1px solid {SPECIALBORDER}; font-size: 14px; font-weight: 700; }
  534.         .cgtl th { width: 16%; }

  535. /*
  536.         Name:                        mod_cp_pls
  537.         Level:                        Function
  538.         Explain:                帖子页每个楼层用户信息下方的管理链接
  539.         Author:                        Pony 12010414
  540. */
  541. .cp_pls a { float: left; margin-right: 4px; line-height: 1.231; }
  542. /** end **/


  543. /** forum::forumdisplay,group::forumdisplay **/
  544. /* 帖子列表“新窗”、“图片模式”等按钮样式 modified by Pony */
  545.         #atarget, .unchk, .chked { padding-left: 15px; line-height: 16px; background: url({IMGDIR}/atarget.png) no-repeat 0 3px; color: {HIGHLIGHTLINK}; cursor: pointer; }
  546.                 .ie_all #atarget, .ie_all .unchk, .ie_all .chked { display: inline-block; height: 20px; line-height: 20px; }
  547.                 #atarget.atarget_1, .chked { background-position: 0 -37px; }
  548.                 .unchk:hover, .chked:hover { text-decoration: none; }

  549. #a_magic_doodle { padding-left: 20px; background: url({STATICURL}image/magic/doodle.small.gif) 0 50% no-repeat; }

  550. /*
  551.         Name:                        mod_media_list_thread
  552.         Level:                        Global
  553.         depentend:                .ml
  554.         Explain:                图片模式的帖子列表
  555.         Author:                        lushnis
  556.         Last Modify:        Pony 11121511
  557. */
  558.         .mlt {}
  559.                 .mlt li { display: inline; margin: 0 4px 10px; padding-top: 5px; border: 1px solid {SPECIALBG}; border-bottom-color: {SPECIALBORDER}; background: #FFF; text-align: left; }
  560.                         .mlt .sum { display: inline-block; padding: 0 5px; height: 16px; line-height: 16px; border-radius: 5px; background: {SPECIALBG}; }
  561.                                 .mlt .pin { background: #7B3; color: #FFF; }
  562.                                 .mlt .digest { background: #0BC; color: #FFF; }
  563.                         .mlt .c .nopic { display: block; background:{WRAPBG} url({IMGDIR}/nophototiny.png) no-repeat 50% 50%; cursor: pointer; }
  564.                         .mlt img.vm { display: inline; }

  565.                         .mlt h3 { height: 30px; line-height: 30px; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  566.                         .mlt li .cl { height: 18px; overflow: hidden; }
  567.                                 .mlt li .c { height: auto !important; }
  568.                         .mlt li span { display: inline; color: {TABLETEXT}; }

  569. /*
  570.         Name:                        mod_threadlist_last-child
  571.         Level:                        Function
  572.         Explain:                帖子列表页支持 last-child 的浏览器不显示最后一条线
  573.         Last Modify:        Pony
  574. */
  575. .tl tbody:last-child th, .tl tbody:last-child td { border-bottom: none; }
  576. /** end **/


  577. /** forum::viewthread,group::viewthread,forum::trade,forum::misc **/
  578. #a_magic_doodle { padding-left: 20px; background: url({STATICURL}image/magic/doodle.small.gif) 0 50% no-repeat; }

  579. .pl {}
  580.         .pl table { table-layout: fixed; width: 100%; }
  581.                 .pl .dt { width: 100%; }
  582.         .plm { vertical-align: bottom !important; }
  583.         .plc, .pls { vertical-align: top; overflow: hidden; }
  584.                 .plc { padding: 0 20px; }
  585.                 .pls { width: 181px; background: {SPECIALBG}; overflow: hidden; border-right: 1px solid {CONTENTSEPARATE}; }
  586.                 .pls .avatar { margin: 10px 15px; }
  587.                         .pls .avatar img { padding: 5px 5px 8px; background: #FFF url({IMGDIR}/midavt_shadow.gif) 0 100% repeat-x; }

  588.                 .pls p, .pls .pil, .pls .o { margin: 5px 10px 5px 20px; }
  589.                         .pls p em, .pls dt em { color: {NOTICETEXT}; }
  590.                         .pls dd, .pls dt { float: left; overflow: hidden; height: 1.6em; line-height: 1.6em; }
  591.                                 .pls dt { margin-right: 3px; width: 55px; }
  592.                                 .pls dd { width: 70px; }
  593.                                         .pls dd img { margin-top: -2px; max-width: 65px; }
  594.                                                 .ie6 .pls dd img, .ie7 .pls dd img { margin-top: 2px; width: expression(this.width > 65 ? 65 : true); }
  595.         .ad .pls { background: {CONTENTSEPARATE}; padding: 0; height: 4px; }
  596.         .ad .plc { background: {SPECIALBG}; padding: 0; overflow: hidden; }
  597.         .pl .pnv .pls { background: {SPECIALBG}; border: solid {SPECIALBORDER}; border-width: 0 1px 1px 0; line-height: 16px; }
  598.                 .pl .pnv .tns p { font-size: 12px; }
  599.         .pl .pnv .plc { border-bottom: 1px solid {SPECIALBORDER}; }

  600.         .pnh { padding: 11px 20px; }
  601.         .tnv { text-align: center; vertical-align: middle; } /* Threads navigation by lushnis */

  602.         #threadstamp { position: relative; width: 100%; height: 0; overflow: visible; }
  603.                 #threadstamp img { position: absolute; top: -20px; right: 170px; }

  604.         #pl_top .ad .pls, #pl_top .ad .plc { height: 1px;overflow: hidden; }
  605.                 #pl_top .pls { text-indent: 15px; }

  606. /* 帖子作者、时间、楼层等一些属性所在区块 */
  607.         .pi { overflow: hidden; margin-bottom: 10px; padding: 10px 0; height: 16px; border-bottom: 1px dashed {COMMONBORDER}; }
  608.                 .pi strong a { float: right; margin-top: -6px; padding: 4px 6px; border: 1px solid {WRAPBG}; font-weight: 400; }
  609.                         .pi strong a:hover { border-color: {COMMONBORDER}; }
  610.                 .pls .pi { padding-left: 15px; }
  611.                 .pi em {}
  612.                 .pti {}
  613.                         .authicn { cursor: pointer; }

  614. /* 帖子正文区块 */
  615.         .pcb { clear: left; margin-right: 130px; }
  616.                 .ie6 .pcbs table, .ie6 .t_fsz table { width: auto; }
  617.                 .pcb h1, .pcb h2 { margin: 8px 0; font-size: 1.17em; }
  618.                         .pcb h1 a { font-weight: 400; }
  619.                         .pcb h2 em { float: right; font-size: 12px; font-weight: 400; }
  620.                         #ph { padding: 17px 0 0; }
  621.                                 #ph h1 { font-size: 20px; }
  622.                         #fj { margin-left: 5px; }
  623.                                 #fj label, #fj input { margin-right: 4px; padding: 0; height: 16px; line-height: 16px; }
  624.                 .pcb .jammer { font-size: 10px; color: {WRAPBG}; }

  625.                 .pcb strong { font-weight: 700; }
  626.                 .pcb em { color: {MIDTEXT}; }
  627.                 .pcb span.t_tag { cursor: pointer; border-bottom: 1px solid red; white-space: nowrap; }
  628.                         .pcb span.t_tag:hover { border-bottom: 1px solid {NOTICETEXT}; }
  629.                 .pct { padding-bottom: 1em; }
  630.                 .t_fsz { min-height: 100px; }
  631.                         * html .t_fsz { height: 100px; overflow: visible; }
  632.                 .t_f, .t_f td { font-size: {MSGFONTSIZE}; }
  633.                         .t_f a { color: {HIGHLIGHTLINK}; text-decoration: underline; }
  634.                 .t_f ul { margin-left: 14px; }
  635.                         .t_f li { margin-left: 2em; }
  636.                         .t_f ul li { list-style-type: disc; }
  637.                                 ul.litype_1 li { list-style-type: decimal; }
  638.                                 ul.litype_2 li { list-style-type: lower-alpha; }
  639.                                 ul.litype_3 li { list-style-type: upper-alpha; }
  640.                 .t_f i { font-style: italic; }
  641.                 .sign { overflow: hidden; margin-bottom: 10px; padding-top: 20px; line-height: 1.6em; background: url({IMGDIR}/sigline.gif) no-repeat 0 0; }
  642.                         * html .sign { height: expression(signature(this)); }
  643.                         .sign * { line-height: normal; }
  644.                 .po { border-top: 1px dashed {COMMONBORDER}; }
  645.                         .po .y { margin: 8px 0 0 5px; }
  646.                         .po p { float: right; }
  647.                                 .po p a, .po p label { margin-right: 6px; }
  648.                 .pob { line-height: 36px; }
  649.                         .pob em { float: left;}
  650.                                 .pob em a { padding: 5px 10px 5px 25px; }
  651.                         .cmmnt { background: url({IMGDIR}/cmmnt.gif) no-repeat 0 50%; }
  652.                         .fastre { background: url({IMGDIR}/fastreply.gif) no-repeat 0 50%; }
  653.                         .req { background: url({IMGDIR}/repquote.gif) no-repeat 0 50%; }
  654.                         .editp { background: url({IMGDIR}/edit.gif) no-repeat 4px 50%; }
  655.                         .appendp { background: url({IMGDIR}/icon_append.png) no-repeat 4px 50%; }
  656.                         .psave { background: url({IMGDIR}/pubsave.gif) no-repeat 4px 50%; }
  657.                         .push { background: url({IMGDIR}/push.png) no-repeat 4px 50%; }
  658.                 .modact { display: block; height: 32px; text-align: center; }
  659.                         .modact, .modact a { line-height: 32px !important; }

  660.                 #p_btn { line-height: 24px; }
  661.                         #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; }
  662.                                 #p_btn a:hover { text-decoration: none; }
  663.                                 #p_btn i { display: block; padding-right: 8px; background: url({IMGDIR}/share_btn.png) no-repeat 100% 100%; font-style: normal; cursor: pointer; }
  664.                                         #p_btn img { float: left; margin: 4px 3px 0 0; }
  665.                                         #p_btn span { padding-left: 2px; color: {LIGHTTEXT}; }
  666.                         .tshare { padding-bottom: 10px; }
  667.                                 .tshare strong { float: left; margin-right: 10px; }
  668.                                 #p_btn .tshare a, #p_btn .tshare i { padding: 0; background-image: none; }
  669.                                         #p_btn .tshare a { margin-right: 10px; color: {HIGHLIGHTLINK}; }
  670.                                         #p_btn .tshare a:hover { text-decoration: underline; }

  671.                 .rate { margin: 20px 0; font-size: 12px; }
  672.                         .rate dt { float: left; padding-top: 7px; width: 80px; text-align: center; }
  673.                                 .rate dt strong { padding: 12px 8px; height: 46px; font-size: 24px; background: #FFF4DD; }
  674.                                 .rate dt p { padding-top: 10px; }
  675.                                         .rate dt strong a, .rate dt strong a em { line-height: 48px; height: 48px; color: {NOTICETEXT}; }
  676.                         .rate dd { margin-left: 80px; }
  677.                                 .rate dd ul li { float: left; overflow: hidden; margin:0 4px; width: 67px; height: 84px; text-align: center; }
  678.                                 .rate .ratt { border-bottom: 1px dotted {WRAPBORDERCOLOR}; padding: 6px 0; }
  679.                                 .ratl th, .ratl td, .ratc { overflow: hidden; padding: 5px 2px; height: 24px; line-height: 24px; border-bottom: 1px dashed {WRAPBORDERCOLOR}; white-space: nowrap; }
  680.                                 .ratl img { height: 24px; width: 24px; vertical-align: middle; }
  681.                         .rate_collapse .ratl_l { display: none; }
  682.                                 .rate_collapse i { visibility: hidden; }
  683.                                 .rate .op { padding-right: 16px; background: url({IMGDIR}/arrow_top.gif) no-repeat 100% 50%; }
  684.                                         .rate_collapse .op { background-image: url({IMGDIR}/arrow_down.gif); }
  685.                         .rate i { font-style: normal; }

  686. /* 回帖推荐 post sticklist by dfox */
  687.         .psth { margin: 2em 0 2em -20px; padding: 5px 45px 5px 20px; width: 240px; background: #FFF4DD url({IMGDIR}/arw.gif) no-repeat 100% 50%; color: {NOTICETEXT}; font-size: 14px; }
  688.         .tpst .psth { margin-left: -15px; }
  689.         .pstl { clear: left; margin-bottom: 2em; }
  690.                 .psta { float: left; width: 30px; }
  691.                         .psta img { width: 24px; height: 24px; }
  692.                 .psti { margin-left: 30px; }

  693. /* 点评 by monkeye */
  694.         .f_c .cm { overflow: hidden; }
  695.         .cm .psth { background-color: #FFF4DD; color: {NOTICETEXT}; background-position: 100% 50%; font-size: 12px; }
  696.                 .cm .pg { float: none; }
  697.                         .cm .pg a, .cm .pg strong { margin: 0 4px 0 0; }
  698.                 .cm i { color: #F30; font-style: normal; }
  699.                 .cmstar { display: block; margin-top: 5px; width: 100px; height: 16px; background: url({IMGDIR}/starlevel.gif) no-repeat 10px 0; cursor: pointer; }
  700.                         .cmstarv { padding-right: 100px; width: 100px; height: 16px; background: url({IMGDIR}/starlevel.gif) no-repeat 12px 0; }
  701.                         .cmm .cmstar { margin-top: 0; }
  702.                         .cmstar em { float: left; width: 16px; height: 16px; overflow: hidden; text-indent: -9999px; }

  703. /*
  704.         Name:                        mod_viewthread_author
  705.         Level:                        Function
  706.         Explain:                第二页以后显示主题作者
  707.         Author:                        lushnis
  708.         Last Modify:        Pony 11042913
  709. */
  710.         #tath { padding: 0 10px 0 15px; width: 130px; line-height: 24px; white-space: nowrap; word-break: keep-all; word-wrap: normal; text-overflow: ellipsis; overflow: hidden; }
  711.                 #tath img { width: 24px; height: 24px; vertical-align: middle; }

  712. #f_pst .plc { padding: 20px; }
  713.         #f_pst .fpp label { zoom: 1; }
  714.         #f_pst .avatar { margin-top: 15px; }

  715. i.pstatus { display: block; margin-bottom: -30px; font-size: 12px; text-align: center; font-style: normal; line-height: 32px; color: {LIGHTTEXT}; }

  716. /* 用户详细信息 */
  717.         .bui { position: absolute; margin: -1px 0 0 -1px; padding: 15px 0 15px 20px; width: 430px !important; border: 1px solid {COMMONBORDER}; background: {WRAPBG}; box-shadow: 2px 2px 3px {WRAPBORDERCOLOR}; -webkit-box-shadow: 2px 2px 3px {WRAPBORDERCOLOR}; -moz-box-shadow: 2px 2px 3px {WRAPBORDERCOLOR}; }
  718.                 .bui dl { margin: 5px 0 10px; }
  719.                         .bui dt { width: 4.5em; }
  720.                         .bui dd { margin-right: 10px; width: 75px; }
  721.                 .bui .m img { margin-bottom: 12px; }
  722.                 .bui .i { width: 290px; }
  723.                         .imicn img { vertical-align: middle; margin-right: 8px; }
  724.                                 .imicn .xi2:hover { text-decoration: none; }
  725.                                 .imicn .xi2 img { margin-right: 0; }

  726.         /*
  727.                 Name:                        mod_user_interaction
  728.                 Level:                        Function
  729.                 Explain:                帖子左侧用户互动操作
  730.                 Last Modify:        Pony
  731.         */
  732.         .pls .o li { background-position: 0 50%; background-repeat: no-repeat; text-indent: 18px; }
  733.                 .pls .o .callon { background-image: url({IMGDIR}/home.gif); }
  734.                 .pls .o .buddy { background-image: url({STATICURL}image/feed/friend.gif); }
  735.                 .pls .o .poke2 { background-image: url({STATICURL}image/feed/poke.gif); }
  736.                 .pls .o .pm2 { background-image: url({IMGDIR}/pmto.gif); }
  737.                 .pls .o .addflw { background-image: url({IMGDIR}/flw_ico.png); }
  738.         /* 帖子左侧用户组升级提示细微调整 Last Modify Pony */
  739.         .pls .tip_4 { margin-left: -5px; }

  740.         /*
  741.                 Name:                        mod_thread_attr
  742.                 Level:                        Function
  743.                 Explain:                帖子中类似“游客,如果您要查看本帖隐藏内容请”等地方的样式
  744.                 Last Modify:        Pony 11060209
  745.         */
  746.         .locked { overflow: hidden; margin: 10px 0; padding: 8px 8px 8px 24px; border: 1px dashed #FF9A9A; background: {WRAPBG} url({IMGDIR}/locked.gif) no-repeat 6px 50%; font-size: 12px; zoom: 1; }
  747.                 .locked:hover background-color: #F7F7F7; }
  748.                 .locked strong { color: {NOTICETEXT}; }
  749.                 .locked a, .attach_nopermission a { color: {HIGHLIGHTLINK}; }
  750.         .attach_nopermission { margin: 10px 0; width: 600px; border: 1px dashed #AAAA92; background: #FFFFEE url({IMGDIR}/attach_nopermission_bg.png) no-repeat 100% 0; }
  751.                 .attach_nopermission div { padding: 20px 0 20px 70px; border: 3px solid #FFF; background: url({IMGDIR}/attach_nopermission.png) no-repeat 15px 15px; }
  752.                 .attach_nopermission:hover div { border-color: #DADAB1; }
  753.         .viewpay { overflow: hidden; margin: 0 6px; padding: 1px 0 1px 24px; background: url({IMGDIR}/viewpay.gif) no-repeat 6px 60%; color: {HIGHLIGHTLINK}; font-weight: 700; zoom: 1; }
  754.         .showhide { overflow: hidden; border: 1px dashed #FF9A9A; margin: 8px 0; padding: 10px; zoom: 1; }
  755.                 .showhide h4 { margin-bottom: 10px; color: #F66; font-size: 12px; text-align: center; }

  756.         /*
  757.                 Name:                        mod_thread_code_quote
  758.                 Level:                        Function
  759.                 Explain:                帖子代码/引用等样式
  760.                 Author:                        lushnis
  761.                 Last Modify:        Pony 1205241556
  762.         */
  763.         .pl .quote, .pl .blockcode { margin: 10px 0; padding: 10px 10px 10px 65px; zoom: 1; }
  764.         .pl .quote { padding-bottom: 5px; background: #F9F9F9 url({IMGDIR}/icon_quote_s.gif) no-repeat 20px 6px; }
  765.                 .pl .quote blockquote { display: inline-block; margin: 0; padding: 0 65px 5px 0; background: url({IMGDIR}/icon_quote_e.gif) no-repeat 100% 100%; line-height: 1.6; zoom: 1; }
  766.                         .ie6 .pl .quote blockquote, .ie7 .pl .quote blockquote { display: inline }

  767.         .pl .blockcode { padding: 10px 0 5px 10px; border: 1px solid {WRAPBORDERCOLOR}; background: #F7F7F7 url({IMGDIR}/codebg.gif) repeat-y 0 0; overflow: hidden; }
  768.                 .pl .blockcode ol { margin: 0 0 0 10px !important; padding: 0 !important; }
  769.                         .pl .blockcode ol li { padding-left: 10px; list-style-type: decimal-leading-zero; font-family: Monaco,Consolas,'Lucida Console','Courier New',serif; font-size: 12px; line-height: 1.8em; }
  770.                                 .pl .blockcode ol li:hover { background: {WRAPBG}; color: {HIGHLIGHTLINK}; }
  771.                         * html .pl .blockcode ol li { font-family: 'Courier New',serif; }
  772.                 .pl .blockcode em { margin-left: 43px; color: {HIGHLIGHTLINK} !important; font-size: 12px; cursor: pointer; }

  773. /*投票 poll optionvessel by dfox */
  774.         .pcht { margin-bottom: 15px; }
  775.                 .pcht h4 a { color: {HIGHLIGHTLINK}; text-decoration:underline; }
  776.                 .pcht table { table-layout: fixed; }
  777.                 .pcht table td { padding: 4px 2px; vertical-align: middle; }
  778.                         .pslt { width: 20px; }
  779.                         .pvt { width: auto; }
  780.                                 .pvt label { cursor: pointer; }
  781.                         .pvts { width: 100px; }
  782.                                 .pcht table tr.ptl td { padding: 8px 2px; border-bottom: 1px solid {WRAPBORDERCOLOR}; }
  783.                 .pcht { width: 600px; }
  784.                 .pinf { margin: 15px 0; color: {LIGHTTEXT}; }
  785.                         .pinf strong { color: {MIDTEXT}; }
  786.                         .pinf a { color: {HIGHLIGHTLINK}; }
  787.                 .ptmr { margin: -10px 0 15px; }

  788.         /*
  789.                 Name:                        mod_voter_list
  790.                 Level:                        Function
  791.                 Explain:                投票者列表样式
  792.                 Last Modify:        Pony
  793.         */
  794.         .voterlist { width: 495px; height: 195px; overflow: auto; }
  795.                 .voterlist .ps { max-width: 495px; }
  796.         .voterl li { padding: 0 5px 5px 0; width: 90px; text-align: left; }

  797.         /*
  798.                 Name:                        mod_thread_trade_activity
  799.                 Level:                        Function
  800.                 Explain:                spvimg,spi 为活动、商品公用部分
  801.                 Author:                        dfox
  802.                 Last Modify:        Pony 11082511
  803.         */
  804.         .act {}
  805.                 .act .c { line-height: 28px; font-size: 14px; }
  806.                 .spvimg { float: left; position: relative; width: 300px; background: #FAFAFA; text-align: center; border: 1px solid {COMMONBORDER}; }
  807.                 .spvimg em.hot { width: 120px; height: 102px; background-position: 0 -104px; }
  808.                 .spi { margin-left: 315px;}
  809.                         .spi dl { font-size: 14px; }
  810.                                 .spi dl dt { float: left; padding: 2px 0; width: 80px; height: 1em; }
  811.                                 .spi dl dd { margin-left: 90px; padding: 2px 0; min-height: 21px; height: auto !important; height: 21px; }
  812.                                 .spi dl dd em { color: #F30; }
  813.                         dl.nums {}
  814.                                 .spi dl.nums dt { padding-top: 15px; }
  815.                                 .spi dl.nums dd em { font-size: 26px; }
  816.                 .actl { table-layout: fixed; width: 320px; border-top: 3px solid {COMMONBORDER}; }
  817.                         .actl th, .actl td { padding: 8px 2px; border-top: 1px dashed {COMMONBORDER}; }
  818.                         .actl th { width: 60px; }
  819.                 .actfm { height: auto !important; height: 220px; max-height: 220px; overflow-x: hidden; overflow-y: auto; }
  820.                 .actl_pop { overflow: auto; max-width: 200px; max-height: 300px; }
  821.                         .ie6 .actl_pop { width: 200px !important; height: expression(this.offsetHeight > 300 ? 300 : 'auto'); }
  822.                         .actl_pop li { display: block; padding: 3px 0; border-bottom: 1px dashed {COMMONBORDER}; }
  823.                         /* 重定义弹窗里的链接 */
  824.                         .actl_pop a { display: inline; position: static; padding: 0; border: none; white-space: normal; }
  825.                                 .actl_pop a:hover { background: transparent; text-decoration: underline; }

  826. /* 悬赏 by dfox */
  827.         .rwd {}
  828.                 .rsld, .rusld { width: 90px; height: 118px; background: url({IMGDIR}/rwd.gif) no-repeat 0 0; text-align: center; color: #F30; }
  829.                 .rsld { background-position: 0 -118px; color: {LIGHTTEXT}; }
  830.                         .rsld cite, .rusld cite { display: block; margin: 26px auto 6px; _margin-bottom: -6px; height: 30px; font-size: 28px; }
  831.                 .rwdn { margin-left: 110px; }
  832.         .rwdbst {}

  833. /* 辩论观点样式 by michael */
  834.         .pdbt { float: right; margin: -5px 10px 0 0; }

  835.         .pdbts { float: left; overflow: hidden; height: 25px; line-height: 25px; background: url({IMGDIR}/pdbt.gif) no-repeat 0 0; }
  836.                 .pdbts a { float: left; margin: 0; height: 25px; line-height: 25px; }
  837.                         .pdbts a:hover { text-decoration: none; }
  838.                 .pdbts .v { padding-right: 3px; width: 39px; color: {LIGHTLINK}; text-align: center; font-weight: 700; }
  839.                 .pdbts .b { padding: 0 10px; background: url({IMGDIR}/pdbt.gif) no-repeat 100% -25px; }
  840.         .pdbts_0 { background-position: 0 -100px; }
  841.                 .pdbts_0 a { width: 110px; text-align: center; }
  842.         .pdbts_2 { background-position: 0 -50px; }
  843.                         .pdbts_2 .b { background-position: 100% -75px; }

  844. /* 商品 trade by michael & dfox*/
  845.         .trdc { margin-top: 20px; background: #09C; height: 30px; line-height: 30px; color: {LIGHTLINK}; }
  846.                 .trdc a { margin: 0 6px; height: 30px; line-height: 30px; color: {LIGHTLINK}; }
  847.                 .trdc em { float: right; padding-right: 6px; line-height: 30px; color: {LIGHTLINK}; }
  848.         .trdb { border-bottom: 1px dashed {WRAPBORDERCOLOR}; }
  849.                 .trdb .y * { vertical-align: middle; }
  850.                 .trdb .c { clear: both; padding: 10px; font-size:14px; }
  851.                         .trdb .c .pattl { border: none !important; }
  852.                 .spi h4 { font-size: 18px; font-weight: 700; padding: 4px 2px 8px; }

  853.                 .trdl { padding: 10px 0; }
  854.                         .trdl .tt { float: left; position: relative; width: 90px; text-align: center; }
  855.                                 .trdl .tt img { vertical-align: middle; cursor: pointer; }
  856.                                 .trdl .tt .hot { width: 43px; height: 37px; }
  857.                         .ta { margin-left: 100px; overflow: hidden; }
  858.                                 .ta h4 { padding: 2px; font-size: 14px; font-weight: 700; }
  859.                                 .ta dl { margin: 0; width: 200px; }
  860.                                 .ta strong { font-size:16px; color: #F30; }

  861.                 .torder .spvimg { width: 90px; }
  862.                 .torder .spi { margin-left: 110px; }
  863.                         .torder .spi strong { color: #F30; }

  864. /* 门户 viewthread 显示 */
  865. .vw .pcb { margin-right: 0; }
  866.         .vw dd .pcb { width: 640px; }
  867.         .vw dd .rate { padding-left: 0; }
  868.         .vw .pcb table { table-layout: fixed; width: 100%; overflow: hidden; }
  869.                 .vw .t_fsz { min-height: 30px; }
  870.                         .ie6 .vw .t_fsz { height: 30px; }
  871.         .vw .pstl { margin-bottom: 1.4em; }
  872.                 .vw .psth { margin-left: 0; }
  873.         .vw .pdbts { margin-right: 10px; height: 20px; line-height: 20px; background: url({IMGDIR}/pdbtm.gif) no-repeat 0 0; }
  874.                 .vw .pdbts a { height: 20px; line-height: 20px; }
  875.                 .vw .pdbts .b, .vw .pdbts .b:hover { padding: 0 5px; background: url({IMGDIR}/pdbtm.gif) no-repeat 100% -20px; }
  876.                 .vw .pdbts .v { width: 30px; }
  877.         .vw .pdbts_0 { background-position: 0 -80px; }
  878.                 .vw .pdbts_0 a { width: 90px; text-align: center; }
  879.         .vw .pdbts_2 { background-position: 0 -40px; }
  880.                         .vw .pdbts_2 .b, .vw .pdbts_2 .b:hover { background-position: 100% -60px; }

  881.         .vw .dr .sr_2 h5, .vw .dr h5 { width: 172px; }

  882. #modopt, #modopttmp { margin-left:5px; }
  883. /** end **/


  884. /** forum::viewthread,group::viewthread,forum::forumdisplay,group::forumdisplay **/
  885. /*
  886.         Name:                        mod_visited_t&b
  887.         Level:                        Function
  888.         Explain:                返回列表中显示的访问过的帖子和版块
  889.         Last Modify:        Pony
  890. */
  891. #visitedforums_menu { width: 150px; }
  892.         #visitedforums_menu li { display: block; float: none; }
  893.         #visitedforums_menu td { padding: 5px 10px; vertical-align: top; }
  894.         #visitedforums_menu a { white-space: normal !important; display: inline-block; overflow: hidden; height: 1.5em; }
  895.         #v_forums { width: 120px; }
  896. #v_threads li, #v_forums li { padding-left: 10px; background: url({IMGDIR}/dot.gif) no-repeat 0 7px; }

  897. /* 快速表情 */
  898. #fastsmilies { text-align: right; }
  899.         #fastsmilies table { table-layout: auto; width: 160px; height: 133px; }
  900.         #fastsmilies td { text-align: right; vertical-align: middle; cursor: pointer; }
  901.                 #fastsmilies img { vertical-align: middle; }
  902. /** end **/


  903. /** home::space,forum::viewthread,forum::trade **/
  904. /*
  905.         Name:                        mod_trade_list
  906.         Level:                        Function
  907.         Explain:                帖子以及交易单中的商品列表
  908.         Last Modify:        Pony 11060710
  909. */
  910. .tradl {}
  911.         .tradl li { padding: 10px; width: 138px; height: 235px; }
  912.                 .pg_trade .tradl li { float: none; padding: 10px 0; width: auto; height: 224px; }
  913.         .tradl .u { text-align: left; }
  914.         .tradl h4 { overflow: hidden; height: 38px; font-weight: 400; }
  915.         .tradl .tn { display: block; position: relative; margin: 5px auto; padding: 1px; width: 130px; height: 130px; border: 1px solid {COMMONBORDER}; }
  916.                 .tradl .tn em.hot { width: 53px; height: 46px; background-position: 0 -48px; }
  917.                 .tradl img { max-width: 130px; max-height: 130px; }
  918.                         * html .tradl img { width: expression(this.width > 130 && this.width>=this.height ? 130 : true); height: expression(this.height > 130 && this.width<=this.height ? 130 : true); }
  919.         .tradl .p { font-family: Arial, sans-serif; font-size: 16px; color: {LIGHTTEXT}; }
  920.         .tradl .stat { background: url({IMGDIR}/closed.png); color: {LIGHTLINK}; }
  921. /** end **/


  922. /** forum::viewthread,group::viewthread,home::space **/
  923. /* 辩论 debatesquare by michael & dfox */
  924.         .dtm { padding: 10px 0; text-align: center; font-weight: 700; }
  925.         .ds { margin-top: 1em; background: url({IMGDIR}/debate_bg.gif) no-repeat 50% 100%; line-height: normal; }
  926.                 .ds th { width: 60px; vertical-align: bottom; }
  927.                 .ds th div { background: url({IMGDIR}/debate_vs.gif) no-repeat 50% 50%; height: 150px; }
  928.                 .ds td { vertical-align: bottom; }
  929.                         .ds td p{ font-size: 14px; padding: 5px 0 15px; line-height: 20px; text-align: left; }
  930.                 .ds .si_1, .ds .si_2 { text-align: center; vertical-align: middle; }
  931.                 .ds .sc_1, .ds .sc_2 { width: 62px; }
  932.                         .ds .point_chart{ position: relative; width: 62px; height: 150px; background: url({IMGDIR}/debate_chart.gif) no-repeat 0 0; }
  933.                         .ds .point { margin: 0 auto; padding: 0 20px 0 10px; text-align: center; font-size: 14px; }
  934.                                 .ds .si_2 .point { padding: 0 20px; }
  935.                                         .ds .si_1 .point strong{ color: #F04700; }
  936.                                         .ds .si_2 .point strong{ color: #0092C5; }
  937.                         .ds .chart{ position:absolute; left: 0; bottom: 0; width: 62px; background: url({IMGDIR}/debate_chart.gif) no-repeat; }
  938.                                 .ds .sc_1 .chart{ background-position: -62px 0; }
  939.                                 .ds .sc_2 .chart{ background-position: -124px 0; }
  940.                 /* 空间中的辩论列表 by Pony */
  941.                 #nv_home .ds table { table-layout: fixed; width: 100%; }
  942.                 #nv_home .ds th div, #nv_home .ds .point_chart { height: 120px; }
  943.                 #nv_home .ds .ph { font-size: 16px; text-align: center; }
  944.         .dr { margin: 2px 0; padding-top: 6px; min-height: 80px; height: auto !important; height: 80px; background: url({IMGDIR}/debate_dr.jpg) no-repeat 50% 0; }
  945.                 .dr th { width:50px; }
  946.                 .dr td { vertical-align: top; }
  947.                 .dr h5 { padding-left:10px; width: 193px; text-align: center; font-size: 14px; font-weight: 400; }
  948.                         .dr h5 a { color: #F04700; font-weight: 700; }
  949.                         .dr .sr_1 .pn { float: right; margin-right: 5px; }
  950.                         .dr .sr_2 .pn { margin-left: 5px; }
  951.                         .dr .sr_2 h5 { float: right; padding: 0 20px 0 0; width: 183px; }
  952.                                 .dr .sr_2 h5 a { color: #0092C5; }
  953.                         .dr .mls { padding-top: 15px; clear: both; }
  954.                         .dr .mls li { width: 70px; }

  955. /* 标签 */
  956.         .ptg { padding-left: 20px; background: url({IMGDIR}/tag.gif) no-repeat 0 2px; }
  957.                 .ptg a { color: {HIGHLIGHTLINK}; }
  958. /** end **/


  959. /** forum::viewthread,group::viewthread,forum::trade,portal::view **/
  960. /* 帖子附件 by dfox */
  961.         .pattl { overflow: hidden; padding: 1em 0; width: 100%; font-size: 12px; }
  962.         .tatt, .t_attach_img { padding: 5px; color: {LIGHTTEXT}; font-size: 12px; }
  963.                 .tatt { width: 240px; }
  964.                 .tatt em { color: {LIGHTTEXT}; }
  965.                 .t_attachinsert{ margin:1em 0; font-size: 12px; }
  966.                 .t_attachinsert p img{ margin-bottom: -4px; }
  967.         .t_table{ border: 1px solid #E3EDF5; empty-cells: show; border-collapse: collapse; }
  968.                 .pl table.t_table { table-layout: auto; }
  969.                 .t_table td { padding: 4px; border: 1px solid #E3EDF5; overflow: hidden; }
  970.         .tattl { float: left; overflow: hidden; padding: 10px 10px 10px 0; width: 45%; height: 64px; }
  971.                 .tattl a { color: {HIGHLIGHTLINK}; text-decoration: underline; }
  972.                 .tattl dt { float: left; width: 40px; font-weight: 700; }
  973.                 .tattl strong { margin-right: 6px; color: {NOTICETEXT}; font-weight: 400; }
  974.                 .tattl dt img { width: 32px; height: 32px; }
  975.                 .tattl dd { margin-left: 40px; color: {LIGHTTEXT}; }
  976.         .attnm { height: 18px; margin-bottom: 3px; overflow: hidden; white-space: nowrap; }
  977.                 *html .attnm { white-space: normal; }
  978.         .attm { overflow: visible; float: none; width: 580px; height: auto; }
  979.                 .attm dt { width: 0; }
  980.                 .attm dd { margin-left: 0; }
  981.                 .zoom { cursor: pointer; }

  982.         .attp { width: 180px; text-align: left; }
  983.                 .tattl .attp { width: 240px; }

  984.         /* 版主浏览包含收费附件的帖子,且附件插入到帖子内容中去的时候 by Pony */
  985.         .attprice { padding: 5px; border: 1px dashed #FF9A9A; }

  986.         /*
  987.                 Name:                        mod_zoominner
  988.                 Level:                        Function
  989.                 Explain:                显示原始图片弹出层
  990.                 Last Modify:        Pony
  991.         */
  992.         .zoominner { padding: 5px 10px 10px; background: {WRAPBG}; text-align: left; }
  993.                 .zoominner p { padding: 8px 0; }
  994.                         .zoominner p a { float: left; margin-left: 10px; width: 17px; height: 17px; background: url({IMGDIR}/imgzoom_tb.gif) no-repeat 0 0; line-height: 100px; overflow: hidden; }
  995.                                 .zoominner p a:hover { background-position: 0 -39px; }
  996.                         .zoominner p a.imgadjust { background-position: -40px 0; }
  997.                                 .zoominner p a.imgadjust:hover { background-position: -40px -39px; }
  998.                         .zoominner p a.imgclose { background-position: -80px 0; }
  999.                                 .zoominner p a.imgclose:hover { background-position: -80px -39px; }

  1000. .zimg_c { position: relative; }
  1001. .zimg_prev, .zimg_next { display: block; position: absolute; width: 80px; height: 100%; background: url({IMGDIR}/pic-prev.png) no-repeat 0 -100px; cursor: pointer; }
  1002. .zimg_next { right: 10px; background-image: url({IMGDIR}/pic-next.png); background-position: 100% -100px; }
  1003. .zimg_c img { margin: 0 auto; }
  1004. .zimg_p strong { display: none; }
  1005. /** end **/


  1006. /** forum::misc **/
  1007. /* 非弹窗时显示出来的页面的样式重定义 */
  1008.         .mn .flb { padding-left: 0; }
  1009.         .f_c .list { margin-left: 0; }
  1010. /** end **/


  1011. /** portal::portalcp,portal::view,forum::viewthread,group::viewthread,home::space **/
  1012. /* 自动给关键词增加的链接的样式 by Pony */
  1013.         .relatedlink, .relatedlink:hover { text-decoration: none !important; color: {TABLETEXT} !important; border-bottom: 1px solid blue; }

  1014. /* 模块标识后面的收藏图片样式 by Pony */
  1015.         .favmark { margin-bottom: -3px; }
  1016. /** end **/


  1017. /* ----------------------------------------------------------------------- 群组相关样式 by dfox */
  1018. /** group::index **/
  1019.         #g_focus { width: 320px; }
  1020.         #g_commend {}
  1021.                 #g_commend .xld { float: left; margin-right: 0.3%; width: 24.5%; height: 64px; overflow: hidden; }
  1022.                 #g_commend dt { padding-bottom: 0; }
  1023.         #g_guide { background: url({IMGDIR}/g_guide.png) no-repeat 10px 18px; }
  1024.                 #g_guide li { border-bottom: 1px dashed {COMMONBORDER}; }
  1025.                 #g_guide a, #g_guide label { display: block; padding: 7px 0 7px 40px; height: 36px; }
  1026.                         #g_guide label { cursor: text; }
  1027.                 #g_guide strong { display: block; }
  1028.         .fl .bm_h { border-bottom: none; background-color: transparent; }

  1029. /* 群组列表 by Pony */
  1030.         .fl_icn, .fl_icn_g { width: 48px; }
  1031.         .fl_g dl { margin-left: 48px; padding: 0 5px; }
  1032. /** end **/

  1033. /** group::group **/
  1034. #gh { border: 1px solid {COMMONBORDER}; }
  1035.         #gh .bm { margin-bottom: 0; }
  1036.         #gh .bm_h { background-color: {SPECIALBG}; }
  1037. /** end **/

  1038. /** group,search::group **/
  1039. .gl .flc .icn { float: left; width: 60px; }
  1040. .gl .flc dl { margin-left: 60px; }
  1041.         .gl .flc dl dt { height: 20px; overflow: hidden; }

  1042.         .mls li p { margin: 5px 4px 0; width: 58px; }

  1043. .gl .flc .i { margin-top: -14px; width: 127px; }
  1044.         .gl .flc .i em, .gl .flc .i span { float: right; width: 55px; color: {LIGHTTEXT}; text-align: right; line-height: 20px; }
  1045.         .gl .flc .i em { border-right: 1px solid {COMMONBORDER}; padding-right: 10px; }
  1046.                 .gl .flc .i p { color: {LINK}; }
  1047.                 .gl .flc .i span p { font-weight: 700; }

  1048. #nv_group .flg dd em { float: left; margin-right: 1em; color: {LIGHTTEXT}; white-space: nowrap; }

  1049. #nv_group {}
  1050. /** end **/


  1051. /** group::my **/
  1052. /* 设置关注的群组弹窗 by Pony */
  1053.         .attgroup { width: 450px; }
  1054.                 .attgroup li { float: left; overflow: hidden; margin-right: 5px; width: 145px; white-space: nowrap; }

  1055. /* 关注按钮和所有群组的按钮 by Shuaishuai*/
  1056.         .groupbtn { float: left; margin: 0 2px; padding: 0 0 0 7px !important; height: 25px; background: url({IMGDIR}/n_rate.png) no-repeat 0 0 !important; line-height: 25px; text-align: center; cursor: pointer; }
  1057.         .groupbtn:hover{ text-decoration: none; }
  1058.                 .groupbtn span { display: block; background: url({IMGDIR}/n_rate.png) no-repeat right 100% !important; padding-right: 7px; }
  1059. /** end **/



  1060. /* ----------------------------------------------------------------------- 文章、日志等页面样式 */
  1061. /** portal::list,home::space **/
  1062. .bm_h .addnew { margin-left: 10px; padding-left: 20px; background: url({IMGDIR}/addbuddy.gif) no-repeat 0 45%; }
  1063. .bm_h .rss { margin-left: 10px; padding-left: 20px; background: url({IMGDIR}/feed.gif) no-repeat 0 45%; }
  1064. /** end **/


  1065. /** forum::viewthread,portal::view,portal::comment,home::space **/
  1066. /* Article/Blog View by lushnis */
  1067.         .vw { }
  1068.                 .vw .h { padding-bottom: 15px; border-bottom: 1px solid {COMMONBORDER}; }
  1069.                         .vw .ph { padding: 15px 0 10px; color: #000; }
  1070.                 .vw .hot { margin-right: 5px; color: {NOTICETEXT}; }
  1071.                 .vw .s { margin-top: 10px; padding-bottom: 10px; border-bottom: 1px solid {COMMONBORDER}; line-height: 2; color: {HIGHLIGHTLINK}; }
  1072.                         .vw .s strong { font-weight: 400; color: red; }
  1073.                 .vw .d { margin: 15px 0; min-height: 100px; font-size: 14px; line-height: 1.8; color: #000; }
  1074.                         .vw .d img { max-width: 620px; }
  1075.                         .ie6 .vw .d img { width: expression(this.width > 620 ? 620:true); }
  1076.                         .vwtb { table-layout: fixed; width: 100%; height: 300px; }
  1077.                         .vw .pattl_c .tip { line-height: 1.5; }
  1078.                         #article_content { vertical-align: top; }
  1079.                 .vw .d ol, .vw .d ul { margin: 1em 2em; }
  1080.                         .vw .d ul li { list-style-type: disc; }
  1081.                         .vw .d .ml, .vw .d .xl { margin: 0; }
  1082.                                 .vw .d .ml li { list-style-type: none; }
  1083.                 .vw .attach { padding-left: 20px; background: url({IMGDIR}/fach.gif) no-repeat 0 50%; color: {HIGHLIGHTLINK}; }
  1084.                 .vw .o { margin-top: 15px; padding-top: 5px; border-top: 1px solid {COMMONBORDER}; text-align: right; }
  1085.                         .vw .o .mgcmn { width: auto; text-align: left; }
  1086.                 #nv_portal .vw .h, #nv_portal .vw .s, #nv_portal .vw .d, #nv_portal .vw .o,#nv_forum .vw .h, #nv_forum .vw .s, #nv_forum .vw .d { margin-right: 15px; margin-left: 15px; }

  1087. /* .atd -> attitude 表态 by Pony */
  1088.         .atd { margin: 15px auto; }
  1089.                 .atd img { margin-bottom: 10px; }
  1090.                 .atd a { display: block; }
  1091.                         .atd a:hover { text-decoration: none; }
  1092.                 .atd td { padding: 10px; text-align: center; vertical-align: bottom; }
  1093.                         .atd .atdc { position: relative; margin: 0 auto 10px; width: 20px; height: 50px; }
  1094.                                 .atdc div { position: absolute; left: 0; bottom: 0; width: 20px; text-align: left; }
  1095.                                 .atd .ac1 { background: #C30; }
  1096.                                 .atd .ac2 { background: #0C0; }
  1097.                                 .atd .ac3 { background: #F90; }
  1098.                                 .atd .ac4 { background: #06F; }
  1099.                                 .atdc em { position: absolute; margin: -25px 0 0 -5px; width: 30px; font-size: 11px; text-align: center; color: {LIGHTTEXT}; }
  1100. /** end **/


  1101. /** portal::portalcp,portal::view **/
  1102. .pgm { clear: both; padding: 5px 0; }
  1103.         .pgm .pg { float: left; }

  1104. /* 管理相关文章 */
  1105. .bart { position: relative; padding: 10px; width: 640px; }
  1106.         .bartl { overflow-y: scroll; padding: 10px; width: 270px; height: 270px; border: 1px solid {COMMONBORDER}; }
  1107.                 .bartl li { overflow: hidden; width: 250px; height: 20px; }
  1108.                         .bartl li em { float: left; width: 200px; }
  1109.         .barto { position: absolute; top: 190px; left: 315px; height: 30px; }
  1110.                 .barto .pn * { padding: 0 8px; }
  1111.         .bart .chkall { padding-left: 10px; }
  1112.         #chkalldiv p { width: 292px; }

  1113. /* 管理模块 */
  1114.         .ptblk li { padding: 7px 0; border-bottom: 1px solid {COMMONBORDER}; }
  1115.         .ptblk em { margin-right: 30px; }

  1116. /* 文章标题颜色、加粗、斜体、下划线等样式 by Pony */
  1117. .colorwd { margin-right: 3px; }
  1118. .dopt input { float: left; }
  1119. /** end **/



  1120. /* ----------------------------------------------------------------------- 空间相关样式 */
  1121. /** home::space,misc::ranklist **/
  1122. /* .mi --> my_infomation 空间首页个人信息部分 */
  1123.         .mi {}
  1124.                 .mi th, .mi td { vertical-align: top; }
  1125.                 .mi th { width: 145px; }
  1126.                 .mi .avatar a { position: relative; }
  1127.                         .ie6 .avatar a { float: left; }
  1128.                         .mi .avatar a:hover { text-decoration: none; }
  1129.                         .mi .avatar a span { display: none; position: absolute; bottom: 3px; padding: 5px 0; width: 100%; text-align: center; background: transparent; background: rgba(255, 255, 255, 0.5); cursor: pointer; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = #50FFFFFF, endColorstr = #50FFFFFF); }
  1130.                                 .mi .avatar a:hover span { display: block; }
  1131.                                 .mi .avatar img { padding: 3px; border: 1px solid {COMMONBORDER}; }
  1132.                 .mifm { position: relative; margin: 10px 0 20px; padding: 5px; width: 370px; background: {COMMONBG}; zoom: 1; }
  1133.         .mipm { padding: 5px 0; border: 1px solid {COMMONBORDER}; }
  1134.                 .mipm li { float: left; padding: 5px 15px; white-space: nowrap; }
  1135.                 .mi a.o { margin-right: 5px; padding-left: 18px; background: url({IMGDIR}/mine_icn.png) no-repeat 0 50%; }
  1136.         #moodfm {}
  1137.                 #moodfm textarea { width: 600px; height: 56px; border: 1px solid; border-color: {INPUTBORDERDARKCOLOR} {INPUTBORDER} {INPUTBORDER} {INPUTBORDERDARKCOLOR}; overflow-y: auto; }
  1138.                 .mi .moodfm_input { width: 350px; height: 58px; background: {COMMONBORDER} url({IMGDIR}/mood_input.png) no-repeat 0 0; }
  1139.                         .mi .hover .moodfm_input { background-color: {SPECIALBORDER}; }
  1140.                         .mi #moodfm textarea { margin: 3px 0 0 6px; padding: 0; width: 341px; height: 51px; outline: none; border: none; }
  1141.                 .moodfm_btn { padding-left: 5px; background: url({IMGDIR}/mood_input_btn.png) no-repeat 5px 0; }
  1142.                         .moodfm_btn button { width: 58px; height: 58px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); }
  1143.                 .moodfm_f { padding: 5px 0 0 3px; }

  1144. /*
  1145.         Name:                        mod_share_form
  1146.         Level:                        Function
  1147.         Explain:                发布分享的表单
  1148.         Last Modify:        Pony
  1149. */
  1150.         .sfm { margin: 0 0 20px 10px; }
  1151.                 .sfm .c { width: 442px; }
  1152.                 .sfm .px { width: 432px; }
  1153.                 .sfm .pt { width: 432px; height: 67px; }

  1154. /* 分享视频有截图时 by Pony */
  1155. .vdtn { width: 126px; height: 95px; border: 1px solid {COMMONBORDER}; cursor: pointer; }

  1156. /* .pic -> picture 查看图片 by Pony */
  1157.         .osld { padding-left: 18px; background: url({IMGDIR}/slide.png) no-repeat 0 50%; }
  1158.         .pic {}
  1159.                 .pic .c { margin-top: 20px; text-align: center; }
  1160.                         .pic .c img { max-width: 764px; }
  1161.                         * html .pic .c img { width: expression(this.width > 764 ? 764 : true); }
  1162.                 .pic p { margin: 5px 0; }
  1163.         .albim_pic_title { padding: 5px; border-top: 1px dashed {COMMONBORDER}; background: {COMMONBG}; }

  1164. /* 侧边图片导航 Media list navigation */
  1165.         .mlnv { text-align: center; }
  1166.                 .mlnv img { margin: 0 5px; padding: 2px; max-width: 100px; max-height: 100px; _width: expression(this.width > 100 && this.width>=this.height ? 100 : true); height: expression(this._height > 100 && this.width<=this.height ? 100 : true); border: 1px solid {WRAPBORDERCOLOR}; background: {WRAPBG};}
  1167.                         .mlnv img.a { border-color: {NOTICETEXT}; background: #FFEAA8; }
  1168.                 .mlnv .btn img { padding: 0; border: 0; background: none;  }


  1169. /* .sl -> share_list 分享列表 by Pony */
  1170.         .sl {}
  1171.                 .sl li { padding: 10px 0; border-bottom: none; }
  1172.                 .sl .h { padding: 6px 10px; _height: 1%; background: {COMMONBG}; border-bottom: 1px solid {COMMONBORDER}; }

  1173. /* .favl -> fav_list 收藏列表 by Pony */
  1174.         .favl .o { background: url({IMGDIR}/op.png) no-repeat -4px -2px; }
  1175.                 .favl .o:hover { background-position: -4px -22px; }
  1176.                 .ie6 .favl li { position: relative; }
  1177.                         .ie6 .favl .o { margin: 0; right: 0; top: 12px; }

  1178. /* .cmt -> comment feed中的评论区域 by Pony */
  1179.         .cmt { margin: 10px 24px 0 0; padding: 10px; border: 1px solid #EAEAEA; background: {COMMONBG}; zoom: 1; }
  1180.                 .cmt form { margin-top: 10px; }
  1181.                         .cmt input, .cmt button { vertical-align: middle; }
  1182.                 .cmt .pt { width: 95%; margin: 3px 0; }
  1183.                 .cmt .tri { margin: 10px 0 -23px; width: 19px; height: 13px; background: url({IMGDIR}/cmt_ico.png) no-repeat; }
  1184.                 .cmt .xlda dl { padding-left: 50px; }
  1185.                 .cmt .xlda .m { margin-left: -50px; }
  1186.                 .cmt .avt img { width: 36px; height: 36px; }
  1187.                 .cmt .pg a, .cmt .pg strong { background-color: transparent; }
  1188.                 .cmt .pg a { border-color: {COMMONBG}; }
  1189.                         .cmt .pg a:hover { border-color: {WRAPBORDERCOLOR}; }
  1190.                 /* feed 区域里的评论 */
  1191.                 .el .cmt li { padding-right: 0; border-bottom: none; }
  1192.                 .el .tri { display: none; }
  1193.                 /* feed 区域中评论的验证码 */
  1194.                 .el .cmt .sec .px { width: 80px !important; }

  1195. /* .pll -> poll_list 投票列表 */
  1196.         .pll {}
  1197.                 .pll li { padding: 10px 0; min-height: auto; }
  1198.                 .pll .h { font-size: 14px; }
  1199.                         .pll .h span { font-weight: 400; }
  1200.                 .pll .c { margin: 0 84px 0 74px; }
  1201.                 .pll ol { margin: 5px 0 0 20px; }
  1202.                         * html .pll ol { margin-left: 25px; }
  1203.                         *+html .pll ol { margin-left: 25px; }
  1204.                         .pll ol li { list-style-type: decimal; padding: 0; border-bottom: none; }
  1205.                 .pll .u { overflow: hidden; width: 74px; text-align: center; }
  1206.                         .pll .u p { white-space: nowrap; }
  1207.                 .pll .s { display: inline; margin: 5px 10px 0 0; width: 60px; background:url({IMGDIR}/polljoins.gif) no-repeat 0 0; }
  1208.                         .pll .s a.joins { margin: 0 0 5px; padding: 12px 0; width: 60px; height: 36px; display: block; overflow: hidden; text-align: center; text-decoration: none; }
  1209.                                 .pll .s a.joins span { display: block; font-size: 16px; font-weight: 700; }
  1210.                         .pll .s a.go { padding: 0 0 0 17px; width: 43px; height: 24px; line-height: 24px; display:block; }

  1211. /* .acl -> activity_list 活动列表 by Pony */
  1212.         .acl { width: 100%; table-layout: fixed; }
  1213.                 .acl h3 { padding: 10px 0; font-size: 14px; }
  1214.                         .acl h3 span { float: left; margin: 1px 10px 0 0; width: 34px; text-align: center; }
  1215.                         .acl h3 strong { display: block; background-color: #C00; color: {LIGHTLINK}; font-size: 12px; }
  1216.                         .acl h3 em { display: block; line-height: 22px; border: solid {COMMONBORDER}; border-width: 0 1px 1px; font-size: 16px; font-weight: 400; }
  1217.                 .acl td { padding: 10px 3px; border-top: 1px dashed {COMMONBORDER}; vertical-align: top; }
  1218.                 .acl .type { padding: 10px 3px 10px 0; width: 80px; }
  1219.                 .acl .addr { padding-left: 20px; width: 130px; }
  1220.                 .acl .orgr { width: 74px; }
  1221.                 .acl .ml li { margin-top: 6px; padding-bottom: 0; }

  1222. /* .tlog -> trade_log 交易记录 by Pony */
  1223.         .tlog th, .tlog td { padding: 10px 4px !important; }

  1224. /* .rwdl -> reward_list 悬赏列表 by Pony */
  1225.         .rwdl {}
  1226.                 .rwdl li { overflow: hidden; float: left; padding: 15px 10px 15px 100px; width: 290px; height: 92px; }
  1227.                 .rwdl .uslvd { position: absolute; margin-left: -100px; width: 90px; height: 92px; background: url({IMGDIR}/rwd2.gif) no-repeat 0 0; }
  1228.                         .rwdl .uslvd cite { display: block; line-height: 28px; font-size: 28px; margin-top: 10px; text-align: center; color: {NOTICETEXT}; }
  1229.                         .rwdl .uslvd span { display: block; line-height: 12px; font-size: 12px; }
  1230.                         .rwdl .uslvd em { position: absolute; bottom: 11px; bottom /*\**/: 9px\9; left: 37px; color: {LIGHTLINK}; }
  1231.                                 * html .rwdl .uslvd em { bottom: 11px; }
  1232.                                 *+html .rwdl .uslvd em { bottom: 9px; }
  1233.                 .rwdl .slvd { background-position: 0 -92px; }
  1234.                         .rwdl .slvd cite { color: {LIGHTTEXT}; }
  1235.                 .rwdl h4 { overflow: hidden; height: 36px; font-weight: 400; }
  1236.                 .rwdl p { white-space: nowrap; }

  1237. /* .facel -> face_list 空间部分的表情 by Pony */
  1238.         .facel { padding: 8px; width: 240px; }
  1239.                 .facel img { margin: 5px; }

  1240. /* 提醒的内容中会用到。这里使用独立class,以便个性化。若想使提醒内容更醒目,可对summary下的span进行定义 */
  1241.         .summary { margin: 10px 0; }
  1242. /** end **/


  1243. /** home::space,misc::ranklist,home::follow **/
  1244. /*
  1245.         Name:                        mod_pprl
  1246.         Level:                        Function
  1247.         Explain:                空间、广播等个人资料页面
  1248.         Last Modify:        Pony 1109271712
  1249. */
  1250.         #pprl a { color: {HIGHLIGHTLINK}; }
  1251.         #pprl li { clear: both; padding: 3px 0 3px 90px; }
  1252.                 #pprl li em { float: left; margin-left: -90px; width: 85px; white-space: nowrap; overflow: hidden; }
  1253.         .pf_l li { float: left; width: 300px; }
  1254.                 .pf_l em { padding-right: 10px; color: {MIDTEXT}; }
  1255. /** end **/


  1256. /** home::space,home::spacecp,home::medal,misc::ranklist **/
  1257.         /* 空间图片列表 */
  1258.         .mla li, .mlp li { width: 150px; }
  1259. /** end **/


  1260. /** home::space **/
  1261. /* 快速好友查找链接按钮样式 by ShuaiShuai */
  1262.         .sc_display{ display:inline-block; width:36px; text-align:right;}

  1263.         #mood_mystatus { width: 410px; word-break: break-all; overflow: hidden; }
  1264.         #newprompt { background: url({IMGDIR}/info.gif) no-repeat 12px 50%; }

  1265.         /* .dtls -> doing_treeline_short 记录回复树状背景 by shuaishuai */
  1266.                 .dtls { background:url({IMGDIR}/treeline_short.gif) no-repeat 0 2px; }
  1267.         /* .dtll -> doing_treeline_long 记录回复树状背景 by shuaishuai */
  1268.                 .dtll { background:url({IMGDIR}/treeline_long.gif) no-repeat 2em 2px; }

  1269.         .nts { padding-left: 20px; }
  1270.                 .nts dl { border-bottom: 1px dashed {COMMONBORDER}; }
  1271.                 .nts .more { border-top: 1px dashed {COMMONBORDER}; padding:10px 0 0 64px; }

  1272. /*
  1273.         Name:                        mod_pm_list
  1274.         Level:                        Channel
  1275.         Explain:                短消息列表
  1276.         Last Modify:        Pony
  1277. */
  1278.         .pml {}
  1279.                 .pml dl { padding-left: 75px; padding-right: 110px; }
  1280.                 .pml .hover { background-color: {SPECIALBG}; }
  1281.                 .pm_o { display: inline; margin-right: -100px; width: 100px; text-align: right; }
  1282.                         .pm_o .o { overflow: hidden; float: right; margin-left: 10px; width: 16px; height: 16px; text-indent: 20px; background: url({IMGDIR}/op.png) no-repeat 0 -120px; }
  1283.                                 .pm_o .o:hover { background-position: 0 -140px; }
  1284.                         .pm_o .p_pop { text-align: left; }
  1285.                 .pml .newpm { background: {SPECIALBG}; }
  1286.                 .pml .newpm .newpm_avt { position: absolute; margin: -2px 0 0 40px; width: 16px; height: 14px; background: url({IMGDIR}/new_pm_2.png) no-repeat 100% 0; }
  1287.                 .pm_c { padding-left: 25px; }
  1288.                         .pm_c .o { float: left; display: inline; margin: 2px 0 0 -25px; }
  1289.                         .ie7 .pm_c .o { margin-top: -2px; }
  1290.                 .pm_op { padding-left: 75px; }
  1291.                 .pm_op_r { padding-right: 110px; }

  1292. /*
  1293.         Name:                        mod_pm_group
  1294.         Level:                        Function
  1295.         Explain:                短消息群聊
  1296.         Last Modify:        Pony
  1297. */
  1298.         .pm_g { padding: 10px 15px; border: 1px solid #C2D5E3; background: #F2F7FA; }
  1299.                 .pm_sd, .pm_b { border: 1px solid #C2D5E3; background: {WRAPBG}; }
  1300.                         .pm_mn { margin-right: 175px; }
  1301.                                 .pm_mn dl { padding: 0; }
  1302.                                 .pm_mn dd.ptm { margin-top: -1px; padding-top: 0 !important; }
  1303.                                 .pm_mn .tedt { margin-bottom: 5px; width: 591px; }
  1304.                                         .ie6 .pm_mn .tedt { width: 587px; }
  1305.                                         .pm_mn .area { height: 70px; }
  1306.                                         .pm_mn .tedt .pt { height: 68px; }
  1307.                                 .pm_mn .avt { display: none; }
  1308.                         .pm_sd { float: right; width: 160px; height: 425px; }
  1309.                                 .pm_mem_l { overflow-x: hidden; overflow-y: auto; height: 425px; }
  1310.                                         .pm_admin { height: 380px; }
  1311.                                         .pm_mem_l li { overflow: hidden; padding-left: 25px; height: 25px; line-height: 25px; background: url({IMGDIR}/pm_member.png) no-repeat 5px 50%; }
  1312.                                 .pm_add { padding: 10px; }
  1313.                                         .pm_add .px { width: 90px; }
  1314.                 .pm_b { overflow-x: hidden; overflow-y: auto; padding: 10px; height: 300px; }
  1315.                         .pm_b img { padding: 2px; max-width: 575px; height: expression(this.height > 575 ? 575 : true); }
  1316.         .syn_signature, .syn_signature_check { background: url({IMGDIR}/connect_post_syn.png) no-repeat scroll 0 0 transparent; cursor: pointer; display: inline-block; height: 19px; line-height: 64px; opacity: 1; overflow: hidden; vertical-align: -6px; width: 19px; }
  1317.         .syn_signature { background-position: 0 -66px }
  1318.         .syn_signature_check { background-position: -22px -66px; }
  1319. /** end **/


  1320. /** home::spacecp **/
  1321. /* 空间图片列表 */
  1322.         .mls li { width: 90px; }
  1323. /*
  1324.         Name:                        mod_my_credits_list
  1325.         Level:                        Function
  1326.         Explain:                上传图片
  1327.         Last Modify:        Pony 11082413
  1328. */
  1329.         .up_row { width: 100%; table-layout: fixed; }
  1330.                 .up_row td { vertical-align: middle; padding: 5px 0; border-bottom: 1px solid {SPECIALBORDER}; }
  1331.                 .up_row .c { width: 150px; }
  1332.                         .up_row .c img { width: 120px; }
  1333.                 .up_row .d { width: 400px; }
  1334.                 .up_row strong { margin-right: 5px; }
  1335.         #creatalbum { padding-top: 1px; border-top: 1px solid {SPECIALBORDER}; }

  1336. .doodle { padding-left: 3px; width: 65px; text-align: left; background: url({STATICURL}image/magic/doodle.small.gif) no-repeat 0 50%; }
  1337.         .doodle a { padding-left: 2px; }

  1338. /*
  1339.         Name:                        mod_my_credits_list
  1340.         Level:                        Function
  1341.         Explain:                我的积分列表
  1342.         Last Modify:        Pony 11061714
  1343. */
  1344.         .creditl {}
  1345.                 .creditl li { float: left; margin-right: 5px; width: 24%; height: 30px; }
  1346.                 .creditl .cl { clear: both; float: none; width: auto; }
  1347.                         .creditl li em { font-weight: 700; }
  1348.                 .creditl u { text-decoration: none; }
  1349. /** end **/


  1350. /** home::spacecp,home::magic **/
  1351. /* 查找好友 .scf --> Search friend */
  1352.         .scf h2 { padding-left: 20px; line-height: 2.2; background: url({IMGDIR}/scf.gif) no-repeat 0 50%; font-weight: 700; font-size: 14px; }
  1353. /* 用来展示复杂统计数据的表格,目前仅用户组页面用到 */
  1354.         .tdats { overflow: hidden; zoom: 1; margin: 10px 0; *padding-bottom: 10px; }
  1355.                 .tdats th, .tdats td { overflow: hidden; padding: 0 5px; height: 26px; border-width: 0 1px 0 0; border-color: {WRAPBG}; white-space: nowrap; }
  1356.                 .tdats th { height: 40px; font-weight: 700; }
  1357.                         .tdats .h th { height: 24px; border-top: 1px solid {COMMONBORDER}; border-bottom: 1px solid #E5E5E5; background: url({IMGDIR}/tb.png) repeat-x 0 -4px; color: {MIDTEXT}; zoom: 1; }
  1358.                 .tdats .tdat { float: left; width: 150px; border: none; table-layout: fixed; }
  1359.                 .tdats .tfx { width: 290px; }
  1360.                         .tdats .tfxf { width: 650px; }
  1361.                         .tfx th, .tfx td { border-width: 0 3px !important; background: #FFF2DF; }
  1362.                         .tfx .alt, .tfx .alt th, .tfx .alt td { background: #FAEDDA; }
  1363.                         .tfx .h th { padding: 1px 5px; }
  1364.                 .tscr { float: left; overflow: hidden; width: 350px; }
  1365.                         .tscr .tdat th, .tscr .tdat td { width: 350px; }
  1366.                         .nwp { word-wrap: normal; white-space: nowrap; }
  1367.                 .tdats .c0 { padding: 0; height: 46px; text-align: center; vertical-align: bottom; background: transparent; }
  1368.                         .tdats .c0 h4 { line-height: 38px; background-color: #F60; color: {LIGHTLINK}; }
  1369.                          .tdats .c0 h4, .tdats .tb li { -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }
  1370.                 .tdats .tb { float: left; margin-top: 8px; padding-left: 0; width: 350px; border-bottom-width: 4px; }
  1371.                         .tdats .tb li { padding: 0 10px; line-height: 33px; font-weight: 700; color: {LIGHTLINK}; }
  1372.                         .tdats .c0 h4, .tdats #c1, .tdats #c2, .tdats #c3, .tdats #c4 { background-image: url({IMGDIR}/bg_usergroup.png); }
  1373.                         .tdats .c1 { border-color: #158B00; }
  1374.                                 .tdats #c1 { border-color: #158B00; background-color: #158B00; background-position: 0 -40px; }
  1375.                         .tdats .c2 { border-color: #057373; }
  1376.                                 .tdats #c2 { border-color: #057373; background-color: #057373; background-position: 0 -80px; }
  1377.                         .tdats .c3 { border-color: #1F57A9; }
  1378.                                 .tdats #c3 { border-color: #1F57A9; background-color: #1F57A9; background-position: 0 -120px; }
  1379.                         .tdats .c4 { border-color: #1A588D; }
  1380.                                 .tdats #c4 { border-color: #1A588D; background-color: #1A588D; background-position: 0 -160px; }
  1381.                         .tdats .c1 #c1, .tdats .c2 #c2, .tdats .c3 #c3, .tdats .c4 #c4 { line-height: 35px; }
  1382.                 .ftb td { width: 12%; }
  1383. /** end **/


  1384. /** home::space,home::spacecp **/
  1385. /*
  1386.         Name:                        mod_ct_vw
  1387.         Level:                        Function
  1388.         Explain:                日志、好友列表页用到的两栏框架
  1389.         Last Modify:        Pony
  1390. */
  1391.         .ct_vw {}
  1392.                 .ct_vw_mn { float: left; width: 70%; }
  1393.                 .ct_vw_sd { float: right; width: 28%; }

  1394. /*
  1395.         Name:                        mod_buddy
  1396.         Level:                        Function
  1397.         Explain:                好友列表
  1398.         Last Modify:        Pony
  1399. */
  1400.         .buddy { margin: 0 -4px 10px -2px; }
  1401.                 .buddy li { overflow: hidden; display: inline; float: left; margin: 10px 5px 0; padding: 10px 10px 10px 70px; width: 175px; height: 58px; border: 1px solid #F3F3F3; background: #F9F9F9; }
  1402.                         .ct_vw_mn .buddy li { width: 190px; }
  1403.                 .buddy h4 { overflow: hidden; height: 20px; }
  1404.                 .buddy .avt { position: absolute; margin-left: -60px; }
  1405.                 .buddy .maxh { overflow: hidden; height: 20px; }
  1406.                 .buddy .note { color: green; }
  1407.                 .addbuddy { padding-left: 20px; background: url({IMGDIR}/addbuddy.gif) no-repeat 0 50%; }

  1408. /*
  1409.         Name:                        mod_buddy_group
  1410.         Level:                        Function
  1411.         Explain:                好友分组
  1412.         Last Modify:        Pony
  1413. */
  1414.         .buddy_group { margin-top: -5px; }
  1415.                 .buddy_group li { overflow: hidden; padding: 5px 0; line-height: 20px; border-bottom: 1px dashed {COMMONBORDER}; }
  1416.                         .buddy_group li.a { font-weight: 700; }
  1417.                 .buddy_group .b, .buddy_group .o { float: right; width: 20px; height: 20px; overflow: hidden; line-height: 100px; background: url({IMGDIR}/op.png) no-repeat 0 -40px; }
  1418.                         .buddy_group .b:hover { background-position: 0 -60px; }
  1419.                 .buddy_group .o { background-position: 0 -80px; }
  1420.                         .buddy_group .o:hover { background-position: 0 -100px; }

  1421. .ntc_body .summary { margin-left: 2em; padding-left: 10px; border-left: 1px solid {COMMONBORDER}; }
  1422.         .ntc_body .summary span { color: {LIGHTTEXT}; }

  1423. /* .pmform -> 短消息表单非弹窗 by Pony */
  1424.         .pmform {}
  1425.                 .pmform .px { width: 408px; }
  1426.                 .pmform .tedt { width: 416px; }

  1427. /*
  1428.         Name:                        mod_user_selector
  1429.         Level:                        Function
  1430.         Explain:                用户名提示选择效果
  1431.         Last Modify:        Pony 11061311
  1432. */
  1433.         .un_selector { height: auto; cursor: text; overflow: hidden; }
  1434.                 .un_selector input { width: 95px; height: 19px; border-width: 0; outline: none; }
  1435.                         .ie6 .un_selector input, .ie7 .un_selector input { height: 17px; }
  1436.                         .un_selector #subject { width: 408px; }
  1437.                 .un_selector span { float: left; margin: 1px 2px 1px 0; width: 100px; height: 19px; line-height: 19px; background: #F7F6ED url({IMGDIR}/un_selector.png) no-repeat 0 0; color: {HIGHLIGHTLINK}; overflow: hidden; }
  1438.                         .un_selector em { padding-left: 5px; width: 80px; }
  1439.                         .un_selector .x { float: right; width: 15px; height: 19px; background: url({IMGDIR}/un_selector.png) no-repeat 100% -19px; text-indent: -9999px; overflow: hidden; }
  1440.                                 .un_selector .x:hover { background-position: 100% -38px; }
  1441.                 a.appendmb, a.appendmb span { height: 25px; line-height: 25px !important; }
  1442.         /* 发短消息时根据输入显示出的用户名列表样式 */
  1443.         .pmfrndl { position: absolute; margin-top: 3px; padding: 4px; width: 120px; border: solid {DROPMENUBORDER}; border-width: 0 1px 1px; background: #FFF; }
  1444.                 .ie6 .pmfrndl, .ie7 .pmfrndl { margin-top: 4px; }
  1445.                 .pmfrndl li { display: inline; }
  1446.                         .pmfrndl a { display: block; padding: 4px 2px; color: {HIGHLIGHTLINK}; }
  1447.                                 .pmfrndl a:hover { text-decoration: none; }
  1448.                                 .pmfrndl a.a { background: {SPECIALBG}; }
  1449.         #showSelectBox_menu { padding: 10px; width: 300px; white-space: nowrap; }
  1450.         #selBox { margin: 0 -10px 10px; padding-left: 10px; height: 110px; border: solid {COMMONBORDER}; border-width: 1px 0; overflow-y: auto; }
  1451. /** end **/


  1452. /** home::task **/
  1453. .pbg { position: relative; width: 80%; }
  1454.         .pbg .xs0 { position: absolute; top: 0; right: 8px; font-family: PMingLiU, sans-serif; }
  1455. /** end **/


  1456. /** home::magic,home::medal **/
  1457. /* .mgcl -> Magic list by lushnis */
  1458.         .mgcl li { float: left; width: 132px; height: 180px; text-align: center; }
  1459.                 .mgcl .mg_img { margin: 0 auto 5px; }
  1460.                         .pg_medal .mgcl img { margin-top: 20px; width: auto; height: auto; }

  1461. /* 勋章记录重定义 by Pony */
  1462.         .el li { padding-left: 40px; }
  1463.         .el .t { margin: -2px 0 0 -30px; }
  1464.                 .el .t img { width: 24px; height: 24px; }
  1465. /** end **/



  1466. /* ------------------------------------------------------------------------ 门户相关样式 */



  1467. /* ------------------------------------------------------------------------ 漫游相关样式 */
  1468. /** userapp::userapp **/
  1469. /* 管理漫游应用 by Pony */
  1470.         .myset { margin-top: 15px; padding: 5px 0; background: url({IMGDIR}/vline.png) repeat-y 50% 0; }
  1471.                 .mgapp { float: left; padding: 0 15px; width: 374px; }
  1472.                 .apps { padding: 7px 0; height: 20px; line-height: 20px; border-bottom: 1px dashed #DDD; }
  1473.                         .dragable { padding-left: 25px; background: url({IMGDIR}/drag.gif) no-repeat 2px 50%; cursor: move; }
  1474.                         .dragable:hover { background-color: {COMMONBG}; }
  1475.                 .apps img { vertical-align: middle; }
  1476.                 .apps .y a { margin-right: 20px; }
  1477.         .note { padding: 0 15px; }
  1478.                 .note li { margin-left: 20px; *margin-left: 25px; }

  1479. /* 应用首页应用列表定高 by Pony */
  1480.         .appmaxh .bm_c { height: 140px; }
  1481.         .apl li { margin: 5px 0; }

  1482. /* 应用列表中新应用和热门应用图标 by Pony */
  1483.         .appl li { position: relative; }
  1484.                 .ie6 .appl li { width: 100%; }
  1485.                 .appnew, .apphot { position: absolute; right: 0; width: 20px; height: 100%; background-color: {SIDEBGCOLOR}; background-repeat: no-repeat; background-position: 100% 50%; }
  1486.                         .appnew { background-image: url({IMGDIR}/appnew.png); }
  1487.                         .apphot { background-image: url({IMGDIR}/apphot.png); }
  1488. /** end **/


  1489. /** home::space,home::spacecp,userapp::userapp,forum::forumdisplay **/
  1490. /* 折叠按钮 by Pony */
  1491.         .unfold, .fold { float: right; padding-left: 10px; background: url({IMGDIR}/arrwd.gif) no-repeat 0 50%; cursor: pointer; outline: none; }
  1492.         .fold { background-image: url({IMGDIR}/arrow_top.gif); }
  1493. /** end **/



  1494. /* ------------------------------------------------------------------------ 搜索相关样式 */
  1495. /** search **/
  1496. a { color: #369; }
  1497. body { background: #FFF none !important; }
  1498.         #toptb { padding: 0 15px; border-bottom: 1px solid #EFEFEF; }
  1499. #ct { margin: 0 20px; }
  1500. #scform { margin: 10px 0;}
  1501.         #scform h1 { margin-right: 20px; }
  1502.         #scform_tb a { float: left; display: inline; margin: 0 15px 0 3px; height: 26px; line-height: 26px; }
  1503.                 #scform_tb .y a { margin: 0 3px 0 15px; }
  1504.                 #scform_tb .a  { background: url({IMGDIR}/searchbar.png) no-repeat 50% 100%; color: #333; font-weight: 700; }
  1505.         #scform_form { background: url({IMGDIR}/searchbar.png) repeat-x 0 0; }
  1506.                 .td_srchtxt { background: url({IMGDIR}/searchbar.png) no-repeat 0 -35px; }
  1507.                 .td_srchbtn { background: url({IMGDIR}/searchbar.png) no-repeat 0 -70px; }
  1508.                 #scform_srchtxt { padding: 0 10px; width: 460px; background: transparent; outline: none; }
  1509.                 #scform_submit { width: 107px; opacity: 0; filter: alpha(opacity=0); cursor: pointer; }
  1510.                 #scform_srchtxt, #scform_submit { height: 35px; border: none; }
  1511.                         .ie_all #scform_srchtxt { height: 33px; line-height: 33px; }
  1512.         .sttl { margin: 10px 0; padding: 5px; border-bottom: 1px solid #CCC; background: #F5F5F5; }
  1513.         .slst { width: 760px; }
  1514.                 .slst a { color: #00C; text-decoration: underline; font-weight: 400; }
  1515.                 .slst a:visited { color: purple; }
  1516.                         .slst a strong { font-weight: 400; }
  1517.                         .slst p span { color: #3A8000; }
  1518.                                 .slst p span a, .slst p span a:visited { color: #666; }
  1519.                 .pbw strong { font-weight: 400; }
  1520.                         .pbw p { color: #000; }
  1521.                 .p_pop span { display: none; }
  1522. #ft { margin: 20px; text-align: center; }
  1523. .pg { float: none; }
  1524. #myspace_menu li a, #navs_menu li a { background-repeat: no-repeat; background-position: -200px 0; }
  1525. /** end **/



  1526. /* ------------------------------------------------------------------------ 排行榜相关样式 */
  1527. /** misc::ranklist **/
  1528. .rankicn { width: 20px; }

  1529. /* .rnk1 每行一个区块 */
  1530. .rnk1 {}
  1531.         .rnk1 .mlp .d { width: 120px; height: 120px; }
  1532.         .rnk1 .mlp img { max-width: 100px; max-height: 75px; }
  1533.                 .ie6 .rnk1 .mlp img { width: expression(this.width > 100 && this.width>=this.height ? 100 : true); height: expression(this.height > 75 && this.width<=this.height ? 75 : true); }
  1534.         .rnk1 .mlp .bigpic { width: 295px; height: 240px; }
  1535.                 .rnk1 .bigpic img { max-width: 286px; max-height: 200px; }
  1536.                         .ie6 .rnk1 .bigpic img { width: expression(this.width > 286 && this.width>=this.height ? 286 : true); height: expression(this.height > 200 && this.width<=this.height ? 200 : true); }

  1537. /* 图片排名上的序号 */
  1538. .picrank { position: absolute; margin: 14px 0 0 8px !important; }

  1539. /* 竞价排名 by Pony */
  1540. .bid { margin: 2px -4px -2px 2px; zoom: 1; }
  1541. .biduser { width: 780px; background: url({IMGDIR}/avatar_blank.gif); }
  1542.         .biduser li { float: left; margin: 0 4px 4px 0; }
  1543.         .biduser a { display: block; }
  1544.                 .biduser img { width: 48px; height: 48px; }
  1545.         .bidtop { overflow: hidden; width: 100px; height: 100px; background-color: {COMMONBG}; }
  1546.                 .bidtop img { width: auto; height: 100px; }


  1547. /* 重定义 */
  1548. .xl2 { background: url({IMGDIR}/vline.png) repeat-y 50% 0; }
  1549.         .xl2 li { margin-right: 20px; width: 378px; }
  1550.                 .xl2 li.xl2_r { margin-right: 0; }

  1551. .hasrank dl { padding-left: 110px; }
  1552.         .ranknum { position: absolute; margin: 8px 0 0 -100px; }

  1553. .el .t {  }
  1554. .pll li { padding-left: 20px; }

  1555. .acl td { border-top: none; border-bottom: 1px dashed {COMMONBORDER}; }
  1556. /** end **/



  1557. /* ------------------------------------------------------------------------ 统计相关样式 */
  1558. /** misc::stat **/
  1559. .dt a { color: {HIGHLIGHTLINK}; }
  1560. .dt th, .dt td { border-right: 1px solid {COMMONBORDER}; }
  1561. .dt .stat_subject { border-right: none; }
  1562. .dt .stat_num { padding-right: 15px; text-align: right; }
  1563. .pbg { float: left; width: 372px; }
  1564. .bm_h { padding-left: 0; background: none; border: none; }
  1565. /* 重定义 tab 标签样式 by Pony 11081614 */
  1566. .ttp .a a { padding-left: 8px; padding-right: 8px; }
  1567. .ttp li.xw1 { font-weight: 400; }
  1568. /** end **/


  1569. /** forum::collection,forum::viewthread **/
  1570. .clct_list .xld { float: left; margin-bottom: 5px; width: 49.9%; height: 105px; overflow: hidden; }
  1571.         .clct_list .xld .m, .clct_list .xld .m a { width: 55px; height: 50px; overflow: hidden; cursor: pointer; }
  1572.                 .clct_list .xld .m { background: url({IMGDIR}/hotspot.gif) no-repeat 100% 0; }
  1573.                 .clct_list .xld .m a:hover { text-decoration: none; }
  1574.                 .clct_list .xld .m strong { display: block; height: 32px; line-height: 32px; }
  1575.                 .clct_list .xld .m span { display: block; color: #FFF; }
  1576. .clct_flw { float: right; margin-top: 5px; height: 25px; line-height: 25px; line-height: 25px; overflow: hidden; }
  1577. .clct_flw i { float: right; width: 42px; text-align: center; background: url({IMGDIR}/pdbt.gif) no-repeat 0 0; color: #FFF; font-style: normal; }
  1578.         .clct_flw .u { width: 66px; background-position: 0 -125px; }
  1579. .clct_flw strong { float: right; padding: 0 20px; background: url({IMGDIR}/pdbt.gif) no-repeat 100% -25px; }
  1580. .clct_flw a { color: #FFF; }
  1581. .clct_ratestar { float: left; width: 80px; height:  24px; background: url({IMGDIR}/fav_grey.gif) repeat-x 0 0; }
  1582.         .clct_ratestar .btn { position: absolute; width: 80px; height:  24px; z-index: 2; }
  1583.         .clct_ratestar a { float: left; width: 16px; height: 20px; text-indent: -9999px; overflow: hidden; }
  1584.         .clct_ratestar .star { position: absolute; width: 0; height:  24px; background: url({IMGDIR}/fav.gif) repeat-x 0 0; z-index: 1; }
  1585.                 .clct_ratestar .star1 { width: 16px; }
  1586.                 .clct_ratestar .star2 { width: 32px; }
  1587.                 .clct_ratestar .star3 { width: 48px; }
  1588.                 .clct_ratestar .star4 { width: 64px; }
  1589.                 .clct_ratestar .star5 { width: 80px; }
  1590. .tbmu { padding-left: 10px; line-height: 23px; }
  1591. /*
  1592.         Name:                        mod_collection_tag
  1593.         Level:                        Function
  1594.         Sample:                        <span class="ctag ctag0">tag</span>
  1595.         Explain:                淘帖标签样式,从 0 到 2,颜色越来越不醒目
  1596.         Last Modify:        Pony 2012022311
  1597. */
  1598. .ctag { padding: 1px 3px; font-weight: 400; border-radius: 3px; }
  1599.         .ctag0 { background:#F6C5BE; color: #822111; }
  1600.         .ctag1 { background:#FEF1D1; color: #AA8831; }
  1601.         .ctag2 { background:#EEE; color: #666; }
  1602. /** end **/


  1603. /** home::follow **/
  1604. /* 广播头像通用样式 */
  1605. .flw_avt { width: 80px; }
  1606.         .flw_avt img { float: left; margin-left: 15px; width: 48px; }
  1607. /* 广播区域样式 */
  1608. .flw_article { margin: 0 0 10px 70px; padding: 5px 10px 15px; border-bottom: 1px solid #DBDBDB; }
  1609.         .flw_thread .flw_article { margin-left: 0; }
  1610.         .flw_article h2 { font-size: 16px; }
  1611.                 .flw_article h2 img { vertical-align: middle; }
  1612.         .flw_reply { margin-left: 20px; }
  1613. .flw_author, .flw_author a { color: #79869E; }
  1614. .flw_article .c { font-size: 14px; line-height: 1.8; }
  1615.         .flw_article .c img { display: block; margin: 10px 0; max-width: 600px; }
  1616.                 .ie6 .flw_article .c img { width: expression(this.width > 600 ? 600 : true); }
  1617.         .flw_article .c .s { display: inline; margin: 0; }
  1618.         .unread .flw_article { background-color: #FEFEEE; }
  1619.                 .unread .flw_article h2 a { color: {HIGHLIGHTLINK}; font-weight: 700; }
  1620. .flw_image { margin-bottom: 10px; max-height: 400px; zoom: 1; overflow: hidden; }
  1621.         .flw_image li { float: left; width: 120px; max-height: 400px; background: #FFF; }
  1622.                 .flw_image li img { margin: 0 !important; width: 120px; max-height: 400px; }
  1623.         .flw_image_1 { float: left; margin: 0 15px 10px 0; }
  1624.                 .flw_image_1 img { margin: 0 !important; }
  1625. .flw_attach { margin-top: 10px; clear: both; }
  1626.         .flw_attach li { width: 300px; margin-bottom: 5px; height: 31px; line-height: 31px; font-size: 12px; border: 1px solid #DBDBDB; border-radius: 3px; background: url({IMGDIR}/flw_attach_bg.png) repeat-x 0 -31px; box-shadow: 0 1px 0 #FFF; }
  1627.                 .flw_attach a { display: block; padding: 0 10px 0 32px; height: 31px; background: url({IMGDIR}/flw_attach_bg.png) no-repeat 10px 8px; color: #369; }
  1628.                         .flw_attach a.flw_attach_price { background-image: url({IMGDIR}/viewpay.gif); }
  1629.                         .flw_attach a:hover { text-decoration: none; background-color: #EDF1F4; }
  1630.                         .flw_attach strong { float: left; width: 160px; font-weight: normal; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
  1631.                         .flw_attach span { float: right; width: 90px; color: #999; text-align: right; overflow: hidden; }
  1632. .flw_video, .flw_music { margin: 10px 0; }
  1633.         .flw_article .flw_video img { display: inline; }
  1634. .flw_quote { margin-left: 10px; padding-left: 15px; border-left: 3px solid #B1CCD8; }
  1635. .flw_readfull { padding: 3px 5px; border: 1px solid #DDD; border-radius: 3px; background: #FFF; }
  1636.         .flw_readfull:hover { border-color: #9EB4C2; text-decoration: none; }
  1637. .flw_delete { visibility: hidden; float: right; width: 20px; height: 20px; background: url({IMGDIR}/cls.gif) no-repeat 0 0; text-indent: -9999px; overflow: hidden; }
  1638.         .ie8 .flw_delete { position: relative; z-index: 1; }
  1639.         .flw_delete:hover { background-position: 0 100%; }
  1640.         .flw_feed_hover .flw_delete { visibility: visible; }
  1641. .flw_loading { margin: 0 0 10px 80px; padding: 10px; box-shadow: 0 1px 0 rgba(0,0,0,0.05); border: 1px solid #DBDBDB; border-radius: 4px; background: #F4F7F9; }
  1642. .flw_more { margin: 0 0 10px 80px; }
  1643.         .flw_more a { display: block; padding: 10px; box-shadow: 0 1px 0 rgba(0,0,0,0.05); border: 1px solid #DBDBDB; border-radius: 4px; background: #F4F7F9; text-align: center; }
  1644.                 .flw_more a:hover { border-color: #9EB4C2; text-decoration: none; }

  1645. /* 收听按钮通用样式 */
  1646. .flw_btn_fo, .flw_btn_unfo { float: right; width: 70px; height: 21px; background: url({IMGDIR}/flw_btn_s.png) no-repeat 0 0; text-indent: -9999px; overflow: hidden; }
  1647.         .flw_btn_unfo { background-image: url({IMGDIR}/flw_btn_unfo_s.png); }
  1648.         .ie6 .flw_btn_fo, .ie7 .flw_btn_fo { position: relative; z-index: 1; }
  1649.         .flw_uheader .flw_btn_fo, .flw_uheader .flw_btn_unfo, .flw_hd .flw_btn_fo, .flw_hd .flw_btn_unfo { float: left; }

  1650. /* 发广播 */
  1651. #flw_header { padding: 10px; }
  1652. #flw_post_subject { width: 628px; height: 30px; line-height: 30px; border: 1px solid #9EB4C2; border-radius: 4px; background: #FFF url({IMGDIR}/input_shadow.png) repeat-x 0 0; }
  1653. #flw_header #subject { margin: 5px; width: 580px; height: 20px; border: none; outline: none; background: transparent; line-height: 20px; }
  1654. #flw_checklen { padding-right: 10px; }
  1655. #flw_post_extra { width: 629px; }
  1656.         #flw_post_extra .sec { padding: 8px 15px; border: 1px solid #EFEFEF; background: #F9FBFC; border-radius: 4px; }
  1657. .tedt { width: auto; border: 1px solid #9EB4C2; border-radius: 4px; overflow: hidden; }
  1658. #flw_header .bar { padding-left: 10px; border-top: 1px solid #EFEFEF; border-bottom: none; background: #F9FBFC; border-radius: 0 0 4px 4px; }
  1659. #flw_header .area { background: #FFF url({IMGDIR}/input_shadow.png) repeat-x 0 0; border-radius: 4px 4px 0 0; }
  1660.         #flw_header .area .pt { height: 4em; }
  1661. #flw_header .ftid { margin-left: 5px; }
  1662. #fastpostsubmit { margin-right: 0; width: 77px; height: 33px; border: none; background: transparent url({IMGDIR}/flw_post.png) no-repeat 0 0; text-indent: -9999px; }
  1663. #flw_header .tb { padding-left: 0; height: 32px; border-bottom: none; line-height: 32px; }
  1664.         #flw_header .tb a { padding: 0 15px; border: none; background: transparent none; color: #369; }
  1665.                 #flw_header .tb .a a { box-shadow: 0 -1px 0 rgba(0,0,0,0.15); border-radius: 4px 4px 0 0; background: #FFF; color: #333; }

  1666. .flw_tab { padding-top: 0; border-bottom: none; }

  1667. .sd { border-radius: 5px; background: #F4F7F9; }

  1668. /* 侧边和主区域头像及统计信息 */
  1669. #flw_avt { padding: 20px; }
  1670.         #flw_avt img { margin: 0 auto 10px; border: 6px solid #FFF; }
  1671.                 .sd #flw_avt img { display: block; }

  1672.         .flw_user_info { margin: 10px 0; padding: 10px; box-shadow: 0 1px 0 #FFF, 0 -1px 0 #D7DBDF; border-radius: 5px; background: #E9EEF2; }
  1673.                 .flw_linktohome { padding: 2px 0 2px 20px; background: url({IMGDIR}/homelink.gif) no-repeat 0 2px; }
  1674.         /* 主区域头像 */
  1675.         .flw_uheader { padding-right: 0; padding-left: 0; }

  1676.                 .flw_stat_mn { margin-left: 20px; width: 490px; }
  1677. .pg_follow .sd .bm { border-width: 1px 0 0; border-color: #E8EAEB; background: transparent; }
  1678.         .pg_follow .sd .bm_h { padding-left: 20px; border-width: 1px 0 0; border-color: #FFF; background: transparent; }

  1679. /* 用户单页顶部 */
  1680. #flw_header.flw_uheader { padding-top: 20px; border-bottom: 1px solid rgba(0,0,0,0.15); background: #F4F7F9 none !important; }
  1681.         .flw_uheader .tb { margin-bottom: -1px; }
  1682.         .flw_uheader h1 { font-size: 16px; }
  1683.         .flw_uheader .tns { margin-left: -10px; padding: 0; width: 240px; }
  1684.                 .flw_uheader .tns th, .flw_uheader .tns td { padding-left: 10px; text-align: left; }
  1685.         .flw_uheader .o { line-height: 21px; }
  1686.         .flw_status_1, .flw_status_2 { padding: 0 10px 0 20px; background: url({IMGDIR}/flw_statusico.png) no-repeat 0 4px; }
  1687.                 .flw_status_2 { background-position: 0 -35px; }
  1688. .flw_specialfo, .flw_specialunfo { float: right; margin-right: 9px; width: 14px; height: 21px; background: url({IMGDIR}/flw_btn_specialfo.png) no-repeat 0 4px; text-indent: -9999px; overflow: hidden; }
  1689.         .flw_specialunfo { background-position: 0 -26px; }
  1690.         #specialflag_2_menu { width: 80px; }
  1691.         .flw_uheader .flw_linktohome { padding: 0 0 0 20px; background-position: 0 3px; }

  1692. /* 回复区域 */
  1693. .flw_replybox { margin: -11px 0 20px 70px; padding: 15px 20px; box-shadow: 0 1px 0 rgba(0,0,0,0.05); border: 1px solid #DBDBDB; background: #E9EEF1; }
  1694.         .flw_replybox li { padding: 10px 80px 10px 0; border-top: 1px solid #DBE2E6; }
  1695.                 .flw_replybox li .d { margin-right: 10px; }
  1696.         .flw_replybox .px, .flw_autopt { border: 1px solid #CCDBE5; border-radius: 4px; background: #FFF url({IMGDIR}/input_shadow.png) repeat-x 0 0; }
  1697.                 .flw_autopt { display: inline-block; vertical-align: top; margin: 0 5px 0 0; padding: 5px; width: 420px; }
  1698.                         td.flw_autopt { margin-right: 0; }
  1699.                         .flw_autopt .pts { padding: 0; width: 100%; height: 19px; min-height: 19px; border: 0; }
  1700.                         .ie8 .flw_autopt .pts, .ie9 .flw_autopt .pts { min-height: 21px; }
  1701.         .flw_replybox .pnc { width: 77px; height: 33px; border: none; background: transparent url({IMGDIR}/pn_reply.png) no-repeat 0 0; }
  1702.                 .flw_replybox .pnc span { line-height: 99px; }
  1703.                 .flw_replybox td table .pnc { background-image: url({IMGDIR}/pn_rt.png); }
  1704.         /* 回复并转播选项 */
  1705.         .flw_rert { display: inline-block; padding-right: 5px; width: 95px; text-align: right; }
  1706.         .flw_replybox .cnr { position: relative; float: right; overflow: hidden; display: inline; margin: -22px 16px 0 0; width: 11px; height: 7px; background: transparent url({IMGDIR}/flw_cnr_t.png) no-repeat 0 0; }

  1707. /* 侧边切换 */
  1708. #flw_side_tab { margin: 10px 0; }
  1709.         #flw_side_tab li { line-height: 32px; }
  1710.         #flw_side_tab a { display: block; height: 32px; padding-left: 20px; background: url({IMGDIR}/flw_side_tab.png) repeat-x 0 0; }
  1711.                 #flw_side_tab li.a a { background-position: 0 -32px; }
  1712.                 #flw_side_tab a img { float: left; margin: 8px 10px 0 0; }

  1713. /* 侧边用户列表 */
  1714. .flw_side_promote {  }
  1715.         .flw_side_promote .xlda dl { margin-bottom: 8px; }
  1716.         .flw_side_promote .xlda .m { margin: 0 0 8px -55px; }
  1717.         .flw_side_promote .xlda dt { padding-top: 0; }
  1718.         .flw_side_promote .flw_btn_fo { float: left; }

  1719. /* 类似听众页面的用户列表 */
  1720. .flw_ulist {}
  1721.         .flw_ulist li { padding: 10px 0 10px 100px; border-bottom: 1px solid #DBDBDB; }
  1722.         .flw_ulist .flw_avt { float: left; margin: 0 0 0 -80px; }

  1723. .my_flw_stats { width: 120px; }
  1724.         .my_flw_stats li { margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px solid {COMMONBORDER}; }
  1725.                 .my_flw_stats .xg1 { padding-right: 10px; }

  1726. .ie6 .tb .a { position: static; }
  1727. #flw_bar .fpd { position: relative; zoom: 1; }
  1728. .ie6 #flw_bar object { position: absolute; }

  1729. /*
  1730.         Name:                        mod_follow_flashupload
  1731.         Level:                        Global
  1732.         Explain:                重定义 follow 页面的 Flash 上传时的处理界面,结构参见 /static/js/fileprogress.js
  1733.         Last Modify:        Pony 2012022813
  1734. */
  1735. .progressWrapper { overflow: hidden; float: left; width: auto; }
  1736.         .progressWrapper table { float: left; margin: 5px 1px 0 0; width: 209px; border:  1px solid #C3DCEA; border-radius: 4px; background: #FFF; }
  1737.         .progressWrapper td { border-radius: 4px; }
  1738. .attswf p { padding-left: 5px; width: 170px; height: 26px; line-height: 26px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  1739.         .attswf p img { width: 16px; height: 16px; }
  1740. .attc { padding-top: 3px; width: 20px; }
  1741.         .attc .d { background-position-y: 0 !important; }

  1742. .progressContainer { overflow: hidden; margin: 5px 0 0; width: 620px; border: 1px dashed #9EB4C2; background-color: transparent; }
  1743. .red { border: none; background-color: transparent; color: red; }
  1744. /** end **/
复制代码

本帖子中包含更多资源

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

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

本版积分规则

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

GMT+8, 2024-11-26 09:54 , Processed in 0.038914 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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