楼主 这是我现在使用的风格的css_append.htm
如何修改啊?- /*============== ann dt 公告位置控制 ==============*/
- .content #ann {line-height: 30px; border: solid {COMMONBORDER}; border-width: 1px 0 0; background-color:#E0F6FD; background-image: url({STYLEIMGDIR}/ann_bg.gif); background-repeat: repeat-x;background-position: 0 -10px; }
- .content #ann dt { float: left; width: 5em; text-indent: 2em; font-weight: 700; }
- /*============== BBsBar 自定义 ==============*/
- #bb_headermenu {padding-bottoom:0px; width:100%; background:#1268A3 url({STYLEIMGDIR}/navbg.png) repeat-x; }
- #bb_headermenu .wrap {margin: 0 auto; width: {WRAPWIDTH}; height: 35px;}
- #bb_border {height:25px; width:100%; border-bottom: 1px solid #C7E1EF; background-color: #EEF6FD; }
- #bb_border .wrap {margin: 0 auto; height:25px; width: {WRAPWIDTH};}
- #bb_horizontal {margin-top:5px; height:10px; width:100%; border-top: 1px solid #CED7DA; background: url({STYLEIMGDIR}/bb_horizontal.png) repeat-x;}
- #xhomelink { float: right; margin-top:3px; }
- #xhomelink a {color:#006699;}
- /*============== header 头部控制 ==============*/
- #header .wrap { padding:5px 0 10px;}
- #header {margin-bottom:0; background:#fff url({STYLEIMGDIR}/headbg.png) repeat-x 0 100%;}
- #wrap {padding-bottom:0px;}
- /*============== menu 导航控制 ==============*/
- #menu { float: left; height: 33px; }
- #menu a {padding:0px 0px;width:100px; height: 33px; border: none; background-color: transparent; line-height: 33px; text-align:center; font-weight: bold;}
- #menu li { margin-left: 2px; background-color: transparent; }
- #menu a:hover {background-color: transparent; color:#FFFFFF;}
- #menu li.current a { width:100px; height: 33px; background-color: none; background: url({STYLEIMGDIR}/menu.png); color:#000;}
- #menu li.current a:hover {color:#000;}
- #menu, #umenu { position: static; margin-top:2px;}
- #menu a.dropmenu {background-position:80% 50%;}
- /*============== umenu 导航控制 ==============*/
- #umenu { float: right; margin-left: 4px; line-height: 33px; }
- /*============== nav 文字导航 ==============*/
- #nav { margin:0 auto 5px; height:30px; border: 1px solid #C7E1EF; background: #DFF6FF url({STYLEIMGDIR}/icon_nav.gif) no-repeat 15px 50%; text-align: left; text-indent: 40px; line-height: 28px;}
- #nav a {margin:auto;}
- /*============== style_switch 风格导航 ==============*/
- #style_switch { position: static; float: left; margin-top:8px; }
- /*============== footer 底部控制 ==============*/
- #footer { padding:5px 0 5px; }
- #footer .wrap {border:1px solid #9FB7E7; background:#EEF6FD;}
- #rightinfo, #footlink {margin:5px; }
- /*============== AD 位置控制 ==============*/
- #ad_headerbanner { float: right; margin:0; }
- .ad_footerbanner { width: {WRAPWIDTH}; background: {WRAPBG}; margin: 0 auto; }
- /*============== content 布局控制 ==============*/
- .content { padding: 0px 0px; }
- /*============== list 版块位置控制 ==============*/
- .list { margin-bottom:10px; border: 1px solid {COMMONBORDER}; }
- .list h3 a { color:#006699;}
- .list td, .list th {background:#F5FCFF; border-top:1px solid #D5E6ED;}
- .content .list h3 {background: #DFF6FF url({STYLEIMGDIR}/h.png) repeat-x; border-bottom: 1px solid {COMMONBORDER}; line-height:32px; padding-left:15px !important;}
- .list th { background: #F5FCFF url({STYLEIMGDIR}/old.gif) 10px 50% no-repeat; padding-left: 55px !important; }
- .list th.new { background-image: url({STYLEIMGDIR}/new.gif); }
- .forumlinks, .forumimglink, .forumtxtlink { border-top:1px solid #D5E6ED; }
- #onlinelist dt, #onlinelist dd {border-top:1px solid #D5E6ED; }
- /*============== forumimglink 连接版块控制 ==============*/
- .forumlinks, .forumimglink, .forumtxtlink {background-color:#F5FCFF;}
- /*============== 边栏中间空隙控制 ==============*/
- .with_side .content { margin-left: 190px; width: auto; }
- .with_side .main { float: left; overflow: hidden; margin-left: -190px; width: 100%; }
- /*============== 发贴回复按扭控制 ==============*/
- .content .postbtn { background-image:url({STYLEIMGDIR}/newtopic.gif); }
- .content .replybtn { background-image:url({STYLEIMGDIR}/reply.gif); }
复制代码 |