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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑难] 风格背景颜色修改哪里代码??+20金币 求助

[复制链接]
唯美演繹 发表于 2010-5-2 23:30:49 | 显示全部楼层 |阅读模式
UCHome模板
适用版本: UCHome 2.0
语言编码: GBK简体 
风格转换者: 仿制
下面是style.css  文件代码!




  1. /*************************************************GLOBALS***/
  2. * { word-wrap: break-word; word-break: break-all; }
  3. body, th, td, input, select, textarea, button { font: 12px/1.5em Verdana, "Lucida Grande", Arial, Helvetica, sans-serif; }
  4. body, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, form, fieldset { margin: 0; padding: 0; }
  5. h1, h2, h3, h4, h5, h6 { font-size: 1em; }
  6. ul li { list-style: none; }
  7. select { margin-right: 2px; }

  8. a { color: #333333; text-decoration: none; }
  9. a:hover { text-decoration: underline; }
  10. a img { border: none; }

  11. .blocklink a { padding-left: 0.5em; line-height: 2em; display: block; }
  12.   .blocklink a:hover { background: #2C629E; color: #FFF; text-decoration: none; }
  13.   .blocklink .active a { color: #333; font-weight: bold; }

  14. caption, th { text-align: left; }
  15.   caption { font-size: 14px; font-weight: bold; }
  16.   caption p { font-weight: normal; }

  17. .avatar48 { padding: 5px 0 0 5px; width: 55px; height: 55px; background: url(image/48_avatar_bg.gif) no-repeat; }
  18.   .avatar48 img { width: 48px; height: 48px; }

  19. .threadimg60 { padding: 5px 0 0 5px; width: 67px; height: 67px; background: url(image/60_threadimg_bg.gif) no-repeat; }
  20.     .threadimg60 img { width: 60px; height: 60px; }

  21. .online_icon_p { padding: 0 0 0 10px; width: auto; background: transparent url(image/online_icon.gif) no-repeat left center; text-align: left; }

  22. .gray { color: #999; font-size:12px; font-weight:normal; }
  23.     .gray a { color: #999; }
  24. .green{color: green;}
  25.         .green a{ color: green; }

  26. .face { margin: 0 1px; vertical-align: middle; }
  27. .r_option { float: right; font-size: 12px; font-weight: normal; }
  28.     .r_option .active { font-weight: bold; }
  29. .floatleft{ float: left; }
  30. .floatright{ float: right; }
  31. .clear, .s_clear { clear: both; }
  32.         .s_clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  33.                 .s_clear { display: inline-block; }
  34.                         /* Hide from IE Mac \*/ .s_clear { display: block; } /* End hide from IE Mac */

  35. .tracebutton { width: 69px; height: 28px; background: #EAEBFD url(image/trace.gif) no-repeat scroll 0 0; line-height: 28px; text-indent: 23px; text-align: left; display: block; }
  36. .a_top,
  37. .a_share,
  38. .a_rss { float: right; margin-left: 4px; padding: 0 18px 0 5px; width: 25px; height: 15px; border: 1px solid #7F93BC; background: #FFF none no-repeat scroll right top; line-height: 15px; overflow: hidden; display: inline; }
  39.     .a_top:hover,
  40.     .a_share:hover,
  41.     .a_rss:hover { background-color: #576EA5; background-position: 100% -20px; color: #FFF; text-decoration: none; }
  42. .a_share { background-image: url(image/share.gif); }

  43. a.c_edit,
  44. a.c_delete,
  45. a.c_resend,
  46. a.c_link{ float: right; width: 16px; height: 16px; background: url(image/settingicon.gif) no-repeat; line-height: 300px; top: 0.5em; right: 2em; overflow: hidden; display: block;  }

  47. a.c_delete { background-position: 0 -16px; }
  48. a.c_resend { background-position: 0 -49px; }
  49. a.c_link { background-position: 0 -64px; }

  50. .float_cancel,
  51. .float_delete,
  52. .float_more{ float: right; margin: 0 10px 0 0; padding: 0; width: 16px; height: 16px; background: url(image/settingicon.gif) no-repeat; color: #DABAA9; line-height: 200px; overflow: hidden; display: block; }
  53.   .float_cancel { background-position: 0 -14px; }
  54.   .float_delete { background-position: 0 -31px; }
  55.   .float_more { position: absolute; margin: 5px 0 0 505px; background: url(image/feedmoreicon.gif) no-repeat 0 0; color: #DABAA9; }

  56. /*avatar bg*/
  57. .ar_r_t,
  58. .ar_l_t,
  59. .ar_r_b,
  60. .ar_l_b{ background: url(image/avatar_bg.gif) no-repeat; }
  61. .ar_r_t { float: left; background-position: right top; }
  62.   .ar_l_t { padding: 5px 0 0; background-position: left top; }
  63.     .ar_r_b { background-position: right bottom; }
  64.       .ar_l_b { padding: 0 12px 12px 5px; background-position: left bottom; }

  65. /*yellow radius*/
  66. .ye_r_t,
  67. .ye_l_t,
  68. .ye_r_b,
  69. .ye_l_b{ background: url(image/yel_bg.gif) no-repeat; }
  70. .ye_r_t { width: 100%; background-position: right top; }
  71.   .ye_l_t { padding: 5px 0 0; background-position: left top; }
  72.     .ye_r_b { background-position: right bottom; }
  73.       .ye_l_b { padding: 0 5px 5px; background-position: left bottom; }

  74. .ybg { margin-bottom: 2px; padding: 10px; border: 1px solid #EBE6C9; background: #FCF9E6; }
  75.     .ybg table { width: 100%; }

  76. #wrapbig{
  77.         background-color: #FFFFFF;
  78.         background-image: url(image/bg_hot.gif);
  79.         background-position: center;
  80. }
  81. body { background: #4c4c4c; }
  82. #wrap, .wrap { margin: 8px auto 0 auto; width: 970px; }
  83. #ad_header { margin: 0 auto; padding: 1px; width: 966px; background: #FCF9E6; border: 1px solid #FF8E00; line-height:150%; }
  84.     #ad_header a{ color: #000; }
  85. #ad_contenttop { margin: 0 0 10px 0; padding: 0 0 10px 0; width: 100%; border-bottom: 1px solid #EBE6C9; overflow: hidden; }
  86. #ad_contentbottom { margin: 10px 0 0 0; padding: 10px 0 0 0; width: 100%; border-top: 1px solid #EBE6C9; overflow: hidden; }

  87. /*************************************************HEADER***/
  88. #header { margin: 0 0 20px; }
  89.   .headerwarp { margin: 0 auto; padding: 0 20px; width: 930px; height: 40px; background: #FF8E00 url(image/header_bg.gif); color: #FFF; }
  90.     .headerwarp a { color: #FFF; }
  91.       .headerwarp .logo { float: left; margin: 0 30px 0 0; }

  92. .menu { float: left; height: 40px; font-size: 14px; font-weight: bold; }
  93.   .menu li { float: left; padding: 10px; line-height: 20px; vertical-align: top; }
  94.     .menu .edit { padding-left: 4px; color: #FFF; font-size: 12px; font-weight: normal; }

  95. .nav_account { float: right; width: 200px; white-space:nowrap; overflow: hidden; }
  96.   .login_thumb { float: left; margin: 6px 6px 0 0; padding: 3px 0 0 3px; width: 24px; height: 24px; background: url(image/thumb20bg.gif) no-repeat; display: block; }
  97.   .login_thumb img{ width: 20px; height: 20px; }
  98.     li.notify { margin: 9px 0 0; padding: 0 0 0 18px; width: 72px; height: 20px; background: url(image/notify_bg.gif); color: #FFF; font-size: 12px; font-weight: normal; }

  99. .menu li.dropmenu { margin: 0 10px 0 0; padding: 10px 15px 10px 10px; height: 20px; background: url(image/triangle.gif) no-repeat right center; overflow: hidden; }
  100.   .dropmenu_drop { margin: -1px 0 0; padding: 0 10px 10px; width: 150px; border: 1px solid #EBE6C9; background: #FFF; z-index: 200; }
  101.       .dropmenu_drop li { padding: 5px 10px; border-bottom: 1px solid #EEE; }
  102.         .dropmenu_drop li a { color: #2C629E; font-size: 12px; font-weight: normal; }
  103.                 .dropmenu_drop .active { font-weight: bold; }

  104. #main { margin: 0 0 20px; width: 100%; background: url(image/appSidebar_bg.gif) repeat-y 0 0; overflow: hidden; }

  105. /*************************************************APP SIDEBAR***/
  106. #app_sidebar { float: left; margin: 0 20px 0 0; padding: 10px 0 0; width: 140px; background: url(image/appSidebar_top_bg.gif) no-repeat 0 0; font-size: 14px; }
  107.   #app_sidebar .topline { border-top: 1px dashed #CCC; }
  108.   .app_list { overflow: hidden; margin-top: 0; margin-right: 8px; margin-bottom: 0; margin-left: 8px; padding-top: 5px; padding-right: 5px; padding-bottom: 0; padding-left: 5px; }
  109.     .app_list li { position: relative; margin: 0; width: 110px; height: 20px; line-height: 20px; overflow: hidden; padding: 5px 0 5px 0; }
  110.      .app_list li img { margin: 0 5px 0 0; vertical-align: middle; }
  111.       .app_list em { position: absolute; font-size: 12px; font-style: normal; font-weight: normal; right: 0px; }

  112.   .app_m { padding: 10px 0 0 20px; font-size: 12px; font-weight: normal; }
  113.     .app_m li img { margin: 0 5px 0 0; vertical-align: middle; }
  114.   .app_more { margin: 0 10px 0 10px; padding: 5px; border-bottom: 1px dashed #CCC; text-align: right; }
  115.     .app_more a { padding: 0 0 0 12px; background: url(image/tri.gif) no-repeat; color: #999; font-size: 12px; font-weight: normal; }
  116.       .app_more a.off { background-position: 0 50%; }
  117.       .app_more a.on { background-position: -100px 50%; }
  118.   #app_sidebar .t_input{ width: 110px; }
  119.   #mainarea { float: left; width: 810px; overflow: hidden; }

  120.   .chostlp img{ float: right; padding: 5px; border: 1px solid #FFF; border-top: none; vertical-align: middle; }
  121.      .chostlp img.hover{ background: #FFF; border-color: #CCC;  }
  122.         .chostlp_drop { background: #FFF; }
  123.             .chostlp_drop { border: 1px solid #CCC; border-bottom: none; }
  124.                 .chostlp_drop li{ padding: 5px; width: 16px; height: 16px; }

  125. #content { float: left; margin: 0 20px 0 0; width: 540px; overflow: hidden; }

  126. /*************************************************COMPOSER***/
  127. .index_name { font-size: 14px; line-height: 30px; border-bottom: 1px solid #EBE6C9; }
  128. .index_note { padding-bottom: 15px; color: #999; }

  129. #mood_mystatus { padding: 0 0 10px 0;}
  130. #mood_form { padding-top: 10px; width: 390px; height: 65px; clear: both; }

  131. #space_mymenu em { font-style: normal; font-weight: normal; color:#999; padding-left: 5px; }
  132. #space_mymenu li img { margin: 0 5px 0 0; vertical-align: middle; }

  133. #mood_statusinput{ position: absolute; margin: 0 0 0 -4px; width: 320px; height: 50px; overflow: hidden; }
  134. .statusinput,
  135. .statusinput2{ background: url(image/statusinputbg.gif) no-repeat }
  136. .statusinput{ background-position: 0 -50px; }
  137. .statusinput2{ background-position: 0 0; }
  138. #mood_statusinput textarea{ position: absolute; margin: 3px 0 0 7px; padding: 3px; width: 304px; height: 38px; font-size: 14px; color: #999; border: none; outline: none; }
  139. .statussubmit{ padding: 0 0 0 330px; width: 60px; height: 50px; overflow: hidden; z-index: 20003; }
  140. .statussubmit .submit{ position: absolute; margin: 0; padding: 0; width: 60px; height: 50px; background: url(image/statusinputbg.gif) no-repeat 0 -100px; font-weight: bold; text-align: center; font-size: 14px; z-index: 20003; }

  141. .u_setting { padding: 5px 0 10px 0; width: 150px;clear: both; overflow: hidden; }
  142.   .u_setting li { float: left; padding-left: 35px; }

  143. .mgs_list { width: 100%; overflow: hidden; clear: both; padding: 5px 0 10px 0; }
  144. .mgs_list div { float: left; margin: 0 10px 5px 0; padding: 5px 10px 5px 10px; width: 140px; border: 1px solid #EBE6C9; line-height: 20px; }
  145. .mgs_list img { margin: 0 5px 0 0; vertical-align: middle; }
  146. .mgs_list strong { color: #FF7400; }

  147. .c_mgs{background:#FCF9E6;margin:0 0 20px;}
  148. .c_mgs .ye_l_b{padding:5px 10px 10px;}

  149. /*************************************************TABS HEADER***/
  150. .tabs_header { margin-bottom: 15px; height: 29px; border-bottom: 1px solid #EBE6C9; clear: both; overflow: hidden; }

  151. .tabs_header ul.tabs li a,
  152. .tabs_header ul.tabs li a span{ background: url(image/tab_bg.gif) no-repeat;  display: block; }
  153.         .tabs_header ul.tabs { position: absolute; z-index: 10; }
  154.             .tabs_header ul.tabs li { float: left; margin: 0 5px 0 0; display: inline; }
  155.                         .tabs_header ul.tabs li a { float: left; padding: 0 0 0 10px; height: 30px; background: url(image/tab_bg.gif) no-repeat left top; font-size: 12px; display: block; color: #FFFFFF; text-decoration: none; }
  156.                 .tabs_header ul.tabs li a span { padding: 9px 10px 7px 0; background-position: right top; line-height: 14px; }
  157.                         .tabs_header ul.tabs li a span img{ vertical-align: middle; }

  158.             .tabs_header ul.tabs li.active a { float: left; padding: 0 0 0 10px; height: 30px; background: url(image/active_tab_bg.gif) no-repeat left top; color: #000; display: block; }
  159.                 .tabs_header ul.tabs li.active a span { padding: 9px 10px 7px 0; background: url(image/active_tab_bg.gif) no-repeat right top; line-height: 14px; display: block; }
  160.             .tabs_header ul.tabs li.null { margin: 0 0 0 15px; padding: 0 0 0 25px; height: 25px; background: url(image/add_button.gif) no-repeat 0 0; line-height: 24px; }
  161.                 .tabs_header ul.tabs li.null a { padding: 0 10px 0 0; height: 25px; background: url(image/add_button.gif) no-repeat right top; color: #FFF; font-size: 12px; }

  162. .c_header { margin: 0 0 10px; width: 100%; line-height: 26px; overflow: hidden; }
  163.     .c_header .avatar48 { float: left; margin: 0 10px 0 0; }
  164. h2.title { margin: 0 0 20px; font-size: 14px; }
  165. h2.title img { margin: 0 5px 0 0; vertical-align: middle; }

  166. /*************************************************CATEGORIES SIDEBAR***/
  167. .cat { margin: 0 0 20px; padding: 10px 0 0; background: #EFEFEF url(image/cat_top.gif) no-repeat left top; }
  168.   .cat h3 { padding: 5px 10px; background: #CCC; color: #FFF; }
  169.     .cat ul { padding: 0 0 10px; background: #EFEFEF url(image/cat_bottom.gif) no-repeat left bottom; }
  170.         .cat ul li { position: relative; padding: 5px 10px; }
  171.         .cat ul li.current { background: #FFF; }
  172.         .cat .top { border-top: 1px solid #FFF; }
  173.   .cat select{ width: 130px; }

  174. /*************************************************COMMENTS***/
  175. .comments { padding: 20px 0; }
  176.   .trace h2 { padding: 0 0 10px; }

  177.       .trace .avatar_list li { float: left; margin: 0 10px 0 0; width: 61px; border: none; }
  178.           .trace .avatar_list p { text-align: center; }

  179. .comments h2 { padding: 0 0 10px; border-bottom: 1px solid #EBE6C9; }
  180.     .comments_list .avatar48 { position: absolute; margin: 0 0 0 -63px; display: inline; }
  181.     .comments_list li { padding: 10px 10px 10px 63px; border-bottom: 1px solid #EBE6C9; font-size: 12px; line-height: 200%; overflow: hidden; }
  182.         .comments_list .title { margin: 0 0 10px; }
  183.         .comments_list .detail { color: #444; }
  184.         .comments_list .quote { padding: 10px; border: 1px solid #EBE6C9; background: #FCF9E6 none repeat scroll 0 0; font-size: 12px; }
  185.         .comments_list .quote .q { background: none; }
  186.         .comments_list .magicbar{ float: right; margin: 0 5px 0 0; }

  187. .space_list table { border: 1px solid #EBE6C9; margin:10px 0; }
  188.     .space_list td { padding: 5px; color: #999; overflow: hidden; }
  189.     .space_list thead td { background: #FCF9E6; color: #333; }
  190.     .space_list .topline { padding: 5px; }
  191.     .space_list tbody tr.alt td { background: #FCF9E6; }
  192.     .space_list .note { padding: 5px; color: #333; }

  193. .affiche { margin: 0 0 10px 0; padding: 10px; border: 1px solid #EBE6C9; background: #FCF9E6; overflow: hidden; }
  194.         .affiche #space_avatar img { margin: 0 10px 10px 0; padding: 3px; border: 1px solid #EBE6C9; background: #FFF; }
  195.     .affiche .article { padding: 5px 0; color: #960; }

  196. /*************************************************TASK***/
  197. .task_percent { margin: 0 0 10px; height: 30px; border: 1px solid #FF8E00; }
  198.     .task_percent .percent { height: 30px; background: #FF8E00; }
  199.     .task_percent .label { position: relative; margin: -30px 0 0; line-height: 30px; text-align: center; }
  200.         .task_status_progress { padding: 10px; border: 1px solid #E2EAED; background: #F7F7F7; }
  201.     .space_task { margin: 0 0 10px; padding: 10px; border: 1px solid #EBE6C9; background: #FCF9E6; }
  202.     .task_done { border: 1px solid #E2EAED; background: #F7F7F7; }
  203.     .task_status_done { padding-left: 70px; background: transparent url(image/task_done.gif) no-repeat scroll left center; }
  204.         .task_status_done p { margin: 10px 0; }
  205. .formtable caption.complete { padding: 10px 0 10px 55px; background: url(image/task_done.gif) no-repeat left center; }

  206. #share_ul { padding-bottom: 10px; border-bottom: 1px solid #EBE6C9; }
  207.     #share_ul li { overflow: hidden; }
  208.     #share_ul .title { padding: 5px; border-bottom: 1px solid #EBE6C9; background: #FCF9E6; }
  209. .page { margin: 10px 0 0; padding: 3px; text-align: center; }
  210.     .page * { margin: 0 3px 0 0; padding: 3px 5px; border: 1px solid #EBE6C9; background: #FCF9E6; color: #999; }
  211.     .page em { border-color: #FEE4AB; color: #C30; font-style: normal; }
  212.     .page strong { background: #FEE4AB; color: #C30; }
  213.     .page a { color: #C60; }
  214.     .page a:hover { background: #FEE4AB; text-decoration: none; }
  215. textarea { border: 1px solid #ddd; overflow: auto; }
  216. .t_input, select { padding: 3px 2px; border: 1px solid #ddd; line-height: 16px; }
  217. .button { padding: 0 5px; margin: 0 0 0 3px; height: 24px; border: none; background: #DDD; color: #333; line-height: 20px; letter-spacing: 1px; cursor: pointer; }
  218. .submit { padding: 0 5px; height: 24px; border: none; background: #47778D; color: #FFF; line-height: 20px; letter-spacing: 1px; cursor: pointer; }
  219. a.submit { padding: 5px; }
  220. a.button { padding: 5px; }
  221. .c_form { padding: 0.5em 3em; }
  222. .quickpost table { width: 100%; }
  223. .quickpost td { padding: 0.2em 0; }
  224. .quickpost textarea { width: 99%; height: 70px; font-size: 1.17em; }


  225. .formtable { width: 100%; }
  226.     .formtable caption { padding: 10px 0; color: #666; font-size: 12px; }
  227.         .formtable caption h2 { padding-bottom: 8px; border-bottom: 1px solid #CCC; color: #333; font-size: 14px; }
  228.         .formtable caption p { margin-top: 8px; }
  229.             .formtable td, .formtable th { padding: 5px; }
  230.             .formtable th { padding-right: 1em; text-align: right; }

  231. .infotable { width: 100%; }
  232.     .infotable th { padding-right: 1em; text-align: right; color:#999; }
  233.     .infotable .td_title {  text-align: right; font-weight:bold; border-bottom: 1px solid #ECF1F3; color:#999; padding:10px 0 0 10px;  }

  234. .listtable { width: 100%; }
  235.     .listtable caption { padding: 10px 0; color: #666; font-size: 12px; }
  236.         .listtable caption h2 { padding-bottom: 8px; border-bottom: 1px solid #CCC; color: #333; font-size: 14px; }
  237.         .listtable caption p { margin-top: 8px; }
  238.         .listtable td, .listtable th { padding: 5px; border-bottom: 1px dashed #ECF1F3; }
  239.         .listtable .title td, .listtable .title th { border-bottom: 1px solid #CCC; font-weight: bold; }
  240.         .listtable .line td { background: #FCFCFC; }

  241. .h_status { margin-bottom: 8px; padding: 5px; border-bottom: 1px solid #F5F5F5; color: #999; }
  242.     .h_status .active { font-weight: bold; }
  243. .d_content form { padding: 4px 9px; background: #EEE; }

  244. .ajax_selector { position: relative; z-index: 999; }
  245.     .ajax_selector_option { position: absolute; margin-top: -3px; padding: 3px 2px; border: 1px solid #CCC; background: #FFF; overflow: auto; overflow-x: hidden; overflow-y: auto; }
  246. .float_del, .float_edit { position: absolute; width: 13px; height: 14px; background: url(image/delete.gif) no-repeat 0 0; top: 0.5em; right: 5px; text-indent: -999em; overflow: hidden; display: block; }
  247.     .float_del:hover { background-position: 0 -14px; }
  248. .float_block { background-image: url(image/block.gif); }
  249. .float_edit { background-image: url(image/edit.gif); right: 13px; }

  250. .listcol li { float: left; width: 100%; }
  251.     .list2col li { float: left; padding: 3px 0; width: 150px; }

  252. /*************************************************CP MAGIC***/
  253. .magic_list{ width: 740px; overflow: hidden; }
  254. .magic_list li{ float: left; margin: 0 50px 20px 0; width: 320px; }
  255. .magic_img{ float: left; margin: 0 14px 0 0; padding: 10px; width: 76px; height: 76px; background: url(image/magic_image_bg.gif) 0 0; overflow: hidden; }
  256. .magic_info{ float: left; width: 200px; }
  257. .magic_info h3{ margin: 0 0 5px; font-size: 12px; }
  258. .magic_info p{ margin: 0 0 5px; color: #333; line-height: 24px; }
  259. .magic_info p.gray{ height: 40px; color: #999; line-height: 20px; overflow: hidden; }
  260. .magic_info .m_button{ float: right; display: block; width: 62px; height: 26px; background: url(image/m_button.gif); line-height: 27px; text-align: center; color: #FFF; overflow: hidden; }
  261. .magic_info .m_off{ background-position: 0 100%; }
  262. .magic_info span{ font-weight: bold; font-size: 14px; color: #F90; vertical-align: middle; }
  263. .magic_info .r_option{ margin: 0 10px; }
  264. .toolly{ padding: 10px; overflow: hidden; }
  265. .toolly .magic_img{ background-position: 0 100%; }
  266. .toolly p{ margin: 0 0 10px; color: #333; line-height: 26px; }
  267. .toolly .magic_info p{ margin: 0 0 2px; color: #333; }
  268. .toolly .magic_info p.gray{ height: auto; color: #999; line-height: 20px; overflow: hidden; }
  269. .toolly .magic_info{ width: 290px; }

  270. .magicicon{ margin: 0 5px 0 0; vertical-align: middle; }

  271. .indexmagic{ margin: 0 0 20px; padding: 10px 0 10px 60px; width: 120px; height: 20px; background: url(image/indexmagic.gif); overflow: hidden; }
  272. .indexmagic a{ float: left; margin: 3px 10px 0 0;}

  273. .feed li.magichighlight{ background: #FFC; padding: 10px 10px 10px 30px; }

  274. .magiccolor1, .magiccolor1 a { color: red; }
  275. .magiccolor2, .magiccolor2 a { color: #F90; }
  276. .magiccolor3, .magiccolor3 a { color: green; }
  277. .magiccolor4, .magiccolor4 a { color: #3F0; }
  278. .magiccolor5, .magiccolor5 a { color: #00F; }
  279. .magiccolor6, .magiccolor6 a { color: #0D9FCF; }
  280. .magiccolor7, .magiccolor7 a { color: #CC3366; }
  281. .magiccolor8, .magiccolor8 a { color: #C0F; }

  282. .magichongbao{ margin: 0 0 20px; width: 180px; height: 40px; background: url(image/hongbao_bg.gif) no-repeat; }
  283. .magichongbao a{ padding: 0 0 0 55px; display: block; height: 40px; line-height: 40px; text-align: center; color: #333; }
  284. .magichongbao a span{ font-size: 14px; color: red; }

  285. /*************************************************DOING***/
  286. .sub_doing { margin: 10px 0 0; padding: 10px 0 0; width: 477px; background: #E9F2FC url(image/subdoing_top.gif) no-repeat left top; color: #333; clear: both; }
  287.     .sub_doing ol {  margin: 0; padding: 0 10px 10px; background: #E9F2FC url(image/subdoing_bottom.gif) no-repeat left bottom; overflow: hidden; }
  288.         .sub_doing ol li { margin: 0; padding: 3px 0; width: auto; border: none; }

  289. /*************************************************THUMB***/
  290. .thumb_list { line-height: 160%; }
  291.   .thumb_list ul { width: 100%; overflow: hidden; }
  292.      .thumb_list li { float: left; margin: 0 10px 0 0; padding: 0 0 0 68px; width: 200px; height: 100px; overflow: hidden; }
  293.         .thumb_list .avatar48 { position: absolute; margin: 0 5px 0 -68px; }
  294.         .thumb_list .online_icon { margin: 0 3px 0 0; }
  295.     .thumb_list p { line-height: 180%; }
  296.     .thumb_list table { width: 100%; table-layout: fixed; }
  297.        .thumb_list td { padding: 5px; vertical-align: top; }
  298.     .thumb_list .image { width: 150px; }
  299.       .thumb_list .image img { width: 120px; }
  300.     .thumb_list h6 { font-size: 1.17em; }
  301.     .thumb_list .op { padding: 5px 0 10px 0; }

  302. .l_status { margin: 5px 0; padding-bottom: 5px; border-bottom: 1px solid #EBE6C9; }
  303.         .l_status .active { font-weight:bold; }
  304. .box { padding: 10px 0 10px 0; }
  305.     .box h2 { margin: 10px 0; font-size: 14px; }
  306.     .box h3 { margin: 10px 0; font-size: 12px; }

  307. .topic_list { margin: 0 0 20px; }
  308.     .topic_list table { margin: 5px 0 20px; width: 100%; }
  309.         .topic_list td { padding: 8px 10px; color: #999; line-height: 150%; overflow: hidden; }
  310.     .topic_list thead td { border-bottom: 1px solid #EBE6C9; color: #333; }
  311.       .topic_list td.subject img{ margin: 0 3px 0 0; vertical-align: middle; }
  312.       .topic_list td.mtag { width: 120px; }
  313.       .topic_list td.author { width: 100px; }
  314.       .topic_list td.author em { font-size: 11px; font-style: normal; }
  315.       .topic_list td.lastpost { width: 90px; text-align: right; }
  316. .topic_list tbody tr td { border-bottom: 1px solid #EBE6C9; }
  317.     .topic_list tbody tr.alt td { background: #FCF9E6; }
  318.         .topic_list p { padding-top: 6px; }

  319. /*************************************************CP SIDEBAR***/
  320. #sidebar { float: right; padding: 0; width: 250px; overflow: hidden; }
  321.     #sidebar .ye_r_t { margin: 0 0 20px; }
  322. .task_notice { position: relative; padding: 5px; background: #FCF9E6; }
  323.     .task_notice a.float_cancel { position: absolute; width: 16px; height: 16px; background: url(image/cancel.gif) no-repeat; line-height: 200px; top: 5px; right: -8px; overflow: hidden; display: block; }
  324. .task_notice_body { width: 100%; overflow: hidden; }
  325.     .task_notice .icon { float: left; position: relative; margin: 0 10px 0 0; width: 64px; height: 64px; }
  326.     .task_notice h2 { margin: 0 0 5px; font-size: 12px; }
  327.     .task_notice h3 { margin: 10px 0 5px; font-size: 14px; }
  328.     .task_notice p { color: #666; }
  329.         .task_notice p span.num { color: #F60; font-size: 20px; }

  330. .sidebox { margin: 0 0 10px; }
  331.   .sidebox h2.title { margin: 0 0 10px; padding: 6px 10px; height: 18px; background: url(image/sidebar_title.gif) no-repeat; color: #333; font-size: 12px; line-height: 18px; }
  332.   .sidebox h3.title { padding: 5px; border-bottom: 1px solid #EBE6C9; background: #FCF9E6; }
  333.         .sidebox div.more { text-align: right; }
  334.         .sidebox ul.friendbox li { height: 90px; }
  335.         .sidebox p.gray { color: #999; line-height: 14px; text-align: center; }
  336.         .sidebox .content { padding: 5px; }
  337. .threadfriend { padding: 0; }
  338.     .threadfriend li { width: 100%; overflow: hidden; }
  339.         .threadfriend .avatar48 { float: left; margin: 0 10px 10px 0; }
  340.         .threadfriend p { padding: 5px 0; }
  341.         .threadfriend .quote { color: #999; }
  342. #sidebar .avatar_list li{ padding: 8px 11px; }
  343. .sidebox .threadimg60 { margin: 0 0 10px; }

  344. .sendmail li{ padding:5px 10px; position: relative; }
  345.         .sendmail li a.c_delete{ background-position: 0 -33px;}

  346. #help p{ margin: 0 0 10px; padding: 0 10px; }

  347. .menu_list { padding: 0 10px; width: 230px; overflow: hidden; }
  348.     .menu_list li { float: left; width: 50%; line-height: 180%; text-align: center; }
  349. .facebox { padding: 8px; width: 440px; border: 1px solid #CCC; background: #FFF; z-index: 100000;}
  350.     .facebox ul li { float: left; width: 44px; height: 25px; overflow: hidden; }
  351. #bottom { height: 10px; background: url(image/appSidebar_bottom_bg.gif) no-repeat; clear: both; overflow: hidden; }
  352. #footer { padding: 10px 0 10px 0; border-top: 1px solid #EBE6C9; color: #333; text-align: center; }
  353.     #footer a { color: #333; }
  354.     .noimage{ float: left; margin: 0 5px 0 0; }

  355. #ajaxwaitid { position: absolute; width: 100px; height: 1.6em; background: #DD0000; color: #FFF; line-height: 1.6em; z-index: 100; top: 0px; right: 0px; overflow: hidden; display: none; }
  356. .pipe { padding: 0 0.4em; color: #DDD; }
  357. .article { padding: 0.5em; font-size: 14px; }
  358.     .article table { table-layout: fixed; }
  359.     .article ul li { margin-left: 1.6em; list-style: disc; }
  360. .quote { margin: 0.5em 0; padding-left: 20px; background: url(image/q_start.gif) no-repeat 0 0; overflow: hidden; zoom: 1; }
  361.     .quote .q, .quote blockquote { margin: 0; padding: 0 20px 0 0; background: url(image/q_end.gif) no-repeat right bottom; color: #666; display: inline-block; }
  362. .notice { margin-bottom: 2px; padding: 8px; border-bottom: 1px solid #EBE6C9; background: #FCF9E6; }
  363. .ajax_selector { position: relative; z-index: 999; }
  364.     .ajax_selector_option { position: absolute; margin-top: -3px; padding: 3px 2px; border: 1px solid #CCC; background: #FFF; overflow: auto; overflow-x: hidden; overflow-y: auto; }

  365. .inajax .formtable { width: 240px; }
  366.     .inajax .formtable .t_input, .inajax .formtable textarea { width: 170px; }

  367. .btn_line { padding: 5px 0; }

  368. .popupmenu_popup { padding: 1em; border: 3px solid #FF8E00; background: #FCF9E6; line-height: 1.4em; text-align: left; overflow: hidden; }
  369.     .popupmenu_popup h1 { font-size: 1.17em; padding: 0 0 10px 0; }
  370.     .popupmenu_popup td { padding-bottom: 0.4em; }
  371.     .popupmenu_popup .float_del{ background-image: url(image/delete2.gif); }

  372. .popupmenu_centerbox { border: 8px solid #FFAE4A; background: #FCF9E6; text-align: left; min-width:250px; max-width:550px; }
  373.     .popupmenu_centerbox h1 { padding: 0 10px; color: #FF9919; font-size: 14px; line-height: 26px; cursor: move; }

  374.     .popupmenu_centerbox .popupmenu_inner { padding: 10px; color: #444; }
  375.         .popupmenu_centerbox .popupmenu_inner td{ line-height: 200%; }
  376.             .popupmenu_centerbox .popupmenu_inner .t_input, .popupmenu_centerbox .popupmenu_inner textarea{ margin: 5px 0; border-color: #EBE6C9; }
  377.             
  378.             .popupmenu_centerbox .float_del{ background-image: url(image/delete2.gif); }
  379.     .popupmenu_centerbox .box { width: 400px; }

  380. .popupmenu_layer{ padding: 3px 6px 6px 1px; width: 220px; height: 80px; background: url(image/ilayer.gif) no-repeat; text-align: center; }
  381.         .popupmenu_layer p{ line-height: 20px; color: #333; }
  382.         .popupmenu_layer p.btn_line{ font-size: 14px; color: #F30; padding:2px 0; }
  383.         .popupmenu_layer strong{ font-weight: normal; font-size: 18px; color: #FFF; }

  384. .line_list li { padding: 5px 10px 5px 10px; border-bottom: 1px solid #ECF1F3; }
  385.     .line_list img { margin: 0 2px 0 0; vertical-align: middle; }

  386. .avatar_list { zoom: 1; }
  387.     .avatar_list .gray { font-size: 10px; }
  388.     .avatar_list li { float: left; padding: 8px; width: 60px; overflow: hidden; }
  389.     .avatar_list p { width: 100%; height: 22px; line-height: 22px;  text-align: center; white-space: nowrap; overflow: hidden; -moz-text-overflow: ellipsis; }
  390.     .avatar_list p.online_icon_p { text-align: left; }
  391.     .avatar_list:after { height: 0; clear: both; display: block; visibility: hidden; content: "."; }
  392. .bar_text { padding: 10px 0 0 12px; width: 110px; font-size: 12px; font-weight: normal; }
  393.     .bar_text p { line-height: 200%; }
  394.     .bar_text .title { padding: 10px 0 5px 0; font-weight: bold; }

  395. .m_box { margin: 0 0 20px; width: 100%; overflow: hidden; }

  396.     .news_list, .task { line-height: 190%; }
  397.     .news_list li, .task li { padding: 0 0 0 20px; height: 24px; background: url(image/d.gif) no-repeat 5px 10px; font-size: 12px; line-height: 24px; overflow: hidden; }
  398.     li.news_title { padding: 0; height: 40px; background: none; font-size: 18px; font-weight: bold; line-height: 40px; text-align: center; }

  399. .searchfriend { margin: 0 0 20px; background: #FCF9E6; }
  400.     .searchfriend .ye_l_b { padding: 5px 10px 10px 10px; }
  401. .searchfriend p { margin: 8px 0; color: #999; }
  402.     .searchfriend .t_input { border-color: #EBE6C9; }
  403. .showmessage { margin: 50px auto; width: 600px; background: #FCF9E6; }
  404.     .showmessage h2 { font-size: 14px; }
  405.     .showmessage .ye_l_b { padding: 15px 20px 20px; }
  406.     .showmessage p { padding: 2em 1em;  font-size: 14px; overflow: hidden; }
  407.     .showmessage .op { font-size: 12px; text-align: right; }

  408. .pm_list { margin: 0; padding: 0; list-style: none; }
  409.     .pm_list li { margin: 0 0 20px; width: 100%; overflow: hidden; }
  410.     .pm_list .pm_body { float: left; background: url(image/pm_bg.gif) repeat-y 100% 0; }
  411.       .pm_list .pm_h { position: relative; padding: 5px 0 0 15px; width: 560px; background: url(image/pm_bg.gif) no-repeat 0 0; }
  412.         .pm_list .pm_f { padding: 0 10px 5px; background: url(image/pm_bg.gif) no-repeat -590px 100%; }
  413.         .pm_list .pm_c { padding: 10px; color: #444; line-height: 200%; }
  414.     .pm_list .avatar48 { float: left; margin: 0 5px 0 0; }

  415. /*************************************************FEED***/
  416. .feed_header { position: relative; padding: 5px 10px 0 15px; height: 30px; background: url(image/c_title.gif) no-repeat; line-height: 20px; }
  417. .feed_header .active{ font-weight: bold; }
  418. .feed { margin: 0 0 20px; width: 100%; line-height: 20px; overflow: hidden; }
  419.   .feedtime { margin: 20px 0 10px; color: #000; }
  420.   .feed li { padding: 10px 20px; border-bottom: 1px solid #EBE6C9; }

  421.     .feed .type { position: absolute; margin: 1px 0 0 -20px !important; margin: 3px 0 0 -20px;}
  422.     .feed_content img { max-width: 70px; max-height: 100px; }
  423.   * html .feed_content img { width: expression(this.width > 70 && this.width/this.height > 0.7 ? 70 : true); height: expression(this.height > 100 && this.width/this.height < 0.7 ? 100 : true); }
  424.     .feed .detail { padding: 10px 0 0; color: #999; }
  425.     .feed a img.summaryimg { float: left; margin: 10px 10px 10px 0; padding: 2px; border: 1px solid #DDD; }
  426.       .feed a img.summaryimg:hover { border-color: #DDD; }

  427.      .hotspot{ float: right; margin: 10px 0 0 10px; width: 55px; height: 50px; }
  428.      .hotspot a{ display: block; padding: 0 0 20px; height: 30px; text-align: center; line-height: 30px; background: url('image/hotspot.gif'); font-size: 16px; color: #F60;}

  429. .feedread { color: #CCC; }
  430.         .feedread * { color: #CCC; }
  431.         .feedread .detail { color: #CCC; }
  432.         .feedread .quote .q { color: #CCC; }

  433. .feedcomment { margin: 0 5em 0 0; padding:0.5em; background: #F7F7F7; }
  434.         .feedcomment td { border-bottom: 1px solid #FFF; }

  435. .feedop{ margin: 10px 0 0; padding: 0 0 0 20px; background: url(image/reply.gif) no-repeat 0 2px; }
  436. .fcomment { margin: 10px 0 0; padding: 10px 0 0; width: 477px; background: #E9F2FC url(image/subdoing_top.gif) no-repeat left top; color: #333; clear: both; }
  437.     .fcomment .fc { padding: 0 10px 10px; background: #E9F2FC url(image/subdoing_bottom.gif) no-repeat left bottom; overflow: hidden; }

  438.         .fcomment .comments_list li { margin: 0; padding:0 0 10px 42px; width: auto; border: none; line-height: 150%;}

  439.         .fcomment .comments_list .avatar48{ margin: 0 0 0 -42px; padding: 0; background: none;width: 32px; height: 32px;}

  440.         .fcomment .comments_list .avatar48 img { width: 32px; height: 32px; }

  441.         .fcomment .comments_list .title{ margin: 0; }
  442.         .feed .fcomment .detail{ padding: 0; }

  443. /*************************************************DIG***/
  444. .digc{ padding: 20px 0 0; }
  445. .digc table {margin: 0 auto;}
  446. .digc table td{padding: 10px; text-align: center;}
  447. .digc table td .digcolumn{ position: relative; margin: 0 auto 10px; width: 20px; height: 50px;}
  448. .digc table td .digcolumn .digchart{ position: absolute; left: 0; bottom: 0; width: 20px; text-align: left; }
  449.         .digc table td .digcolumn .dc1{ background: #c30; }
  450.         .digc table td .digcolumn .dc2{ background: #0C0; }
  451.         .digc table td .digcolumn .dc3{ background: #F90; }
  452.         .digc table td .digcolumn .dc4{ background: #06F; }
  453. .digc a:hover{text-decoration: none;}

  454. .digc table td .digcolumn em{ position: absolute; margin: -25px 0 0 -5px; width: 30px; font-size: 11px; text-align: center; font-style: normal; color: #999;}

  455. .digc table td img{ margin: 0 0 10px; }

  456. .digb{ float: left; margin: 1px 5px 0 0; padding: 0 0 0 20px; width: 34px; height: 20px; background: url(image/hotbutton.gif) no-repeat 0 0; line-height: 20px; text-align: center; font-size: 11px; color: #FF850D;}
  457. .hot { border: 1px solid #FF860E; padding: 2px 5px 2px 2px; color:#FF860E; margin-right:5px; overflow: hidden; }
  458.         .hot em { font-size: 12px; font-style: normal; padding:2px; font-weight: normal; color:#FF860E; }

  459. .feed_po{ float: right; margin: 0 5px 0 0; padding: 0 25px 0 0; width:60px; height:25px; text-align: center; line-height: 25px; background: transparent url(image/button_po.gif) no-repeat ; color: #fff; display: block;}

  460. .albs2 { padding: 0 0 0 10px; width: 520px; background: #FCF9E6; overflow: hidden; }
  461.     .albs2 li { float: left; margin: 0 13px 0 0; padding: 8px 0 0 8px; width: 83px; height: 105px; background: url(image/albs.gif) no-repeat; overflow: hidden; }
  462.     .albs2 li img { width: 80px; height: 80px; }
  463.     .albs2 li a { width: 75px; height: 75px; overflow: hidden; display: block; }
  464.         .albs2 p { padding-top: 5px; width: 100%; height: 22px; line-height: 22px; text-align: center; white-space: nowrap; overflow: hidden; }

  465. .media img { width: auto; max-width: none; height: auto; max-height: none; }
  466. * html .media img { width: expression(this.width > 200 && this.width/this.height > 2 ? 200 : true); height: expression(this.height > 100 && this.width/this.height < 2 ? 200 : true); }

  467.   .borderbox { margin: 0; padding: 10px; border: 1px solid #CCC; }
  468.           .borderbox h2 { padding: 0 0 5px 0; border-bottom: 1px solid #CCC; color: #333; font-size: 12px; }

  469. .showflash{ background: #FCF9E6; border: 1px solid #EBE6C9; }

  470. .searchfriend .avatar_list li{ padding: 7px; }
  471. .atitle{ padding: 10px; background: #FCF9E6; }
  472. #header .logo a{ width:85px; height:40px; display:block; background:transparent url(image/logo.gif) no-repeat scroll left center; overflow:hidden; }
  473. #header .logo a img{ margin: -200px; }

  474.         .photolist div a img{ max-width: 180px; max-height: 120px; zoom: expression( function(elm) { if (elm.width > 180 || elm.height > 120 ){ if (elm.width>elm.height) { elm.width=180; } else{ elm.height=120; } } elm.style.zoom = '1'; }(this) ); }

  475.         .showuser .s_avatar a img{ max-width: 120px; max-height: 120px; zoom: expression( function(elm) { if (elm.width > 180 || elm.height > 120 ){ if (elm.width>elm.height) { elm.width=120; } else{ elm.height=120; } } elm.style.zoom = '1'; }(this) ); }

  476.         .eimage a img { max-width: 42px; max-height: 42px; zoom: expression( function(elm) { if (elm.width > 42 || elm.height > 42 ){ if (elm.width>elm.height) { elm.width=42; } else{ elm.height=42; } } elm.style.zoom = '1'; }(this) ); }

  477. .search_table { width: 100%; }
  478.         .search_table th { font-size:14px; padding:10px; border-top: 1px solid #E3E3E3; }
  479.         .search_table td { padding:0 0 10px 5px; }

  480. ins.modify { padding-top: 5px; color: #666; text-decoration: none; text-align: right; display: block; }

  481. .photo_list td { vertical-align: middle; text-align: center; }
  482.     .photo_list img { padding: 3px; max-width: 120px; max-height: 120px; border: 1px solid #CCC; background: #FFF; }
  483.     * html .photo_list img { width: expression(this.width > 120 && this.height < this.width ? 120 : true); height: expression(this.height > 120 ? 120 : true); }

  484. /*************************************************PHOTO***/
  485. .photobox { padding: 10px; border-bottom: 1px solid #eee; text-align: center; }
  486.         .yinfo { margin: 10px auto 0; padding: 10px 0; text-align: left; }
  487.         .yinfo p{ margin: 0.2em 0;}
  488.         .photobox img { width: expression(this.width > 600 ? 600 : true); max-width: 600px; }
  489.                 .photobox table{ margin: 0 auto; }

  490. .pic_lb1{ padding: 50px 0; }
  491. .magicframe1{ background: url(../../image/magic/frame/1.bg.gif); text-align:center; }                        
  492. .magicframe2{ background: url(../../image/magic/frame/2.bg.gif); }
  493. .magicframe3{ background: #FFC url(../../image/magic/frame/3.bg.gif) no-repeat; }
  494. .magicframe4{ background: url(../../image/magic/frame/4.bg.gif); }
  495.         
  496. .magicframe .frame_jiao{ width:14px; height:14px; }
  497.         .magicframe .frame_x{ height:14px; }
  498.                 .magicframe .frame_y{ width:14px; }
  499.                
  500.                         .magicframe .frame_top_left{ background: url(../../image/magic/frame/frame_top_left.png) no-repeat; }
  501.                         .magicframe .frame_top_right{ background: url(../../image/magic/frame/frame_top_right.png) no-repeat; }
  502.                         .magicframe .frame_top_middle{ background: url(../../image/magic/frame/frame_top_middle.png) repeat-x; }
  503.                         
  504.                         .magicframe .frame_bottom_left{ background: url(../../image/magic/frame/frame_bottom_left.png) no-repeat; }
  505.                         .magicframe .frame_bottom_right{ background: url(../../image/magic/frame/frame_bottom_right.png) no-repeat; }
  506.                         .magicframe .frame_bottom_middle{ background: url(../../image/magic/frame/frame_bottom_middle.png) repeat-x; }
  507.                         
  508.                         .magicframe .frame_middle_left{ background: url(../../image/magic/frame/frame_middle_left.png) repeat-y; }
  509.                         .magicframe .frame_middle_right{ background: url(../../image/magic/frame/frame_middle_right.png) repeat-y; }
  510.                         .magicframe .frame_middle_middle{ background: #FFF; }

  511.                         /*IE6 HACK*/
  512.                         * html .magicframe .frame_top_left{background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../../image/magic/frame/frame_top_left.png");}
  513.                         * html .magicframe .frame_top_right{background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../../image/magic/frame/frame_top_right.png");}
  514.                         * html .magicframe .frame_top_middle{background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../../image/magic/frame/frame_top_middle.png");}
  515.                         * html .magicframe .frame_bottom_left{background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../../image/magic/frame/frame_bottom_left.png");}
  516.                         * html .magicframe .frame_bottom_right{background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../../image/magic/frame/frame_bottom_right.png");}
  517.                         * html .magicframe .frame_bottom_middle{background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../../image/magic/frame/frame_bottom_middle.png");}
  518.                         * html .magicframe .frame_middle_left{background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../../image/magic/frame/frame_middle_left.png");}
  519.                         * html .magicframe .frame_middle_right{background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../../image/magic/frame/frame_middle_right.png");}

  520. /*************************************************EVENT***/
  521.                         
  522. .event_list{ margin: 20px 0 0; }
  523.     .event_list ol{ margin: 0; padding: 0; list-style: none; }
  524.     .event_list ol li{ margin: 0 0 20px; padding: 0 0 10px; width: 100%; border-bottom:1px solid #EBE6C9; overflow: hidden; }
  525.     .event_list ol li li{ margin: 0; padding: 0; width: 100%; overflow: hidden; border: none; }
  526.     .event_list .event_icon{ float: left; padding: 0 10px 10px 0; width: 110px; height:110px; text-align: center;}
  527.     .event_list .event_icon img{ padding: 4px; max-width: 100px; max-height: 100px;  background: #FFF; border: 1px solid #DDD; zoom: expression( function(elm) { if (elm.width > 100 || elm.height > 100 ){ if (elm.width>elm.height) { elm.width=100; } else{ elm.height=100; } } elm.style.zoom = '1'; }(this) ); }
  528.     .event_list .event_content{ float: left; width:420px; line-height: 150%; }
  529.     .event_list .event_content h4{font-size: 14px;}
  530.     .event_cat, .join_event_list { padding:0 10px; width:230px; overflow:hidden; }
  531.     .event_cat li { float:left; width: 110px; line-height:180%; }
  532.     .event_cat li.on { padding: 0 0 0 15px;  width: 95px; background:transparent url(image/d.gif) no-repeat scroll 5px 10px; font-weight: bold; }
  533. /*******************************************************后加上的********/
  534. .usermenu { background-image:url(images/user_menu.gif); height:24px; padding-left:170px; padding-top:3px; }
  535. .usermenu a {color:#FFFFFF;text-decoration:none;}
  536. td { font-size: 12px; color: #333333;}
  537. .app_top_not { font-size: 12px; color: #FFFFFF; background-color: #626262; background-position: center; text-align: left; height:auto; }
复制代码

本帖子中包含更多资源

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

x
 楼主| 唯美演繹 发表于 2010-5-3 00:22:21 | 显示全部楼层
~~~~~~~~~~~~~~~~~~~~~
回复

使用道具 举报

531924 发表于 2010-5-3 02:06:38 | 显示全部楼层
这个只是一个渐变图片!
回复

使用道具 举报

 楼主| 唯美演繹 发表于 2010-5-4 19:37:46 | 显示全部楼层
怎么解决啊
回复

使用道具 举报

aks520 发表于 2010-5-4 21:18:56 | 显示全部楼层
第一 要侃你那个风格边上是不是渐变图片 是的话 自己制作一个替换掉就可以了   如果不是  你确定是背景颜色  

最简单的就是用Dreamweaver来修改 再页面属性里面修改即可
回复

使用道具 举报

 楼主| 唯美演繹 发表于 2010-5-4 21:26:05 | 显示全部楼层
谢谢 我 看看!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-16 22:43 , Processed in 0.035004 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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