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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

看看我的首页 与五格之间空隙怎么去掉 唉(DZ落寞了,没人回答)

[复制链接]
合肥大学生社区 发表于 2010-3-9 17:24:05 | 显示全部楼层 |阅读模式
本帖最后由 合肥大学生社区 于 2010-3-9 18:51 编辑

看我的附件图


就是 两个白色的 连一起 中间没有缝隙  修改css 什么地方


下面是我的css文件
  1. /*
  2. common.css Official Style for Discuz!(R)
  3. URL: https://discuz.dismall.com
  4. (C) 2001-2009 Comsenz Inc.
  5. */

  6. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 全局 ~~~~ */
  7. * { word-wrap: break-word; }
  8. html, body { border: 0 !important; }
  9. body { {BGCODE}; text-align: center; }
  10. body, td, input, textarea, select, button { color: {TABLETEXT}; font: {FONTSIZE}/1.6em {FONT}; }
  11. input, select, button { vertical-align:middle; }
  12. textarea { resize: none; }
  13. body, ul, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin: 0; padding: 0; }
  14. h1, h2, h3, h4, h5, h6 { font-size: 1em; }
  15. ul li { list-style: none; }
  16. a { text-decoration: none; color: {LINK}; }
  17.         a:hover { text-decoration: underline; }
  18.         .lightlink, .lightlink a { color: {HIGHLIGHTLINK}; }
  19.         a img { border: none; }
  20. em, cite, strong, th { text-align: left; font-style: normal; }
  21. .emfont { color: {NOTICETEXT}; }
  22. table { empty-cells: show; border-collapse: collapse; }
  23. th { font-weight: 400; }
  24. .txt, .txtarea { padding: 2px; *padding:0 2px; height: 16px; *height:20px; border: 1px solid; border-color: {INPUTBORDERDARKCOLOR} {INPUTBORDER} {INPUTBORDER} {INPUTBORDERDARKCOLOR}; background: {INPUTBG}; }
  25.         .txtarea { height: auto; }
  26. .checkbox, .radio { margin: 0; width: 15px; }
  27. .pipe { margin: 0 5px; }
  28. .lighttxt, .lighttxt a, .pipe { color: {LIGHTTEXT}; }
  29. .smalltext { font-size: {SMFONTSIZE}; font-family: {SMFONT}; }
  30. .noborder, .noborder td { border: none !important; }
  31. .nobg { background: none !important; }
  32. .right { float: right; }
  33. .left { float: left; }

  34. .onerror, .onright { clear: both; padding: 2px 2px 2px 22px; background: url({IMGDIR}/check_error.gif) no-repeat 2px 2px; }
  35. .onright { background: url({IMGDIR}/check_right.gif) no-repeat 2px 2px; }
  36. .notice { clear: both; margin: 5px 0; padding: 3px 5px 3px 20px; background: url({IMGDIR}/notice.gif) no-repeat 2px 6px; }
  37. .nodata { margin: 99px auto; text-align: center; color: {LIGHTTEXT}; font-size: 16px; font-weight: 700; }

  38. #ajaxwaitid { display: none; position: absolute; z-index: 100; top: 0; right: 0; width: 100px; height: 1.6em; background: #D00; line-height: 1.6em; color: #FFF; overflow: hidden; }

  39. #checksecanswer img, #checksecanswer3 img, #checkseccodeverify img, #checkseccodeverify3 img, .warning img { vertical-align: middle; }

  40. /* clearfix */
  41. .s_clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  42. .s_clear { zoom: 1; }

  43. /* Lines */
  44. hr { clear: both; margin: 1em 0; border: 0 solid {COMMONBORDER}; background: transparent; }
  45. .solidline { border-top: 1px solid {WRAPBG}; border-bottom-width: 1px; }
  46. .dashline { height: 0px; border-bottom-width: 1px; border-style: dashed; }
  47. .shadowline { *margin: 2px 0; border-width: 1px 0; border-top-color: #DCDCDC; border-bottom-color: #FFF; }
  48.         .side .shadowline { margin: 5px 0; *margin: 2px 0; }

  49. /* 此处无需替换为变量 */
  50. .cornerlayger { padding: 6px 8px; border: 1px solid #09C; background: #EBF2F8; line-height: 1.6em; }
  51. .minicorner { margin-top: -1px; height: 6px; background: url({IMGDIR}/attachinfobg.gif) no-repeat 50% 0; }

  52. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 页面结构 ~~~~ */
  53. .wrap { text-align: left; margin: 0 auto; }
  54.         #wrap { padding-bottom: 10px; min-height: 450px; border: {WRAPBORDER} solid {WRAPBORDERCOLOR}; background-color: {WRAPBG}; clear: both; }
  55.                 * html #wrap { height: 450px; }
  56.         .wrap, #nav { width: {WRAPWIDTH}; }
  57. #header { margin-bottom: 8px; min-width: {WRAPWIDTH}; width: 100%; border-bottom: {HEADERBORDER} solid {HEADERBORDERCOLOR}; }
  58.         #header .wrap { position:  relative; padding:0; {HEADERBGCODE}; min-height:140px; _height:464px;width: 1139px; overflow: relative; }
  59.         #header h2 {  position:  relative; padding:0; {HEADERBGCODE}; overflow: relative; }
  60.         #umenu { position: absolute; right: 0; top: 0; line-height: 20px; background: #000000; filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6; }
  61.                 #umenu a { margin: 0 6px; }
  62.                         #umenu cite { font-weight: 700; }
  63.                                 #umenu cite span a { margin: 0; font-weight: 400; }
  64.                         #myprompt.new { padding-left: 22px; background: url({IMGDIR}/notice_newpm.gif) no-repeat 0 50%; }
  65.                         #myprompt_menu a.new { color: {NOTICETEXT}; }
  66.                         #myprompt_menu li { float: left; width: 50%; }
  67.                         .promptmenu { margin-left: -27px; padding-top: 10px; width: 250px; background: transparent url({IMGDIR}/pm_ntc.gif) no-repeat 0 0; text-align: left; opacity: 0.98; }
  68.                                 .promptcontent { padding-bottom: 10px; background: transparent url({IMGDIR}/pm_ntc.gif) no-repeat -250px 100%; }
  69.                                         .promptmenu ul { padding: 0 10px; border: solid #91C8E2; border-width: 0 2px; background: #FEFEFE; }
  70.                                                 .promptmenu li { border-bottom: 1px solid #F4F4F4; line-height: 29px; display: block; width: 100%; color: {LIGHTTEXT}; overflow: hidden; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -o-text-overflow: ellipsis; }
  71.                                                         .promptmenu a:hover { text-decoration: none; color: {HIGHLIGHTLINK}; }
  72.                         .up { padding-top: 0; padding-bottom: 10px; width: 150px; background-position: -500px 100%; }
  73.                                 .up .promptcontent { padding-top: 5px; padding-bottom: 0; background-position: -650px 0; }
  74.                                         .up li { border-bottom: none; line-height: 160%; }
  75.                         #uchome_ntc { padding: 1px 10px 3px 15px; *padding: 2px 10px 2px 15px; background: url({IMGDIR}/notify_bg_m.gif) no-repeat 0 50%; color: #FFF !important; }
  76.                                 #uchome_ntc a { margin: 0; }
  77.                 #umenu, #umenu a, #umenu .pipe { color: #FFFFFF; }
  78. #footer { padding: 1em 0; }
  79.         #rightinfo { float: left; padding-left:46px; background: url({IMGDIR}/voora_icon.gif) no-repeat 0 50%; }
  80.         #footlink { float: right; text-align: right; }
  81.         #footer, #footer a { color: {FOOTERTEXT}; }

  82. .content { padding: 20px 25px; }
  83.         .content h1 { margin-bottom: 10px; font-size: 16px; font-weight: 400; }

  84. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 菜单、导航、分页等各种模块 ~~~~ */
  85. /* 菜单 */
  86. #menu { position: absolute; right: 0; bottom: 0; _bottom: -2px; height: 26px; }
  87.         #menu li { display: inline; float: left; margin-left: 5px; {MENUBGCODE}; }
  88.                 #menu a { float: left; padding: 0 14px; height: 25px; border: solid {MENUBORDER}; border-width: 1px 1px 0; background: transparent none; line-height: 25px; color: {MENUTEXT}; text-decoration: none; overflow: hidden; }
  89.                         #menu a.dropmenu { padding-right: 20px; background-image: url({IMGDIR}/arrow_down.gif); background-repeat: no-repeat; background-position: 95% 50%; }
  90.                 #menu a:hover { border-color: {HEADERBORDERCOLOR}; background-color: {MENUHOVER}; color: {MENUHOVERTEXT}; }
  91.                 #menu li.current a { height: 26px; border-color: {HEADERBORDERCOLOR}; background-color: {MENUHOVER}; color: {MENUHOVERTEXT}; }

  92. /* 导航 */
  93. #nav { margin: -8px auto 0; background: url({IMGDIR}/icon_nav.gif) no-repeat 0 50%; text-align: left; text-indent: 25px; line-height: 3em; }
  94.         #nav, #nav a { color: {MENUHOVERTEXT}; }

  95. .mainbox table { width: 100%; }

  96. .blocktitle { margin-bottom: 0.5em; font-size: 16px; font-weight: 700; }

  97. .channelinfo { clear: both; margin: 5px 0; color: {MIDTEXT}; }
  98.         .channelinfo img { vertical-align: middle; }
  99.         .channelinfo .onerror { * background-position: 2px 0; }

  100. /* 分页 */
  101. .pages_btns { padding: 5px 0 1em; line-height: 30px; }
  102. .pages, .pageback { float: right; padding: 2px 0; }
  103.         .pages a, .pages strong, .pageback a { float: left; padding: 0 6px; margin-right: 2px; height: 26px; border: 1px solid; line-height: 26px; overflow: hidden; }
  104.                 .pages a, .pageback a { border-color: {COMMONBORDER}; background-color: {WRAPBG}; color: {HIGHLIGHTLINK}; }
  105.                 .pages a:hover, .pageback a:hover { text-decoration: none; }
  106.                 .pages strong { border-color: {HIGHLIGHTLINK}; background-color: {HIGHLIGHTLINK}; color: #FFF; font-weight: 700; }
  107.                         .pages a.prev, .pages a.next { background-repeat: no-repeat; }
  108.                 .pages a.prev { background-image: url({IMGDIR}/arrow_left.gif); background-position: 30% 50%; padding: 0; width: 22px; overflow: hidden; text-indent: -9999px; }
  109.                 .pages a.next { padding-right: 16px; background-image: url({IMGDIR}/arrow_right.gif); background-position: 90% 50%; }
  110.         .pageback a { padding-left: 16px; background: {WRAPBG} url({IMGDIR}/arrow_left.gif) no-repeat 0 50%; }
  111.         .pages a:hover, .pageback a, .pages a.next { border-color: {HIGHLIGHTLINK}; }

  112. /* 左右结构的表格(多用于表单) */
  113. .formtable { width: 100%; }
  114.         .formtable th { padding: 5px 2px; width: 100px; }
  115.                 .formtable th a { font-weight:400; color:{HIGHLIGHTLINK}; text-decoration:underline; }
  116.         .formtable td { padding: 5px 2px; }
  117.         .formtable .sep_space th { height: 40px; }
  118.         .formtable .txt { width: 270px; }
  119.         .formtable .txtarea { float: left; margin: -1px 8px 0 0; width: 270px; height: 60px; border-top-color: {INPUTBORDER}; }

  120. /* 模拟下拉菜单样式 */
  121. .float_typeid { float: left; margin-right: 6px; }
  122.         .float_typeid select { float: left; height: 20px; }
  123.         .float_typeid a { display: block; overflow: hidden; padding: 0 17px 0 4px; width: 73px; height: 20px; text-decoration: none !important; color: {TABLETEXT} !important; border: 1px solid; border-color: {INPUTBORDERDARKCOLOR} {INPUTBORDER} {INPUTBORDER} {INPUTBORDERDARKCOLOR}; background: {INPUTBG} url({IMGDIR}/newarow.gif) no-repeat 100% 0; }
  124.         * html .float_typeid a { height: 18px; padding-top: 2px; }
  125.                 .float_typeid a:hover, .float_typeid a:focus { border: 1px solid {HIGHLIGHTLINK}; background-position: 100% -20px; }
  126.         /* ctrl 'select' width */
  127.         .float_typeid select { width: 94px; }
  128.         .short_select a { width: 39px; }
  129.         .short_select select { width: 60px; }

  130. .select_menu { border: 1px solid {HIGHLIGHTLINK}; background:{INPUTBG} url({IMGDIR}/newarow.gif) no-repeat 100% -20px; text-align: left; }
  131.         .select_menu ul { margin: 0 4px; }
  132.                 .select_menu li { color: {TABLETEXT}; cursor: pointer; }
  133.                         .select_menu li:hover { color: {HIGHLIGHTLINK}; }
  134.                         .select_menu li.current { color: {NOTICETEXT}; }

  135. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 版块列表、帖子列表、用户列表以及其他形式列表 ~~~~ */
  136. .commonlist li { margin: 4px 0; }
  137. .inlinelist li { float: left; width: 33%; }
  138.         .inlinelist li.wide { width: 49.5%; }

  139. /* 数据表 */
  140. .datalist { zoom: 1; }
  141.         .datalist table { margin-bottom: 30px; width: 100%; border: 1px solid {COMMONBORDER}; }
  142.                 .datalist th, .datalist td { padding: 4px 5px; border: 1px solid {COMMONBORDER}; font-weight: 400; }
  143.                         .datalist th img { vertical-align: top; }
  144.                 .datalist table .stat_subject { border-right: none; }
  145.                 .datalist table .stat_num { padding-right: 15px; text-align: right; border-left: none; }

  146.         .datalist .datatable { margin-bottom: 10px; }
  147.                 .datalist .datatable, .datalist .datatable th, .datalist .datatable td { border-width: 1px 0; }
  148.         .datalist .fixtable { table-layout: fixed; }

  149.         /* 交替换色中的深色背景 */
  150.         .colplural, .colplural th, .colplural td, th.highlight, td.highlight { background-color: {INTERLEAVECOLOR}; }

  151. /* 48px 头像列表,需配合 s_clear */
  152. .avt_list li { float: left; margin-right: 9px; width: 64px; height: 54px; text-align: center; }
  153.         .side .avt_list li { margin: 0; width: 33.3% }
  154.         .postmessage .avt_list li { height: 70px; }
  155.         .avt_uname li { height: 80px; }
  156.         .avt_list img { display: block; margin: 0 auto; }
  157.         .avt_list p { width: 96%; white-space: nowrap; overflow: hidden; }
  158.                 .avt_list .cornerlayger p { white-space:normal; text-align: left; }
  159.         .avt_list .minicorner { background: url({IMGDIR}/attachinfobg.gif) no-repeat -30px 0; }
  160. .avt_title { margin: 8px; }

  161. .list { border-top: 3px solid {COMMONBORDER}; }
  162.         .content .list h3 { padding-left: 6px; color: {MIDTEXT}; line-height: 35px; }
  163.         .list td, .list th { height: 50px; padding: 6px 0; border-top: 1px dashed {COMMONBORDER}; color: {MIDTEXT}; }
  164.                 .list th { background: url({IMGDIR}/forum.gif) 5px 10px no-repeat; padding-left: 45px !important; }
  165.                 .narrowlist th { vertical-align: top; }
  166.                 .list th.new { background-image: url({IMGDIR}/forum_new.gif); }
  167.                         .list th h2 em { font-weight: 400; }
  168.                                 .list th h2 em strong { color: {NOTICETEXT} }

  169. .feed { margin-bottom: 10px; }
  170.         .feed h3 { margin: 10px 0 10px 30px; font-size: 14px; color: {LIGHTTEXT}; }
  171.         .feed a { color: {HIGHLIGHTLINK}; }
  172.         .feed li { border-bottom: 1px dashed {COMMONBORDER}; }
  173.         .feed div { padding: 10px 30px; background: url({IMGDIR}/alert.gif) no-repeat 0 12px; position: relative; }
  174.                 .feed div div { padding: 0; background: none; }
  175.                 .feed .f_icon { background: none; }
  176.                         .feed .apptype { position: absolute; float: left; display: inline; margin: 3px 0 0 -30px; }
  177.                 .feed .f_thread { background-image: url({IMGDIR}/folder_new.gif); }
  178.                 .feed .f_reply { background-image: url({IMGDIR}/fastreply.gif); }
  179.                 .feed .f_quote { background-image: url({IMGDIR}/repquote.gif); }
  180.                 .feed .f_buddy { background-image: url({IMGDIR}/user_link.gif); }
  181.                 .feed .f_pin { background-image: url({IMGDIR}/pin_1.gif); background-position: 0 9px; }
  182.                 .feed .f_digest { background-image: url({IMGDIR}/digest_1.gif); }
  183.                 .feed .f_rate { background-image: url({IMGDIR}/agree.gif); }
  184.                 .feed .f_manage { background-image: url({IMGDIR}/icon_manage.gif); }
  185.                 .feed .f_magic { background-image: url({IMGDIR}/magic.gif); }
  186.                 .feed .f_trade { background-image: url({IMGDIR}/tradesmall.gif); }
  187.                 .feed .f_activity { background-image: url({IMGDIR}/activitysmall.gif); }
  188.                 .feed .f_reward { background-image: url({IMGDIR}/rewardsmall.gif); }
  189.                 .feed .f_task { background-image: url({IMGDIR}/icon_task.gif); background-position: 0 14px; }
  190.                 .feed .f_credit { background-image: url({IMGDIR}/viewpay.gif); }
  191.         .feed dfn { position: absolute; right: 0; top: 14px; *top:12px; font-style: normal; }
  192.                 .feed dfn .deloption { float: right; margin: 0; }
  193.         .feed em, .feed em a, .feed .summary { color: {LIGHTTEXT}; }
  194.                 .feed .summary { margin: 12px 2em 6px; }
  195.                         .feed dt { float: left; color: {TABLETEXT}; }
  196.                         .feed dd { margin-bottom: 6px; }
  197.         .feed .il { margin-left: 2em; white-space: nowrap; }
  198.         a.to { padding-right: 1em; background: url({IMGDIR}/arrow_right.gif) no-repeat 100% 50%; }
  199.         .feed i { margin: 0 5px; color: {LIGHTTEXT}; }
  200.         .f_thumb { margin: 5px 0; }
  201.                 .f_thumb img { margin-right: 4px; padding: 2px; max-width: 100px; max-height: 70px; border: 1px solid {COMMONBORDER} }
  202.                         * html .f_thumb img { width: 100px; height: 70px; }
  203.         .feed fieldset  { margin: 10px 0; padding: 0 0 0 20px; border: none; background: url({IMGDIR}/icon_quote_m_s.gif) no-repeat 0 0; }
  204.                 .feed ins { margin: 0; padding: 0 20px 0 0; display: inline; background: url({IMGDIR}/icon_quote_m_e.gif) no-repeat 100% 100%; line-height: 1.6em; color: {LIGHTTEXT}; text-decoration: none; }

  205. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 帖子列表相关 ~~~~ */
  206. .folder { width: 25px; text-align: center; }
  207. td.icon { width: 20px; text-align: center; }
  208.         .icon .solved { filter: alpha(opacity=30); opacity: 0.3; }
  209. .subject label { float: right; }
  210. .threadlist th a:hover, .subject a:hover { color: {HIGHLIGHTLINK}; }

  211. .datatable .subject { padding: 8px 5px; }

  212. .threadpages { white-space: nowrap; }
  213.         .threadpages a { padding: 2px 4px; color: {TABLETEXT}; }
  214.                 .threadpages a:hover { background-color: {SPECIALBG}; }
  215. .forum, .author, .lastpost { width: 110px; }
  216.         .lastpost, .lastpost cite, .lastpost em { text-align: right; }
  217.         .author cite, .lastpost cite { display: block; margin-bottom: -5px; width: 105px; height: 1.6em; overflow: hidden; }
  218.                 thead .lastpost cite { margin-bottom: 0; }
  219.         .author em, .lastpost em, .lastpost em a { font-size: 9px; font-family: Arial, sans-serif; color: {LIGHTTEXT}; }
  220.         .lastpost cite, .lastpost em { display: block; margin-right: 5px; }
  221. .nums { width: 80px; color: {LIGHTTEXT}; text-align: center; }
  222.         thead .nums { color: {TABLETEXT}; }
  223.         .nums strong { padding-right: 2px; color: {HIGHLIGHTLINK}; font-weight: 400; }
  224.         .nums em { padding-left: 2px; color: {TABLETEXT}; }
  225. .forumnums { width: 90px; padding-right: 10px !important; color: {LIGHTTEXT}; text-align: center; }
  226.         .forumnums em { color: {HIGHLIGHTLINK}; }
  227. .forumlast { width: 225px; text-align: left; }
  228. .num { width: 120px; text-align: center; color: red; }

  229. .threadlist td { padding: 0 !important; }
  230.         .threadlist .colplural th, .threadlist .colplural td { padding: 7px 0 !important; background: {SPECIALBG}; }
  231.                 .threadlist .colplural th { padding: 7px 5px !important; }
  232.                         .threadlist .colplural a { color: {HIGHLIGHTLINK}; font-family: Tahoma, sans-serif; }
  233.                                 .threadlist .colplural a:hover { text-decoration: underline; }
  234.                                 .threadlist .colplural .order_active { padding-right: 8px; background: url({IMGDIR}/order.gif) no-repeat 100% 50%; }
  235.                         .itemfilter { line-height: 18px; }
  236.                                 .itemfilter * { float: left; height: 18px; overflow: hidden; }
  237.                                 .itemfilter li { margin-right: 5px; }
  238.                                 .itemfilter .current a { margin-right: 2px; background: url({IMGDIR}/btn_block.gif) no-repeat 0 -161px; }
  239.                                         .itemfilter .current a:hover { text-decoration: none; }
  240.                                 .itemfilter span { cursor: pointer; }
  241.                                 .itemfilter .current span { padding: 0 5px; background: url({IMGDIR}/btn_block.gif) no-repeat 100% -179px; color: #FFF; }
  242.         .threadlist th em { margin-right: 4px; }
  243.         .threadlist th em, .threadlist th em a { color: {HIGHLIGHTLINK}; }
  244.         .threadlist th .attach { vertical-align: middle; }
  245.                 * html .threadlist th .attach { vertical-align: baseline; }
  246.         .threadlist th a { text-decoration: none; }

  247. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 下拉菜单 ~~~~ */
  248. .dropmenu { padding-right: 15px; background: url({IMGDIR}/arrow_down.gif) 100% 50% no-repeat; cursor: pointer; }
  249. .popupmenu_popup { overflow: hidden; padding: 10px; text-align: left; border: 1px solid {DROPMENUBORDER}; {DROPMENUBGCODE}; }
  250.         .popupmenu_popup li { margin: 3px 0; line-height: 20px; }
  251. .headermenu_popup { width: 100px; }
  252.         .headermenu_popup li { width: 100px; border-bottom: 1px solid {COMMONBORDER}; }
  253.                 .headermenu_popup a:hover { text-decoration: none; color: {HIGHLIGHTLINK}; }
  254.                 .headermenu_popup .active { font-weight: 700; }
  255. .titlemenu_popup { padding: 0; }
  256.         .titlemenu_popup li { margin: 0; }
  257.         .titlemenu_popup a { display: block; padding: 3px 8px; }
  258.         * html .titlemenu_popup a { display: inline-block; }
  259.         .titlemenu_popup .current a { background: #F1F5FA; }
  260. .filter_popup { width: 5em; }
  261.         .filter_popup li { width: 60px; }
  262. .showselect_menu { margin-bottom: 0.8em; padding: 5px; text-align: left; border: 1px solid {DROPMENUBORDER}; background: {DROPMENUBGCOLOR}; }

  263. .headactions .popupmenu_popup a, .headactions .popupmenu_popup strong { color: {MIDTEXT}; background: none; white-space: nowrap; }
  264.         .headactions .popupmenu_popup { overflow: visible; }

  265. .hasdropdownbtn {}
  266.         .hasdropdownbtn input { float: left; width: 129px; }
  267.         .hasdropdownbtn .spmediuminput { width: 115px; }
  268.         .dropdownbtn { float: left; overflow: hidden; text-indent: -9999px; width: 20px; height: 20px; border-width: 1px 1px 1px 0; border-style: solid; border-color: {INPUTBORDERDARKCOLOR} {INPUTBORDER} {INPUTBORDER} {INPUTBORDERDARKCOLOR}; background:{INPUTBG} url({IMGDIR}/newarow.gif) no-repeat 0 0; }
  269.                 .dropdownbtn:hover { background-position: 0 -20px; }

  270. /* 风格切换 */
  271. #style_switch { position: absolute; right: 0px; bottom: -25px; }
  272.         #style_switch li { float: left; padding-left: 5px; }
  273.         #style_switch a { float: left; width: 8px; height: 8px; border: 1px solid #DDD; background: #FFF; line-height: 100px; overflow: hidden; }
  274.                 #style_switch a:hover, #style_switch .current a { border-color: #FFF; }
  275.                         #style_switch .current a { margin-top: -1px; border-width: 2px; }

  276. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 广告 ~~~~ */
  277. #ad_headerbanner { float: right; margin: 5px 0 10px; }
  278. .ad_text { margin: 0 auto 5px; padding: 10px 0; width: {WRAPWIDTH}; background: {WRAPBG}; }
  279. .ad_text table { width: 100%; }
  280.         .ad_text td { padding: 3px 20px; text-align: left; }
  281. .ad_textlink1, .ad_textlink2 { margin: 10px 0; padding-left: 20px; background: url({IMGDIR}/icon_ad.gif) no-repeat 0 50%; }
  282. .ad_pip { clear: right; float: right; padding: 10px; background: {WRAPBG}; color: {LIGHTTEXT}; line-height: 130%; }
  283.         .ad_pip li { margin-bottom: 1em; }
  284.         .ad_pip a { color: {HIGHLIGHTLINK}; }
  285. .ad_topicrelated { clear: both; float: right; display: inline; margin: 0 10px 10px; padding: 10px 10px 10px 30px; border: 1px solid #78A73D; background: #CAEEC0; }
  286. .ad_column { text-align: center; }
  287. .ad_footerbanner { text-align: center; clear: both; margin: 5px; }
  288. .ad_float_left, .ad_float_right { float: right; position: fixed; top: 350px; z-index: 300; }
  289.         * html .ad_float_left, * html .ad_float_right { position: absolute; top: expression(offsetParent.scrollTop+350); }
  290.         .ad_float_left { left: 5px; }
  291.         .ad_float_right { right: 5px; }
  292. .ad_couplebanner { top: 5px }
  293. * html .ad_couplebanner { top: expression(offsetParent.scrollTop+5); }

  294. /* HEADACTION */
  295. .headactions { float: right; line-height: 1em; padding: 12px 0 0; }
  296.         .headactions img { vertical-align: middle; cursor: pointer; padding: 0 5px; }
  297.         .headactions a { margin-left: 4px; }
  298.                 .mainbox .headactions { color: {LIGHTTEXT}; }
  299.                         .mainbox .headactions strong { font-weight: 700;}

  300. .msgfix { overflow: hidden; }

  301. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 侧边 ~~~~ */
  302. .side { width: 170px; }
  303.         .sideinner .txt { margin: 6px 0; }
  304.         .side li.current a { font-weight: 700; color: {TABLETEXT}; text-decoration: none; }
  305. .with_side { {SIDEBGCODE}; }
  306.         .with_side .main { float: left; overflow: hidden; margin-left: -180px; width: 100%; }
  307.                 .with_side .content { margin-left: 180px; width: auto; }
  308.         .with_side .side { float: right; padding-bottom: 20px; width: 180px; }
  309.                 .with_side .side h2 { margin: 20px 25px 10px; color: {LIGHTTEXT}; font-size: 14px; }
  310.                 .with_side .side a { color: {HIGHLIGHTLINK}; text-decoration: underline; }
  311.                 .sideinner { padding: 0 25px; }
  312.                         .sideinner .tabs { margin: 5px 0; }
  313.                                 .sideinner .tabs li { line-height: 2em; }
  314.                 .numbg { float: right; text-align: center; width: 35px; height: 2em; background: url({IMGDIR}/numbg.gif) no-repeat 0 50%; color: #FFF; font-weight: 700; }
  315. .special { background: none; }
  316.         .special .main { float: right; }
  317.         .special .side { float: left; }
  318. .sidebox { overflow: hidden; margin: 5px 10px 10px; }
  319.         .sidebox h4 { margin-bottom: 4px; color: {HIGHLIGHTLINK}; }

  320. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 弹出层通用样式 ~~~~ */

  321. /* 弹窗 */
  322. .fwinmask {}
  323.         /* 浮动窗口最外层 */
  324.         .fwin { overflow-x: hidden; margin: 0 auto; text-align: left; }
  325.                 /* 以下 class 都可以分开写,单独定义,以便个性化 */
  326.                 /* 四条边、四个角的公用样式 */
  327.                 .t_l, .t_c, .t_r, .m_l, .m_r, .b_l, .b_c, .b_r { overflow: hidden; opacity: 0.9; filter: alpha(opacity=90); {FLOATMASKBGCODE}; }
  328.                 /* 四个角 */
  329.                 .t_l, .t_r, .b_l, .b_r { width: 8px; height: 8px; }
  330.                 /* 上下两条边 */
  331.                 .t_c, .b_c { height: 8px; }
  332.                 /* 左右两条边 */
  333.                 .m_l, .m_r { width: 8px; }
  334.                 /* 内容区 */
  335.                 .m_c { {FLOATBGCODE}; }
  336.                         .fcontent { margin: 15px; }

  337. .float_ctrl { margin-bottom: 15px; height: 20px; line-height: 20px; }
  338.         .float_ctrl em { float: left; font-size: 14px; font-weight: 700; color: {HIGHLIGHTLINK}; }
  339.                 .float_ctrl em a { text-decoration: none; }
  340.         .float_ctrl .needverify { margin-left: 8px; padding-left: 13px; width: 45px; height: 21px; line-height: 21px; background: url({IMGDIR}/re_unsolved.gif) no-repeat 0 0; font-size: 12px; color: {MIDTEXT}; font-weight: 400; }
  341.         .float_ctrl .onerror, .float_ctrl .onright { white-space: nowrap; height: auto; line-height: 140%; color: {TABLETEXT}; font-size: 12px; font-weight: 400; }

  342.         .float_ctrl span { float: right; color: {LIGHTTEXT}; }
  343.                 .float_ctrl span a, .float_ctrl strong { float: left; text-decoration: none; margin-left: 8px; font-weight: 400; color: {TABLETEXT}; }
  344.                         .float_ctrl span a:hover { color: {LIGHTTEXT}; }
  345.                 .float_close { float: left; width: 20px; height: 20px; overflow: hidden; text-indent: -9999px; background: url({IMGDIR}/newclose.gif) no-repeat 0 0; }
  346.                         .float_close:hover { background-position: 0 -20px; }

  347.                 .floatwrap { overflow: auto; overflow-x: hidden; margin-bottom: 10px; height: 280px; }
  348.                 .fcontent li { list-style: none; }
  349.                 .fcontent a { color: {HIGHLIGHTLINK}; text-decoration: underline; }
  350.                 .fcontent .list { margin: 0 auto; width: 570px; border-top: 3px solid {COMMONBORDER}; border-bottom: 3px solid {COMMONBORDER}; }
  351.                         .fcontent .list th, .fcontent .list td { padding: 3px !important; height: auto; border-bottom: 1px dashed {COMMONBORDER}; }
  352.                         .fcontent .list .btns th, .fcontent .list .btns td { border-bottom: none; }
  353.                         .fcontent .list th { width: 150px; background: none; }

  354. .postbox { clear: both; }
  355.         .moreconf { margin-top: 10px; }
  356.                 .moreconf button, .moreconf a { margin-right: 3px; }

  357. /* 登录和注册 */
  358. .loginform { float: left; margin-bottom: 10px; *margin-bottom: -10px; padding: 20px 0; width: 280px; border-right: 1px solid {CONTENTSEPARATE}; }
  359.         .regsec { margin-bottom: 10px; }
  360.         .channelinfo .onerror, .channelinfo .onright { background-position: 2px 0; }
  361.         .loginform label { clear: both; overflow: hidden; display:block; margin: 0 0 10px; line-height: 22px; }
  362.         .loginform .txt { width: 170px; }
  363.         .loginform select { width: 175px; }
  364.         .fsubmit { clear: both; margin-top: 8px; }
  365.                 .fsubmit .submit { margin-right: 8px; }
  366.                 .loginform label em, .fsubmit em { float: left; width: 60px; }
  367.                         .fsubmit .regpre { *margin-top: 4px; }
  368. .nolabelform .txt{ width: 230px; }
  369. .clause { overflow: auto; margin-bottom: 10px; width: 470px; height: 240px; }
  370. .selectinput { float: none; margin: 0 0 10px; width: 234px; height: 20px; background-color: {INPUTBG}; border: 1px solid; border-color: {INPUTBORDERDARKCOLOR} {INPUTBORDER} {INPUTBORDER} {INPUTBORDERDARKCOLOR}; }
  371.         .selectinput a { float: left; padding-right: 0; width: 61px; border: none; }
  372.                 .selectinput a:hover, .selectinput a:focus { border: none; }
  373.         .selectinput .txt { float: left; width: 160px; border: none; }
  374. .selecttype { float: none; margin: 10px 0; clear: both; }
  375.         .selecttype a, .selecttype a:hover, .selecttype a:focus { padding-right: 0; width: 230px; background-color: transparent; border-color: {FLOATBGCOLOR}; color: {LIGHTTEXT} !important; }
  376. .loginpsw label { float: left; padding-left: 4px; width: 61px; line-height: 150%; }
  377. .capslock { background: url({IMGDIR}/capslock.gif) no-repeat 98% 50%; }

  378. .logininfo { float: left; overflow: visible; margin: 87px 25px 10px 40px; }
  379.         .logininfo h4 { margin-bottom: 10px; font-weight: 400; font-size: 14px; }
  380.         .multinfo { margin-top: 53px; }

  381. /* 全局导航 */
  382. .switchnav { float: left; white-space: nowrap; overflow: hidden; width: 480px; }
  383. .postboardlist { overflow: hidden; margin: 9px 0; width: 597px; border-width: 1px 0 1px 1px; border-style: solid; border-color: {DROPMENUBORDER}; background: #FFF; }
  384.         .postboardlist li { float: left; overflow-x: hidden; overflow-y: auto; padding: 5px; width: 188px; height: 300px; border-right: 1px solid {DROPMENUBORDER}; }
  385.         .postboardlist p { height: 25px; line-height: 25px; }
  386.                 .postboardlist a { display: block; white-space: nowrap; overflow: hidden; padding: 0 4px; text-decoration: none; color: {TABLETEXT}; }
  387.                         .postboardlist a:hover { text-decoration: none; background-color: {INTERLEAVECOLOR}; }
  388.                 .postboardlist .highlightlink { color: {HIGHLIGHTLINK}; }
  389.                 .hassubboard { background: url({IMGDIR}/arrow_right.gif) right center no-repeat; }
  390.         .pbl_selected a, .pbl_selected a:hover { background-color: {HIGHLIGHTLINK}; color: #FFF !important; font-weight: 700; }

  391. /* 弹窗未开启时 */
  392. .nofloat { height: auto !important; height: 410px; min-height: 410px; background-color: {SPECIALBG}; }
  393.         .nofloat .fcontent { margin: 15px auto; width: 600px; }
  394.         .nofloat .loginform { height: auto; }
  395.         .nofloat .clause { width: auto; height: auto; }

  396. /* 发帖标题部分限宽 */
  397. .fcontent .float_postinfo { width: 568px; }

  398. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 各种标题 ~~~~ */
  399. .c_header { overflow: hidden; margin-bottom: 10px; }
  400.         * html .c_header { zoom: 1; }
  401.         .c_header h2, .c_header h3 { float: left; padding-right: 15px; background: {WRAPBG}; font-size: 14px; cursor: pointer;}
  402.         .c_header h3 { background: {WRAPBG} url({IMGDIR}/arrow_down_big.gif) no-repeat 100% 5px; color: {HIGHLIGHTLINK}; }
  403.         .searchfaq h3 { background: none;  cursor: auto; }
  404.                 .c_header .noarrow { background: none; cursor: auto; }
  405.                 .c_header h3 a { color: {HIGHLIGHTLINK}; }
  406.                 .c_header h3 span { font-size: 12px; font-weight: 400; color: {MIDTEXT}; }
  407.                 .c_header h2 em, .c_header h3 em { margin-left: 8px; font-size: 12px; color: {LIGHTTEXT}; font-weight: 400; }
  408.         .c_header_action { float: right; }
  409.         .c_header .c_header_ctrlbtn { display: none; }
  410.         .c_header .c_header_ext { display: block; }
  411. .closenode { background: url({IMGDIR}/dashline.gif) repeat-x 0 10px; }
  412.         .closenode h3 { background-image: url({IMGDIR}/arrow_right_big.gif); }
  413.         .closenode .c_header_ctrlbtn { display: block; background-color: {WRAPBG}; color: {MIDTEXT}; cursor: pointer; }
  414.         .closenode .c_header_ext { display: none; }
  415. .itemtitle { clear: both; overflow: hidden; margin-bottom: 10px; line-height: 23px; }
  416.         .itemtitle h1 { float: left; margin: 0 20px 0 0; }
  417.         .itemtitle ul { float: left; }
  418.                 .itemtitle li { float: left; margin-right: 5px; }
  419.                         .itemtitle li.pipe { margin-left: 0; }
  420.                 .itemtitle ul a { display: block; overflow: hidden; height: 23px; cursor: pointer; }
  421.                 * html .itemtitle ul a { float: left; }
  422.                         .itemtitle ul a span { display: block; padding: 0 7px; *padding: 1px 7px 0; *line-height: 22px; }
  423.                         .itemtitle ul a:hover { background: #F5F5F5 url({IMGDIR}/btn_block.gif) no-repeat 0 -46px; text-decoration: none; }
  424.                                 .itemtitle ul a:hover span { background: url({IMGDIR}/btn_block.gif) no-repeat 100% -69px; }
  425.                 .itemtitle ul a.dropmenu { padding-right: 0; background-position: 0 -161px; }
  426.                         .itemtitle ul a.dropmenu span { padding-right: 12px; background: url({IMGDIR}/btn_block.gif) no-repeat 100% -138px; }
  427.                         .itemtitle ul a.dropmenu:hover { background-position: 0 -46px; }
  428.                                 .itemtitle ul a.dropmenu:hover span { background-position: 100% -115px; }
  429.                 .itemtitle ul .current a, .itemtitle ul .current a:hover, .itemtitle ul .current a.dropmenu:hover { background: {HIGHLIGHTLINK} url({IMGDIR}/btn_block.gif) no-repeat 0 0; }
  430.                         .itemtitle ul .current a span, .itemtitle ul .current a:hover span { background: url({IMGDIR}/btn_block.gif) no-repeat 100% -23px; color: #FFF; }
  431.                         .itemtitle ul .current a.dropmenu span, .itemtitle ul .current a.dropmenu:hover span { background-position: 100% -92px; }

  432. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 发帖 ~~~~ */
  433. /* 浮动发帖 */
  434. .float_postinfo {}
  435.         .float_postinfo em { float: left; margin-right: 5px; padding-left: 3px; height: 20px; border: 1px solid; border-color: {INPUTBORDERDARKCOLOR} {INPUTBORDER} {INPUTBORDER} {INPUTBORDERDARKCOLOR}; background-color: {INPUTBG}; cursor: pointer; }
  436.                 .float_postinfo em img { margin-top: 2px; }
  437.         .float_postinfo input { float: left; }
  438.         .float_postinfo #subject { width: 358px; }
  439.         .float_postinfo .float_typeid { display: inline; margin-right: 0; margin-left: 6px; }
  440.         .viewpoint { margin: 9px 0; }
  441. .colorbox input { margin: 2px; padding: 0px; float:left; cursor: pointer; width: 12px; height: 12px; border: 0; }

  442. /* 表情 */
  443. .smilieslist { padding: 10px; border: 1px solid {DROPMENUBORDER}; {DROPMENUBGCODE}; }
  444.         .smilieslist td { padding: 8px; border: none; cursor: pointer; }
  445.         .smilieslist_page { *float: left; text-align: right; }
  446.                 .smilieslist_page a { margin-right: 5px; color: {HIGHLIGHTLINK}; text-decoration: underline; }
  447.                 .pags_act { float: left; }
  448.         .smilies_preview { margin-top: 5px; padding: 8px; background: {WRAPBG}; border: 1px solid {DROPMENUBORDER}; }

  449.         .smiliesgroup { height: 33px; *height:34px; overflow: hidden; width: expression(this.parentNode.offsetWidth); }
  450.                 .smiliesgroup ul, .imguptype { margin: 6px 0; padding: 0 0 26px 8px; border-bottom: 1px solid {CONTENTSEPARATE}; }
  451.                         .smiliesgroup li, .imguptype li { display: inline; }
  452.                         * html .smiliesgroup li, * html .imguptype li { line-height: 18px; }
  453.                                 .smiliesgroup li a, .imguptype li a { float: left; margin: 2px 6px 0 0; padding: 2px 10px; height: 19px; border: 1px solid {CONTENTSEPARATE}; color: {HIGHLIGHTLINK}; text-decoration: none; }
  454.                                         .smiliesgroup li a:focus, .imguptype li a:focus { outline: none; }
  455.                                         .smiliesgroup li a.current, .imguptype li a.current { border-bottom-color: {DROPMENUBGCOLOR}; font-weight: 700; color: {TABLETEXT}; }

  456. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 其他 ~~~~ */
  457. /* 提示信息 */
  458. .alert_win { margin: 0; width: 350px; }
  459.         .alert_win .float_ctrl { margin-bottom: 0; padding: 8px; }
  460.         .alert_win .shadowline { margin: 0; *margin: -8px 0; }
  461.         .alert_win .postbox { *margin-top: -15px; padding: 15px; }
  462.                 .alert_right, .alert_error, .alert_info { padding: 6px 0 6px 58px; line-height: 160%; background:url({IMGDIR}/right_big.gif) no-repeat 8px 50%; font-size: 14px; }
  463.                 .alert_error { background-image: url({IMGDIR}/error_big.gif); }
  464.                 .alert_info { background-image: url({IMGDIR}/info_big.gif); }
  465.                 .alert_btnleft { margin-top: 8px; }
  466.                 .alert_btn { margin-top: 20px; text-align: center; }
  467.                 .alert_act { margin-top: 20px; padding-left: 58px; }

  468. /* 用于积分奖励提示等通用弹出层 */
  469. .popupcredit {}
  470.         .pc_l, .pc_c, .pc_inner, .pc_r { width: 29px; height: 56px; line-height: 56px; background: url({IMGDIR}/popupcredit_bg.gif) no-repeat 0 0; }
  471.         .pc_c { width: 200px; background-position: 0 -56px; background-repeat: repeat-x; }
  472.                 .pc_inner { white-space: nowrap; text-align: center; width: auto; background-position: 50% -112px; }
  473.                         .pc_inner span { margin-right: 15px; color: #FFEA97; font-size: 14px; font-weight: 700; }
  474.                         * html .pc_inner span { display: inline-block; }
  475.                                 .pc_inner span a { color: #FFEA97; text-decoration: underline; }
  476.                                 .pc_inner span em { color: #FFF; font-size: 18px; font-weight: 400; }
  477.                                 .pc_inner span em.desc { color: #930; }
  478.                         .pc_btn img { opacity: 0.5; }
  479.                                 .pc_btn:hover img { opacity: 1; }
  480.         .pc_r { background-position: -30px 0; }

  481. /* 任务完成度状态条 */
  482. .optionbar { float: left; overflow: hidden; margin: 3px 4px 0 -6px; background: {HIGHLIGHTLINK} url({IMGDIR}/header.gif) repeat-x; height: 14px; }

  483. /* 其他一些通用样式 */
  484. .deloption { float: left; margin: 4px; width: 12px; height: 12px; background: url({IMGDIR}/close.gif) no-repeat 0 0; overflow: hidden; text-indent: -9999px; }
  485.         .deloption:hover { background-position: 0 -12px; }
  486. .color_menu { overflow: hidden; width: 63px; }
  487.         .color_menu a { overflow: hidden; float:left; width: 20px; height: 20px; }
  488. .chosemagic { margin-bottom: 9px; width: 220px; }
  489. .topicadminhigh { height: 200px; }
  490.         .topicadminhigh .tah_body { margin: 5px 0 15px; }
  491.                 .topicadminhigh .tah_body select { width: 217px; }
  492. .topicadminlow { height: 50px; }
  493.         .topicadminlow table { width: 100%; }
  494.         .topicadminlow td { padding: 0 5px; }
  495.         .topicadminlow .txt { width: 100px; }
  496.                 .topicadminlow .wide .txt { width: 50px; }
  497. .topicadminlog {}
  498.         .topicadminlog h4 { font-weight: 400; }
  499.         .topicadminlog .dropdownbtn { border-left-width: 1px; }
  500.         .topicadminlog .txtarea { margin: 5px 0; width: 212px; height: 40px; }
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
狂人采集器 发表于 2010-3-9 17:27:29 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

 楼主| 合肥大学生社区 发表于 2010-3-9 18:08:33 | 显示全部楼层
求助啊...................
回复

使用道具 举报

 楼主| 合肥大学生社区 发表于 2010-3-9 18:23:26 | 显示全部楼层
求助啊..............
回复

使用道具 举报

 楼主| 合肥大学生社区 发表于 2010-3-9 18:34:57 | 显示全部楼层
求助啊..............
回复

使用道具 举报

 楼主| 合肥大学生社区 发表于 2010-3-9 18:50:01 | 显示全部楼层
求助啊..............
回复

使用道具 举报

 楼主| 合肥大学生社区 发表于 2010-3-9 19:24:26 | 显示全部楼层
求助啊..............
回复

使用道具 举报

 楼主| 合肥大学生社区 发表于 2010-3-9 20:14:54 | 显示全部楼层
求助啊..............
回复

使用道具 举报

 楼主| 合肥大学生社区 发表于 2010-3-30 16:41:47 | 显示全部楼层
求助啊..............
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-10-5 10:25 , Processed in 0.161926 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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