/*--------------div样式--------------*/ /*标题背景div*/ .divbbs { width:997px; height:26px; align:center; font-size: 12px; border: 1px solid #99cc33; color:#FFFFFF; FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff669900,endColorStr=#ff99cc33); margin-top: 2px; margin-right: auto; margin-bottom: 0; margin-left: auto; text-align:LEFT; background:#FFFFFF; padding-top:6px; } .divbbs li{ list-style-type: none; } .divbbs a {color: #FFFFFF; } .divbbs a:link {font-color:FFFFFF;text-decoration: none;} .divbbs a:active { color: red;} .divbbs a:hover { color: #FFFF00;} .divbbs a:visited { color: #FFFF00;text-decoration: none;} /* div上一页下一页等 */ .divbbspage { width:993px; height:30px; align:center; margin-top: 6px; margin-right: auto; margin-bottom: 0; margin-left: auto; text-align:LEFT; background:#FFFFFF; padding-top:6px; } /* div图标说明等 */ .divbbsicon { width:500px; height:28px; align:center; border: 1px solid #99cc33; font-size: 12px; margin-top: 2px; margin-right: auto; margin-bottom: 0; margin-left: auto; text-align:center; background:#FFFFFF; padding-top:6px; } /*--------------表格样式--------------*/ /* 论坛列表table */ .table_bbs { align:center; width:997px; border-collapse:collapse; table-layout:fixed; text-align:LEFT; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #99cc33; border-bottom-color: #99cc33; border-left-color: #99cc33; } .table_bbs td{ padding:8px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #99cc33; white-space:nowrap; word-break:keep-all; } /* 论坛内容table */ .table_content { align:center; width:997px; border-collapse:collapse; table-layout:fixed; text-align:LEFT; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #99cc33; border-bottom-color: #99cc33; border-left-color: #99cc33; } .table_content td{ padding:8px; line-height:150%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #99cc33; border-left-width: 1px; border-left-style: solid; border-left-color: #99cc33; word-break:break-all; } /* 会员信息table */ .table_member { align:center; width:100%; border-collapse:collapse; table-layout:fixed; text-align:LEFT; } .table_member td{ padding:4px; line-height:150%; border: 0px; } .table_send { align:center; width:100%; border-collapse:collapse; table-layout:fixed; text-align:LEFT; } .table_send th{ font-size:12px; padding:6px; border: 1px solid #99cc33; font-weight: normal; } .table_send.th_bg{ background:#ccff99; }