leadbbs9.0带了8个默认风格,要是你不知道怎么改logo和banner,看看吧
每个风格都有一个CSS文件,后台风格管理在线修改,FTP修改都可以
[b]风格: 默认设置[/b]
[b][COLOR=rgb(0, 136, 0)]CSS[/COLOR][/b]: inc/STYLE0.CSS
[COLOR=rgb(0, 221, 0)][b]LOGO[/b][/COLOR]: .head_banner_logo a img{cursor:pointer; width:320px;height:85px;background: url(../images/style/extend/01002/logo.png) no-repeat;_background: url(../images/style/extend/01002/logo.gif) no-repeat;}
[COLOR=rgb(0, 0, 204)]BANNER[/COLOR]: .head_banner_ad a{display:block;width:468px;height:60px;background: url(../images/style/extend/01002/banner.png) no-repeat left;_background: url(../images/style/extend/01002/banner.gif) no-repeat left;} /*block for ie6*/
[COLOR=rgb(0, 48, 238)]ftp替换LOGO[/COLOR] images/style/extend/01002/logo.png images/style/extend/01002/logo.gif
[COLOR=rgb(0, 0, 238)]ftp替换BANNER[/COLOR] images/style/extend/01002/banner.png images/style/extend/01002/banner.gif
[b]风格: 1 (绿色)[/b]
CSS: inc/STYLE1.CSS
LOGO: .head_banner_logo a img{cursor:pointer; width:257px;height:65px;background: url(../images/style/0_1/logo.gif) no-repeat;}
BANNER: .head_banner_ad a{display:block;width:468px;height:60px;background: url(../images/temp/banner17.gif) no-repeat;}
ftp替换LOGO images/style/0_1/logo.gif
ftp替换BANNER images/temp/banner17.gif |