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

 找回密码
 立即注册
搜索

[疑难] 一个SupeSite 6.0 官方 Slate主题模板的问题,请教如何修改???在线求解

[复制链接]
nomioo 发表于 2008-5-23 13:22:07 | 显示全部楼层 |阅读模式
下载了官方这个模板之后发现:
凡是正文页中的图片,宽或者高大于500像素的图片都会被强制性缩小。给浏览者带来极大不便。我仔细看了一下。好像问题应该是出在 style.css 这个文件里。

不太懂这个,也不知道怎么修改,我只想不让它强制缩放我的文章页图片。只好把源代码全部贴出。请高手指点,在线等……
  1. /*
  2. SupeSite 官方模板:Slate
  3. (C) 2001-2006 Comsenz Inc.
  4. http://www.supesite.com
  5. */

  6. /*头部*/
  7. .header{background:url(../images/bg.jpg) repeat-x; height:115px; he\ight:100px; border-top:7px solid #86C8D6; border-

  8. bottom:8px solid #D3F0F4;}
  9.         .header .logo{float:left;padding:26px 0 0 28px;}
  10.         .header .banner{float:right; margin:26px 30px 0 0; overflow:hidden; width:468px;height:60px;}
  11. .menu{background:#D3F0F4 url(../images/bg_menu.jpg) repeat-x; padding-left:30px;}
  12.         /*\*/ * html .menu{ height: 1%; }/**/ *> .menu{ overflow: hidden; }
  13.         .menu ul{list-style:none;float:left;margin:0;padding:0;width:650px;}
  14.         .menu li{float:left;line-height:36px; height:36px; padding:0 12px; white-space:nowrap;margin:0;}
  15.         .menu li a{color:#274A52;}
  16.         .menu .curmenu{background:url(../images/bg_menu_on.gif) no-repeat center top;}
  17. /*快速搜索*/
  18. .searchdiv{background:url(../images/bg_searchdiv.jpg) repeat-x;width:295px; float:right; line-height:38px;}
  19.         .searchdiv *{ vertical-align:middle;}
  20.         .searchdiv input{ background:url(../images/bg_searchinput.jpg) repeat-x; border:1px solid #FFF; margin:0 0 0

  21. 6px;padding:2px; width:100px;}
  22.         .searchdiv button{ background:url(../images/btn_search.gif) no-repeat center center; border:none; text-indent:-

  23. 9999px;width:50px;height:38px;}
  24.         .searchdiv a{background:url(../images/bg_menu_on.gif) no-repeat center top; display:block;line-height:38px;

  25. width:66px; float:right; text-align:center; color:#FFF;}
  26. .main{border-top:1px solid #FFF; background:url(../images/bg_main.jpg) repeat-x;padding:20px; overflow:hidden;}



  27. /*原始样式------------------------------------------*/

  28. * { word-break: break-all; }

  29. body {margin: 0; padding: 0; background-color:#67635A;font: 12px "Trebuchet MS", "Lucida Console", "Lucida Sans"; text-align:

  30. center; color: #000; }

  31. a { text-decoration: none; color: #656D77; }
  32.         a:hover { text-decoration: underline; }
  33.                 a img { border: none; }

  34. form { margin: 0; padding: 0; }
  35.         input, button, select, textarea { font: 1em "Trebuchet MS", "Lucida Console", "Lucida Sans"; }
  36.         button { cursor: pointer; }

  37. /*提示框*/
  38. #notice { margin: 200px auto 0; background: #FFF; border-style: solid; border-color: #86B9D6 #B2C9D3 #B2C9D3; border-width:

  39. 4px 1px 1px; }
  40.         #notice_message { padding: 1.5em 1em; font-size: 1.17em; }
  41.         #notice_message.warning { color:red; }
  42.         #notice_links { margin: 0; line-height: 2em; border-top: 1px solid #F5F5F5; background: #F5FBFF; padding: 0 1em; }
  43.                 #notice_links a { margin: 0 2px; }

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

  50. /*分页*/
  51. .pages { text-align: right; height: 32px; }
  52.         .xspace-page { float: right; margin: 5px 5px 0 0; }
  53.                 .xspace-page a, .xspace-page span { float: left; display: inline; margin-right: 3px; line-height: 20px;

  54. padding: 0 6px; background: #F3F3F5; }
  55.                         span.xspace-totlerecord, span.xspace-totlepages { color: #1176BB;  }
  56.                                 span.xspace-totlerecord { margin-right: 0; border-right: 1px solid #FFF; }
  57.                         span.xspace-current { background: #1176BB; color: #E1EBEF; font-weight: bold; }

  58. /*外层*/
  59. #wrap { margin: 0 auto; background-color:#FFF; width:1000px;w\idth: 988px; border:6px solid #848075;border-top:none;text-

  60. align: left;}



  61. /*面包屑导航*/       
  62. #nav { margin: 0 0 10px; height: 36px; line-height: 40px; overflow: hidden; background: url(../images/dotline_h.gif) repeat-x

  63. 0 35px; }

  64. /*主显示版块*/
  65. .content { zoom: 1; overflow: hidden; }
  66.         .topcontent {}
  67.         .side { float: right; width: 274px; display: inline;overflow: hidden; }

  68. .adbanner {overflow:hidden; padding:4px; background-color:#E7EAEC; width:962px;}
  69.        


  70. /*用户面板*/
  71. #userpanel { border:1px solid #E9E9E9; zoom: 1; overflow: hidden; margin-bottom: 5px; height: 132px;padding:1px;}
  72.         #userpanel .paneltitle{ background:url(../images/bg_utitle.jpg) no-repeat right top;}
  73.         #userpanel h2{background:url(../images/bg_utitle_ico.jpg) no-repeat left top;height:34px; line-height:34px; padding-

  74. left:18px; color:#004924; font-size:14px; margin:0;}
  75.         /*未登录*/
  76.         #userpanel fieldset { border: none; padding: 0 10px; margin: 0; position: relative; }
  77.                 #userpanel legend { padding-left: 14px; line-height: 26px; margin-bottom: 5px; display:none;}
  78.                 #userpanel input { width: 120px; }
  79.                 #userpanel p { margin: 0.5em 0; }
  80.                         #userpanel label { padding-right: 10px; }
  81.                 #userpanel p.cookietime { float: left; margin: 0.2em 0; }
  82.                         #userpanel #cookietime { width: auto; margin: 0 0 0 3.4em; }
  83.                 #userpanel #dologin { position: absolute; right: 30px; *right: 10px;bottom: 50px; width: 64px; height: 32px;

  84. border: none; background: #A6D18A url(../images/btn_login.gif); text-indent: -9999px; }
  85.                 #userpanel form a { line-height: 2em; color: #30A9D4; border-left: 1px solid #F3F3F5; padding-left: 7px; }
  86.         /*登录后*/
  87.         #userpanel h3 { margin: 0; line-height: 26px; padding-left: 26px; font-size: 1em; font-weight: normal; display:none;}
  88.         #userpanel ul { margin: 10px 10px 10px 10px; }
  89.         #userpanel li { line-height: 2.1em; height: 2.1em; border-bottom: 1px solid #F1F5F6; }
  90.                 #userpanel li a { padding-left: 10px; margin: 0 20px; background: url(../images/icon_item.gif) no-repeat 0

  91. 7px; }

  92. /*空间之星、图片新闻*/
  93. #spacestar, #picnews { border: 1px solid #E9E9E9; padding: 1px; height: 154px; he\ight: 150px; overflow: hidden; }
  94.         #spacestar h3, #picnews h3 { margin: 0; background: #F3F3F5; font-size: 1em; line-height: 24px; padding-left: 5px; }
  95.         #spacestar ul, #picnews ul { margin: 0; padding: 0; list-style: none; zoom: 1; overflow: hidden; }
  96.                 #spacestar li, #picnews li { float: left; display: inline; border: 1px solid #F1F5F6; margin: 5px 6px 5px

  97. 6px; width: 50px; height: 50px; padding: 1px; }
  98.                         #spacestar img, #picnews img { width: 50px; height: 50px; }
  99.                        
  100. /*聚合友情链接*/
  101. #links{background:#F1F5F6 url(../images/tabheader.gif) repeat-x center top;border:1px solid #E1ECF0;margin:0 auto;

  102. width:958px;}
  103.         #links a.more{color:#1FA9CE;float:right;font-weight:normal;line-height:22px;padding-right:10px;}
  104.         #links h3{color:#5086A5;font-size:1em;line-height:26px;margin:1px 0pt 0pt;padding-left:0.5em;}
  105.         #links ul{font-family:Simsun,Mingliu; margin:0px; padding:6px 0; list-style:none;}
  106.         /*\*/ * html #links ul{ height: 1%; }/**/ *> #links ul{ overflow: hidden; }
  107.         #links li{float:left;margin: 0 0 4px 6px; padding:0px;}
  108.         #links .pic{background:transparent url(../images/dotline_h.gif) repeat-x center bottom;}
  109.         #links .pic li{width:88px;height:31px;overflow:hidden; }
  110.         #links .text li{width:auto; white-space:nowrap;}
  111.         #links li img {width: 88px; height: 31px;}

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

  116. /*登录页面*/
  117. .loginpanel { width: 290px; margin: 0 auto; }
  118.         .loginpanel fieldset { margin: 0; padding: 0; border: none; }
  119.                 .loginpanel legend { display: none; }
  120.                         .loginpanel p { margin: 10px 0; }
  121.                                 .loginpanel label { margin-right: 5px; }
  122.                                 .loginpanel input { width: 200px; }
  123.                                 .loginpanel button { margin-left: 3.3em; }
  124. .imgsecode {width:350px}
  125. .imgsecode input{padding:3px 2px;}
  126. /*链接*/
  127. #friendlink ul { margin: 0; padding: 0; list-style: none; zoom: 1; overflow: hidden; }
  128.         #friendlink li { float: left; padding: 0 1em; margin: 5px 0; white-space: nowrap; line-height: 31px; }
  129.                 #friendlink li img { width: 88px; height: 31px; }

  130. /*影音版块*/
  131. #indexvideo { background: #000 url(../images/icon_video.gif) no-repeat 50% 50%; height: 215px; text-align: center; margin-

  132. bottom: 5px; overflow: hidden; }
  133.         #indexvideo img { width: 233px; height: 175px; margin: 10px auto 0; }
  134.         #indexvideo p { line-height: 30px; width: 233px; text-align: left; margin: 0 auto; }
  135.                 #indexvideo p a { color: #BBB; }
  136.                 #indexvideo p .smalltxt { color:#666; }

  137. #video { background-image: none; padding-bottom: 0; }
  138.         #videobox { background: #000; height: 280px; overflow: hidden; }
  139.                 #hotvideo { float: left; padding: 10px; width: 340px; w\idth: 320px; height: 260px; background: #000 url

  140. (../images/icon_video.gif) no-repeat 50% 50%; }
  141.                         #hotvideo img { width: 320px; height: 240px; }
  142.                         #hotvideo p { margin: 3px 0; }
  143.                                 #hotvideo p .smalltxt { color: #666; }
  144.                 #hotvideolist { float: right; padding: 10px 10px 0 0; }
  145.                         #hotvideolist ul { margin: 0; padding: 0; list-style: none; }
  146.                                 #hotvideolist li { height: 88px; overflow: hidden; text-align: center; }
  147.                                         #hotvideolist img { border: 1px solid #333; padding: 2px; width: 86px; height: 66px;

  148. w\idth: 80px; he\ight: 60px; }
  149.                                 #hotvideolist p { margin: 0; }
  150.         #videobox a { color: #BBB; }

  151. /*头部选项卡*/
  152. .tabblocktop{background:url(../images/bg_tabcontent.jpg) repeat-x;border:1px solid #86C8D6;margin-bottom:5px;padding:1px;}
  153.         .tabblocktop h3 {margin:0;line-height:26px; height:26px;background:url(../images/bg_tabtitle.jpg) repeat-x; font-

  154. size:12px;}
  155.                 .tabblocktop h3 a{ text-decoration:none;}
  156.                 .tabblocktop h3 .tab{line-height:26px; height:26px; display:block; float:left;padding:0 12px; color:#14345A;}
  157.                 .tabblocktop h3 .curtab{background:#6AB3C2 url(../images/bg_curtab.jpg) no-repeat center top; color:#FFF;

  158. font-weight:bold;}
  159.         .tabblocktop em{ float:right; padding-right:8px;}
  160.                 .tabblocktop em a{color:#438C9B; font-weight:normal;}

  161. .mainarea { float: left; display: inline; width: 665px; overflow: hidden; }
  162.         .mainarea .block { margin-bottom: 5px; padding-bottom: 10px; zoom: 1; overflow: hidden; }
  163.                 .mainarea .block h2 { font-size: 1.17em; margin: 5px 0; }
  164.                         .mainarea .block h2 a { color: #000; }
  165.                 .mainarea .block h3 { margin: 5px 0; background: url(../images/icon_lighttitle.gif) no-repeat 5px 8px; font-

  166. size: 1.17em; line-height: 2.2em; height: 2em; overflow: hidden; padding-left: 20px; }
  167.         .mainarea .midmain .block { background: url(../images/dotline_h.gif) repeat-x bottom; }                       

  168. .midmain { float: left; width: 440px;}
  169.         .midmain .smalltxt { font-size: 0.83em; color: #B9BCBF; }
  170.         .midmain .more { color: #1DA4CD; }

  171. .midside { float: right; width: 220px; }

  172. .mainarea .midside .block, .side .block { margin-bottom: 5px; background: #E1EBEF url(../images/blocktitle.gif) no-repeat

  173. 100% 0; }
  174.         .mainarea .midside .block h3, .side .block h3, .side .block h1 { margin: 0; font-size: 1.17em; line-height: 39px;

  175. height: 36px; background: url(../images/blocktitle.gif) no-repeat -497px 0; color: #FFF; padding-left: 10px; overflow:

  176. hidden; }
  177.        
  178.         .mainarea .midside .block ol, .side .block ol { margin: 5px; padding: 0; background: url(../images/line_bg.gif);

  179. line-height: 26px; font-weight: bold; color: #1DA4CD; }
  180.                 .mainarea .midside .block ol li, .side .block ol li { margin-left: 30px; }
  181.                         .mainarea .midside .block ol li a, .side .block ol li a { font-weight: normal; }
  182.        
  183.         .mainarea .midside .block ul, .side .block ul { margin: 5px; padding: 0 0 10px; line-height: 1.8em; }
  184.                 .mainarea .midside .block ul li, .side .block ul li { padding-left: 15px; background: url

  185. (../images/icon_item.gif) no-repeat 5px 8px; }
  186.        
  187.         .mainarea .midside .block .smalltxt, .mainarea .midside .block .smalltxt a, .side .block .smalltxt, .side .block

  188. .smalltxt a { color: #1DA4CD; }

  189. * .blockG { background: #E6F3D9 url(../images/blocktitle_2.gif) no-repeat 100% 0 !important; }
  190.         * .blockG h3, * .blockG h1 { background: url(../images/blocktitle_2.gif) no-repeat -497px 0 !important; }

  191. .side .block a.more, .midside .block a.more { float: right; line-height: 40px; height: 36px; overflow: hidden; padding: 0

  192. 10px; color: #FFF; }

  193. h1#tagname { margin: 10px; text-align: center; font-size: 1.6em; background-image: none !important; padding: 0 !important; }
  194.         h1#tagname, h1#tagname a { color: #000 !important; }


  195.                        
  196. /*幻灯片*/
  197. #slideimg{width:300px; height:280px;border:3px solid #D4F0F4; background-color:#D4F0F4; float:left;margin-right:10px;}
  198.         #slidearea{ width:300px; height:250px; overflow:hidden; display:block;}
  199.         #slidefooter{line-height:30px; height:30px;}
  200.         #slidefooter p{text-align:center;margin:0;}
  201.         #slideprev{ float:left; display:block; width:30px; height:30px;text-align:center;}
  202.         #slidenext{ float:right;display:block; width:30px; height:30px; text-align:center;}

  203. /*头条信息*/
  204. #headline { height: 74px; }
  205.         #headline strong a { color: #000; font-size: 1.17em; }
  206.         #headline p { margin: 8px 0; color: #656D77; }

  207. /*选项卡*/
  208. .tabblock { border: 1px solid #E1ECF0; background: #F1F5F6 url(../images/tabheader.gif) repeat-x 0 0; margin-bottom: 5px; }
  209.         .tabblock h3 { margin: 0; line-height: 22px; height: 22px; font-size: 1em; }
  210.                 .tabblock h3 .tab { font-weight: normal; float: left; border-right: 1px solid #E1ECF0; padding: 0 10px;

  211. color: #1FA9CE; }
  212.                 .tabblock h3 .curtab { font-weight: bold; background-color: #F1F5F6; border-top: 2px solid #27B7CC; height:

  213. 20px; overflow: hidden; }
  214.         .tabblock a.more { float: right; line-height: 22px; padding-right: 10px; font-weight: normal; color: #1FA9CE; }

  215. /*同城*/
  216. #cityspace { background: #F3F3F5; height: 36px; line-height: 36px; text-align: center; }
  217.         #cityspace form * { vertical-align: middle; }
  218.         #cityspace form button { border: none; padding: 0; margin: 0; background: transparent url

  219. (../images/btn_cityspace.gif) no-repeat 50% 50%; text-indent: -9999px; width: 80px; height: 36px; overflow: hidden; }
  220.                 #cityspace form button#goodscitysearch { background-image: url(../images/btn_citygoods.gif); }

  221. /*调查、公告*/
  222. #polls, #announcement { background: #F3F3F5 url(../images/icon_lighttitle.gif) no-repeat 10px 12px; line-height: 36px;

  223. padding-left: 26px; }
  224.         #polls strong, #announcement strong { color: #30A9D4; }
  225.                 #polls a.more, #announcement a.more { float: right; background: url(../images/btn_more.gif) no-repeat 50%

  226. 50%; width: 80px; text-indent: -9999px; }

  227. #dopoll table { margin: 10px 30px; line-height: 1.8em; }
  228.         #dopoll td { vertical-align: top; border-bottom: 1px solid #E1ECF0; }
  229. #pollresult ul { margin: 10px 30px; padding: 0; line-height: 1.8em; list-style: none; }
  230.          #pollresult li { border-bottom: 1px solid #E1ECF0; }
  231.                   #pollresult li div { color: #656D77; }
  232.                  #pollresult li div.pollpercent { line-height: 15px; height: 15px; overflow: hidden; background: #80CC57 url

  233. (../images/blocktitle_2.gif) repeat-x 0 -9px; }

  234. /*TAG*/
  235. #hottag div { margin: 5px; padding-bottom: 10px; line-height: 1.8em; }
  236.         #hottag div a { white-space: nowrap; margin-right: 3px; }
  237.                 #hottag div a em { font-style: normal; color: #30A9D4; font-size: 10px; }

  238. /*快捷面板*/
  239. .quicklink { margin: 0; padding: 0; list-style: none; zoom: 1; overflow: hidden; }
  240.         .quicklink li { float: left; width: 49%; padding: 10px 0; text-align: center; }
  241.                 .quicklink a { display: block; line-height: 3em; margin: 0 60px; padding: 0 10px; background-color: #D7EDC1;

  242. border: 1px solid; border-color: #E3F2D4 #E3F2D4 #CCE1B7 #CCE1B7 }

  243. .thumbmsg { float: left; margin-right: 10px; text-align: center; }
  244.         .thumbmsg img { width: 120px; height: 100px; display: block; border: 1px solid #F1F5F6; padding: 1px; margin-bottom:

  245. 5px; }

  246. .side .thumblist { margin: 0; padding: 0; list-style: none; }
  247.         .side .thumblist li { border-bottom: 1px solid #FFF; padding-left: 77px !important; background-image: none !

  248. important; height: 67px; }
  249.                 .side .thumblist li div { float: left; display: inline; margin-left: -67px; border: 1px solid #E9E9E9;

  250. background: #FFF; }
  251.                 .side .thumblist li img { width: 60px; height: 60px; }
  252.                         .side .thumblist li h6 { font-size: 1em; margin: 5px 0; font-weight: normal; }
  253.                                 .side .thumblist li h6 a { color: #1DA4CD; }
  254.                         .side .thumblist li p { margin: 0; color: #656D77; }

  255. .msgtitlelist { margin: 5px; padding: 0; list-style: none; line-height: 1.8em; }
  256.         .msgtitlelist li { height: 1.8em; overflow: hidden; }
  257.                 .msgtitlelist cite { float: right; font-style: normal; width: 5em; height: 1.8em; color: #B9BCBF; overflow:

  258. hidden; }
  259.                         .msgtitlelist cite a { color: #1DA4CD; }

  260. .list2col { zoom: 1; overflow: hidden; }
  261.         .list2col li { width: 48%; float: left; display: inline; margin: 0 5px; }

  262. .linelist li { background: url(../images/dotline_h.gif) repeat-x bottom; }

  263. .articlelist { font-size: 1.17em; }

  264. .imagelist { margin: 0; padding: 0 0 0 11px; list-style: none; background: #F1F5F6; zoom: 1; overflow: hidden; }
  265.         .imagelist li { float: left; display: inline; width: 100px; height: 130px; overflow: hidden; margin: 8px 14px 0;

  266. text-align: center; }
  267.                 .imagelist div { display: table; width: 100px; height: 100px; background: #FFF; overflow: hidden; font-size:

  268. 80px; line-height: 80px; }
  269.                         .imagelist div a { display: table-cell; vertical-align: middle; }
  270.                         .imagelist img { max-width: 100px; max-height: 100px; width: expression(this.width > 100 &&

  271. this.width > this.height ? 100 : true); height: expression(this.height > 100 ? 100 : true); font-size: 12px; }
  272.                         @media all and (min-width: 0px){ .imagelist img { width: 100px; height: 100px; } } /*for Opera Only*/
  273.                 .imagelist p { margin: 0; line-height: 30px; height: 30px; overflow: hidden; }

  274. .newimage { margin: 0; padding: 0 0 0 11px; list-style: none; background: #F1F5F6; zoom: 1; overflow: hidden; }
  275.         .newimage li { float: left; display: inline; width: 75px; height: 100px; overflow: hidden; margin: 8px 14px 0; text-

  276. align: center; }
  277.                 .newimage div { display: table; width: 75px; height: 75px; background: #FFF; overflow: hidden; font-size:

  278. 75px; line-height: 75px; }
  279.                         .newimage div a { display: table-cell; vertical-align: middle; }
  280.                         .newimage img { max-width: 75px; max-height: 75px; width: expression(this.width > 75 && this.width >

  281. this.height ? 75 : true); height: expression(this.height > 75 ? 75 : true); font-size: 12px; }
  282.                         @media all and (min-width: 0px){ .newimage img { width: 75px; height: 75px; } } /*for Opera Only*/
  283.                 .newimage p { margin: 0; line-height: 24px; height: 24px; overflow: hidden; }

  284. .messagelist { margin: 0; padding: 0; list-style: none; }
  285.         .messagelist li { background: url(../images/dotline_h.gif) repeat-x bottom; padding: 5px 10px; }
  286.                 .messagelist h4 { border-left: 3px solid #1175BA; padding-left: 5px; margin: 5px 0 0; font-size: 1.17em; }
  287.                         .messagelist h4 a { color: #333; }
  288.                 .messagelist p { margin: 5px 0; padding-left: 8px; color: #656D77; line-height: 1.7em; }
  289.                         .messagelist p.msginfo { color: #999; }

  290. .thumbmsglist { margin: 0; padding: 0; list-style: none; clear: both; }
  291.         .thumbmsglist li { background: url(../images/dotline_h.gif) repeat-x bottom; padding: 5px 10px; zoom: 1; overflow:

  292. hidden; }
  293.                 .thumbmsglist li .thumb { float: left; width: 80px; height: 80px; margin: 0; text-align: center; overflow:

  294. hidden; }
  295.                         .thumbmsglist li .thumb img { border: 1px solid #F3F3F5; padding: 1px; max-width: 75px; max-height:

  296. 75px; width: expression(this.width > 75 && this.width > this.height ? 75 : true); height: expression(this.height > 75 ? 75 :

  297. true); }
  298.                 .thumbmsglist div { float: right; width: 550px; }
  299.                 .thumbmsglist li em { float: right; color: #1DA4CD; font-style: normal; }
  300.                 .thumbmsglist li h4 { margin: 0; font-size: 1.17em; }
  301.                         .thumbmsglist li h4 a { color: #333; }
  302.                 .thumbmsglist li h6 { margin: 0; font-size: 1em; font-weight: normal; }
  303.                         .thumbmsglist li h6 a { color: #1DA4CD }
  304.                 .thumbmsglist li p { margin: 5px 0; color: #656D77; line-height: 1.7em; }
  305.                         .thumbmsglist li p.msginfo { color: #999; }

  306. .thumb2col { padding: 10px; zoom: 1; overflow: hidden; }
  307.         .thumb2col li { width: 320px; w\idth: 300px; float: left; }
  308.                 .thumb2col li div { width: 210px; }


  309. .blockcategorylist { zoom: 1; overflow: hidden; background: url(../images/dotline_v.gif) repeat-y 50% 0; }
  310.         .blockcategory { float: left; width: 49.9%; height: 280px; background: url(../images/dotline_h.gif) repeat-x top;

  311. overflow: hidden; }
  312.                 .blockcategory h3 { margin: 2px 0 0; font-size: 1.17em; background: #F3F3F5; line-height: 1.8em; padding-

  313. left: 5px; }
  314.                         .blockcategory h3 a { color: #000; }
  315.         .blockcategory .more { color: #1DA4CD; }

  316. /*栏目封面图片*/
  317. .catepic { text-align: center; background: url(../images/dotline_h.gif) repeat-x bottom; }
  318.         .catepic img { margin-top: 10px; max-width: 170px; max-height: 170px; width: expression(this.width > 170 &&

  319. this.height < this.width ? 170: true); height: expression(this.height > 170 ? 170: true); }
  320.         .catepic p { text-align: left; padding: 10px; margin: 0; }

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

  326. /*阅读文章*/
  327. #articledetail {}
  328.         #articlectrl {margin: 0; padding:0;line-height:28px; height:28px; }
  329.                 #articlectrl span { float: right; }
  330.         h1#articletitle { margin: 0; text-align: center; font-size: 1.33em; }
  331.         #articleinfo { text-align: center; color: #999; }
  332.         #articlebody { font-size: 1.17em; line-height: 1.8em; background: url(../images/dotline_h.gif) repeat-x bottom; }
  333.                 #articlebody * { line-height: normal; }
  334.                         #articlebody p, #articlebody div { line-height: 1.8em !important; margin: 10px 0; }
  335.                                 #articlebody  p *, #articlebody  div * { line-height: normal !important; }
  336.                 #articlebody img { max-width: 500px; max-height: 500px; width: expression(this.width>500 &&

  337. this.width>this.height ? 500 : true); height: expression(this.height > 500 ? 500 : true); }

  338. /*评论列表*/
  339. #commentlist dl { margin: 0; padding: 0; }
  340.         #commentlist dt { border: solid #E1ECF0; border-width: 1px 1px 0; padding: 5px; background: #F4F4F4; }
  341.         #commentlist dt span { float: right; }
  342.         #commentlist dd { margin: 0 0 5px; border: solid #E1ECF0; border-width: 0 1px 1px; padding: 5px; line-height: 1.8em;

  343. }
  344.                 #commentlist dd * { line-height: normal; }
  345.                         #commentlist dd p, #commentlist dd div { line-height: 1.8em !important; margin: 10px 0; }
  346.                                 #commentlist dd p *, #commentlist dd div * { line-height: normal !important; }
  347.                 #commentlist dd img { max-width: 500px; max-height: 500px; width: expression(this.width>500 &&

  348. this.width>this.height ? 500 : true); height: expression(this.height > 500 ? 500 : true); }
  349.                 #commentlist dd .xspace-quote { margin: 10px 10px 10px 30px; padding: 5px; border-left: 3px solid #1175BA;

  350. line-height: 1.8em; }
  351.         #commentlist p.more { margin: 5px 0; background: url(../images/icon_item.gif) no-repeat 5px 6px; padding-left: 13px;

  352. }
  353.                 #commentlist p.more a { font-weight: bold; color: #1DA4CD; }


  354. /*投票*/
  355. #xspace-rates { text-align: center; width: 430px; margin: 5px auto; padding: 20px 0; height: 90px; he\ight: 50px; overflow:

  356. hidden; background: #FFF; }
  357.         #xspace-rates-bg { width: 210px; height: 30px; margin: 0 auto 5px; background: url

  358. (../../../images/base/rate_star.gif); }
  359.                 #xspace-rates-star { height: 30px; background: url(../../../images/base/rate_star.gif) 0 -30px; margin: 0

  360. auto 0 0; }
  361.                 #xspace-rates-a { height: 30px; margin-top: -30px; }
  362.                 #xspace-rates a { float: left; text-align: left; width: 30px; height: 30px; text-indent: -999px; overflow:

  363. hidden; background-color: transparent !important; }
  364.                 .xspace-rates-5 { width: 30px; }
  365.                 .xspace-rates-3 { width: 60px; }
  366.                 .xspace-rates-1 { width: 90px; }
  367.                 .xspace-rates0 { width: 120px; }
  368.                 .xspace-rates1 { width: 150px; }
  369.                 .xspace-rates3 { width: 180px; }
  370.                 .xspace-rates5 { width: 210px; }
  371.         #xspace-rates p { margin: 0; }

  372. /*发表评论*/
  373. #comment { width: 430px; margin: 0 auto 5px; background: #FFF; }
  374.         #comment h2 { margin: 0; font-size: 1.17em; line-height: 2em; padding-left: 10px; }
  375.         #comment form { margin: 0; padding: 5px 15px; }
  376.         #comment p { margin: 0.3em 0; }
  377.                 .seccodeline * { vertical-align: middle; }
  378.                 #comment label { margin-right: 10px; }
  379.                 #message { border: 1px solid #B2C9D3; padding: 5px; vertical-align: text-top; height: 80px; width: 340px; }
  380.                 #seccode { border: 1px solid #B2C9D3; height: 23px; line-height: 23px; padding: 0 5px; }
  381.         #submitcomm { margin-left: 3.1em; }

  382. #search { width: 600px; margin: 0 auto; }
  383.         #search form { text-align: center; margin: 4em 0; }
  384.         #search .open { text-align: left !important; line-height: 30px; margin: 2em !important; }
  385.                 #search .open div div { clear: both; padding-left: 7em; }
  386.                 #search .open label { float: left; width: 7em; }
  387.                         #search .open div label { margin-left: -7em; }
  388.                 #search .open  button { float: right; }
  389.         #search .open fieldset { border: none; margin: 0; padding: 0; }
  390.                 #search .open fieldset label { float: none; margin: auto; white-space: nowrap; margin-right: 1em; }





  391. #footerlink { padding: 10px 0 2px; margin: 0 5px; background: url(../images/dotline_h.gif) repeat-x top; color: #DDD; text-

  392. align:center;}

  393. #footer { width: 990px; margin: 0 auto; padding: 20px 0 30px; font: 0.83em Verdana, Arial, Helvetica, sans-serif;

  394. color:#999;}
  395.         #footer a{color:#CCC;}
  396.         #footer p { margin: 0; }
  397.                 #footer strong { color: #ED1C24; text-transform: uppercase; }
  398.                         #footer strong span { color: #0954A6; }
  399.                 #footer em { font-style: normal; font-weight: bold; color: #96A800; }




  400. .floatAd{ color:#FFF; text-align:left;}
  401. .floatAd a{ color:#FFF;}
  402. .adbox { width: 100%; overflow: hidden; margin-bottom: 5px; text-align: center; }
复制代码
回复

使用道具 举报

mikky 发表于 2008-5-23 13:24:30 | 显示全部楼层
16%                                          9%
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-14 22:16 , Processed in 0.108632 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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