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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已答复] 请教一下,我的风格上一个需要修正的问题!

[复制链接]
ipqdwssipq 发表于 2010-3-25 22:13:35 | 显示全部楼层 |阅读模式
10微币
本帖最后由 cr180 于 2010-3-27 23:30 编辑

我想把头像上方的名字上方的那一块长方形的粉红色修改成其它颜色,但一直找不到在哪修改,有人告诉我是修改css_script.htm这个文件,也告诉我修改里面那个代码,但我根本找不到那些告诉我要修改的代码,我现在把css_script.htm这个文件的代码全部附上,请求帮助,请高人赐教!


这个是截图
  1. [code][SCRIPTCSS]
  2. <!--{if $forum['ismoderator']}-->
  3.         <link href="forumdata/cache/style_{STYLEID}_moderator.css?{VERHASH}" rel="stylesheet" type="text/css" />
  4. <!--{/if}-->

  5. [CURSCRIPT = index]
  6. /*<style type="text/css">*/
  7.         #ann { margin: 5px 0 10px; padding: 2px 5px; line-height: 30px; border: solid {COMMONBORDER}; border-width: 1px 0; background: {COMMONBG}; }
  8.                 #ann dl { overflow: hidden; }
  9.                 #ann dt { float: left; width: 5em; background: url({STYLEIMGDIR}/ann_icon.gif) no-repeat 5px 50%; text-indent: 2em; font-weight: 700; }
  10.                 #ann dd { margin-left: 30px; }
  11.                         #ann li {  padding-left: 10px; white-space: nowrap; }
  12.                                 #ann em { margin-left: 5px; color: {MIDTEXT}; font-size: 0.83em; }
  13.                 #annbody { height: 30px; overflow: hidden; padding-right: 16px; }
  14.         .forumcount { margin-left: 16px; }

  15.         .forumlinks, .forumimglink, .forumtxtlink { padding: 6px; border-top: 1px solid {COMMONBORDER}; }
  16.                 .forumlinks ul li { float: left; width: 49%; height: 50px; line-height: 1.4em; }
  17.                 .forumimglink a { margin-right: 8px; }
  18.                 .forumimglink img { margin: 2px 0; }
  19.                         .forumlogo { float: left; padding-top: 2px; width: 100px; }
  20.                         .forumcontent { padding-right: 18px; height: 50px; }
  21.                         .forumcontent p { overflow: hidden; height: 17px; color: {MIDTEXT}; }
  22.                 .forumtxtlink li { float: left; margin-right: 5px; width: 8em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

  23.         #online h3 { font-weight: 400; }
  24.                 #online h3 a, #online h3 em, #online h3 strong { font-weight: 700; }

  25.         .feed { border-top: 3px solid {COMMONBORDER}; }
  26. [/CURSCRIPT]

  27. [CURSCRIPT = index,forumdisplay]
  28.         #onlinelist {}
  29.                 #onlinelist dt, #onlinelist dd { padding: 1em; border-top: 1px solid {COMMONBORDER}; }
  30.                 #onlinelist dd ul li { float: left; margin: 4px 0; width: 149px; overflow:hidden; height: 16px; line-height: 16px; }
  31.                         #onlinelist dt img, #onlinelist dd img { vertical-align: middle; }
  32.                 /* 侧边开关 */
  33.                 #sidebar_img { float: right; display: inline; margin: 0 6px; padding: 6px 25px 6px 6px; background: url({IMGDIR}/sidebar_toggle.gif) no-repeat 100% 8px; color: {HIGHLIGHTLINK}; position: relative; z-index:98; }
  34.                         .collapsed_no:hover { background-position: 100% -35px !important; text-decoration: none; }
  35.                         .collapsed_yes { background-position: 100% -75px !important; }
  36.                                 .collapsed_yes:hover { background-position: 100% -115px !important; text-decoration: none; }

  37.                 .textinfolist li { margin-bottom: 2px; }
  38.                         .side .textinfolist li a { text-decoration: none; color: {TABLETEXT}; }
  39.                         .side .textinfolist li a:hover { text-decoration: underline; }

  40.                 /* request side */
  41.                 .side_poll li{ line-height: 1.8em; }
  42.                 .side_trade li { padding-bottom: 5px; }
  43.                         .side_trade li strong { float: left; width: 80px; height: auto; text-align: center; }
  44.                 .side_type { height: 23px; border-bottom: 1px solid {MENUBORDER}; margin: 0 4px; }
  45.                         .side_type h4 { float: left; cursor:pointer; margin: 0 0 -1px 4px; height: 22px; line-height: 22px; padding: 0 4px; border: 1px solid {MENUBORDER}; font-weight: 300; color: {LIGHTTEXT}; }
  46.                         .side_type h4.current { margin-bottom: 1px; height: 23px; border-bottom: 1px {SPECIALBG}; background: {SPECIALBG}; font-weight: 700; color: {HIGHLIGHTLINK} }
  47.                         .combine h4 { display: none; }

  48.                 h3.requesttabs { height: 22px; line-height: 22px; padding: 4px 6px; color: {HIGHLIGHTLINK}; font-weight: 700; }
  49.                         .requesttabs span { float: right; font-weight: 300; color: {LIGHTTEXT}; }
  50.                         .with_side .side h3.requesttabs a { margin: 0 4px; font-weight: 300; color: {LIGHTTEXT}; text-decoration: none; }
  51.                         .with_side .side h3.requesttabs a:hover { text-decoration: underline; }
  52.                         .with_side .side h3.requesttabs a.current { font-weight: 700; color: {TABLETEXT} }

  53.                 /* 侧边搜索框 */
  54.                 #headsearch em { font-size: 20px; margin-right: 10px; color: {HIGHLIGHTLINK}; }
  55.                 #qihoosearch input, #gform input#q { margin: 6px 0; }

  56.         /*热点*/
  57.         #hot { margin-bottom: 20px; }
  58.                 #hot h3 { margin-bottom: 10px; font-size: 14px; color: {LIGHTTEXT}; }
  59.                 #hot .desc { color: {MIDTEXT}; }
  60.                         #hot .desc a { color: {HIGHLIGHTLINK}; }
  61.                 #hot .cite, #hot cite, #hot cite a { color: {LIGHTTEXT}; }
  62.                 #hot dt, #hot li { background: url({IMGDIR}/dot_c.gif) no-repeat 0 50%; position: relative; }
  63.                 #hot_img { float: left; padding-right: 14px; width: 200px; border-right: 1px dashed {COMMONBORDER}; }
  64.                         #hot_img img { margin-bottom: 1em; padding: 2px; width: 200px; height: 150px; border: 1px solid {COMMONBORDER}; }
  65.                         #hot_img h2 { position: relative; }
  66.                         #hot_img .desc { padding: 5px 0; }
  67.                 .img #hot_main { float: right; margin-left: -230px; width: 100%; }
  68.                         .img dl, .img ul { margin-left: 230px; }
  69.                         #hot dt strong { margin-right: 1em; }
  70.                         #hot dl { border-top: 1px dashed {COMMONBORDER}; }
  71.                                 #hot dt, #hot dd { padding-left: 10px; }
  72.                                 #hot dt { padding-top: 8px; background-position: 0 15px; }
  73.                                 #hot dd { padding-bottom: 8px; border-bottom: 1px dashed {COMMONBORDER}; color: {MIDTEXT}; }
  74.                 #hot ul {  padding: 8px 0; border-bottom: 1px dashed {COMMONBORDER}; }
  75.                         #hot li { float: left; width: 49.5%; line-height: 22px; height: 22px; text-indent: 10px; white-space: nowrap; overflow: hidden; text-overflow:  ellipsis; }
  76.                         #hot .deloption { position: absolute; right: 0; margin: 0; border: 3px solid {WRAPBG}; background-color: {WRAPBG}; }
  77. [/CURSCRIPT]

  78. [CURSCRIPT = index,forumdisplay,tag]
  79.         /* TAG 标签云 */
  80.         .taglist {}
  81.                 .taglist a { height: 30px; line-height: 30px; margin-right: 20px; word-break: keep-all;  }
  82.                 #infoside .taglist a { margin-right: 10px; height: 22px; line-height: 22px; }
  83.                         /* TAG颜色无需替换为变量 */
  84.                         a.tagl1, a.tagl2 { font-size: 12px; color: #666 !important; }
  85.                         a.tagl2 { color: #999 !important; }
  86.                         a.tagl3 { font-size: 14px; color: #090 !important; }
  87.                         a.tagl4 { font-size: 16px; color: #09C !important; }
  88.                         a.tagl5 { font-size: 18px; color: #F60 !important; }
  89. [/CURSCRIPT]

  90. [CURSCRIPT = forumdisplay]
  91.         /* forumdisplay.php header */
  92.         #forumheader { line-height: 24px; }
  93.         #forumheader h1 { float: left; margin-right: 1em; font-weight: 700; }
  94.         #forumheader .forumstats { float: left; margin-right: 1em; }
  95.                 #forumheader .forumstats strong { color: {NOTICETEXT}; }
  96.         .forumaction { float: left; }
  97.                 .forumaction a { padding: 3px 1em 3px 20px; background: url({IMGDIR}/icon_fav.gif) no-repeat 0 50%;}
  98.                 .forumaction .attention { background: url({IMGDIR}/attention.gif) no-repeat 0 50%; }
  99.                 .forumaction .feed {  background: url({IMGDIR}/icon_feed.gif) no-repeat 0 50%; }
  100.                 .forumaction .recyclebin { padding: 3px 1em 3px 20px; background-image: url({IMGDIR}/recyclebin.gif); }
  101.         #forumheader #modedby { clear: both; }
  102.                 #forumheader #modedby a { color: {HIGHLIGHTLINK}; }
  103.         #forumheader .modlink { float: right; }
  104.                 #forumheader .modlink a { padding: 0 0 0 5px; color: {HIGHLIGHTLINK}; }
  105.         .recommends { border: 1px solid {NOTICETEXT}; color: {NOTICETEXT}; font-size:9px; padding: 0 3px; }

  106.         /* 主题分类 */
  107.         .threadtype { padding: 8px 6px; border-top: 3px solid {COMMONBORDER}; line-height: 2em; }
  108.                 .threadtype a, .threadtype strong { margin-right: 6px; padding-right: 6px; border-right: 1px solid {COMMONBORDER}; white-space: nowrap; }
  109.                         .threadtype .popupmenu_popup a { margin-right: 0; padding-right: 0; border: none; }
  110.                         .threadtype strong { font-weight: 700; color: {HIGHLIGHTLINK}; white-space: nowrap; }
  111.         .dtypeoption { overflow: hidden; margin-bottom: 6px; }
  112.                 .dtypeoption li { float: left; height: 26px; margin-right:14px; }
  113.                         .dtypeoption li strong { margin-right: 4px; font-weight: 700; color: {MIDTEXT}; }

  114.         .dtypeqsearch { margin-bottom: 10px; border-top: 1px solid {COMMONBORDER}; padding-top:4px;}
  115.                 .dtypeqsearch h5{ height: 1.8em; line-height: 1.8em; color: {NOTICETEXT}; font-weight: 700; }
  116.                 .dtypeqsearch li { height: 22px; margin-bottom: 8px;  }
  117.                 .dtypeqsearch a { color: {HIGHLIGHTLINK}; }

  118.         .rule { margin: 0 8px; }
  119.         #modarea, #subforum { margin: 1em 0; }
  120.                 #modarea .list h3 { margin-bottom: 6px; border-bottom: 1px dashed {COMMONBORDER}; font-weight: 400; }
  121.                         #modarea .list h3 .current { font-weight: 700; color: {HIGHLIGHTLINK}; }
  122. [/CURSCRIPT]

  123. [CURSCRIPT = index,forumdisplay,viewthread]
  124.         .titlelist li { margin: 3px 0; height: 1.6em; background: url({IMGDIR}/dot.gif) no-repeat 8px 9px;  overflow: hidden; }
  125.                         .titlelist li a { padding-left: 16px; }
  126.                         .titlelist li cite { float: right; padding: 0 10px 0 0; width: 90px; overflow:hidden; text-align:right; }
  127.                         .titlelist li cite a { padding: 0; color: {MIDTEXT}; }
  128.         .postbtn, .replybtn, #modopt, #modopttmp { float: left;  margin-right: 10px; color: {HIGHLIGHTLINK}; cursor: pointer; }
  129.                 #modopt, #modopttmp, .threadlist tfoot a { background-color: {INPUTBG}; border: 1px solid; border-color: {INPUTBORDERDARKCOLOR} {INPUTBORDER} {INPUTBORDER} {INPUTBORDERDARKCOLOR}; padding: 0 16px 0 6px; line-height: 20px; }
  130.                         .threadlist tfoot a { margin-right: 5px; padding: 3px 16px 3px 3px; }
  131.                         #modopt:hover, #modopttmp:hover, .threadlist tfoot a:hover { text-decoration: none; color: {HIGHLIGHTLINK}; }
  132.         .postbtn, .replybtn { width: 67px; height: 30px; background: url({IMGDIR}/newtopic.gif) no-repeat 0 0; font-size: 14px; font-weight: 700; line-height: 28px; *line-height: 32px; text-align: center; overflow: hidden; }
  133.                 .replybtn { background-image: url({IMGDIR}/reply.gif); }
  134.                 .postbtn a, .replybtn a { display: block; padding-left: 5px; color: #FFF; letter-spacing: 5px; }
  135.                 .postbtn a:hover, .replybtn a:hover { text-decoration: none; }
  136. [/CURSCRIPT]

  137. [CURSCRIPT = viewthread]
  138.         /* 评分窗口 */
  139.         .ratelist { margin-bottom: 3px; }
  140.                 .ratelist .dropdownbtn { margin-right: 5px; }
  141.                 .ratelist .txt { width: 45px; }
  142.                 .ratelist label { float: left; white-space: nowrap; overflow: hidden; width: 120px; }

  143.         /* 解析 TAG 弹出菜单 */
  144.         .tagthread { width: 360px; }
  145.                 .tagthread .close { float: right; }
  146.                 .tagthread h4 { line-height: 26px; border-bottom: 1px solid {COMMONBORDER}; }
  147.                 .tagthread ul { padding: 5px; }
  148.                         .tagthread li { line-height: 1.8em; }
  149.                 .tagthread li.more { padding-right: 10px; text-align: right; background: url({IMGDIR}/arrow_right.gif) no-repeat 100% 50%; }

  150.         .forumcontrol { }
  151.         .forumcontrol table { width: 100%; background: {SPECIALBG}; }
  152.                 .forumcontrol td { padding: 15px; }
  153.                         .forumcontrol .narrow td { padding: 0 15px 5px; }
  154.                 .forumcontrol .modaction { width: 140px; background: {CONTENTSEPARATE}; }
  155.         .userinfopanel { margin: -1px 0 0 9px; width: 500px; border: 1px solid {DROPMENUBORDER}; background: {WRAPBG}; filter: alpha(opacity=96); opacity: 0.96; }
  156.                 .popavatar { float: left; width: 150px; }
  157.                         .popavatar p { padding: 0 10px; }
  158.                 .popuserinfo { float: left; width: 350px; padding: 5px 0; }
  159.                 .imicons img { vertical-align: middle; margin: 0 8px 0 0; }
  160.                 .userinfopanel p { text-align: left; margin: 0 !important; padding: 0 !important; }
  161.                         .userinfopanel p a { color: {HIGHLIGHTLINK}; }
  162.                 .userinfopanel dl { margin: 5px 0; padding: 5px 0; }
  163.                         .postauthor .userinfopanel dt { width: 70px; }
  164.                         .postauthor .userinfopanel dd { width: 100px; }
  165.                 .popupmenu_popup .postauthor { width: 180px; }
  166.                         .popupmenu_popup .postauthor a { color: {HIGHLIGHTLINK}; }
  167.                 .userinfopanel .avatar { margin: 0 0 10px 0 !important; }
  168.                 .profile_side ul { margin: 5px 30px; line-height: 1.6em; overflow: hidden; }
  169.                         .profile_side li { margin: 5px 0; background-position: 0 50%; background-repeat: no-repeat; text-indent: 22px; }
  170.                                 .profile_side li.pm { background-image: url({IMGDIR}/pmto.gif); }
  171.                                 .profile_side li.buddy { background-image: url({IMGDIR}/addbuddy.gif); }
  172.         .extralist { border: solid {INPUTBORDER}; border-width: 2px 0;  }
  173.                 .extralist td, .extralist th { height: 2.2em; padding-left: 14px; line-height: 2.2em; border: solid {COMMONBORDER}; border-width: 1px 0; }
  174.                 .extralist th { width: 120px; background: {INTERLEAVECOLOR}; font-weight: 700; }
  175.                 .extralist td em { font-weight: 700; color: {HIGHLIGHTLINK};}
  176.                 .extralist td span, .extralist td strong { color: {NOTICETEXT}; font-size: 14px; margin-right: 4px; }
  177.                 .extralist td strong {font-weight: 700; }

  178.         /* Notice 跳转 */
  179.         #ntc_jp { margin-left: -9px; margin-top: -33px; width: 460px; height: 43px; background: url({IMGDIR}/notice_jump.png) no-repeat 0 0; line-height: 35px; position: absolute; }
  180.                 #ntc_jp div { margin: 0 11px 0 9px; background: #3285D6; }
  181.                 #ntc_jp em { float: left; padding-left: 15px; color: #47E8FF; font-weight: 700; }
  182.                 #ntc_jp h2 { float: right; display: inline; margin-right: 10px; width: 300px; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #EAF2F9; text-align: right; }
  183.                         * html #ntc_jp h2 { font-family: Simsun, sans-serif; }
  184.                         #ntc_jp h2 a { color: #EAF2F9; text-decoration: underline; }
  185.         #ntc_jp .deloption { float: right; margin-top: 12px !important; }

  186.         .viewthread { }
  187.                 .threadfix { padding-bottom: 0!important; min-height: 300px !important; }
  188.                 * html .threadfix { height: 300px !important; }
  189.                 .viewthread table, #pmprompt table, #forumlinks, #pmlist, #specialpost, #newpost, #editpost { table-layout: fixed; }
  190.                         .viewthread td.postcontent, .viewthread td.postauthor { vertical-align: top; padding: 0 1px; border: none; overflow: hidden; }
  191.                                 .viewthread td.postcontent { padding: 0 15px; }
  192.                                 .viewthread td.postbottom { vertical-align:bottom; }
  193.                         .mainbox td.postauthor { padding: 0; width: 170px; background: {SPECIALBG}; overflow: hidden; }
  194.                                 .postauthor .avatar { margin: 10px 20px; }
  195.                                 .postauthor p, .postauthor dl.profile { margin: 5px 10px 5px 20px; }
  196.                                         .postauthor p.customstatus { color: {MIDTEXT} }
  197.                                         .postauthor p em, .postauthor dt em { color: {NOTICETEXT}; }
  198.                                         .postauthor dd, .postauthor dt { height: 1.6em; line-height: 1.6em; float: left; overflow: hidden; font-family: Tahoma, sans-serif; }
  199.                                         .postauthor dt { margin-right: 5px; width: 50px; }
  200.                                         .postauthor dd { width: 80px; }
  201.                                         .postauthor .shadowline { margin: 9px 20px 4px; *margin: 0 20px -5px; }

  202.                                 .posterinfo, .postmessage, .postact { max-width: {CONTENTWIDTH}; }
  203.                                 #threadstamp { position:absolute;margin-top: -70px;margin-left:300px; }
  204.                                 * html .postmessage { width: {CONTENTWIDTH}; }

  205.                                 .postinfo { color: {MIDTEXT}; margin-bottom: 10px; border-bottom: 1px dashed {COMMONBORDER}; line-height: 36px; height: 36px; overflow: hidden; }
  206.                                         .postinfo strong a { float: right; height: 24px; font-weight: 100; color: {TABLETEXT}; line-height: 24px; padding: 0 6px; margin-top: 4px; border: 1px solid {WRAPBG}; }
  207.                                                 .posterinfo a.posterlink { color: {HIGHLIGHTLINK}; }
  208.                                         .postinfo strong em.rpostno { float: right; font-weight: 100; color: {TABLETEXT}; margin-left: 20px; }
  209.                                                 .postinfo strong em.rpostno input { border: 1px solid {HIGHLIGHTLINK}; }
  210.                                                 .postinfo #rpostnobtn { cursor: pointer; }
  211.                                                 * html .postinfo strong em.rpostno { margin-top: 6px; }
  212.                                                 .postinfo strong a:hover { border: 1px solid {HIGHLIGHTLINK}; text-decoration: none; }
  213.                                                 .msgfontsize img { vertical-align: middle; }
  214.                                                 * html .msgfontsize { margin-top: 8px; }
  215.                                         .postinfo em { color: {HIGHLIGHTLINK}; margin-right: 4px; }
  216.                                         .posterinfo { color: {LIGHTTEXT}; margin-right: auto; }
  217.                                                 * html .authorinfo { padding-top: 8px; }
  218.                                                 .authicon { margin-bottom: -4px; cursor: pointer; }
  219.                                                 .posterinfo a, .posterinfo em { margin: 0 4px; color: {TABLETEXT}; }
  220.                                                 .posterinfo cite { float: right; }
  221.                                                         .posterinfo cite img { vertical-align: middle; margin: 0 8px 6px 0; }

  222.                                 .postmessage { clear: left; }
  223.                                         .postmessage *  { line-height: normal; }
  224.                                         .postmessage h1, .postmessage h2 { margin: 8px 0; font-size: 1.17em; }
  225.                                                 .postmessage h1 a { font-weight: 400; color: {TABLETEXT}; }
  226.                                                 #threadtitle { margin-bottom: 8px; border-bottom: 1px dashed {COMMONBORDER}; }
  227.                                                 #threadtitle h2 { font-size: 1.33em; }
  228.                                                 .postmessage h2 em { float: right; font-size: 12px; font-weight: 400; }
  229.                                                 .defaultpost { padding-bottom: 1em; }
  230.                                         .t_msgfont, .t_msgfont td { font-size: {MSGFONTSIZE}; line-height: 1.6em; }
  231.                                                 .t_msgfont a { color: {HIGHLIGHTLINK}; }
  232.                                         .t_bigfont .t_msgfont, .t_bigfont .t_msgfont td { font-size: {MSGBIGSIZE}; line-height: 1.6em; }
  233.                                         .recordinfo { height: 32px; }
  234.                                                 .t_msgfont *, .t_bigfont .t_msgfont * { line-height: normal; }
  235.                                         .postratings { float: right; }
  236.                                 .signatures { overflow: hidden; padding: 20px 0 10px; color: {MIDTEXT}; line-height: 1.6em; background: url({IMGDIR}/sigline.gif) no-repeat 0 0; }
  237.                                         .signatures * { line-height: normal; }
  238.                                         .signatures strong { font-weight: 700; }
  239.                                 .postactions { padding: 0 10px 0 0; border-top: 1px dashed {COMMONBORDER}; }
  240.                                         .postactions strong { cursor: pointer; }
  241.                                         .postactions .right { margin: 8px 0 0 5px; }
  242.                                         .postactions p { float: right; }
  243.                                         .postactions p a { margin-right: 6px; }
  244.                                 .postact { line-height: 36px; }
  245.                                 .postact em { float: left;}
  246.                                         .postact em a { padding: 5px 10px 5px 25px; }
  247.                                         .fastreply { background: url({IMGDIR}/fastreply.gif) no-repeat 0 50%; }
  248.                                         .repquote { background: url({IMGDIR}/repquote.gif) no-repeat 0 50%; }
  249.                                         .editpost { background: url({IMGDIR}/edit.gif) no-repeat 0 50%; }
  250.                                 .postmessage .typeoption { margin-bottom: 1em; }
  251.                                         .typeoption h4 { padding: 10px 2px; border-bottom: 1px solid {COMMONBORDER}; font-size: 14px; font-weight: bold; }
  252.                                         .typeoption table { width: 600px; }
  253.                                         .typeoption th, .typeoption td { border-bottom: 1px solid {COMMONBORDER}; padding: 4px;  }
  254.                                         /* 待定:BOX */
  255.                                         .postmessage .box tbody th, .postmessage .box tbody td { border-top-color: {COMMONBORDER}; }
  256.                         .t_msgfont ul { margin-left: 14px; }
  257.                                 .t_msgfont li { margin-left: 2em; }
  258.                                 .t_msgfont ul li { list-style-type: disc; }
  259.                                         ul.litype_1 li { list-style-type: decimal; }
  260.                                         ul.litype_2 li { list-style-type: lower-alpha; }
  261.                                         ul.litype_3 li { list-style-type: upper-alpha; }
  262.                         .postattach { width: 500px; margin: 10px 0; }
  263.                         .zoominner { padding: 5px 10px 10px; background: #FFF; text-align: left; }
  264.                                 .zoominner p { padding: 8px 0; color: {LIGHTTEXT} }
  265.                                         .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; }
  266.                                                 .zoominner p a:hover { background-position: 0 -39px; }
  267.                                         .zoominner p a.imgadjust { background-position: -40px 0; }
  268.                                                 .zoominner p a.imgadjust:hover { background-position: -40px -39px; }
  269.                                         .zoominner p a.imgclose { background-position: -80px 0; }
  270.                                                 .zoominner p a.imgclose:hover { background-position: -80px -39px; }

  271.                         .tagrelated { border-top:1px dashed {COMMONBORDER}; margin: 10px 0; }
  272.                                 .tagrelated h3 { padding: 6px 0; color: {HIGHLIGHTLINK}; }
  273.                                         .tagrelated h3 em { float: right; }
  274.                                                 .taghelated h3 em a { color: {MIDTEXT}; font-weight: 300; }
  275.                                 .tagrelated li { padding-bottom: 6px; }

  276.                         .zoomctl { float: right; text-indent: -999px; overflow: hidden; }
  277.                         .t_attach, .t_attach_img { border: 1px solid {COMMONBORDER}; background: {WRAPBG}; font-size: 12px; padding: 5px; }
  278.                         .t_attach { width: 130px; }
  279.                                 .t_attach em { color: {LIGHTTEXT}; }
  280.                         .t_attachinsert { margin: 1em 0; font-size: 12px; }
  281.                                 .t_attachinsert p img { margin-bottom: -4px; }
  282.                         .t_table { border: 1px solid {SPECIALBORDER}; empty-cells: show; border-collapse: collapse; }
  283.                                 .t_table td { padding: 4px; border: 1px solid {SPECIALBORDER}; overflow: hidden; }

  284.                         .threadad {}
  285.                                 .threadad td.postauthor { background: {CONTENTSEPARATE}; padding: 0; height: 6px; }
  286.                                 .adcontent { background: {SPECIALBG}; overflow: hidden; }

  287.                         .locked { margin: 10px 0; width: 600px; w\idth: 560px; padding: 8px 8px 8px 24px; border: 1px dashed #FF9A9A; background: {WRAPBG} url({IMGDIR}/locked.gif) no-repeat 6px 50%; font-size: 12px; }
  288.                                 .locked:hover { background: {COMMONBG} url({IMGDIR}/locked.gif) no-repeat 6px 50%; }
  289.                                 .locked strong { color: {NOTICETEXT}; }

  290.                         .viewpay { margin: 0 6px; padding: 1px 0 1px 24px; background: url({IMGDIR}/viewpay.gif) no-repeat 6px 60%; color: {HIGHLIGHTLINK}; font-weight: 700; }

  291.                         .showhide { border: 1px dashed #FF9A9A; margin: 8px 0; padding: 10px; }
  292.                                 .showhide h4{ margin-bottom: 10px; color: #F66; font-size: 12px; text-align: center; }

  293.                         .pstatus, .modact { display: block; height: 32px; text-align: center; font-style: normal; color: {LIGHTTEXT}; font-size: 12px; }
  294.                                 .pstatus, .modact, .modact a { line-height: 32px !important; color: {LIGHTTEXT}; }
  295.                         .useraction { height: 50px; width: 110px; clear: both; display: block; margin: 20px auto; }
  296.                                 .nrate { width: 220px; }
  297.                                 .useraction a { float: left; margin-right: 10px; padding: 30px 0 0; width: 45px; height: 20px; text-align: center; background: url({IMGDIR}/ajaxaction.gif) no-repeat 0 0; }
  298.                                 .useraction #share { background-position: 0 -50px; }
  299.                                 #ajax_recommendlink { float: left; margin-right: 10px; width: 100px; height: 50px; text-align: center; background: url({IMGDIR}/recommend.gif) no-repeat 0 0; }
  300.                                         #recommendav, #recommendv { cursor: pointer; height: 26px; line-height: 26px; font-size: 14px; font-weight: 700; color: #FFF; }
  301.                                         ul#recommendav { font-size: 11px; }
  302.                                                 ul#recommendav li { margin-top: 6px; }
  303.                                                 ul#recommendav li#recommendv_subtract { color: #eee; }
  304.                                         .recommend_act li { float: left; width: 50%; }
  305.                                         #recommend_add, #recommend_subtract { float: none; margin-right: 0; padding: 0 0 0 15px; *padding-left: 19px; width: auto; height: 24px; line-height: 24px; background: url({IMGDIR}/rec_add.gif) no-repeat 2px 50%; *background-position: 6px 0; }
  306.                                         #recommend_subtract { background-image: url({IMGDIR}/rec_subtract.gif) !important; }

  307.                         /* 此处无变量替换 */
  308.                         .newrate .cornerlayger { color: {LIGHTTEXT}; border: 1px solid #CCC; background: #F7F9F8; white-space: nowrap; }
  309.                                  .newrate .cornerlayger em { color: {NOTICETEXT}; }
  310.                                 .newrate .attach_popup { width: auto; }
  311.                         .newrate .minicorner { background: url({IMGDIR}/ratesrcorebg.gif) no-repeat 5px 0; }

  312.                         .re_unsolved, .re_solved { font-size: 14px; float: right; height: 21px; width: 48px; padding-left: 10px; line-height: 21px; color: #C30; font-weight: 700; }
  313.                         .re_solved { color: #060; }

  314.                                 .votemsg { width: 486px; height: 80px; }

  315.                         .buyinfo { margin: 5px 10px; }
  316.                                 .buyinfo table td, .buyinfo table th { border-bottom: 1px solid #DDD; padding: 6px; }
  317.                                 .buyinfo table th { width: 100px; }
  318.                                 .buyinfo p { padding: 6px; }

  319.                         .quote, .blockcode { margin: 10px 0; padding: 10px 10px 10px 65px; }
  320.                         .quote { padding-bottom: 5px; background: #F9F9F9 url({IMGDIR}/icon_quote_s.gif) no-repeat 20px 6px; }
  321.                                 .quote blockquote { margin: 0; padding: 0 65px 5px 0; background: url({IMGDIR}/icon_quote_e.gif) no-repeat 100% 100%; line-height: 1.6em; }

  322.                         .blockcode { padding: 10px 0 5px 10px; width: 598px; w\idth: 586px; border: 1px solid #CCC; background: #F7F7F7 url({IMGDIR}/codebg.gif) repeat-y 0 0; overflow: hidden; }
  323.                                 .blockcode ol { margin: 0 0 0 10px; padding: 0; }
  324.                                         .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; }
  325.                                                 .blockcode ol li:hover { background: #FFF; color: {HIGHLIGHTLINK}; }
  326.                                         * html .blockcode ol li { font-family: "Courier New",serif; }
  327.                                 .blockcode em { margin-left: 43px; color: #09C !important; font-size: 12px; cursor: pointer; }

  328.                         .threadtags { margin-top: -8px; padding-left: 20px; background: url({IMGDIR}/tag.gif) no-repeat 0 50%; color: #999; }
  329.                                 .threadtags a, .footoperation span.threadtags a { margin-right: 6px; color: #333; line-height: 30px; }
  330.                                                 .threadtags .postkeywords a { color: {NOTICETEXT}; }
  331.                                 .pagecontrol { float: right; width: 160px; }
  332.                                         .print { padding-left: 20px; background: url({IMGDIR}/printpost.gif) no-repeat 0 10px; *line-height: 38px; }
  333.                                         .msgfsize * { float: left; }
  334.                                                 .msgfsize small, .msgfsize big { width: 20px; text-indent: -9999px; cursor: pointer; }
  335.                                                 .msgfsize small { background: url({IMGDIR}/text_common.gif) no-repeat 7px 8px; }
  336.                                                 .msgfsize big { background: url({IMGDIR}/text_zoom.gif) no-repeat 0 8px; }

  337.                         .postmessage strong { font-weight: bold; }
  338.                         .postmessage em { color:{MIDTEXT}; }
  339.                         .postmessage span.t_tag { cursor: pointer; border-bottom: 1px solid #F00; white-space: nowrap; }
  340.                         .postmessage span.t_tag:hover { border-bottom: 1px solid {NOTICEBORDER}; }
  341.                         .t_msgfontfix table, .specialmsg table { margin-left: 1px; }

  342.                         .taglinks { margin: 10px; border-top: 1px dashed {SPECIALBORDER}; overflow: hidden; }
  343.                                 .taglinks div { float: left; width: 33%; }
  344.                                         .taglinks div h4 { height: 30px; line-height: 30px; text-indent: 14px; }
  345.                                                 .taglinks div h4 a { color:  {HIGHLIGHTLINK}}
  346.                                         .taglinks div ul { border-right: 1px dashed {SPECIALBORDER}; margin: 0 10px 0 20px; }
  347.                                                 .taglinks div.noborder ul { border-right: none; }
  348.                                                 .taglinks div ul li { list-style: none; height: 20px; overflow: hidden; line-height: 20px; color:  {LIGHTTEXT}; white-space: nowrap; }
  349.                                                 .taglinks div li a:hover { color:  {HIGHLIGHTLINK}}
  350.                                         .taglinks div dl dt { float: left; width: 100px; text-align: center; }
  351.                                                 .taglinks div dl dt img { width: 76px; height: 58px; }
  352.                                                 .taglinks div dl dt p { margin: 10px; overflow: hidden; color:  {LIGHTTEXT}; }
  353.                                         .taglinks div dl dd { margin-left: 80px; }

  354.                                 #relatedthreads td { height: 30px; }

  355.         .postattachlist { width: 100%; margin-top: 2em; border-bottom: 1px dashed {COMMONBORDER} !important; overflow: hidden; font-size: 12px; }
  356.                 .t_attachlist { float: left; width: 45%; height: 50px; overflow: hidden; padding: 10px; }
  357.                         .t_attachlist a { color: {HIGHLIGHTLINK}; text-decoration: underline; }
  358.                         .t_attachlist dt { width: 40px; float: left; font-weight: 700; }
  359.                         .t_attachlist strong { color: {NOTICETEXT}; margin-right: 6px; }
  360.                                 .t_attachlist dt img { width: 32px; height: 32px; }
  361.                         .t_attachlist dd { margin-left: 40px; color: {LIGHTTEXT} }
  362.                         .attachname { height: 16px; margin-bottom: 3px; overflow: hidden; white-space: nowrap; }
  363.                         *html .attachname { white-space: normal; }
  364.                 .attachimg { width: 580px; height: auto; overflow: visible; float: none; }
  365.                         .attachimg dt { width: 0; }
  366.                         .attachimg dd { margin-left: 0; }
  367.                         .attachimg .zoom { cursor: pointer; }
  368.                         .imgtitle { margin-bottom: 10px; }
  369.                 .attach_popup { width: 180px; border: solid {WRAPBG}; border-width: 0; }

  370.         .newrate { margin: 20px 0; }
  371.                 .newrate dt { float: left; width: 80px; padding-top: 7px; text-align: center; }
  372.                         .newrate dt strong { height: 46px; padding: 12px 8px; font-size: 24px; background: #FFF4DD; }
  373.                         .newrate dt p { padding-top: 10px; }
  374.                                 .newrate dt strong a,.newrate dt strong a em { line-height: 48px; height: 48px; color: {NOTICETEXT}; }
  375.                 .newrate dd { margin-left: 80px; }
  376.                         .newrate dd ul li { float: left; list-style: none; width: 67px; height: 84px; overflow: hidden; margin:0 4px; text-align: center; }

  377.                         .newrate dd ul.ratelist { float: none; padding-top: 1px; }
  378.                         .newrate dd ul.ratelist li { height: 24px; width: auto; line-height: 24px; margin: 4px 0; color:{LIGHTTEXT}; text-align: left; float: none;  }
  379.                         .ratelist img { height: 24px; width: 24px; vertical-align: middle }
  380.                         .ratelist em { margin-left: 10px; color: {NOTICETEXT}; }
  381.                         .ratelist a { margin-right: 6px; }
  382.                         .ratelist span { margin: 0 4px; color: {LIGHTTEXT};}
  383.                                 .rateavatar { padding: 8px 0; }
  384.                                         .rateavatar img { margin: auto; }

  385.         #authornewfeed { padding: 2px 12px 2px 23px; *padding: 3px 12px 1px 23px; background: url({IMGDIR}/notify_bg_m.gif) no-repeat 0 50%; color: #FFF; cursor: pointer; }
  386.         #authornewfeed_menu { padding-top: 10px; width: 250px; background: url({IMGDIR}/pm_ntc.gif) no-repeat 0 0; }
  387.                 #authornewfeed_menu div { padding-bottom: 10px; background: url({IMGDIR}/pm_ntc.gif) no-repeat -250px 100%; }
  388.                         #authornewfeed_menu ul { zoom: 1; border: solid #91C8E2; border-width: 0 2px; background: #FEFEFE; }
  389.                                 #authornewfeed_menu li { margin: 0 5px; padding: 4px 0 4px 20px; border-bottom: 1px solid #F4F4F4; color: #444; }
  390.                                         #authornewfeed_menu a { color: #09C; text-decoration: underline; }
  391.                                         #authornewfeed_menu img.appicon { position: absolute; float: left; margin-top: 3px; *margin-top: 0; margin-left: -20px; width: 16px; height: 16px; }
  392.         #f_post td { padding-top: 15px; padding-bottom: 20px; vertical-align: top; }
  393.         #f_post p, .fastcheck { margin: 5px 0; }
  394.                 #f_post .txtarea { margin: -1px 0 0; width: 596px; height: 120px; border-color: {INPUTBORDERDARKCOLOR} {INPUTBORDER} {INPUTBORDER} {INPUTBORDERDARKCOLOR}; border-top: none; overflow: auto; }
  395.                 * html .signatures { height: expression(signature(this)); }
  396.         .t_msgfontfix { min-height: 100px; }
  397.                 * html .t_msgfontfix { height: 100px; overflow: visible; }
  398.         .stand_select .postauthor { background: #EBF2F8; }
  399.         .stand_select .itemtitle, .stand_select .solidline { margin: 15px 15px 10px; }
  400.                 .stand_select h2 { float: left; }

  401. /* 热点话题 */
  402. .focus { float: right; position: fixed; bottom: 0; z-index: 300; right: 0; overflow: hidden; padding: 8px; width: 255px; border: 2px solid {FLOATMASKBGCOLOR}; background: {FLOATBGCOLOR}; }
  403.         * html .focus { position: absolute; top: expression(offsetParent.scrollTop+document.documentElement.clientHeight-this.offsetHeight); }
  404.         .focus .float_ctrl { margin: 0; }
  405.                 .focus .float_ctrl em { font-size: 12px; }
  406.         .focus .shadowline { margin: 8px 0 5px; *margin: 0; }
  407.         .detail { text-align: left; }
  408.                 .detail h4 { overflow: hidden; white-space: nowrap; margin-bottom: 5px; }
  409.                 .detail p { overflow: hidden; height: 58px; }
  410.                 .detail img { float: left; margin-right: 8px; width: 58px; height: 58px; }
  411.                 .detail a { color: {TABLETEXT}; }
  412.         .moreinfo { float: right; padding: 0 5px 0 15px; background: url({IMGDIR}/notice.gif) no-repeat 0 3px; }
  413. [/CURSCRIPT]

  414. [CURSCRIPT = forumdisplay,viewthread]
  415.         .postmenu { width: 100px; }
  416.                 #visitedforums_menu { width: 140px; }
  417.                 .postmenu li, #visitedforums_menu li { float: left; background: url({IMGDIR}/folder_s.gif) no-repeat 3px 50%; }
  418.                         .postmenu .poll { background-image: url({IMGDIR}/pollsmall.gif); }
  419.                         .postmenu .trade { background-image: url({IMGDIR}/tradesmall.gif); }
  420.                         .postmenu .reward { background-image: url({IMGDIR}/rewardsmall.gif); }
  421.                         .postmenu .activity { background-image: url({IMGDIR}/activitysmall.gif); }
  422.                         .postmenu .debate { background-image: url({IMGDIR}/debatesmall.gif); }
  423.                         .postmenu a, #visitedforums_menu a { display: block; width: 75px; border-bottom: 1px solid {COMMONBORDER}; padding-left: 25px; }
  424.                                 .postmenu a:hover, #visitedforums_menu a:hover { text-decoration: none; color: {HIGHLIGHTLINK}; border-bottom-color: {COMMONBORDER}; }
  425.                         #visitedforums_menu li { background: none; }
  426.                                 #visitedforums_menu li a { padding-left: 0; width: 140px; }
  427.         #fjump_menu { padding: 0 30px 0 10px; }
  428.                 #fjump_menu dl { padding: 5px 0; }
  429.                         #fjump_menu dt a { font-weight: 700; color: {MIDTEXT}; }
  430.                         #fjump_menu dd { padding-left: 1em; }
  431.                                 #fjump_menu .sub { padding-left: 1em; }
  432.                                 #fjump_menu .current a { font-weight: 700; }
  433.                                 #fjump_menu li a { color: {HIGHLIGHTLINK}; }
  434. [/CURSCRIPT]

  435. [CURSCRIPT = viewthread,misc]
  436.         .userlist { overflow: auto; margin: 4px 0; height: 220px; }
  437.                 .userlist li { list-style: none; float: left; width: 33%; height: 1.8em; line-height: 1.8em; }
  438. [/CURSCRIPT]

  439. [CURSCRIPT = pm,notice]
  440.         #pm_content h1 { float: left; font-size: 14px; }
  441.                 .postpm { float: right; color: {HIGHLIGHTLINK}; font-weight: 700; }

  442.                 .pm_header { padding: 6px; border: solid {COMMONBORDER}; border-width: 1px 0; }
  443.                         .pm_header #pm_search { float: right; }
  444.                 .pm_list li { position: relative; *margin-top: -2px; padding: 10px 140px 10px 75px; min-height: 48px; _height: 48px; border-bottom: 1px solid {COMMONBORDER}; }
  445.                         .pm_list li .avatar { position: absolute; left: 5px; top: 8px; }
  446.                                 .pm_list .self .avatar { left: auto; right: 75px; }
  447.                                 .pm_list .cite  { margin: -3px 0 5px; color: {LIGHTTEXT}; }
  448.                                         .pm_list .cite cite { margin-right: 1em; color: {TABLETEXT}; font-weight: 700; }
  449.                                                 .pm_list .cite cite a { color: {TABLETEXT}; }
  450.                                 .more { margin-top: 5px; }
  451.                                         .more a, .ntc a, .pm_list .action a { color: {HIGHLIGHTLINK}; }
  452.                                 .pm_list .action a { position: absolute; top: 10px; right: 15px; }
  453.                                         .pm_list .action a.delete { display: block; width: 12px; height: 12px; background: url({IMGDIR}/close.gif) no-repeat 0 0; text-indent: -9999px; overflow: hidden; }
  454.                                         .pm_list .action a.delete:hover { background-position: 0 -12px; }
  455.                                 .pm_list .action input { position: absolute; bottom: 15px; right: 13px; }
  456.                         .pm_list li.pm_date { padding: 5px 0 5px 75px; min-height: 0; border-bottom: none; }
  457.                         #pm_list ul.onerror { padding: 20px 0 0 95px; background-position: 75px 22px; }
  458.                         #pmlist .summary a { color: {HIGHLIGHTLINK}; }
  459.                 .pmreply { margin: 1em 0; padding-left: 75px; }
  460.                         .pmreply textarea { width: 510px; }
  461.                 .pmback { width: 70px; padding-left: 15px; w\idth: 55px; background: url({IMGDIR}/arrow_left.gif) no-repeat 0 50%; }
  462.                 .newpm_notice { padding: 0 0 10px 75px; border-bottom: 1px solid {COMMONBORDER}; }
  463.                         .newpm_notice a { color: {HIGHLIGHTLINK}; }
  464.                         .newpm_notice .back { float: left; display: inline; margin-left: -70px; background: url({IMGDIR}/arrow_left.gif) no-repeat 0 50%; padding-left: 15px; }
  465.                 .quote  { margin: 10px 0; padding: 0 0 0 20px; border: none; background: url({IMGDIR}/icon_quote_m_s.gif) no-repeat 0 0; }
  466.                         .quote blockquote { margin: 0; padding: 0 20px 0 0; display: inline; background: url({IMGDIR}/icon_quote_m_e.gif) no-repeat 100% 100%; line-height: 1.6em; color: {LIGHTTEXT}; text-decoration: none; }

  467.                 .blockall { margin-bottom: 10px; padding: 10px 0; background: {SPECIALBG}; text-align: center; color: {LIGHTTEXT}; }
  468.                         .blockall a { color: {HIGHLIGHTLINK}; font-size: 1.17em; }
  469.                 .blacklist li a, .blacklist li strong { float: left; }
  470.                         .blacklist .remove { margin: 4px 0 0 5px; width: 12px; height: 12px; background: url({IMGDIR}/close.gif) no-repeat 100% 50px; line-height: 100px; overflow: hidden; }
  471.                                 .blacklist .hover .remove { background-position: 100% 0; }
  472.                                 .blacklist .remove:hover { background-position: 100% -12px; }
  473.                         .allblocked { margin-bottom: 10px; padding-bottom: 10px; width: 100% !important; border-bottom: 1px solid {COMMONBORDER}; }
  474.                                 .allblocked a { margin-left: 10px; color: {HIGHLIGHTLINK}; }
  475. [/CURSCRIPT]

  476. [CURSCRIPT = pm,my,profile,viewthread]
  477.         #buddies ul { width: 400px; }
  478.                 #buddies li { float: left; width: 8em; height: 1.6em; overflow: hidden; white-space: nowrap; }
  479. [/CURSCRIPT]

  480. [CURSCRIPT = magic]
  481.         .magicprice { color: {NOTICETEXT}; font-weight: 700; font-size: 16px; }
  482.         .magic_yes { color: #080; font-weight: 700; }
  483.         .magic_no { color: #F00; font-weight: 700; }
  484.         .mymagic { margin-bottom: 30px; }
  485.                 .mymagic .inlinelist li { margin-top: 10px; width: 50%; }
  486.                 .mymagic .magicimg { float:left; margin-right: 10px; width: 25%; background: url({IMGDIR}/magicbox.gif) no-repeat 0 0; }
  487.                         .mymagic .magicimg img { margin: 8px; }
  488.                 .mymagic .magicdetail { float:left; width: 65%; color: #666; }
  489.                         .magicdetail h5 { font-size: 14px; color: #333; }
  490.                         .magicdetail a { color: {HIGHLIGHTLINK}; }
  491.                         .magicdetail p { margin: 6px 0; }
  492.                 .mymagic p { margin: 3px 0; }
  493.                 .mymagic .inlinelist .clear { float: none; clear: both; margin: 0; width: 100%; }
  494.         .magicnum { margin: 10px 0; color: #333; }
  495.                 .magicnum p { margin-top: 5px; }
  496.         .fixed { margin-bottom: 10px; width: 340px; }
  497.                 .fixed .magicimg { margin-right: 0; width: 30%; }
  498.                 .fixed .magicdetail { width: 70%; }
  499. [/CURSCRIPT]

  500. [CURSCRIPT = medal]
  501.         .medallist { overflow: hidden; margin-bottom: 30px; }
  502.                 .medallist li { margin-bottom: 15px; width: 24.9%; }
  503.                         .medalimg { float: left; margin: 5px; width: 15%; }
  504.                         .medalinfo { float: left; width: 75%; }
  505.                                 .medalinfo p { color: {MIDTEXT}; }
  506.                         .medalexp { margin-left: 8px; color: {LIGHTTEXT}; font-weight: 400; }
  507.                 .medallist .clear { overflow: hidden; float: none; clear: both; margin: 0; width: 100%; height: 1px; }
  508.         .medalp { margin-bottom: 10px; }
  509. [/CURSCRIPT]

  510. [CURSCRIPT = invite]
  511.         .invitecode { border: none !important; background-color: transparent; font-family: "Courier New", Courier, monospace, serif; }
  512.                 input.marked { background: transparent url({IMGDIR}/check_right.gif) no-repeat 100% 50%; }
  513.                 .expiration .invitecode { text-decoration: line-through; color: red; }
  514. [/CURSCRIPT]

  515. [CURSCRIPT = search]
  516.         .searchform { position: relative; margin: 0 5px 10px; padding: 30px 10px 20px 160px; border-top: 5px solid {WRAPBG}; background: {SPECIALBG}; }
  517.                 .searchlabel { position: absolute; left: 0; _left: -160px; top: 30px; width: 150px; text-align: center; font-weight: 700; font-size: 26px; color: {HIGHLIGHTLINK}; line-height: 30px; }
  518.                         .searchlabel strong { display: block; font-size: 14px; color: {MIDTEXT}; font-weight: 400; text-align: center; }
  519.                 .searchform h3 { margin: 10px 2px; font-size: 14px; }
  520.                 .searchkey { margin-bottom: 1em; zoom: 1; }
  521.                 .searchkey #searchsubmit { margin: 0 16px 0 10px; }
  522.                         * html #searchsubmit { height: 21px; line-height: 19px; }
  523.                         *+html #searchsubmit { height: 21px; line-height: 19px; }
  524.                         .searchkey a { background: url(../../images/common/editor.gif) 0 -541px no-repeat; padding:2px 0 2px 22px; color: {HIGHLIGHTLINK}; }

  525.         .searchlist { margin: 5px 20px; }
  526.                 .searchlist h1 { font-size: 14px; }
  527.                         .searchlist h1 em { font-weight: 400; }
  528.         #srchfid optgroup, #moveto optgroup { font-style: normal; font-weight: 400; font-size: 12px; }
  529. [/CURSCRIPT]

  530. [CURSCRIPT = faq,announcement]
  531.         .faqmessage, .announcemsg { margin-bottom: 10px; font-size: 14px; padding-bottom: 20px; border-bottom: 1px solid {COMMONBORDER}; }
  532.         .faqmessage ul, .announcemsg ul { padding-left: 1.6em; }
  533.         .faq li { margin-left: 2em; }
  534.                 .faq ul li { list-style-type: disc; }
  535.                 .t_msgfont ul.o li, .faq ol li { list-style-type: decimal; }
  536.         .author { margin-bottom: 5px; font-size: 12px; color: {LIGHTTEXT}; }
  537. [/CURSCRIPT]

  538. [CURSCRIPT = memcp]
  539. .avatararea { float: left; margin-right: 20px; width: 120px; }
  540.         .avatararea a { display:block; margin: 15px 0; width: 119px; height: 31px; line-height: 31px; text-align: center; background: url({IMGDIR}/bigbtn.gif) no-repeat; font-size: 14px; }
  541.                 .avatararea a:hover { text-decoration: none; }
复制代码

 楼主| ipqdwssipq 发表于 2010-3-25 22:19:44 | 显示全部楼层
因为一贴放不下5000以上的字节,第601行代码放在这一楼了
  1.         #avatarctrl { float: left; }
  2. [/CURSCRIPT]

  3. [CURSCRIPT = memcp,credits]
  4.         .creditstable {}
  5.                 .creditstable td { padding: 10px 5px !important; }
  6.                 .cre_title { width: 50px; }
  7.                 .cre_opt { width: 150px; }
  8.                 .cre_arrow { width: 30px; }
  9.                 .cre_btn { margin-top: 10px; }
  10. [/CURSCRIPT]

  11. [CURSCRIPT = my]
  12.         .friendavatar { float: left; margin: 10px 10px 10px 0; }
  13.         .friendinfo { overflow: hidden; margin: 10px 10px 10px 0; }
  14.                 * html .friendinfo { margin-left: 70px; }
  15.                 .friendinfo p { color: {LIGHTTEXT} }
  16.                 .friendinfo a { text-decoration: none !important; }
  17.                         .friendinfo a:hover { text-decoration: underline !important; }
  18.                         .friendinfo h5 a { font-size: 14px; color: {HIGHLIGHTLINK}; }
  19.                 .friendctrl { margin-top :5px; }
  20.                         .friendctrl a { color: {TABELTEXT}; }
  21.                 .buddyname { margin-bottom: 8px; line-height: 16px; }
  22. [/CURSCRIPT]

  23. [CURSCRIPT = modcp]
  24.         .notelist { margin-top: -1px; border-top: 1px solid {COMMONBORDER}; border-bottom: 1px solid {COMMONBORDER}; zoom: 1; }
  25.                 .notelist .c_header, .notelistsubmit { margin: 10px; }
  26.                 .notelistbg, .notelistbg .c_header h3, .notelistbg .closenode .c_header_ctrlbtn { background-color: {INTERLEAVECOLOR}; }
  27.                 .notelistmsg { overflow: hidden; margin: 0 10px 10px 33px; }
  28.                         .notelistmsg .submit { margin-top: 10px; }
  29.                         .notelistmsg h3 { margin: 30px 0 5px; color: {HIGHLIGHTLINK}; }
  30.         .datalist .announcetable { width: 600px; }
  31.                 .datalist .announcetable, .datalist .announcetable th, .datalist .announcetable td { padding: 3px 0; border: none; }
  32.                 .datalist .announcetable th { font-weight: 700; }
  33.                 .anno_subject .txt { width: 270px; *width: 220px; }
  34.                 .anno_type select { width: 80px; }
  35.                 .anno_time .txt { width: 80px; }
  36.                 .anno_msg .txtarea, .anno_msg .txt { width: 590px; }
  37.                         .anno_msg .txtarea { margin-top: -1px; border-top-color: {INPUTBORDER}; }
  38.         .schresult .formtable th { padding: 5px 10px 5px 20px; width: 60px; }
  39.         .schresult .formtable td a{ color: {HIGHLIGHTLINK}; font-weight: 700; }
  40. [/CURSCRIPT]

  41. [CURSCRIPT = modcp,magic]
  42.         .filterform { margin-bottom: 15px; padding: 10px; border: 1px solid {SPECIALBORDER}; background-color: {SPECIALBG}; }
  43.                 .filterform table, .filterform table th, .filterform table td { margin-bottom: 0; border: none; }
  44. [/CURSCRIPT]

  45. [CURSCRIPT = stats,member]
  46.         .hasscrolltable { overflow: hidden; zoom: 1; * padding-bottom: 9px; }
  47.                 .datalist .scrollfixedtable { float: left; margin-top: 1px; margin-left: 1px; width: 20%; }
  48.                 .scrolltable { float:left; width: 79%; overflow-x: scroll; }
  49.                         .scrolltable table { table-layout: fixed; margin: 1px 0 0; width: 1600px; }
  50.                 .datalist .fixedtable { margin-bottom: 10px; width: 99%; text-align: right; }
  51.                         .datalist .fixedtable a { text-decoration: underline; }
  52.                 .datalist table a { text-decoration: underline; }
  53.                         .datalist table a:hover { color: {HIGHLIGHTLINK}; }
  54. [/CURSCRIPT]

  55. [CURSCRIPT = profile]
  56.         #profile .itemtitle h1 { color: {HIGHLIGHTLINK}; }
  57.         #profile p { margin: 5px 0; }
  58.         .profile_side .avatar { margin: 25px 0; text-align: center; }
  59.         .profile_side ul { margin: 5px 30px; line-height: 1.6em; overflow: hidden; }
  60.         .profile_side li { margin: 5px 0; background-position: 0 50%; background-repeat: no-repeat; text-indent: 22px; }
  61.                 .profile_side li.pm { background-image: url({IMGDIR}/pmto.gif); }
  62.                 .profile_side li.buddy { background-image: url({IMGDIR}/addbuddy.gif); }
  63.                 .profile_side li.space { background-image: url({IMGDIR}/home.gif); }
  64.                 .profile_side li.searchthread { background-image: url({IMGDIR}/folder_new.gif); }
  65.                 .profile_side li.searchpost { background-image: url({IMGDIR}/fastreply.gif); }
  66.                 .profile_side li.magic { background-image: url({IMGDIR}/magic.gif);}
  67.         #profile_stats li { text-indent: 0; }
  68.         #profile_stats li img { float: left; margin-right: 6px; }
  69.         #uch_feed { float: right; width: 50%; }
  70.                 #uch_feed li { width: 100%; height: 1.6em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  71.                 #uch_feed img { margin-bottom: -4px; }
  72.                 #uch_feed a { color: {HIGHLIGHTLINK}; }
  73. [/CURSCRIPT]

  74. [CURSCRIPT = post]
  75. .editorcontent { {FLOATBGCODE}; }
  76.         .editorcontent a { color: {HIGHLIGHTLINK}; }
  77.         .editorcontent .btnbar { position: relative; }
  78. #custominfoarea { right: 10px; left: auto; }
  79. #e_iframe { width: 100%; border: none; margin: 0; padding: 0; }
  80. #e_textarea { width: 100%; padding: 0; }

  81. .specialpost { overflow: hidden; margin: 15px 0;  }
  82. .specialinfo { float: left; padding-right: 14px; width: 400px; border-right: 1px dashed #CCC; }
  83.         .specialpost p { padding: 2px 0; height: 30px; line-height: 30px; }
  84.         .specialinfo textarea { width: 360px; height: 80px; }
  85.         .optionnum, .optioninfo { float:left; width: 16px; margin-right: 6px; }
  86.         .optioninfo { width: 300px; }
  87.         .specialinfo dl, .specialaddons dl { margin: 5px 0; }
  88.                 .specialinfo dl dt, .specialaddons dl dt { float: left; width: 62px; font-weight: 700; clear: left; }
  89.                 .specialaddons dl dt{ font-weight: 400; }
  90.                 .specialinfo dl dd, .specialaddons dl dd { margin: 5px 0 15px 65px; display: inherit; }
  91.                 .specialinfo dl dd strong { padding: 0 8px; }
  92.         .specialinfo .float_postinfo { height: 22px; }
  93.         .specialinfo .float_typeid { margin-right: 6px; margin-left: 0; }
  94. .specialaddons { float: left; margin-left: 10px; width: 170px; overflow: hidden; }
  95.         .spaoptlist p { height: 20px; line-height: 20px; }
  96.         .spaoptlist input[type=radio] { margin: 0 3px 0 0; }
  97. .spslonginput { width: 280px; }
  98. .splonginput { width: 150px; }
  99. .spmediuminput { width: 90px; }
  100.         .specialaddons select.spmediuminput { width: 96px; }
  101. .spshortinput{ width: 30px; }

  102. /* poll */
  103. .sppoll p{ clear: both; *padding: 1px 0 2px; height: auto; line-height: auto !important; }

  104. /* trade */
  105. .goodsimg { margin: 0 10px 0 0; width: 200px; border: 1px solid #AAA; }

  106. /* classifieds */
  107. .classifieds { margin: 10px 0; }
  108.         .classifieds .formtable th { vertical-align: top; width: 70px; }
  109.         .classifieds .txt { width: 600px; }
  110.         .classifieds .txtarea { width: 600px; height: 58px; }
  111.         .classifieds .inlinelist { float: left; width: 610px; }
  112.                 .classifieds .inlinelist li { float: left; margin-bottom: 5px; width: 33%; }

  113. .uploadfile { width: 500px; }
  114. *+html .uploadfile { width: 520px; }
  115.         .post_tablelist { height: auto; line-height: 160%; border-bottom: none; }
  116.                 .post_tablelist table { *table-layout: fixed; }
  117.                         .post_tablelist table td { height: 28px; line-height: 28px; border-bottom: 1px solid #F5F5F5; }
  118.                                 .attachnum { width: 16px; }
  119.                                 .attachctrl { width: 40px; }
  120.                                 .attachname {}
  121.                                         .attachname p img, .attachname_swf p img { vertical-align: middle; height: 16px; }
  122.                                         .attachname .lighttxt, .attachname_swf .lighttxt { color: {LIGHTTEXT} !important; }
  123.                                 .attachview, .attachpr { width: 40px; text-align: center; }
  124.                                         .attachview .txt, .attachpr .txt { width: 25px; }
  125.                                 .attachurl img { height: 20px !important; }
  126.                                 .attachdel { width: 20px }
  127.                                 *+html .attachdel { width: 40px; }
  128.                                 .attachdesc { width: 80px; text-align: center; }
  129.                                         .attachdesc .txt { width: 74px; }
  130.                 .upfilelist { height: auto !important; height: 165px; max-height: 300px; overflow: auto; overflow-x: hidden; }
  131.                         .upfilelist a, #attachimglist a, #uch_albums a { color: {HIGHLIGHTLINK}; }

  132.         .uploadinfo { white-space: normal; }
  133.         .uploadblock { margin: 8px 0; padding: 8px; border: 1px solid {SPECIALBORDER}; background-color: {SPECIALBG}; text-align: center; }
  134.                 .filedata { margin-bottom: 8px; }

  135.         .popupmenu_popup .float_ctrl { position: absolute; right: 10px; top: 18px; *top: 13px; }

  136. .floatboxswf { margin: 15px auto; width:470px; height: 268px; text-align: center; border: 1px solid #CCC; }

  137. .fontname_menu { width: 97px; }
  138. .fontsize_menu { width: 27px; line-height: normal; }
  139. .fontsize_menu ul li{ line-height: normal; }
  140. .fontname_menu li, .fontsize_menu li, .simple_menu li { cursor: pointer; }
  141. .editor_colornormal, .editor_colorhover { border: none !important; padding: 2px !important; }
  142.         .editor_colornormal div { width: 10px; height: 10px; overflow: hidden; cursor: pointer; border: 1px solid {WRAPBG}; }
  143.                 .editor_colorhover div { width: 10px; height: 10px; overflow: hidden; cursor: pointer; border: 1px solid {TABLETEXT}; }

  144. .imglist { margin-bottom: 5px; width: 100%; *width: 99.6%; }
  145.         .imglist td { padding: 8px 0; }
  146.         .imglist img { border: 1px solid {COMMONBORDER}; }
  147.         .imginfo { margin-right: 8px; }
  148.                 * html .imginfo { margin-right: 3px; }
  149.                 .imginfo .deloption { margin-top: 10px; }
  150.                 .imginfo .txt { width: 85px; }
  151.         .imgdeleted { opacity: 0.3; filter:alpha(opacity=30); }

  152. .extcreditbox { height: 350px; width: 100%; overflow: auto; }
  153.         .extname { width: 100px; }
  154.         .extcredits { width: 80px; }

  155. .columntype { margin-top: 5px; }
  156. * html .columntype * { font-family: Tahoma, sans-serif; }
  157.         .posttags strong, .columntype strong { font-weight: 700; }
  158.         .posttags p, .columntype p { margin-bottom: 5px; }
  159.         .columntype .txt { vertical-align: middle; width: 40px; }
  160.         .posttags { width: 360px; }
  161.                 .posttags .txt { margin-right: 8px; width: 250px; }
  162.         .columntype table { margin: 5px 0 0 -10px; width: 85%; }
  163.                 .columntype td { padding: 0 10px; vertical-align: top; border-left: 1px dashed #CCC; }
  164.                 .firstlist { border: none !important; }

  165. /*PostForm & Editor common*/
  166. .editortoolbar table { width: auto; }
  167. .editortoolbar a, .editortoolbar .a { display: block; cursor: pointer; }
  168.         .editortoolbar a.hover, .editortoolbar a:hover, .editortoolbar .a1 { background-color: {ALTBG2}; text-decoration: none; }

  169. .editorrow { margin-top:5px; padding: 3px 2px; height:48px; overflow: hidden; line-height:18px; border:1px solid; border-color: {INPUTBORDERDARKCOLOR} {INPUTBORDER} {INPUTBORDER} {INPUTBORDERDARKCOLOR}; clear:both; background: {COMMONBG}; }
  170.         .editor { text-align: left; }
  171.                 .editorbtn { margin-right: 50px; }
  172.                         .editor em { margin: 0 5px; float: left; display: block; height: 20px; width: 3px; background:url(../../images/common/editor.gif) no-repeat 0 -701px; border: 1px solid {COMMONBG}; }
  173.                         .editor a { margin: 1px 0; float: left; text-align: left; text-decoration: none; display: block; height: 21px; width: 20px; background:url(../../images/common/editor.gif) no-repeat 0 30px; text-indent: -9999px; overflow: hidden; border: 1px solid {COMMONBG};  }
  174.                                 a.oneditor, .editor a:hover { background: {DROPMENUBGCOLOR} url(../../images/common/editor.gif) no-repeat 0 21px; border: 1px solid {DROPMENUBORDER}; }
  175.                                 a.editormode { float: right; right: 20px; width: 50px; background: {COMMONBG}; text-align: right; text-decoration: none !important; }
  176.                                 *html a.editormode {right: 50px; }
  177.                                 a.editormode:hover { background: {DROPMENUBGCOLOR}; border-color: {DROPMENUBORDER}; }
  178.                                 a.plugeditor { text-indent: 0; background-position: 0 40px; }

  179.                         .minibtn { float: left; height: 44px; padding: 1px 6px; background:url(../../images/common/editor.gif) no-repeat 0 -286px; }
  180.                                 .minibtn p { clear: left; }

  181.                                 #e_cmd_simple { background-position: 0 0; }
  182.                                 #e_cmd_bold { font-weight: 700; text-decoration: none; }
  183.                                 #e_cmd_italic { font-style: italic; text-decoration: none; }
  184.                                 #e_cmd_underline { text-decoration: underline; }
  185.                                 #e_cmd_strikethrough { text-decoration: line-through; }
  186.                                 #e_cmd_fontname { background-position: 0 -21px;}
  187.                                 #e_cmd_fontsize { background-position: 0 -41px;}
  188.                                 #e_cmd_forecolor { background-position: 0 -81px;}
  189.                                 #e_cmd_createlink { background-position: 0 -121px;}
  190.                                 #e_cmd_paragraph { background-position: 0 -783px;}
  191.                                 #e_cmd_table { background-position: 0 -381px;}
  192.                                 #e_cmd_list { background-position: 0 -261px;}
  193.                                 #e_cmd_hide { background-position: 0 -421px;}
  194.                                 #e_cmd_free { background-position: 0 -401px;}

  195.                                 #e_cmd_unlink { background-position: 0 -201px; }
  196.                                 #e_cmd_removeformat { background-position: 0 -181px; }
  197.                                 #e_cmd_undo { background-position: 0 -221px; }
  198.                                 #e_cmd_redo { background-position: 0 -241px; }
  199.                                 #e_cmd_savedata { background-position: 0 -581px; }
  200.                                 #e_cmd_loaddata { background-position: 0 -601px; }
  201.                                 #e_cmd_clearcontent { background-position: 0 -101px; }
  202.                                 #e_cmd_checklength { background-position: 0 -161px; }

  203.                                 .tblbtn_disabled { background-position: 0 -842px !important; }
  204.                                 .hidebtn_disabled { background-position: 0 -863px !important; }
  205.                                         .tblbtn_disabled:hover, .hidebtn_disabled { border-color: {COMMONBG} !important; background-color: {COMMONBG} !important; cursor: default; }

  206.                         .maxbtn { position: relative; float: left; height: 44px; padding: 1px 2px 1px 6px; background:url(../../images/common/editor.gif) no-repeat 0 -286px; }
  207.                                 .maxbtn a { width: 40px; padding-top: 26px; height: 18px; text-indent: 0; font-size: 12px; text-align: center; background: url(../../images/common/bigeditor.gif) no-repeat; }
  208.                                 .maxbtn a.oneditor, .maxbtn a:hover { background: {DROPMENUBGCOLOR} url(../../images/common/bigeditor.gif) no-repeat; }

  209.                                 .haspic, .hasatt { position: absolute; top: 2px; width: 12px; height: 12px; line-height: 12px; text-align: center; background-color: #BBB; color: #FFF; font-weight: 700; font-size: 11px; }
  210.                                         .haspic { left: 78px; }
  211.                                         .hasatt { left: 120px; }

  212.                                 #e_cmd_paste { background-position: 4px -315px; }

  213.                                 #e_cmd_smilies { background-position: 4px 0px; }
  214.                                 #e_cmd_image { background-position: 4px -45px; }
  215.                                 #e_cmd_attach { background-position: 4px -360px; }
  216.                                 #e_cmd_audio { background-position: 4px -90px; }
  217.                                 #e_cmd_video { background-position: 4px -135px; }
  218.                                 #e_cmd_flash { background-position: 4px -180px; }
  219.                                 #e_cmd_code { background-position: 4px -225px; }
  220.                                 #e_cmd_quote { background-position: 4px -270px; }

  221. .newediter { border-style: solid; border-color: {INPUTBORDERDARKCOLOR} {INPUTBORDER} {INPUTBORDER} {INPUTBORDERDARKCOLOR}; border-width: 0 1px 1px; padding: 0px 0px 0px 4px; background: {INPUTBG}; }
  222.         .newediter .autosave { padding: 0 2px; width: 562px; height: 87px; border-width: 1px; border: none; background: {INPUTBG}; }
  223.         .newediter .max { height: 230px; }
  224. a.customedit { text-indent: 0 !important; }
  225. .popupfix { white-space: nowrap; }

  226. * html #e_cmd_image_menu { width: 480px; }

  227. .popupmenu_option .txt, .popupmenu_option .txtarea { margin: 5px 0; }
  228. [/CURSCRIPT]

  229. [CURSCRIPT = task]
  230.         .taskbar { position: relative; margin: 5px 0; width: 200px; height: 14px; border: 1px solid #5AAF4A; background: #FFF; }
  231.                 .taskbar_text { position: absolute; top: -3px; right: 5px; z-index: 7; font-size: 10px; }
  232.                 .taskbar .optionbar { float: none; position: absolute; margin: 0; background: #5AAF4A; }
  233. [/CURSCRIPT]
复制代码
[/code]
回复

使用道具 举报

changleaaa 发表于 2010-3-25 22:20:42 | 显示全部楼层
最好把站点发来 好测试
回复

使用道具 举报

 楼主| ipqdwssipq 发表于 2010-3-25 22:22:19 | 显示全部楼层
www.130930.com
回复

使用道具 举报

 楼主| ipqdwssipq 发表于 2010-3-27 20:19:08 | 显示全部楼层
有人在吗?
回复

使用道具 举报

cr180 发表于 2010-3-27 23:25:48 | 显示全部楼层
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-5-19 01:55 , Processed in 0.099238 second(s), 15 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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