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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑难] 请教SS/XS-官方模板的宽度如何加宽啊?怎么改?

[复制链接]
mmbbo 发表于 2007-7-9 16:07:03 | 显示全部楼层 |阅读模式
SS/XS-官方模板的宽度如何加宽 ??在哪里改 改哪个文件??谢谢
理解万岁 发表于 2007-7-9 17:04:18 | 显示全部楼层
CSS和页面文件都要改
CSS改宽度,页面改调用条数。
菜鸟就别瞎弄了
回复

使用道具 举报

yangyong2006 发表于 2007-7-25 09:11:35 | 显示全部楼层
能说的稍微详细点吗?
回复

使用道具 举报

yangyong2006 发表于 2007-7-25 12:02:45 | 显示全部楼层
顶上去         
回复

使用道具 举报

 楼主| mmbbo 发表于 2007-7-29 08:16:52 | 显示全部楼层
育儿门户网站,育儿知识,宝宝博客、宝宝相册、怀孕食谱、早期教育、育儿论坛
回复

使用道具 举报

 楼主| mmbbo 发表于 2007-8-4 14:35:50 | 显示全部楼层
:)
回复

使用道具 举报

gengaluo 发表于 2007-8-5 19:46:28 | 显示全部楼层
我也在找啊,就是SS/XS-默认模板的宽度

那位知道啊?
回复

使用道具 举报

gengaluo 发表于 2007-10-10 12:29:29 | 显示全部楼层
有没有知道啊/?
回复

使用道具 举报

123752619 发表于 2007-10-10 12:48:42 | 显示全部楼层
打开SS目录的 templates/default/css 文件夹
打开 style.css 文件
找到
/*侧边样式*/
.sideL { width: 210px; float: left; overflow: hidden; }
.sideR { width:
190px; float: right; overflow: hidden; }
/*中间部分样式*/
.mainarea { margin: 0 4px; width: 362px; float: left; }
    .contentL .mainarea { margin: 0 0 0 4px; width: 556px; }
    .contentR .mainarea { margin: 0 6px 0 0; width:
574px; }

/*-----------------------------------------------------------------------------------各版块样式*/
修改上面的加粗的部分就OK了
下面是我网站修改好的代码
/*侧边样式*/
.sideL { width:235px; float: left; overflow: hidden; }
.sideR { width: 280px; float: right; overflow: hidden; }
/*中间部分样式*/
.mainarea {
    width: 415px;
    float: left;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 10px;
}
    .contentL .mainarea { margin: 0 0 0 10px; width: 705px; }
    .contentR .mainarea { margin: 0 10px 0 0; width: 660px; }

/*-----------------------------------------------------------------------------------各版块样式*/
还有:找到#wrap   改为:
#wrap {
    text-align: left;
    width: 950px;
    w\idth: 950px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}
同样  将#menu里面也有个  width: px;
    w\idth: px;  将值改为950px

[ 本帖最后由 123752619 于 2007-10-10 12:49 编辑 ]
回复

使用道具 举报

