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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
12
返回列表 发新帖

[分享] axueer03号模板 For 6.0 正式版(UTF) 版权归[阿血儿]

[复制链接]
matthew101 发表于 2008-2-3 22:06:06 | 显示全部楼层
我发现最终生成的也面代码中顶部都有一行空格
页面中却没找到
另外图片新闻缩略怎么生成 一个长方型的图片,我尝试去找CSS修改,也没弄明白....
高手帮忙:)
回复

使用道具 举报

拒绝飞的雁 发表于 2008-2-9 21:39:23 | 显示全部楼层
  1. /*
  2. SupeSite 官方模板
  3. (C) 2001-2006 Comsenz Inc.
  4. http://www.supesite.com
  5. */

  6. /*综合设置-------------------------------------------------------------------------------------------综合设置*/

  7. * { word-break: break-all; } /*在IE中实行强制换行*/
  8. body { margin: 0; padding: 0; background: #FFF; color: #666666; text-align: center; font: 12px Arial, Helvetica, sans-serif; }
  9. #wrap { margin: 0 auto; text-align: left; width: 960px; padding: 0 0px; w\idth: 960px; }

  10. /*链接样式*/
  11. a { color: #666666; text-decoration: none; }
  12.         a:hover { text-decoration: underline; color: #336600; }
  13.                 a:visited { color: #666;}
  14.         a img { border: none; }

  15. /*文章列表中的作者、日期*/
  16. li cite { font-style: normal; font-size: 12px; float: right; color: #999; text-align:right; }
  17.         li cite a { color: #999; font-size: 12px !important; }
  18.                 li cite a:visited { color: #999; }

  19. /*用于AJAX调用的DIV*/
  20. .xspace-ajaxdiv { position:absolute; padding: 5px; border: 1px solid #BBB; background: #FCFFEF; text-align: left; }
  21.         .xspace-ajaxdiv h5 { line-height: 24px; font-size: 1em; margin: 0; }
  22.                 .xspace-ajaxdiv h5 a { float: right; font-weight: normal; }
  23.         .xspace-ajaxcontent { background: #FFF; border: 1px solid #EEE; }
  24.                 .xspace-ajaxcontent form { margin: 0; }

  25. /*分页*/
  26. .pages { text-align: right; background: url(../images/dotline_h.gif) repeat-x top; height: 32px; }
  27.         .xspace-page { float: right; margin: 5px 5px 0 0; }
  28.                 .xspace-page a, .xspace-page span { float: left; display: inline; margin-right: 3px; line-height: 20px; padding: 0 5px; border: 1px solid #D1E893; background: #F5FBE4; }
  29.                         span.xspace-totlerecord, span.xspace-totlepages { color: #090; }
  30.                                 span.xspace-totlerecord { margin-right: 0; border-right: none; }
  31.                         span.xspace-current { background: #F90; border-color: #CC6600; color: #FFF; font-weight: bold; }


  32. #notice { margin: 200px auto 0; background: #FFF; border: 1px solid #DFDFDF; }
  33.         #notice_message { padding: 1.5em 1em; font-size: 1.17em; }
  34.         #notice_message.warning { color:red; }
  35.         #notice_links { margin: 0; line-height: 2em; border-top: 1px solid #D1E893; background: #F5FBE4; padding: 0 1em; }
  36.                 #notice_links a { margin: 0 2px; }




  37. /*选项卡*/
  38. h3.tabs { background-color: #F5FBE4 !important; height: 26px; padding-left: 0 !important; }
  39.         .tab { font-weight: normal; float: left; padding: 0 10px; cursor: pointer; border-right: 1px solid #D1E893; }
  40.                 .curtab { background: #FFF; border-right-color: #D1E893; font-weight: bold; }

  41. /*表单通用样式-----------------------------------------------------------------------------------表单通用样式*/

  42. form { margin: 0; }
  43.         input, textarea, button, select { font: 1em Arial, Helvetica, sans-serif; }
  44.         button { height: 1.8em; padding: 0 0.5em; background: #8FC400; cursor: pointer; border: 1px solid #7EAC00; color:#FFFFFF;}
  45.         label { cursor: pointer; margin-right: 0.5em; }

  46. /*头部风格-----------------------------------------------------------------------------------头部风格*/
  47. /*一级导航菜单*/
  48. #topmenu { background: url(../images/topmenu_bg.gif) repeat-x; height:30px; border:1px solid #7EAC00; border-width:0 1px;}
  49. #topmenu div{ margin-left:25px;}
  50.                 #topmenu a { float:left; width: 80px; height: 30px; text-align: center; text-decoration: none; font-size:14px; font-weight:bold; color: #FFFFFF; line-height:2.2em; overflow: hidden; }
  51.                 #topmenu a:hover { background: url(../images/topmenu_abg.gif);}
  52.                                 #newsmenu a.news, #blogmenu a.blog, #imagemenu a.image, #goodsmenu a.goods, #videomenu a.video, #filemenu a.file, #linkmenu a.link, #groupmenu a.group, #bbsmenu a.bbs { background: url(../images/topmenu_abg.gif); }
  53.                                 #topmenu a.bbs {float: right; background: url(../images/topmenu_bbsbg.gif);text-indent: -9999px;}
  54.                                 #topmenu a.bbs:hover { background: url(../images/topmenu_bbsbg.gif);}
  55.                        
  56. /*顶部导航*/
  57. #a_topmenu {color:#999999; height:27px; overflow: hidden; background: #F6F6F6; border-bottom: 1px solid #DFDFDF; text-align: right; line-height: 2em; padding:3px 10px 0 10px; }
  58.         #a_topmenu span { list-style: none;float:left;}
  59.         #a_topmenu a { color: #999999; }

  60. #pagetitle { padding: 8px 0; height: 56px; he\ight: 40px; border-bottom: 4px solid #FFF; overflow: hidden; }
  61.         #logo { padding: 0 10px; margin-right: 10px; }
  62.         .banner468 { float: right; }

  63. /*主导航*/
  64. #menu {border-bottom: 1px solid #DFDFDF; line-height: 20px; background: #F7F7F7; overflow: hidden; width:960px; padding:5px 0; }
  65.         #menu ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }
  66.                 #menu li { float: left; margin: 0 1.2em; white-space: nowrap; }
  67.         /*首页导航*/
  68.         #menu dl { margin: 0 1.5em; padding: 0; height: 25px; overflow: hidden; }
  69.                 #menu dt { float: left; width: 4em; white-space: nowrap; }
  70.                         #menu dt a { color: #73880A !important; }
  71.                 #menu dd { float: left; width: 6em; margin: 0 2px; overflow: hidden; white-space: nowrap; }

  72. /*您的位置导航*/
  73. #navigation { padding: 5px 0 10px; }
  74.         #navigation p { margin: 0;padding-top:3px;}
  75.                 #navigation p a, #navigation p strong { margin: 0 5px; }
  76.         #searchform { float: right; }
  77.                 #searchform * { vertical-align: top; }
  78.                 #searchform button { margin-left: 0.5em; }
  79.         /*简单页面的位置导航*/
  80.         #navigation.simplepage { padding: 0; border-bottom: 1px solid #DFDFDF; height: 30px; line-height: 30px; overflow: hidden; background: #F7F7F7 url(../images/title_icon.gif) no-repeat 10px 6px;; margin-bottom: 1em; }
  81.                 #navigation.simplepage p { float: right; margin-right: 0.5em; }
  82.                 #navigation.simplepage h1, #navigation.simplepage h2 { margin: 0; font-size: 1.2em; padding-left: 32px; }

  83. /*-----------------------------------------------------------------------------------布局*/

  84. .content, .contentL, .contentR { width: 100%;}
  85.         /*\*/ * html .content, * html .contentL, * html .contentR { height: 1%; } /**/ *>.content, *>.contentL, *>.contentR { overflow: hidden; }
  86. /*侧边样式*/
  87. .sideL { width: 300px; float: left; overflow: hidden; }
  88. .sideR { width: 300px; float: right; overflow: hidden; }
  89. .a_sideR { width: 200px; float: right; overflow: hidden; }
  90. /*中间部分样式*/
  91. .mainarea { margin: 0 10px; width: 340px; float: left; }
  92. .a_mainarea { margin: 0 10px; width: 440px; float: left; }
  93.         .contentL .mainarea { margin: 0 0 0 10px; width: 650px; }
  94.         .contentR .mainarea { margin: 0 10px 0 0; width: 650px; }

  95. /*-----------------------------------------------------------------------------------各版块样式*/

  96. /*版块标题*/
  97. .blocktitle { border-top: 3px solid #D1E893; padding: 1px 0 0; margin-bottom: 6px; line-height: 30px; }
  98.         .blocktitle h2 { font-size: 1.17em; margin: 0; padding-left: 32px; background: #F5FBE4 url(../images/title_icon.gif) no-repeat 10px 6px; }
  99.         .blocktitle a.more { margin-top: 2px; }

  100. /*侧边版块*/
  101. .block { margin: 0 0 6px; border: 1px solid #DFDFDF; background: #FFF; }
  102.         .block h3 { margin: 1px 0 0; font-size: 1em; color: #73880A; line-height: 26px; padding-left: 0.5em; background: url(../images/dotline_h.gif) repeat-x bottom; }
  103.                 .block h3 a { color: #73880A; }
  104.                 /*\*/ * html .sideblock h3 { height: 1%; } /**/
  105.         .blockintro { margin: 8px; line-height: 1.6em; }
  106.                 .blockintro a { color: #73880A; }
  107.         .blockintroimg { float: right; margin: 5px 0 2px 5px; width: 80px; height: 80px; border: 4px solid #F5FBE4; }

  108.         /*侧边多行列表*/
  109.         .block dl { margin: 0; padding: 5px 0 10px; line-height: 1.5em; width: 100%; overflow: hidden; }
  110.                 .block dt { margin: 0 5px; padding: 5px 0 0 8px; background: url(../images/list_icon.gif) no-repeat 0 12px; }
  111.                         .block dt a { color: #576413; }
  112.                 .block dd { color: #999; margin: 0 5px; padding: 0 0 5px 8px; background: url(../images/dotline_h.gif) repeat-x bottom; }
  113.                         .block dd a { color: #999; }

  114. /*简单版块*/
  115. .cleanblock { background: #F5FBE4; border-color:#D1E893; }
  116. /*居顶部的版块*/
  117. .topblock { border-top: 3px solid #D1E893; !important; }

  118. /*头条信息*/
  119. #headline { padding: 7px 7px 3px 7px; height: 70px; he\ight: 58px; overflow: hidden; margin-bottom:0; border-bottom-style:dashed; }
  120.         #headline strong { font-size: 1.2em; }
  121.         #headline a { color:#73880A; }
  122.         #headline p { margin: 0.3em 0; }
  123.         #headline img { float: right; width: 48px; height: 48px; border: 4px solid #F5FBE4; }

  124. /*单行信息列表*/
  125. .msgtitlelist { margin: 0; padding: 0; list-style: none; line-height: 1.8em; }
  126.         .msgtitlelist li { height: 1.8em; overflow: hidden; padding-left: 0.8em; background: url(../images/list_icon.gif) no-repeat 3px 0.68em; }
  127.         .block .msgtitlelist { padding: 3px 5px; }

  128.         .linelist li { height: 22px; line-height: 22px; }
  129.                 .linelist li a { font-size: 12px; }
  130.                         .linelist strong, .linelist strong a { font-size: 12px; color: #73880A !important; }

  131. /*首页单行两列信息列表*/
  132. .a_list2col { margin: 0; padding: 5px 0 10px;; list-style: none; line-height: 1.8em; background: url(../images/dotline_v.gif) repeat-y center; }
  133.         /*\*/ * html .a_list2col { height: 1%; } /**/ *>.list2col { overflow: hidden; }
  134.         .a_list2col li { height: 1.8em; overflow: hidden; background: url(../images/list_icon.gif) no-repeat 3px 7px; float: left; display: inline; margin: 0 5px; padding-left: 10px; width: 275px; w\idth: 199px; }
  135.        
  136. /*单行两列信息列表*/
  137. .list2col { margin: 0; padding: 10px 0; list-style: none; line-height: 1.8em; background: url(../images/dotline_v.gif) repeat-y center; }
  138.         /*\*/ * html .list2col { height: 1%; } /**/ *>.list2col { overflow: hidden; }
  139.         .list2col li { height: 1.8em; overflow: hidden; background: url(../images/list_icon.gif) no-repeat 3px 7px; float: left; display: inline; margin: 0 5px; padding-left: 10px; width: 275px; w\idth: 303px; }

  140. /*多行带摘要信息列表*/
  141. .messagelist { margin: 0; padding: 5px 8px; list-style: none; line-height: 1.6em; }
  142.         .messagelist li { margin: 5px 0 25px;}
  143.                 .messagelist h4 { margin: 5px 0; font-size: 1.17em; line-height: 2em; padding-left: 5px; background: #F5FBE4 url(../images/dotline_h.gif) repeat-x bottom; }
  144.                         .messagelist h4 em { float: right; font-style: normal; padding-right: 5px; }
  145.                         .messagelist h4 a { color: #73880A; }
  146.                                 .messagelist h4 a:visited { font-weight: normal; }
  147.                         .messagelist p { margin: 5px 0; }
  148.                                 .messagelist p a { color: #73880A; }

  149. /*资讯列表*/
  150. .newslist { margin: 0; padding: 0; list-style: none; line-height: 2.2em; }
  151.         .newslist li { padding-left: 1em; font-size: 1.17em; background: url(../images/list_icon.gif) no-repeat 8px 0.7em; }
  152.        
  153. /*信息列表(收起摘要时的状态)*/
  154. .cleanlist { margin: 0; padding: 5px 8px; list-style: none; line-height: 1.6em; }               
  155.         .cleanlist h4 { background: url(../images/dotline_h.gif) repeat-x bottom; margin: 0; font-size: 1.17em; line-height: 2em; }
  156.                 .cleanlist h4 em { float: right; font-style: normal; }
  157.                 .cleanlist h4 a { font-weight: normal; background: url(../images/list_icon.gif) no-repeat 0 0.4em; padding-left: 10px; }
  158.                         .cleanlist h4 em a { background-image: none; padding-left: 0; }
  159.         .cleanlist p { display: none; }

  160. /*带缩略图的信息列表*/
  161. .thumbmsglist { margin: 0; padding: 10px; list-style: none; }
  162.         .thumbmsglist li { padding-left: 100px; height: 100px; }
  163.                 .thumbmsglist li div { float: left; display: inline; margin-left: -100px; text-align: center; border: 1px solid #DFDFDF; padding: 5px; width: 87px; w\idth: 75px; height: 87px; he\ight: 75px; position: relative; }
  164.                         .thumbmsglist li div img { max-height: 75px; max-width: 75px; width: expression(this.width > 75 && this.height < this.width ? 75: true); height: expression(this.height > 75 ? 75: true); }
  165.                 .thumbmsglist li p { margin: 0; }
  166.                 .thumbmsglist li em { float: right; font-style: normal; margin-top: 6px; }
  167.                         .thumbmsglist li em strong { color: #090; }
  168.                 .thumbmsglist li h4 { margin: 0; line-height: 26px; height: 26px; overflow: hidden; font-size: 1em; padding-left: 5px; }
  169.                         .thumbmsglist li h4 a { color: #336600; }
  170.                 .msgintro { background: #F5FBE4; padding: 15px 5px 0; height: 29px; he\ight: 14px; overflow: hidden; }
  171.                 .thumbmsglist .msginfo { background: #F5FBE4 url(../images/dotline_h.gif) repeat-x bottom; padding: 5px 5px 10px; }


  172. /*热门话题*/
  173. #hottag { overflow: hidden;  }
  174.         #hottag div { padding: 0.5em; overflow: hidden; line-height: 1.8em; }
  175.                 #hottag a { margin-right: 0.2em; white-space: nowrap; }
  176.                         #hottag a em { color: #999; font-style: normal; }

  177. /*热门文章*/
  178. #hotarticle div { height: 226px; overflow: hidden; }

  179. /*同城空间*/
  180. #cityspace form { width: 270px; margin: 0 auto; padding: 7px 0; }
  181.         #cityspace select { margin: 0px 5px; }
  182.         #cityspace button { margin-left: 5px; height:20px; }

  183. /*排行*/
  184. .stat ol { margin: 0 5px; padding: 0; line-height: 21px; background: url(../images/hotspace_bg.gif) no-repeat 5px 5px; list-style: none; }
  185.         .stat li { height: 21px; overflow: hidden; padding-left: 28px; background: url(../images/dotline_h.gif) repeat-x 0 20px; }
  186.         .stat em { float: right; font-style: normal; font-size: 9px; color: #999; margin: 0 5px; text-align:right; }

  187. /*首页图片列表*/
  188. .a_imgthumblist { margin: 0; padding: 0; list-style: none; padding-left:2px;width: 430px; }
  189.         .a_imgthumblist li {float: left;display:inline; width: 82px; height: 82px; overflow: hidden; padding:0;margin: 0 0 4px 4px; }
  190.                 .a_imgthumblist li img { width: 74px; height: 74px; border:4px solid #D1E893;}

  191. /*首页商品列表*/
  192. .a_goodslist { float: left; width: 90px; overflow: hidden; padding:5px 0 0 7px; }
  193.         .a_goodslist div {width: 84px;padding:0;margin: 0 0 5px 0px; border:1px solid #DFDFDF; }
  194.                 .a_goodslist img { width: 74px; height: 72px; border:5px solid #FFFFFF;}

  195. /*内页图片列表*/
  196. .b_imgthumblist { margin: 0; padding: 0; list-style: none; padding-bottom: 6px; }
  197.         /*\*/ * html .b_imgthumblist { height: 1%; }/**/ *>.imgthumblist { overflow: hidden; }
  198.                 .b_imgthumblist li { float: left; display: inline; background: #FFF; text-align: center; width: 123px; height: 135px; w\idth: 105px; he\ight: 125px; overflow: hidden; border: 1px solid #EEE; padding: 3px; margin: 6px 0 6px 6px; }
  199.                         .b_imgthumblist p { margin: 0; line-height: 22px; }

  200.                         .b_imgthumblist div { line-height: 90px; font-size: 90px; height: 106px; display: table; background: url(../images/dotline_h.gif) repeat-x bottom; }
  201.                                 .b_imgthumblist div a { display: table-cell !important; display: block; width: 100px; vertical-align: middle; }
  202.                                         .b_imgthumblist div img { vertical-align: middle; max-width: 100px; max-height: 100px; width: expression(this.width >100 && this.height < this.width ? 100: true); height: expression(this.height > 100 ? 100: true); font-size: 10px; }
  203.                                         @media all and (min-width: 0px){ .b_imgthumblist div img { width: 100px; height: 100px; } } /*for Opera Only*/

  204. /*图片列表*/
  205. .imgthumblist { margin: 0; padding: 0; list-style: none; padding-bottom: 6px; }
  206.         /*\*/ * html .imgthumblist { height: 1%; }/**/ *>.imgthumblist { overflow: hidden; }
  207.                 .imgthumblist li { float: left; display: inline; background: #FFF; text-align: center; width: 123px; height: 135px; w\idth: 125px; he\ight: 125px; overflow: hidden; border: 1px solid #EEE; padding: 3px; margin: 6px 0 0 10px; }
  208.                         .imgthumblist p { margin: 0; line-height: 22px; }

  209.                         .imgthumblist div { line-height: 90px; font-size: 90px; height: 106px; display: table; background: url(../images/dotline_h.gif) repeat-x bottom; }
  210.                                 .imgthumblist div a { display: table-cell !important; display: block; width: 125px; vertical-align: middle; }
  211.                                         .imgthumblist div img { vertical-align: middle; max-width: 120px; max-height: 115px; width: expression(this.width >120 && this.height < this.width ? 120: true); height: expression(this.height > 115 ? 115: true); font-size: 10px; }
  212.                                         @media all and (min-width: 0px){ .imgthumblist div img { width: 100px; height: 100px; } } /*for Opera Only*/

  213.                         li.smallthumb { width: 88px; height: 105px; w\idth: 81px; he\ight: 97px; border-color: #DFDFDF; margin: 0 0 6px 4px; }
  214.                                 li.smallthumb div { line-height: 65px; font-size: 65px; height: 80px; }
  215.                                         li.smallthumb div a { width: 80px; }
  216.                                                 li.smallthumb div img {  max-width: 75px; max-height: 75px; width: expression(this.width >75 && this.height < this.width ? 75: true); height: expression(this.height > 75 ? 75: true); }                       
  217.                                                 @media all and (min-width: 0px){ li.smallthumb div img { width: 75px; height: 75px; } } /*for Opera Only*/

  218.         /*通栏图片列表*/
  219.         .throughgallery { width: 100%; clear: both; margin-bottom: 5px; padding-bottom: 3px; background: #F5FBE4; }
  220.                 .throughgallery .imgthumblist { margin: 0; }
  221.                 .throughgallery .imgthumblist li { height: 128px; he\ight: 120px; margin: 3px 1px; }

  222. /*带缩略图的信息列表*/
  223. .imgtitlelist { margin: 10px 0; padding: 0; list-style: none; }
  224.                 .imgtitlelist li { padding-left: 85px; padding-bottom: 5px; margin: 5px 0; border-bottom: 1px solid #DFDFDF; }
  225.                 /*\*/ * html .imgtitlelist li { height: 1%; } /**/ .imgtitlelist>li { overflow: hidden; }
  226.                         .imgtitlelist li h4 { margin: 0.3em 0; font-size: 1em; }
  227.                         .imgtitlelist li img { float: left; margin-left: -85px; width: 70px; height: 70px; padding: 3px; background: #FFF; border: 1px solid #DFDFDF; }
  228.                         .imgtitlelist li p { margin: 0; line-height: 1.5em; }
  229.         .block .imgtitlelist li { padding-left: 65px; }
  230.                 .block .imgtitlelist li img { width: auto; height: auto; max-width: 48px; max-height: 48px; width: expression(this.width > 48 && this.width > this.height ? 48 : true); height: expression(this.height > 48 ? 48 : true); margin-left: -60px; }


  231. .categoods img { width: 120px; height: 120px; }


  232. .coverlist { margin: 0; padding: 0; list-style: none; }
  233.         /*\*/ * html .coverlist { height: 1%; } /**/ *>.coverlist { overflow: hidden; }
  234.                 .coverlist li { float: left; display: inline; width: 300px; height: 120px; margin: 5px 10px; overflow: hidden; }
  235.                         .cover { float: left; display: table; text-align: center; border: 1px solid #DFDFDF; padding: 5px; width: 110px; height: 110px; w\idth: 100px; he\ight: 100px; line-height: 85px; font-size: 85px; overflow: hidden; }
  236.                                 .cover a { display: table-cell; vertical-align: middle; text-align: center; width: 100px; }
  237.                                         .cover img { max-height: 100px; max-width: 100px; width: expression(this.width >100 && this.height < this.width ? 100: true); height: expression(this.height > 100 ? 100: true); vertical-align: middle; font-size: 10px; }
  238.                                                 @media all and (min-width: 0px){ .cover img { width: 90px; height: 100px; } } /*for Opera Only*/
  239.                         .coverlist li ul { margin: 10px 0 0 120px; padding: 0; list-style: none; line-height: 18px; }
  240.                                 .coverlist li li { float: none; display: list-item; width: auto; height: auto; margin: 0; }
  241.                         .coverlist h4 { margin: 0; font-size: 1em; font-weight: normal; }
  242.                                 .coverlist h4 a { color: #336600; }

  243. .videoscrlist { margin: 0; padding: 0; list-style: none; }
  244.         /*\*/ * html .videoscrlist { height: 1%; } /**/ *>.videoscrlist { overflow: hidden; }
  245.                 .videoscrlist li { float: left; display: inline; width: 300px; height: 120px; margin: 5px 10px; overflow: hidden; }
  246.                         .videoscr { float: left; display: table; text-align: center; border: 1px solid #DFDFDF; padding: 5px; width: 110px; height: 85px; w\idth: 100px; he\ight: 75px; line-height: 60px; font-size: 65px; overflow: hidden; }
  247.                                 .videoscr a { display: table-cell; vertical-align: middle; text-align: center; width: 100px; }
  248.                                         .videoscr img { max-height: 75px; max-width: 100px; width: expression(this.width >100 && this.height/this.width < 0.75 ? 100: true); height: expression(this.height > 75 ? 75: true); vertical-align: middle; font-size: 10px; }
  249.                                                 @media all and (min-width: 0px){ .videoscr img { width: 90px; height: 100px; } } /*for Opera Only*/
  250.                         .videoscrlist li ul { margin: 10px 0 0 120px; padding: 0; list-style: none; line-height: 18px; }
  251.                                 .videoscrlist li li { float: none; display: list-item; width: auto; height: auto; margin: 0; }
  252.                         .videoscrlist h4 { margin: 0; font-size: 1em; font-weight: normal; }
  253.                                 .videoscrlist h4 a { color: #336600; }

  254. #commendbox { overflow: hidden; position: relative; height: 160px; background: #FFF; }
  255.         #commendbox .scrollr { z-index: 2; position: absolute; height: 220px; right: 0; top: 0; }
  256.         #commendbox .scrolll { z-index: 3; position: absolute; height: 220px; left: 0; top: 0; }
  257.                 #commendbox .scrollr img, #commendbox .scrolll img { margin-top: 40px; }

  258. .avatarlist { margin: 0; padding: 0; list-style: none; }
  259.         /*\*/ * html .avatarlist { height: 1%; }  /**/ *>.avatarlist { overflow: hidden; }
  260.         .avatarlist li { float: left; width: 108px; padding: 0; overflow: hidden; text-align: center; }
  261.                 .avatarlist li div { border: 1px solid #DFDFDF; padding: 5px; width: 87px; w\idth: 75px; height: 87px; he\ight: 75px; margin: 8px auto; position: relative; display: table; }
  262.                         .avatarlist li div a { display: table-cell; vertical-align: middle; font-size: 65px; line-height: 65px; }
  263.                                 .avatarlist li div img { vertical-align: middle; font-size: 10px; max-height: 75px; max-width: 75px; width: expression(this.width > 75 && this.height < this.width ? 75: true); height: expression(this.height > 75 ? 75: true); }
  264.                                         @media all and (min-width: 0px){ .avatarlist li div img { width: 75px; height: 75px; } } /*for Opera Only*/
  265.                 .avatarlist li ul { margin: 0 0 10px 0; padding: 0; list-style: none; line-height: 1.4em; background: url(../images/dotline_v.gif) repeat-y right 0; }
  266.                         .avatarlist li li { float: none; padding: 0; height: 17px; overflow: hidden; }
  267.                         /*.joingroup { position: absolute; left: 0; bottom: 0; width: 85px; height: 18px; font-size: 12px !important; line-height: 18px; overflow: hidden; text-align: left; text-indent: -200px; background: url(../images/link_icons.gif) no-repeat 0 -100px; }
  268.                                 .joingroup:hover { background-color: #FFF; text-indent: 20px; opacity: 0.95; filter: alpha(opacity=95); }*/

  269. /*栏目区块列表*/
  270. .category {  margin: 4px 0 10px 0; }
  271.         .category h3 { margin: 0 0 5px; font-size: 1.2em; line-height: 1.8em; height: 1.8em; border-bottom: 1px solid #D1E893; }
  272.                 .category h3 strong { background: #E9ECEF; float: left; padding: 0 8px; }
  273.                         .category h3 strong a { color: #333; text-decoration: none; }

  274. .blockcategorylist { border: 1px solid #D1E893; border-top: none; margin-bottom: 6px; overflow: hidden; background: url(../images/dotline_v.gif) repeat-y center; }
  275.         /*\*/ * html .blockcategorylist { height: 1%; } /**/
  276.         .blockcategory { float: left; width: 324px; border-top: 1px solid #D1E893; height: 260px; overflow: hidden; }
  277.                 .blockcategory h3 { line-height: 26px; background: #F5FBE4 url(../images/dotline_h.gif) repeat-x bottom; margin: 1px 0 0; font-size: 1em; height: 26px; }
  278.                         .blockcategory h3 strong { background: #FFF; border-right: 1px solid #D1E893; float: left; padding: 0 10px; max-width: 180px; height: 26px; overflow: hidden; }
  279.                                 .blockcategory h3 strong a { color: #73880A; }
  280.                         .blockcategory .msgtitlelist { margin: 5px; }
  281.         .block3col { background: url(../images/dotline_v_3col.gif) repeat-y 239px 0 !important; }

  282. .catefocus { margin: 0 2px; border-bottom: 1px solid #F5FBE4; }
  283.         /*\*/ * html .catefocus { height: 1%; } /**/ *>.catefocus { overflow: hidden; }
  284.         .catefocus img { float: left; margin: 4px 10px 4px 0; width: 75px; height: 75px; border: 1px solid #D1E893; }
  285.         .catefocus h4 { margin: 3px 0; font-size: 1em; line-height: 2em; }
  286.         .catefocus ul { margin: 0; padding: 0; list-style: none; }

  287. .blockcategory .msgtitlelist { font-size: 1em; }

  288. /*栏目封面图片*/
  289. .catepic { text-align: center; background: url(../images/dotline_h.gif) repeat-x bottom; }
  290.         .catepic img { margin-top: 10px; max-width: 170px; max-height: 170px; width: expression(this.width > 170 && this.height < this.width ? 170: true); height: expression(this.height > 170 ? 170: true); }
  291.         .catepic p { text-align: left; padding: 10px; margin: 0; }

  292. /*专题列表*/
  293. #subjectlist { border-color: #D1E893; padding: 2px; }
  294.         #subjectlist h3 { border: none; background: #F5FBE4; }
  295.         #subjectlist li { border-bottom: 1px solid #D1E893; text-align: center; padding: 3px; }
  296.                 #subjectlist p { margin: 0; line-height: 1.2em; }

  297. /*-----------------------------------------------------------------------------------文章显示页面*/

  298.         .articletitle { font-size: 1.33em; margin: 1em 0 0.5em; text-align: center; }
  299.                 .articletitle a { color: #73880A; }
  300.         .articleinfo { margin: 0 8px !important; background: url(../images/dotline_h.gif) repeat-x bottom; }
  301.         .articlectrl { float: right; }

  302. #custominfo { background: #F5FBE4 url(../images/dotline_h.gif) repeat-x bottom; margin: 0 8px; padding: 8px 0; }
  303.         #custominfo h5 { margin: 0; line-height: 2.2em; font-size: 1.2em; color: #73880A; padding-left: 30px; }
  304.         #custominfo ul { line-height: 1.6em; padding: 0; margin: 0; list-style: none; }
  305.                 #custominfo li { padding: 0 30px 5px; background: url(../images/list_icon.gif) no-repeat 22px 7px; }
  306.                         #custominfo strong { color: #73880A; }



  307.         #articlebody { width: 97%; margin: 0 auto; padding: 1em 0; overflow: hidden; overflow-y: hidden; line-height: 1.8em; font-size: 1.17em; }
  308.                 #articlebody * { line-height: normal; }
  309.                         #articlebody  p, #articlebody  div { line-height: 1.8em !important; margin: 10px 0; }
  310.                                 #articlebody  p *, #articlebody  div * { line-height: normal !important; }
  311.        
  312.         /*自定义信息*/
  313.         #articlebody .addoninfo { border: 1px solid #EEE; }
  314.                 #articlebody .addoninfo h5 { font-size: 1em; margin: 0; line-height: 2em !important; border-bottom: 1px solid #EEE; padding-left: 1em; }
  315.                 #articlebody .addoninfo ul { margin: 0.5em 0 0.5em 2em; padding: 0; }
  316.                         #articlebody .addoninfo li { line-height: 1.6em !important; }
  317.        
  318.         #articlebody img { width: expression(this.width > 500 ? 500: true); max-width: 500px;  }
  319.                 .imglogolist { margin: 0; padding: 0; list-style: none; text-align: center; }
  320.        
  321.         #articlebody kbd.showvideo, #articlebody kbd.showflash { font: 1em Arial, Helvetica, sans-serif; cursor: pointer; text-decoration: underline; }

  322. /*评论列表 */
  323. .commentlist { margin: 0; padding: 10px; list-style: none; }
  324.         .commentlist li { padding-bottom: 20px; }
  325.                 .commentlist h4 { padding: 0 6px; font-size: 1em; margin: 0 0 10px; line-height: 26px; background: #F5FBE4 url(../images/dotline_h.gif) repeat-x bottom; }
  326.         .commentlist img { width: expression(this.width > 500 ? 500: true); max-width: 500px;  }

  327. /*发表评论*/
  328.         #comment form { margin: 0; padding: 5px 15px; }
  329.         #comment p { margin: 0.3em 0; }
  330.                 .seccodeline * { vertical-align: middle; }

  331.                 #xspace-rates { text-align: center; height: 50px; background: #FFF; padding: 20px 0; border-bottom: none; margin-bottom: 0; }
  332.                 #xspace-rates-bg { width: 210px; height: 30px; margin: 0 auto 5px; background: url(../../../images/base/rate_star.gif); }
  333.                         #xspace-rates-star { height: 30px; background: url(../../../images/base/rate_star.gif) 0 -30px; margin: 0 auto 0 0; }
  334.                         #xspace-rates-a { height: 30px; margin-top: -30px; }
  335.                         #xspace-rates a { float: left; text-align: left; width: 30px; height: 30px; text-indent: -999px; overflow: hidden; background-color: transparent !important; }
  336.                         .xspace-rates-5 { width: 30px; }
  337.                         .xspace-rates-3 { width: 60px; }
  338.                         .xspace-rates-1 { width: 90px; }
  339.                         .xspace-rates0 { width: 120px; }
  340.                         .xspace-rates1 { width: 150px; }
  341.                         .xspace-rates3 { width: 180px; }
  342.                         .xspace-rates5 { width: 210px; }

  343.                
  344.                 #message { border: 1px solid #D1E893; padding: 5px; vertical-align: text-top; height: 8em; width: 490px; }
  345.                 #seccode { border: 1px solid #D1E893; height: 23px; line-height: 23px; padding: 0 5px; }

  346. /*-----------------------------------------------------------------------------------用户相关*/

  347. #panel { width: 700px; overflow: hidden; margin: 1em auto; }
  348. #userpanel fieldset, #loginform fieldset { border: none; margin: 0; padding: 0; }
  349. #userpanel legend, #loginform legend { display: none; }

  350. /*内嵌登录面板*/
  351. #userpanel {overflow: hidden; }
  352.         #userpanel form { margin: 0px; padding:0; }
  353.                 #userpanel label { margin: 0 5px; }
  354.                 #userpanel input { width: 90px; height:17px; border:1px solid #DFDFDF; background:#FFFFFF; color:#999999; }
  355.                 #userpanel #dologin {width: 53px; height: 21px; border: none; background: url(../images/login.gif); text-indent: -9999px;}
  356.         /*登录后*/
  357.         #userpanel ul { margin: 0 5px; }
  358.         #userpanel li { border-bottom: 1px solid #EEE; background: url(../images/list_icon.gif) no-repeat 0.3em 0.8em; padding-left: 12px; }

  359. /*登录页面*/
  360. .loginarea { width: 300px; float: left; }
  361. .tips { width: 299px; float: left; border-left: 1px solid #D1E893; line-height: 1.8em; }

  362. /*申请个人空间*/
  363. /*#signform p { border-bottom: 1px solid #D1E893; height: 1%; overflow: hidden; margin: 0; padding: 0.3em; line-height: 20px; }
  364.         #signform p strong { float: left; width: 10em; }
  365.                 #signform li p { height: auto; border: none; }
  366.         #signform button { line-height: 30px; height: 30px; padding: 0 5em; }*/

  367. /*快捷面板*/
  368. .quicklink { overflow: hidden; margin: 0 0 5em; padding: 0; list-style: none; }
  369. .quicklink li { float: left; width: 33.3%; text-align: center; }
  370.         .quicklink li a { display: block; border: 1px solid #CCC; width: 180px; margin: 10px auto; height: 50px; text-align: left; line-height: 50px; text-indent: 65px; background-image: url(../images/panel_icons.gif); background-repeat: no-repeat; }
  371.                 .sitehome { background-position: 10px 7px; }
  372.                 .bbs { background-position: 10px -83px; }
  373.                 .myspace { background-position: 10px -173px; }
  374.                 .spacemng { background-position: 10px -263px; }
  375.                 .spacesignup { background-position: 10px 7px; }
  376.                 .sitemng { background-position: 10px -443px; }
  377.                 .logout { background-position: 10px -533px; }
  378.                 .login { background-position: 10px -173px; }
  379.                 .register { background-position: 10px -353px; }
  380.         .quicklink li a:hover { border-color: #D1E893; background-color: #F5FBE4; text-decoration: none; }

  381. /*-----------------------------------------------------------------------------------其他页面*/

  382. /*站点地图*/
  383. #sitemap ul { height: 1%; overflow: hidden; margin: 0.5em 0; padding: 0; list-style: none; line-height: 24px; }
  384.         #sitemap li { float: left; margin: 0 1em; white-space: nowrap; }

  385. /*友情链接*/
  386. #friendlink ul { height: 1%; overflow: hidden; margin: 1em 1.5em; padding: 0; list-style: none; }
  387.         #friendlink li { float: left; margin: 2px; width: 100px; height: 24px; line-height: 24px; text-align: center; overflow: hidden; }
  388.         .imglink { border-bottom: 1px solid #D1E893; padding-bottom: 1em !important; }       
  389.                 .imglink li { height: 31px !important; }
  390.                 .imglink li img { width: 88px; height: 31px; }

  391. /*投票*/
  392. #pollform legend { font-weight: bold; color:#73880A; }
  393.         #pollsummary { line-height: 1.8em; margin: 0.3em 0; background: #F5FBE4; padding: 0.5em }
  394.         #pollresult { border: 1px solid #D1E893; margin: 1em 0; padding: 0.5em; }
  395.         #pollresult ul { margin: 0; padding: 0; list-style: none; }
  396.         #pollresult li { overflow: hidden; }
  397.                 #pollresult li p { margin: 2px 0 5px 0; background: #F2F2F2; height: 18px; }
  398.                 .pollpercent { float: left; width: 79%; }
  399.                         .pollpercent span { background: #FFCC00; border-right: 1px solid #CC6600; float: left; height: 18px; }
  400.                 .pollnum { float: right; width: 20%; }
  401.         #dopoll { border: 1px solid #D1E893; margin: 1em 0; padding: 0.5em; text-align: center; }
  402.                 #dopoll ul { margin: 0; padding: 0; list-style: none; line-height: 2em; text-align: left; }

  403. /*搜索*/
  404. #search { width: 600px; margin: 4em auto; }
  405.         #search form { text-align: center; margin: 4em 0; }
  406.         #search .open { text-align: left !important; line-height: 30px; margin: 2em !important; }
  407.                 #search .open div div { clear: both; padding-left: 7em; }
  408.                 #search .open label { float: left; width: 7em; }
  409.                         #search .open div label { margin-left: -7em; }
  410.                 #search .open  button { float: right; }
  411.         #search .open fieldset { border: none; margin: 0; padding: 0; }
  412.                 #search .open fieldset label { float: none; margin: auto; white-space: nowrap; margin-right: 1em; }

  413. /*-----------------------------------------------------------------------------------页脚 Footer*/

  414. #footer { clear: both; border-top: 5px solid #8FC400; padding-top: 1em; padding-bottom: 2em; text-align: center; font: 100% Verdana, Arial, Helvetica, sans-serif; }
  415.         #footer p { margin: 0.3em 0; color: #999; }
  416.         #footer strong { color: #ED1C24; text-transform: uppercase; }
  417.                 #footer strong span { color: #73880A; }
  418.         #footer em { font-style: normal; font-weight: bold; color: #96A800; }
  419.         #copyright { font-size: 0.83em; }

  420. .smalltxt { font-size: 12px; color: #999; font-weight: normal; }
  421.         .smalltxt a, .smalltxt a:visited { color: #999 !important; }

  422. .msgheader {
  423. margin: 0 2em;
  424. font-weight: bold;
  425. background: #F3F8D7;
  426. padding: 5px;
  427. color: #000000
  428. }
  429. .msgborder {
  430. margin: 0 2em;
  431. padding: 10px;
  432. border: 1px solid #DEDEB8;
  433. word-wrap: break-word;
  434. background: #FDFFF2;
  435. overflow: hidden;
  436. }

  437. .nums { background: url(../images/icon_nums.gif) no-repeat left; padding-left: 10px; }

  438. #slideimg { padding-top: 7px; }

  439. #slidefooter { background: #333333; text-align:center; height: 27px; margin: 0 auto; overflow: hidden; }
  440. #slidefooter a { color:#CCCCCC;}
  441. #slideprev { background: url(../images/slide_prev.gif); width: 25px; height: 27px; text-indent: -9999px; float: left; overflow: hidden; }
  442. #slidenext { background: url(../images/slide_next.gif); width: 25px; height: 27px; text-indent: -9999px; float: right; overflow: hidden; }
  443. #slidetext { margin: 0; line-height: 29px; height: 27px; overflow: hidden; }
  444. #slideplay { background: url(../images/slide_play.gif); width: 46px; height: 27px; text-indent: -9999px; float: right; overflow: hidden; }


  445. a.more { float: right; height: 26px; line-height: 26px; color: #669900; background: transparent url(../images/link_icons.gif) no-repeat 0 7px; padding: 0 10px 0 15px; font-weight: normal; }
  446.         a.minus { background-position: 0 -10px; }
  447.         a.quote { background: url(../images/link_icons.gif) no-repeat 0 -52px; }
  448.         a.del { background: url(../images/link_icons.gif) no-repeat 0 -115px; }
  449. a.author, a.author:visited { color: #090 !important; }
  450. strong.price { color: #090; }

  451. .goodrate { background: url(../images/link_icons.gif) no-repeat 0 -39px; padding: 0 5px 0 16px; }
  452. .replynum { background: url(../images/link_icons.gif) no-repeat 0 -57px; padding: 0 5px 0 16px; }
  453. .users { background: url(../images/link_icons.gif) no-repeat 0 -77px; padding: 0 5px 0 16px; }
  454. .joingroup { background: url(../images/link_icons.gif) no-repeat 0 -99px; padding-left: 16px; }
  455.         .joingroupbtn { background: url(../images/link_icons.gif) no-repeat 1px -97px; padding-left: 16px; float: right; display: inline; margin-right: 10px; width: 16px; w\idth: 0; height: 20px; overflow: hidden; }





  456. .xspace-quote { margin: 10px 5px 10px 50px; border-left: 4px solid #D1E893; background: #F5FBE4; padding: 10px; }

  457. #msg-joingroup { display: block; width: 120px; height: 35px; line-height: 35px; text-decoration: none; background: #F6AB20; color: #FFF; font-size: 12px; font-weight: bold; border: 1px solid; border-color: #FFD68B #B1A682 #B1A682 #FFD68B; }
复制代码
回复

使用道具 举报

feifeimama 发表于 2008-2-10 02:01:29 | 显示全部楼层
#pagetitle { padding: 8px 0; height: 56px; he\ight: 40px; border-bottom: 4px solid #FFF; overflow: hidden; }


把56px 和40px 改一下就OK了
回复

使用道具 举报

wj01 发表于 2008-2-10 16:11:56 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

wj01 发表于 2008-2-10 16:36:47 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

 楼主| 破天一见 发表于 2008-2-23 20:27:52 | 显示全部楼层
这个代码我自己修改好了    可联系我QQ344638286

你们谁能给我个 附件的解决方案啊  .
郁闷死求了     官方再怎么加密这个我不反对的  .但也不可以加个 直接冲服务器读取文件附件的功能啊  

另外程序因该不适合用UTF8 ,  我本地测试一切正常的  传到网上去 会员面版却不显示


大家帮顶下我的帖子哦   关于附件问题的

https://discuz.dismall.com/thread-857338-1-1.html

https://discuz.dismall.com/thread-857338-1-1.html

https://discuz.dismall.com/thread-857324-1-1.html
回复

使用道具 举报

cadfcnad 发表于 2008-3-5 12:33:08 | 显示全部楼层
破天一见,很好很感谢
回复

使用道具 举报

xmaitt 发表于 2008-4-12 05:19:26 | 显示全部楼层
支持一下。。。。。。。。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-13 06:27 , Processed in 0.029668 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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