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

 找回密码
 立即注册
搜索

求教样式表的问题。

[复制链接]
nhct2007 发表于 2008-10-30 12:44:41 | 显示全部楼层 |阅读模式
我想把 2222.jpg 改成 1111.jpg 这样的格式,不知道他们的CSS样式表那段??是下面那段代码
  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: #333; text-align: center; font: 12px Arial, Helvetica, sans-serif; }
  9. #wrap { margin: 0 auto; text-align: left; width: 778px; padding: 0 4px; w\idth: 770px; }

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

  15. /*文章列表中的作者、日期*/
  16. li cite { font-style: normal; font-size: 12px; float: right; width: 4em; color: #999; }
  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; border-color: #CEE3EA #90AAB4 #90AAB4 #CEE3EA; background: #F5FBFF; }
  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: #0A0 #060 #060 #0A0; color: #FFF; font-weight: bold; }


  32. #notice { margin: 200px auto 0; background: #FFF; border-style: solid; border-color: #86B9D6 #B2C9D3 #B2C9D3; border-width: 4px 1px 1px; }
  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 #F5F5F5; background: #F5FBFF; padding: 0 1em; }
  36.                 #notice_links a { margin: 0 2px; }




  37. /*选项卡*/
  38. h3.tabs { background-color: #E8F7FC !important; height: 26px; padding-left: 0 !important; }
  39.         .tab { font-weight: normal; float: left; padding: 0 10px; cursor: pointer; border-right: 1px solid #C1D8E0; }
  40.                 .curtab { background: #FFF; border-right-color: #B2C9D3; 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.3em; background: #E2F0F9; cursor: pointer; border: 1px solid;
  45.                 border-top-color: #C9E3F0; border-right-color: #86B9D6; border-bottom-color: #86B9D6; border-left-color: #C9E3F0; }
  46.         label { cursor: pointer; margin-right: 0.5em; }

  47. /*头部风格-----------------------------------------------------------------------------------头部风格*/
  48. #headertab{margin-bottom:4px;}

  49. /*顶部导航*/
  50. #topmenu {vertical-align:middle; width:100%;}
  51.         #topmenu ul{font-family:Simsun,Mingliu; list-style:none; margin:0;padding:0; background:#FAFCFF url(../images/headermenu_bg.gif);}
  52.                 /*\*/ * html #topmenu ul{ height: 1%; }/**/ *> #topmenu ul{ overflow: hidden; }
  53.                 #topmenu li {float:left; margin:0 6px; height:24px;line-height:24px; white-space:nowrap;}
  54.                         #topmenu a {color:#154BA0;}

  55.         #logo{padding: 5px; vertical-align:top; border-right:1px solid #CCC;}
  56.         .banner { width:770px; overflow:hidden;clear:both; margin-bottom:4px;}

  57. /*主导航*/
  58. #menu { border-top: 3px solid #86B9D6; border-bottom: 1px solid #86B9D6; line-height: 25px; background: url(../images/menu_bg.gif); width: 770px; overflow: hidden; clear:both;}
  59.         #menu ul { list-style: none; margin: 0 1em; padding: 0; width: 100%; overflow: hidden; }
  60.                 #menu li { float: left; margin: 0 2px; width: 6em; overflow: hidden; white-space: nowrap; }
  61.         /*首页导航*/
  62.         #menu dl { margin: 0 1.5em; padding: 0; height: 25px; overflow: hidden; }
  63.                 #menu dt { float: left; width: 4em; white-space: nowrap; }
  64.                         #menu dt a { color: #5086A5 !important; }
  65.                 #menu dd { float: left; width: 6em; margin: 0 2px; overflow: hidden; white-space: nowrap; }

  66. /*您的位置导航*/
  67. #navigation { padding: 1.2em 0; clear:both;}
  68.         #navigation label{line-height:20px;}
  69.         #navigation p { margin: 0;}
  70.                 #navigation p a, #navigation p strong { margin: 0 0.5em; }
  71.         #searchform { float: right; }
  72.                 #searchform * {vertical-align:middle; }
  73.                 #searchform button { margin-left: 0.5em; }
  74.         /*简单页面的位置导航*/
  75.         #navigation.simplepage { padding: 0; border-top: 3px solid #86B9D6; border-bottom: 1px solid #86B9D6; height: 26px; line-height: 30px; overflow: hidden; background: #EFF5FF url(../images/title_icon.gif) no-repeat 10px 6px;; margin-bottom: 1em; }
  76.                 #navigation.simplepage p { float: right; margin-right: 0.5em; }
  77.                 #navigation.simplepage h1, #navigation.simplepage h2 { margin: 0; font-size: 1.2em; padding-left: 32px; }

  78. /*-----------------------------------------------------------------------------------布局*/

  79. .content, .contentL, .contentR { width: 100%;}
  80.         /*\*/ * html .content, * html .contentL, * html .contentR { height: 1%; } /**/ *>.content, *>.contentL, *>.contentR { overflow: hidden; }
  81. /*侧边样式*/
  82. .sideL { width: 210px; float: left; overflow: hidden; }
  83. .sideR { width: 190px; float: right; overflow: hidden; }
  84. /*中间部分样式*/
  85. .mainarea { margin: 0 4px; width: 362px; float: left; }
  86.         .contentL .mainarea { margin: 0 0 0 4px; width: 556px; }
  87.         .contentR .mainarea { margin: 0 6px 0 0; width: 574px; }

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

  89. /*版块标题*/
  90. .blocktitle { border-top: 3px solid #86B9D6; padding: 1px 0 0; margin-bottom: 6px; line-height: 30px; }
  91.         .blocktitle h2 { font-size: 1.17em; margin: 0; padding-left: 32px; background: #E2F0F9 url(../images/title_icon.gif) no-repeat 10px 6px; }
  92.         .blocktitle a.more { margin-top: 2px; }

  93. /*侧边版块*/
  94. .block { margin: 0 0 6px; border: 1px solid #B2C9D3; background: #FFF; }
  95.         .block h3 { margin: 1px 0 0; font-size: 1em; color: #5086A5; line-height: 26px; padding-left: 0.5em; background: url(../images/dotline_h.gif) repeat-x bottom; }
  96.                 .block h3 a { color: #5086A5; }
  97.                 /*\*/ * html .sideblock h3 { height: 1%; } /**/
  98.         .blockintro { margin: 8px; line-height: 1.6em; }
  99.                 .blockintro a { color: #316AA5; }
  100.         .blockintroimg { float: right; margin: 5px 0 2px 5px; width: 80px; height: 80px; border: 4px solid #E2F0F9; }

  101.         /*侧边多行列表*/
  102.         .block dl { margin: 0; padding: 5px 0 10px; line-height: 1.5em; width: 100%; overflow: hidden; }
  103.                 .block dt { margin: 0 5px; padding: 5px 0 0 8px; background: url(../images/list_icon.gif) no-repeat 0 12px; }
  104.                         .block dt a { color: #316AA5; }
  105.                 .block dd { color: #999; margin: 0 5px; padding: 0 0 5px 8px; background: url(../images/dotline_h.gif) repeat-x bottom; }
  106.                         .block dd a { color: #999; }

  107. /*简单版块*/
  108. .cleanblock { background: #F5FBFF; }
  109. /*居顶部的版块*/
  110. .topblock { border-top: 3px solid #86B9D6; !important; }

  111. /*头条信息*/
  112. #headline { padding: 5px; height: 70px; he\ight: 58px; overflow: hidden; }
  113.         #headline strong { font-size: 1.2em; }
  114.         #headline p { margin: 0.3em 0; }
  115.         #headline img { float: right; width: 48px; height: 48px; border: 4px solid #FFF; }

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

  120.         .linelist li { height: 2.03em; line-height: 2.03em; }
  121.                 .linelist li a { font-size: 1.17em; }
  122.                         .linelist strong, .linelist strong a { font-size: 12px; color: #5086A5 !important; }

  123. /*单行两列信息列表*/
  124. .list2col { margin: 0; padding: 10px 0; list-style: none; line-height: 1.8em; background: url(../images/dotline_v.gif) repeat-y center; }
  125.         /*\*/ * html .list2col { height: 1%; } /**/ *>.list2col { overflow: hidden; }
  126.         .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: 265px; }

  127. /*多行带摘要信息列表*/
  128. .messagelist { margin: 0; padding: 5px 8px; list-style: none; line-height: 1.6em; }
  129.         .messagelist li { margin: 5px 0 25px;}
  130.                 .messagelist h4 { margin: 5px 0; font-size: 1.17em; line-height: 2em; padding-left: 5px; background: #E8F7FC url(../images/dotline_h.gif) repeat-x bottom; }
  131.                         .messagelist h4 em { float: right; font-style: normal; padding-right: 5px; }
  132.                         .messagelist h4 a { color: #316AA5; }
  133.                                 .messagelist h4 a:visited { font-weight: normal; }
  134.                         .messagelist p { margin: 5px 0; }
  135.                                 .messagelist p a { color: #316AA5; }

  136. /*资讯列表*/
  137. .newslist { margin: 0; padding: 0; list-style: none; line-height: 2.2em; }
  138.         .newslist li { padding-left: 1em; font-size: 1.17em; background: url(../images/list_icon.gif) no-repeat 8px 0.7em; }
  139.        
  140. /*信息列表(收起摘要时的状态)*/
  141. .cleanlist { margin: 0; padding: 5px 8px; list-style: none; line-height: 1.6em; }               
  142.         .cleanlist h4 { background: url(../images/dotline_h.gif) repeat-x bottom; margin: 0; font-size: 1.17em; line-height: 2em; }
  143.                 .cleanlist h4 em { float: right; font-style: normal; }
  144.                 .cleanlist h4 a { font-weight: normal; background: url(../images/list_icon.gif) no-repeat 0 0.4em; padding-left: 10px; }
  145.                         .cleanlist h4 em a { background-image: none; padding-left: 0; }
  146.         .cleanlist p { display: none; }

  147. /*带缩略图的信息列表*/
  148. .thumbmsglist { margin: 0; padding: 10px; list-style: none; }
  149.         .thumbmsglist li { padding-left: 100px; height: 100px; }
  150.                 .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; }
  151.                         .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); }
  152.                 .thumbmsglist li p { margin: 0; }
  153.                 .thumbmsglist li em { float: right; font-style: normal; margin-top: 6px; }
  154.                         .thumbmsglist li em strong { color: #090; }
  155.                 .thumbmsglist li h4 { margin: 0; line-height: 26px; height: 26px; overflow: hidden; font-size: 1em; padding-left: 5px; }
  156.                         .thumbmsglist li h4 a { color: #0954A6; }
  157.                 .msgintro { background: #F5FCFF; padding: 15px 5px 0; height: 29px; he\ight: 14px; overflow: hidden; }
  158.                 .thumbmsglist .msginfo { background: #F5FCFF url(../images/dotline_h.gif) repeat-x bottom; padding: 5px 5px 10px; }


  159. /*热门话题*/
  160. #hottag { overflow: hidden;  }
  161.         #hottag div { padding: 0.5em; overflow: hidden; line-height: 1.8em; }
  162.                 #hottag a { margin-right: 0.2em; white-space: nowrap; }
  163.                         #hottag a em { color: #999; font-style: normal; }

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

  166. /*同城空间*/
  167. #cityspace form { width: 11.5em; margin: 0 auto; padding: 7px 0; }
  168.         #cityspace select { margin: 2px 0;width:90px }
  169.         #cityspace button { float: right; margin-top: 4px; width: 3.5em; height: 3.5em; }

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

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

  179.                         .imgthumblist div { line-height: 90px; font-size: 90px; height: 106px; display: table; background: url(../images/dotline_h.gif) repeat-x bottom; }
  180.                                 .imgthumblist div a { display: table-cell !important; display: block; width: 115px; vertical-align: middle; }
  181.                                         .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; }
  182.                                         @media all and (min-width: 0px){ .imgthumblist div img { width: 100px; height: 100px; } } /*for Opera Only*/

  183.                         li.smallthumb { width: 88px; height: 105px; w\idth: 81px; he\ight: 97px; border-color: #DFDFDF; margin: 0 0 6px 4px; }
  184.                                 li.smallthumb div { line-height: 65px; font-size: 65px; height: 80px; }
  185.                                         li.smallthumb div a { width: 80px; }
  186.                                                 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); }                       
  187.                                                 @media all and (min-width: 0px){ li.smallthumb div img { width: 75px; height: 75px; } } /*for Opera Only*/

  188.         /*通栏图片列表*/
  189.         .throughgallery { width: 100%; clear: both; margin-bottom: 5px; padding-bottom: 3px; background: #E2F0F9; }
  190.                 .throughgallery .imgthumblist { margin: 0; }
  191.                 .throughgallery .imgthumblist li { height: 128px; he\ight: 120px; margin: 3px 1px; }

  192. /*带缩略图的信息列表*/
  193. .imgtitlelist { margin: 10px 0; padding: 0; list-style: none; }
  194.                 .imgtitlelist li { padding-left: 85px; padding-bottom: 5px; margin: 5px 0; border-bottom: 1px solid #E2F0F9; }
  195.                 /*\*/ * html .imgtitlelist li { height: 1%; } /**/ .imgtitlelist>li { overflow: hidden; }
  196.                         .imgtitlelist li h4 { margin: 0.3em 0; font-size: 1em; }
  197.                         .imgtitlelist li img { float: left; margin-left: -85px; width: 70px; height: 70px; padding: 3px; background: #FFF; border: 1px solid #DFDFDF; }
  198.                         .imgtitlelist li p { margin: 0; line-height: 1.5em; }
  199.         .block .imgtitlelist li { padding-left: 65px; }
  200.                 .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; }


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


  202. .coverlist { margin: 0; padding: 0; list-style: none; }
  203.         /*\*/ * html .coverlist { height: 1%; } /**/ *>.coverlist { overflow: hidden; }
  204.                 .coverlist li { float: left; display: inline; width: 260px; height: 120px; margin: 5px 10px; overflow: hidden; }
  205.                         .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; }
  206.                                 .cover a { display: table-cell; vertical-align: middle; text-align: center; width: 100px; }
  207.                                         .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; }
  208.                                                 @media all and (min-width: 0px){ .cover img { width: 90px; height: 100px; } } /*for Opera Only*/
  209.                         .coverlist li ul { margin: 10px 0 0 120px; padding: 0; list-style: none; line-height: 18px; }
  210.                                 .coverlist li li { float: none; display: list-item; width: auto; height: auto; margin: 0; }
  211.                         .coverlist h4 { margin: 0; font-size: 1em; font-weight: normal; }
  212.                                 .coverlist h4 a { color: #316AA5; }

  213. .videoscrlist { margin: 0; padding: 0; list-style: none; }
  214.         /*\*/ * html .videoscrlist { height: 1%; } /**/ *>.videoscrlist { overflow: hidden; }
  215.                 .videoscrlist li { float: left; display: inline; width: 260px; height: 120px; margin: 5px 10px; overflow: hidden; }
  216.                         .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; }
  217.                                 .videoscr a { display: table-cell; vertical-align: middle; text-align: center; width: 100px; }
  218.                                         .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; }
  219.                                                 @media all and (min-width: 0px){ .videoscr img { width: 90px; height: 100px; } } /*for Opera Only*/
  220.                         .videoscrlist li ul { margin: 10px 0 0 120px; padding: 0; list-style: none; line-height: 18px; }
  221.                                 .videoscrlist li li { float: none; display: list-item; width: auto; height: auto; margin: 0; }
  222.                         .videoscrlist h4 { margin: 0; font-size: 1em; font-weight: normal; }
  223.                                 .videoscrlist h4 a { color: #316AA5; }

  224. #commendbox { overflow: hidden; position: relative; height: 160px; background: #F5FBFF; }
  225.         #commendbox .scrollr { z-index: 2; position: absolute; height: 220px; right: 0; top: 0; }
  226.         #commendbox .scrolll { z-index: 3; position: absolute; height: 220px; left: 0; top: 0; }
  227.                 #commendbox .scrollr img, #commendbox .scrolll img { margin-top: 40px; }

  228. .avatarlist { margin: 0; padding: 0; list-style: none; }
  229.         /*\*/ * html .avatarlist { height: 1%; }  /**/ *>.avatarlist { overflow: hidden; }
  230.         .avatarlist li { float: left; width: 113px; padding: 0; overflow: hidden; text-align: center; }
  231.                 .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; }
  232.                         .avatarlist li div a { display: table-cell; vertical-align: middle; font-size: 65px; line-height: 65px; }
  233.                                 .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); }
  234.                                         @media all and (min-width: 0px){ .avatarlist li div img { width: 75px; height: 75px; } } /*for Opera Only*/
  235.                 .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; }
  236.                         .avatarlist li li { float: none; padding: 0; height: 17px; overflow: hidden; }
  237.                         /*.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; }
  238.                                 .joingroup:hover { background-color: #FFF; text-indent: 20px; opacity: 0.95; filter: alpha(opacity=95); }*/

  239. /*栏目区块列表*/
  240. .category {  margin: 4px 0 10px 0; }
  241.         .category h3 { margin: 0 0 5px; font-size: 1.2em; line-height: 1.8em; height: 1.8em; border-bottom: 1px solid #86B9D6; }
  242.                 .category h3 strong { background: #E9ECEF; float: left; padding: 0 8px; }
  243.                         .category h3 strong a { color: #333; text-decoration: none; }

  244. .blockcategorylist { border: 1px solid #B2C9D3; border-top: none; margin-bottom: 6px; overflow: hidden; background: url(../images/dotline_v.gif) repeat-y center; }
  245.         /*\*/ * html .blockcategorylist { height: 1%; } /**/
  246.         .blockcategory { float: left; width: 286px; border-top: 1px solid #B2C9D3; height: 260px; overflow: hidden; }
  247.                 .blockcategory h3 { line-height: 26px; background: #E8F7FC url(../images/dotline_h.gif) repeat-x bottom; margin: 1px 0 0; font-size: 1em; height: 26px; }
  248.                         .blockcategory h3 strong { background: #FFF; border-right: 1px solid #B2C9D3; float: left; padding: 0 10px; max-width: 180px; height: 26px; overflow: hidden; }
  249.                                 .blockcategory h3 strong a { color: #5086A5; }
  250.                         .blockcategory .msgtitlelist { margin: 5px; }
  251.         .block3col { background: url(../images/dotline_v_3col.gif) repeat-y 255px 0 !important; }

  252. .catefocus { margin: 0 2px; border-bottom: 1px solid #F0F9FF; }
  253.         /*\*/ * html .catefocus { height: 1%; } /**/ *>.catefocus { overflow: hidden; }
  254.         .catefocus img { float: left; margin: 4px 10px 4px 0; width: 75px; height: 75px; border: 1px solid #86B9D6; }
  255.         .catefocus h4 { margin: 3px 0; font-size: 1em; line-height: 2em; }
  256.         .catefocus ul { margin: 0; padding: 0; list-style: none; }

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

  258. /*栏目封面图片*/
  259. .catepic { text-align: center; background: url(../images/dotline_h.gif) repeat-x bottom; }
  260.         .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); }
  261.         .catepic p { text-align: left; padding: 10px; margin: 0; }

  262. /*专题列表*/
  263. #subjectlist { border-color: #86B9D6; padding: 2px; }
  264.         #subjectlist h3 { border: none; background: #9FC8DF; }
  265.         #subjectlist li { border-bottom: 1px solid #E2F0F9; text-align: center; padding: 3px; }
  266.                 #subjectlist p { margin: 0; line-height: 1.2em; }

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

  268.         .articletitle { font-size: 1.33em; margin: 1em 0 0.5em; text-align: center; }
  269.                 .articletitle a { color: #5086A5; }
  270.         .articleinfo { margin: 0 8px !important; background: url(../images/dotline_h.gif) repeat-x bottom; text-align:center;}
  271.         .articlectrl { float: right;}

  272. #custominfo { background: #F5FCFF url(../images/dotline_h.gif) repeat-x bottom; margin: 0 8px; padding: 8px 0; }
  273.         #custominfo h5 { margin: 0; line-height: 2.2em; font-size: 1.2em; color: #5086A5; padding-left: 30px; }
  274.         #custominfo ul { line-height: 1.6em; padding: 0; margin: 0; list-style: none; }
  275.                 #custominfo li { padding: 0 30px 5px; background: url(../images/list_icon.gif) no-repeat 22px 7px; }
  276.                         #custominfo strong { color: #5086A5; }



  277.         #articlebody { width: 97%; margin: 0 auto; padding: 1em 0; overflow: hidden; overflow-y: hidden; line-height: 1.8em; font-size: 1.17em; }
  278.                 #articlebody * { line-height: normal; }
  279.                         #articlebody  p, #articlebody  div { line-height: 1.8em !important; margin: 10px 0; }
  280.                                 #articlebody  p *, #articlebody  div * { line-height: normal !important; }
  281.        
  282.         /*自定义信息*/
  283.         #articlebody .addoninfo { border: 1px solid #EEE; }
  284.                 #articlebody .addoninfo h5 { font-size: 1em; margin: 0; line-height: 2em !important; border-bottom: 1px solid #EEE; padding-left: 1em; }
  285.                 #articlebody .addoninfo ul { margin: 0.5em 0 0.5em 2em; padding: 0; }
  286.                         #articlebody .addoninfo li { line-height: 1.6em !important; }
  287.        
  288.         #articlebody img { width: expression(this.width > 500 ? 500: true); max-width: 500px;  }
  289.                 .imglogolist { margin: 0; padding: 0; list-style: none; text-align: center; }
  290.        
  291.         #articlebody kbd.showvideo, #articlebody kbd.showflash { font: 1em Arial, Helvetica, sans-serif; cursor: pointer; text-decoration: underline; }

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

  297. /*发表评论*/
  298.         #comment form { margin: 0; padding: 5px 15px; }
  299.         #comment p { margin: 0.3em 0; }
  300.                 .seccodeline * { vertical-align: middle; }

  301.                 #xspace-rates { text-align: center; height: 50px; background: #FFF; padding: 20px 0; border-bottom: none; margin-bottom: 0; }
  302.                 #xspace-rates-bg { width: 210px; height: 30px; margin: 0 auto 5px; background: url(../../../images/base/rate_star.gif); }
  303.                         #xspace-rates-star { height: 30px; background: url(../../../images/base/rate_star.gif) 0 -30px; margin: 0 auto 0 0; }
  304.                         #xspace-rates-a { height: 30px; margin-top: -30px; }
  305.                         #xspace-rates a { float: left; text-align: left; width: 30px; height: 30px; text-indent: -999px; overflow: hidden; background-color: transparent !important; }
  306.                         .xspace-rates-5 { width: 30px; }
  307.                         .xspace-rates-3 { width: 60px; }
  308.                         .xspace-rates-1 { width: 90px; }
  309.                         .xspace-rates0 { width: 120px; }
  310.                         .xspace-rates1 { width: 150px; }
  311.                         .xspace-rates3 { width: 180px; }
  312.                         .xspace-rates5 { width: 210px; }

  313.                
  314.                 #message { border: 1px solid #B2C9D3; padding: 5px; vertical-align: text-top; height: 8em; width: 490px; }
  315.                 #seccode { border: 1px solid #B2C9D3; height: 23px; line-height: 23px; padding: 0 5px; }

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

  317. #panel { width: 600px; overflow: hidden; margin: 1em auto; }
  318. #userpanel fieldset, #loginform fieldset { border: none; margin: 0; padding: 0; }
  319. #userpanel legend, #loginform legend { display: none; }

  320. /*内嵌登录面板*/
  321. #userpanel { height: 8.8em; overflow: hidden; }
  322.         #userpanel form { margin: 5px auto; width: 160px; }
  323.                 #userpanel input { width: 110px; }
  324.                 #userpanel p { margin: 0.2em 0; }
  325.                 #userpanel #cookietime { margin: 0 0 0 3.2em; width: auto; }
  326.                 #userpanel #dologin { float: right; }
  327.                 #userpanel form a { line-height: 2em; color: #B353B3; border-right: 1px solid #86B9D6; padding-right: 4px; }
  328.         /*登录后*/
  329.         #userpanel ul { margin: 0 5px; }
  330.         #userpanel li { border-bottom: 1px solid #EEE; background: url(../images/list_icon.gif) no-repeat 0.3em 0.8em; padding-left: 12px; }

  331. /*登录页面*/
  332. .loginarea { width: 300px; float: left; }
  333. .tips { width: 299px; float: left; border-left: 1px solid #D5E9F8; line-height: 1.8em; }
  334. .imgsecode {}
  335. .imgsecode input{padding:3px 2px;}
  336. /*申请个人空间*/
  337. /*#signform p { border-bottom: 1px solid #D5E9F8; height: 1%; overflow: hidden; margin: 0; padding: 0.3em; line-height: 20px; }
  338.         #signform p strong { float: left; width: 10em; }
  339.                 #signform li p { height: auto; border: none; }
  340.         #signform button { line-height: 30px; height: 30px; padding: 0 5em; }*/

  341. /*快捷面板*/
  342. .quicklink { overflow: hidden; margin: 0 0 5em; padding: 0; list-style: none; }
  343. .quicklink li { float: left; width: 33.3%; text-align: center; }
  344.         .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; }
  345.                 .sitehome { background-position: 10px 7px; }
  346.                 .bbs { background-position: 10px -83px; }
  347.                 .myspace { background-position: 10px -173px; }
  348.                 .spacemng { background-position: 10px -263px; }
  349.                 .spacesignup { background-position: 10px 7px; }
  350.                 .sitemng { background-position: 10px -443px; }
  351.                 .logout { background-position: 10px -533px; }
  352.                 .login { background-position: 10px -173px; }
  353.                 .register { background-position: 10px -353px; }
  354.         .quicklink li a:hover { border-color: #86B9D6; background-color: #F5FBFF; text-decoration: none; }

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

  356. /*站点地图*/
  357. #sitemap ul {font-family:Simsun,Mingliu; margin: 0.5em 0; padding: 0; list-style: none; line-height: 24px; }
  358.         /*\*/ * html #sitemap ul{ height: 1%; }/**/ *> #sitemap ul{ overflow: hidden; }
  359.         #sitemap li {float: left; padding: 0 0 0 1em;white-space:nowrap; line-height:24px;}

  360. /*友情链接*/
  361. #friendlink ul { height: 1%; overflow: hidden; margin: 1em 1.5em; padding: 0; list-style: none; }
  362.         #friendlink li { float: left; margin: 2px; width: 100px; height: 24px; line-height: 24px; text-align: center; overflow: hidden; }
  363.         .imglink { border-bottom: 1px solid #00C8DC; padding-bottom: 1em !important; }       
  364.                 .imglink li { height: 31px !important; }
  365.                 .imglink li img {width: 88px; height: 31px; }

  366. /*聚合友情链接*/
  367. #links{border:1px solid #B2C9D3; padding-bottom:6px; margin-bottom:6px;}
  368.         #links h3{color:#5086A5;font-size:1em;line-height:26px;margin:1px 0pt 0pt;padding-left:0.5em;}
  369.         #links ul{font-family:Simsun,Mingliu; margin:0; padding:6px 0;background:transparent url(../images/dotline_h.gif) repeat-x center top; list-style:none;}
  370.         /*\*/ * html #links ul{ height: 1%; }/**/ *> #links ul{ overflow: hidden; }
  371.         #links li{float:left;margin: 0 0 4px 6px; padding:0px;}
  372.         #links .pic li{width:88px;height:31px;overflow:hidden; }
  373.         #links .text li{width:auto; white-space:nowrap;}
  374.         #links li img {width: 88px; height: 31px;}



  375. /*投票*/
  376. #pollform legend { font-weight: bold; }
  377.         #pollsummary { line-height: 1.8em; margin: 0.3em 0; background: #EFF5FF; padding: 0.5em }
  378.         #pollresult { border: 1px solid #D5E9F8; margin: 1em 0; padding: 0.5em; }
  379.         #pollresult ul { margin: 0; padding: 0; list-style: none; }
  380.         #pollresult li { overflow: hidden; }
  381.                 #pollresult li p { margin: 2px 0 5px 0; background: #F2F2F2; height: 18px; }
  382.                 .pollpercent { float: left; width: 80%; }
  383.                         .pollpercent span { background: #8ED4F7; border-right: 1px solid #009DEA; float: left; height: 18px; }
  384.                 .pollnum { float: right; width: 20%; }
  385.         #dopoll { border: 1px solid #D5E9F8; margin: 1em 0; padding: 0.5em; text-align: center; }
  386.                 #dopoll ul { margin: 0; padding: 0; list-style: none; line-height: 2em; text-align: left; }
  387.                 #dopoll li{ line-height:24px; height:24px; clear:both;}
  388.                 #dopoll .votekey{ float:left; margin-top:4px;}
  389.                         *html #dopoll .votekey{margin-top:0px;}
  390.                         *+html #dopoll .votekey{margin-top:0px;}

  391. /*搜索*/
  392. #search { width: 600px; margin: 4em auto; }
  393.         #search form { text-align: center; margin: 4em 0; }
  394.         #search .open { text-align: left !important; line-height: 30px; margin: 2em !important; }
  395.                 #search .open div div { clear: both; padding-left: 7em; }
  396.                 #search .open label { float: left; width: 7em; }
  397.                         #search .open div label { margin-left: -7em; }
  398.                 #search .open  button { float: right; }
  399.         #search .open fieldset { border: none; margin: 0; padding: 0; }
  400.                 #search .open fieldset label { float: none; margin: auto; white-space: nowrap; margin-right: 1em; }

  401. /*-----------------------------------------------------------------------------------页脚 Footer*/

  402. #footer { clear: both; border-top: 2px solid #86B9D6; padding-top: 1em; padding-bottom: 2em; text-align: center; font: 100% Verdana, Arial, Helvetica, sans-serif; }
  403.         #footer p { margin: 0.3em 0; color: #999; }
  404.         #footer strong { color: #ED1C24; text-transform: uppercase; }
  405.                 #footer strong span { color: #0954A6; }
  406.         #footer em { font-style: normal; font-weight: bold; color: #96A800; }
  407.         #copyright { font-size: 0.83em; }

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

  410. .msgheader {
  411. margin: 0 2em;
  412. font-weight: bold;
  413. background: #F3F8D7;
  414. padding: 5px;
  415. color: #000000
  416. }
  417. .msgborder {
  418. margin: 0 2em;
  419. padding: 10px;
  420. border: 1px solid #DEDEB8;
  421. word-wrap: break-word;
  422. background: #FDFFF2;
  423. overflow: hidden;
  424. }

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

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

  427. #slidefooter { background: #E2F0F9; border: solid #F5FBFF; border-width: 5px 0; height: 27px; margin: 0 auto; overflow: hidden; }
  428. #slideprev { background: url(../images/slide_prev.gif); width: 25px; height: 27px; text-indent: -9999px; float: left; overflow: hidden; }
  429. #slidenext { background: url(../images/slide_next.gif); width: 25px; height: 27px; text-indent: -9999px; float: right; overflow: hidden; }
  430. #slidetext { margin: 0; line-height: 29px; height: 27px; overflow: hidden; }
  431. #slideplay { background: url(../images/slide_play.gif); width: 46px; height: 27px; text-indent: -9999px; float: right; overflow: hidden; }


  432. a.more { float: right; height: 26px; line-height: 26px; color: #5086A5; background: transparent url(../images/link_icons.gif) no-repeat 0 7px; padding: 0 10px 0 15px; font-weight: normal; }
  433.         a.minus { background-position: 0 -10px; }
  434.         a.quote { background: url(../images/link_icons.gif) no-repeat 0 -52px; }
  435.         a.del { background: url(../images/link_icons.gif) no-repeat 0 -115px; }
  436. a.author, a.author:visited { color: #090 !important; }
  437. strong.price { color: #090; }

  438. .goodrate { background: url(../images/link_icons.gif) no-repeat 0 -39px; padding: 0 5px 0 16px; }
  439. .replynum { background: url(../images/link_icons.gif) no-repeat 0 -57px; padding: 0 5px 0 16px; }
  440. .users { background: url(../images/link_icons.gif) no-repeat 0 -77px; padding: 0 5px 0 16px; }
  441. .joingroup { background: url(../images/link_icons.gif) no-repeat 0 -99px; padding-left: 16px; }
  442.         .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; }






  443. .xspace-quote { margin: 10px 5px 10px 50px; border-left: 4px solid #B2C9D3; background: #F5FBFF; padding: 10px; }

  444. #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; }
复制代码
回复

使用道具 举报

eisdl 发表于 2008-10-30 13:02:58 | 显示全部楼层
  1. /*选项卡*/

  2. h3.tabs { background-color: #E8F7FC !important; height: 26px; padding-left: 0 !important; }

  3.         .tab { font-weight: normal; float: left; padding: 0 10px; cursor: pointer; border-right: 1px solid #C1D8E0; }

  4.                 .curtab { background: #FFF; border-right-color: #B2C9D3; font-weight: bold; }

复制代码
应该是这段
回复

使用道具 举报

 楼主| nhct2007 发表于 2008-10-30 13:12:46 | 显示全部楼层
谢谢~~~啊!~~嘿嘿~~
回复

使用道具 举报

 楼主| nhct2007 发表于 2008-10-30 13:14:36 | 显示全部楼层
那哪个网页背景图片在那里设置.
回复

使用道具 举报

eisdl 发表于 2008-10-30 13:25:35 | 显示全部楼层
那个背景?
回复

使用道具 举报

ctsunman 发表于 2008-10-30 13:55:38 | 显示全部楼层
就是网站头部的
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-16 16:25 , Processed in 0.141108 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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