luoyangwang 发表于 2007-10-10 12:58:43 | 显示全部楼层
原帖由 mmbbo 于 2007-7-9 16:07 发表
SS/XS-官方模板的宽度如何加宽 ??在哪里改 改哪个文件??谢谢
  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: 970px; }

  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. /*头部导航*/

  49. #pagetitle { width:930px
  50.              height: 60px;
  51.              he\ight: 60px;
  52.              border-bottom: 4px
  53.              solid #fefbf1;
  54.              overflow: hidden;
  55.               margin:0px auto;
  56.              clear:both;
  57. }
  58.         #logo { border-right: 1px solid #ffaa29; padding:2px 0px 0px 20px; margin-right: 10px; }
  59.         .banner468 {padding:2px 20px 0px 0px; float: right; }
  60. /* 通行证登录 */
  61. #topLogin{
  62.         width:940px;
  63.         height:31px;
  64.         margin:0px auto;
  65.         clear:both;
  66.         padding:5px 10px 0px 10px;
  67.         background:#EBEBEB;
  68.         border-bottom:1px #CACACA solid;
  69.         overflow:hidden;
  70. }
  71. /* 通行证登录1 */
  72. .passport{ margin:0 auto; width:970px; height:31px;background:#EBEBEB;border-bottom:1px #CACACA solid;}
  73. .passport .s1{float:left; padding:7px 0 0 10px;}
  74. .passport .s2{float:left; padding:5px 0 0 5px;}
  75. .passport .s2 input{border:1px solid #000; width:50px; font-size:12px;}
  76. .passport .s2 select{font-size:12px;}
  77. .passport .s3{float:left; padding:5px 0 0 2px;}
  78. .passport .s3 button{height:20px; width:48px; background:url(http://www.th9th.com/templates/mop/images/input_bg3.gif); border:0; padding:2px 0 0; font-size:12px;}
  79. .right{ float: right;}
  80. *html #topLogin{
  81. height:29px;
  82. padding:5px 10px 0px 10px;
  83. }

  84. #topLogin div{
  85.         float:left;
  86.         line-height:25px;
  87.         color:#123B8D;
  88. }
  89. #topLogin div td{
  90.         height:25px;
  91.         line-height:25px;
  92. }
  93. #topLogin span{
  94.         color:#123B8D;
  95.         font-family:宋体;
  96. }
  97. #topLogin span a{
  98.         color:#123B8D;
  99.         text-decoration:none;
  100. }
  101. #topLogin span a:hover{
  102.         text-decoration:underline;
  103. }
  104. #topLogin a{
  105.         color:#123B8D;
  106.         text-decoration:underline;
  107. }
  108. #topLogin a:hover{
  109.         text-decoration:none;
  110. }
  111. .input1{
  112.         height:16px;
  113.         line-height:16px;
  114.         border:1px #B6B6B6 solid;
  115. }
  116. /*logo行*/
  117. #topNav1{
  118.         margin:0px auto;
  119.         width:945px;
  120.         height:46px;
  121.         padding:5px 0px 0px 15px;
  122.         clear:both;
  123. }
  124. *html #topNav1{
  125.         width:945px;
  126.         padding:5px 0px 0px 15px;
  127. }
  128. #topNav1 li{
  129.         float:left;
  130.         font-size:14px;
  131.         font-weight:bold;
  132. }
  133. #topNav1 li a{
  134.         color:#3665A9;
  135. }
  136. #topNav1 li a.dzh{
  137.         color:#6B3200;
  138. }
  139. /*频道导航*/
  140. #topNav2{
  141.         margin:0px auto;
  142.         width:980px;
  143.         height:35px;
  144.         padding:7px 10px 2px 20px;
  145.         background:url(../images/nav_bg.gif) no-repeat;
  146.         overflow:hidden;
  147.         clear:both;
  148.         line-height:18px;
  149.         color:#8A8E92;
  150.         word-spacing:5px;
  151. }
  152. *html #topNav2{
  153.         width:940px;
  154.         padding:7px 10px 2px 22px;
  155.         word-spacing:5px;
  156. }
  157. *+html #topNav2{
  158.         word-spacing:4px;
  159. }
  160. /*通栏*/
  161. /*顶部导航*/
  162. #topmenu { background: #E8F7FC; border-bottom: 4px solid #F5FBFF; text-align: right; line-height: 2em; }
  163.         #topmenu ul { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid #C1D8E0; }
  164.                 #topmenu li { display: inline; border-left: 1px solid #C1D8E0; padding-left: 1em; padding-right: 0.5em; }
  165.                         #topmenu a { color: #154BA0; }

  166. #pagetitle { padding: 8px 0; height: 76px; he\ight: 60px; border-bottom: 4px solid #F5FBFF; overflow: hidden; }
  167.         #logo { border-right: 1px solid #86B9D6; padding: 0 10px; margin-right: 10px; }
  168.         .banner468 { float: right; }

  169. /*主导航*/
  170. #menu { border-top: 3px solid #86B9D6; border-bottom: 1px solid #86B9D6; line-height: 25px; background: url(../images/menu_bg.gif); width: 970px; overflow: hidden; }
  171.         #menu ul { list-style: none; margin: 0 1em; padding: 0; width: 100%; overflow: hidden; }
  172.                 #menu li { float: left; margin: 0 2px; width: 6em; overflow: hidden; white-space: nowrap; }
  173.         /*首页导航*/
  174.         #menu dl { margin: 0 1.5em; padding: 0; height: 25px; overflow: hidden; }
  175.                 #menu dt { float: left; width: 4em; white-space: nowrap; }
  176.                         #menu dt a { color: #5086A5 !important; }
  177.                 #menu dd { float: left; width: 6em; margin: 0 2px; overflow: hidden; white-space: nowrap; }

  178. /*您的位置导航*/
  179. #navigation { padding: 1.2em 0; }
  180.         #navigation p { margin: 0;}
  181.                 #navigation p a, #navigation p strong { margin: 0 0.5em; }
  182.         #searchform { float: right; }
  183.                 #searchform * { vertical-align: top; }
  184.                 #searchform button { margin-left: 0.5em; }
  185.         /*简单页面的位置导航*/
  186.         #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; }
  187.                 #navigation.simplepage p { float: right; margin-right: 0.5em; }
  188.                 #navigation.simplepage h1, #navigation.simplepage h2 { margin: 0; font-size: 1.2em; padding-left: 32px; }

  189. /*-----------------------------------------------------------------------------------布局*/

  190. .content, .contentL, .contentR { width: 100%;}
  191.         /*\*/ * html .content, * html .contentL, * html .contentR { height: 1%; } /**/ *>.content, *>.contentL, *>.contentR { overflow: hidden; }
  192. /*侧边样式*/
  193. .sideL { width: 280px; float: left; overflow: hidden; }
  194. .sideR { width: 240px; float: right; overflow: hidden; }
  195. /*中间部分样式*/
  196. .mainarea { margin: 0 4px; width: 440px; float: left; }
  197.         .contentL .mainarea { margin: 0 0 0 4px; width: 556px; }
  198.         .contentR .mainarea { margin: 0 6px 0 0; width: 722px; }

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

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

  204. /*侧边版块*/
  205. .block { margin: 0 0 6px; border: 1px solid #B2C9D3; background: #FFF; }
  206.         .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; }
  207.                 .block h3 a { color: #5086A5; }
  208.                 /*\*/ * html .sideblock h3 { height: 1%; } /**/
  209.         .blockintro { margin: 8px; line-height: 1.6em; }
  210.                 .blockintro a { color: #316AA5; }
  211.         .blockintroimg { float: right; margin: 5px 0 2px 5px; width: 80px; height: 80px; border: 4px solid #E2F0F9; }

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

  218. /*简单版块*/
  219. .cleanblock { background: #F5FBFF; }
  220. /*居顶部的版块*/
  221. .topblock { border-top: 3px solid #86B9D6; !important; }

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

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

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

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

  238. /*多行带摘要信息列表*/
  239. .messagelist { margin: 0; padding: 5px 8px; list-style: none; line-height: 1.6em; }
  240.         .messagelist li { margin: 5px 0 25px;}
  241.                 .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; }
  242.                         .messagelist h4 em { float: right; font-style: normal; padding-right: 5px; }
  243.                         .messagelist h4 a { color: #316AA5; }
  244.                                 .messagelist h4 a:visited { font-weight: normal; }
  245.                         .messagelist p { margin: 5px 0; }
  246.                                 .messagelist p a { color: #316AA5; }

  247. /*资讯列表*/
  248. .newslist { margin: 0; padding: 0; list-style: none; line-height: 2.2em; }
  249.         .newslist li { padding-left: 1em; font-size: 1.17em; background: url(../images/list_icon.gif) no-repeat 8px 0.7em; }
  250.        
  251. /*信息列表(收起摘要时的状态)*/
  252. .cleanlist { margin: 0; padding: 5px 8px; list-style: none; line-height: 1.6em; }               
  253.         .cleanlist h4 { background: url(../images/dotline_h.gif) repeat-x bottom; margin: 0; font-size: 1.17em; line-height: 2em; }
  254.                 .cleanlist h4 em { float: right; font-style: normal; }
  255.                 .cleanlist h4 a { font-weight: normal; background: url(../images/list_icon.gif) no-repeat 0 0.4em; padding-left: 10px; }
  256.                         .cleanlist h4 em a { background-image: none; padding-left: 0; }
  257.         .cleanlist p { display: none; }

  258. /*带缩略图的信息列表*/
  259. .thumbmsglist { margin: 0; padding: 10px; list-style: none; }
  260.         .thumbmsglist li { padding-left: 100px; height: 100px; }
  261.                 .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; }
  262.                         .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); }
  263.                 .thumbmsglist li p { margin: 0; }
  264.                 .thumbmsglist li em { float: right; font-style: normal; margin-top: 6px; }
  265.                         .thumbmsglist li em strong { color: #090; }
  266.                 .thumbmsglist li h4 { margin: 0; line-height: 26px; height: 26px; overflow: hidden; font-size: 1em; padding-left: 5px; }
  267.                         .thumbmsglist li h4 a { color: #0954A6; }
  268.                 .msgintro { background: #F5FCFF; padding: 15px 5px 0; height: 29px; he\ight: 14px; overflow: hidden; }
  269.                 .thumbmsglist .msginfo { background: #F5FCFF url(../images/dotline_h.gif) repeat-x bottom; padding: 5px 5px 10px; }


  270. /*热门话题*/
  271. #hottag { overflow: hidden;  }
  272.         #hottag div { padding: 0.5em; overflow: hidden; line-height: 1.8em; }
  273.                 #hottag a { margin-right: 0.2em; white-space: nowrap; }
  274.                         #hottag a em { color: #999; font-style: normal; }

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

  277. /*同城空间*/
  278. #cityspace form { width: 10.5em; margin: 0 auto; padding: 7px 0; }
  279.         #cityspace select { margin: 2px 0; }
  280.         #cityspace button { float: right; margin-top: 4px; width: 3.5em; height: 3.5em; }

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

  285. /*图片列表*/
  286. .imgthumblist { margin: 0; padding: 0; list-style: none; padding-bottom: 6px; }
  287.         /*\*/ * html .imgthumblist { height: 1%; }/**/ *>.imgthumblist { overflow: hidden; }
  288.                 .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; }
  289.                         .imgthumblist p { margin: 0; line-height: 22px; }

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

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

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

  303. /*带缩略图的信息列表*/
  304. .imgtitlelist { margin: 10px 0; padding: 0; list-style: none; }
  305.                 .imgtitlelist li { padding-left: 85px; padding-bottom: 5px; margin: 5px 0; border-bottom: 1px solid #E2F0F9; }
  306.                 /*\*/ * html .imgtitlelist li { height: 1%; } /**/ .imgtitlelist>li { overflow: hidden; }
  307.                         .imgtitlelist li h4 { margin: 0.3em 0; font-size: 1em; }
  308.                         .imgtitlelist li img { float: left; margin-left: -85px; width: 70px; height: 70px; padding: 3px; background: #FFF; border: 1px solid #DFDFDF; }
  309.                         .imgtitlelist li p { margin: 0; line-height: 1.5em; }
  310.         .block .imgtitlelist li { padding-left: 65px; }
  311.                 .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; }


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


  313. .coverlist { margin: 0; padding: 0; list-style: none; }
  314.         /*\*/ * html .coverlist { height: 1%; } /**/ *>.coverlist { overflow: hidden; }
  315.                 .coverlist li { float: left; display: inline; width: 260px; height: 120px; margin: 5px 10px; overflow: hidden; }
  316.                         .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; }
  317.                                 .cover a { display: table-cell; vertical-align: middle; text-align: center; width: 100px; }
  318.                                         .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; }
  319.                                                 @media all and (min-width: 0px){ .cover img { width: 90px; height: 100px; } } /*for Opera Only*/
  320.                         .coverlist li ul { margin: 10px 0 0 120px; padding: 0; list-style: none; line-height: 18px; }
  321.                                 .coverlist li li { float: none; display: list-item; width: auto; height: auto; margin: 0; }
  322.                         .coverlist h4 { margin: 0; font-size: 1em; font-weight: normal; }
  323.                                 .coverlist h4 a { color: #316AA5; }

  324. .videoscrlist { margin: 0; padding: 0; list-style: none; }
  325.         /*\*/ * html .videoscrlist { height: 1%; } /**/ *>.videoscrlist { overflow: hidden; }
  326.                 .videoscrlist li { float: left; display: inline; width: 260px; height: 120px; margin: 5px 10px; overflow: hidden; }
  327.                         .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; }
  328.                                 .videoscr a { display: table-cell; vertical-align: middle; text-align: center; width: 100px; }
  329.                                         .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; }
  330.                                                 @media all and (min-width: 0px){ .videoscr img { width: 90px; height: 100px; } } /*for Opera Only*/
  331.                         .videoscrlist li ul { margin: 10px 0 0 120px; padding: 0; list-style: none; line-height: 18px; }
  332.                                 .videoscrlist li li { float: none; display: list-item; width: auto; height: auto; margin: 0; }
  333.                         .videoscrlist h4 { margin: 0; font-size: 1em; font-weight: normal; }
  334.                                 .videoscrlist h4 a { color: #316AA5; }

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

  339. .avatarlist { margin: 0; padding: 0; list-style: none; }
  340.         /*\*/ * html .avatarlist { height: 1%; }  /**/ *>.avatarlist { overflow: hidden; }
  341.         .avatarlist li { float: left; width: 113px; padding: 0; overflow: hidden; text-align: center; }
  342.                 .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; }
  343.                         .avatarlist li div a { display: table-cell; vertical-align: middle; font-size: 65px; line-height: 65px; }
  344.                                 .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); }
  345.                                         @media all and (min-width: 0px){ .avatarlist li div img { width: 75px; height: 75px; } } /*for Opera Only*/
  346.                 .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; }
  347.                         .avatarlist li li { float: none; padding: 0; height: 17px; overflow: hidden; }
  348.                         /*.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; }
  349.                                 .joingroup:hover { background-color: #FFF; text-indent: 20px; opacity: 0.95; filter: alpha(opacity=95); }*/

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

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

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

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

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

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

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

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

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



  388.         #articlebody { width: 97%; margin: 0 auto; padding: 1em 0; overflow: hidden; overflow-y: hidden; line-height: 1.8em; font-size: 1.17em; }
  389.                 #articlebody * { line-height: normal; }
  390.                         #articlebody  p, #articlebody  div { line-height: 1.8em !important; margin: 10px 0; }
  391.                                 #articlebody  p *, #articlebody  div * { line-height: normal !important; }
  392.        
  393.         /*自定义信息*/
  394.         #articlebody .addoninfo { border: 1px solid #EEE; }
  395.                 #articlebody .addoninfo h5 { font-size: 1em; margin: 0; line-height: 2em !important; border-bottom: 1px solid #EEE; padding-left: 1em; }
  396.                 #articlebody .addoninfo ul { margin: 0.5em 0 0.5em 2em; padding: 0; }
  397.                         #articlebody .addoninfo li { line-height: 1.6em !important; }
  398.        
  399.         #articlebody img { width: expression(this.width > 500 ? 500: true); max-width: 500px;  }
  400.                 .imglogolist { margin: 0; padding: 0; list-style: none; text-align: center; }
  401.        
  402.         #articlebody kbd.showvideo, #articlebody kbd.showflash { font: 1em Arial, Helvetica, sans-serif; cursor: pointer; text-decoration: underline; }

  403. /*评论列表 */
  404. .commentlist { margin: 0; padding: 10px; list-style: none; }
  405.         .commentlist li { padding-bottom: 20px; }
  406.                 .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; }
  407.         .commentlist img { width: expression(this.width > 500 ? 500: true); max-width: 500px;  }

  408. /*发表评论*/
  409.         #comment form { margin: 0; padding: 5px 15px; }
  410.         #comment p { margin: 0.3em 0; }
  411.                 .seccodeline * { vertical-align: middle; }

  412.                 #xspace-rates { text-align: center; height: 50px; background: #FFF; padding: 20px 0; border-bottom: none; margin-bottom: 0; }
  413.                 #xspace-rates-bg { width: 210px; height: 30px; margin: 0 auto 5px; background: url(../../../images/base/rate_star.gif); }
  414.                         #xspace-rates-star { height: 30px; background: url(../../../images/base/rate_star.gif) 0 -30px; margin: 0 auto 0 0; }
  415.                         #xspace-rates-a { height: 30px; margin-top: -30px; }
  416.                         #xspace-rates a { float: left; text-align: left; width: 30px; height: 30px; text-indent: -999px; overflow: hidden; background-color: transparent !important; }
  417.                         .xspace-rates-5 { width: 30px; }
  418.                         .xspace-rates-3 { width: 60px; }
  419.                         .xspace-rates-1 { width: 90px; }
  420.                         .xspace-rates0 { width: 120px; }
  421.                         .xspace-rates1 { width: 150px; }
  422.                         .xspace-rates3 { width: 180px; }
  423.                         .xspace-rates5 { width: 210px; }

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

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

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

  431. /*内嵌登录面板*/
  432. #userpanel { height: 8.8em; overflow: hidden; }
  433.         #userpanel form { margin: 5px auto; width: 150px; }
  434.                 #userpanel input { width: 90px; }
  435.                 #userpanel p { margin: 0.5em 0; }
  436.                 #userpanel #dologin { float: right; }
  437.                 #userpanel form a { line-height: 2em; color: #B353B3; border-right: 1px solid #86B9D6; padding-right: 5px; }
  438.         /*登录后*/
  439.         #userpanel ul { margin: 0 5px; }
  440.         #userpanel li { border-bottom: 1px solid #EEE; background: url(../images/list_icon.gif) no-repeat 0.3em 0.8em; padding-left: 12px; }

  441. /*登录页面*/
  442. .loginarea { width: 300px; float: left; }
  443. .tips { width: 299px; float: left; border-left: 1px solid #D5E9F8; line-height: 1.8em; }

  444. /*申请个人空间*/
  445. /*#signform p { border-bottom: 1px solid #D5E9F8; height: 1%; overflow: hidden; margin: 0; padding: 0.3em; line-height: 20px; }
  446.         #signform p strong { float: left; width: 10em; }
  447.                 #signform li p { height: auto; border: none; }
  448.         #signform button { line-height: 30px; height: 30px; padding: 0 5em; }*/

  449. /*快捷面板*/
  450. .quicklink { overflow: hidden; margin: 0 0 5em; padding: 0; list-style: none; }
  451. .quicklink li { float: left; width: 33.3%; text-align: center; }
  452.         .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; }
  453.                 .sitehome { background-position: 10px 7px; }
  454.                 .bbs { background-position: 10px -83px; }
  455.                 .myspace { background-position: 10px -173px; }
  456.                 .spacemng { background-position: 10px -263px; }
  457.                 .spacesignup { background-position: 10px 7px; }
  458.                 .sitemng { background-position: 10px -443px; }
  459.                 .logout { background-position: 10px -533px; }
  460.                 .login { background-position: 10px -173px; }
  461.                 .register { background-position: 10px -353px; }
  462.         .quicklink li a:hover { border-color: #86B9D6; background-color: #F5FBFF; text-decoration: none; }

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

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

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

  473. /*投票*/
  474. #pollform legend { font-weight: bold; }
  475.         #pollsummary { line-height: 1.8em; margin: 0.3em 0; background: #EFF5FF; padding: 0.5em }
  476.         #pollresult { border: 1px solid #D5E9F8; margin: 1em 0; padding: 0.5em; }
  477.         #pollresult ul { margin: 0; padding: 0; list-style: none; }
  478.         #pollresult li { overflow: hidden; }
  479.                 #pollresult li p { margin: 2px 0 5px 0; background: #F2F2F2; height: 18px; }
  480.                 .pollpercent { float: left; width: 80%; }
  481.                         .pollpercent span { background: #8ED4F7; border-right: 1px solid #009DEA; float: left; height: 18px; }
  482.                 .pollnum { float: right; width: 20%; }
  483.         #dopoll { border: 1px solid #D5E9F8; margin: 1em 0; padding: 0.5em; text-align: center; }
  484.                 #dopoll ul { margin: 0; padding: 0; list-style: none; line-height: 2em; text-align: left; }

  485. /*搜索*/
  486. #search { width: 600px; margin: 4em auto; }
  487.         #search form { text-align: center; margin: 4em 0; }
  488.         #search .open { text-align: left !important; line-height: 30px; margin: 2em !important; }
  489.                 #search .open div div { clear: both; padding-left: 7em; }
  490.                 #search .open label { float: left; width: 7em; }
  491.                         #search .open div label { margin-left: -7em; }
  492.                 #search .open  button { float: right; }
  493.         #search .open fieldset { border: none; margin: 0; padding: 0; }
  494.                 #search .open fieldset label { float: none; margin: auto; white-space: nowrap; margin-right: 1em; }

  495. /*-----------------------------------------------------------------------------------页脚 Footer*/

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

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

  504. .msgheader {
  505. margin: 0 2em;
  506. font-weight: bold;
  507. background: #F3F8D7;
  508. padding: 5px;
  509. color: #000000
  510. }
  511. .msgborder {
  512. margin: 0 2em;
  513. padding: 10px;
  514. border: 1px solid #DEDEB8;
  515. word-wrap: break-word;
  516. background: #FDFFF2;
  517. overflow: hidden;
  518. }

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

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

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


  526. 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; }
  527.         a.minus { background-position: 0 -10px; }
  528.         a.quote { background: url(../images/link_icons.gif) no-repeat 0 -52px; }
  529.         a.del { background: url(../images/link_icons.gif) no-repeat 0 -115px; }
  530. a.author, a.author:visited { color: #090 !important; }
  531. strong.price { color: #090; }

  532. .goodrate { background: url(../images/link_icons.gif) no-repeat 0 -39px; padding: 0 5px 0 16px; }
  533. .replynum { background: url(../images/link_icons.gif) no-repeat 0 -57px; padding: 0 5px 0 16px; }
  534. .users { background: url(../images/link_icons.gif) no-repeat 0 -77px; padding: 0 5px 0 16px; }
  535. .joingroup { background: url(../images/link_icons.gif) no-repeat 0 -99px; padding-left: 16px; }
  536.         .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; }





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

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

style.rar

7.25 KB, 下载次数: 73

评分

1

查看全部评分

回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-13 10:23 , Processed in 0.041815 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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