http://bbs.sunpp.com这个风格我太喜欢啦,谁有啊?
求高手仿一个。期待!
经过对网页分析,我发现风格在bbs.sunpp.com/templates/sunpp2009 文件夹下
图片在bbs.sunpp.com/templates/sunpp2009/images文件夹下
这是css_append.htm discuz.htm也可以查看的到- /*----------------------------------------------------#header----------------------------------------------------*/ #header,#header .wrap{height:210px; padding:0;} #header .wrap{background:url({STYLEIMGDIR}/banner.jpg) no-repeat right 45px} #header h2{ margin-top:45px;} #umenu{ width:100%; height:45px; line-height:35px; text-align:right; background:url({STYLEIMGDIR}/bg_t.png) repeat-x;} #umenu .umenu_bg{ padding-right:15px;} #umenu .left_bg,#umenu .right_bg{ top:0; position:absolute;width:20px; height:45px; background-position:left top; background-repeat:no-repeat;} #umenu .left_bg{left:0; background-image:url({STYLEIMGDIR}/bg_t_l.png)} #umenu .right_bg{right:0;background-image:url({STYLEIMGDIR}/bg_t_r.png)} /*----------------------------------------------------#footer----------------------------------------------------*/ #footer{padding:0;margin:0;} .ad_footerbanner{margin:0; padding:0} #footer, #footer a { color: #fff;} #footer .wrap {background: #000; } #rightinfo, #footlink { padding: 5px 10px;height: 37px; *height: 17px;} #rightinfo { background: url({STYLEIMGDIR}/bg_f_l.gif) no-repeat 0 100%; } #footlink { background: url({STYLEIMGDIR}/bg_f_r.gif) no-repeat 100% 100%; } /*----------------------------------------------------#menu------------------------------ ----------------------*/ #menu { bottom:7px;} #menu { *bottom:0px;} #menu li a { padding:3px 10px;background:#000 url({STYLEIMGDIR}/menu.gif) repeat-x top; } #menu li.current a,#menu li a:hover{background:#333 url({STYLEIMGDIR}/menu.gif) repeat-x top;} #menu li a:hover { text-decoration:none;} /*----------------------------------------------------post btn----------------------------------------------------*/ .pages_btns a{; font-size:13px;} .postbtn, .replybtn {width: 78px;height: 41px;line-height: 35px;font-size:12px;} .postbtn { background-image: url({STYLEIMGDIR}/newtopic.gif); } .replybtn { background-image: url({STYLEIMGDIR}/reply.gif); } .postbtn a,.replybtn a { color: #fff; letter-spacing: 0px;} /*----------------------------------------------------list----------------------------------------------------*/ .list {border-top:0; } .list h3 a{ color:#fff;} .headactions{ color:#fff; height:26px;padding:0;padding-top:10px;background:#000 url({STYLEIMGDIR}/lan_r10_c20.png) no-repeat right top;} .notabs{color:#fff;} .content .list h3 {color:#fff; height:36px;background:#000 url({STYLEIMGDIR}/lan_r10_c8.png) no-repeat left top; border:0;padding-left:16px;line-height: 35px; } * html .headactions { margin-left: -3px; } .list td,.list th,.list th.new{border:0;border-bottom:1px solid #fff; height: 90px; padding:0;background:url({STYLEIMGDIR}/tie_bg.png) repeat-x bottom;} .list th {padding-left: 15px !important; } .list th .notabs{color:#333;} /*----------------------------------------------------bbs----------------------------------------------------*/ .shadowline { border-top-color: #ccc; border-bottom-color: #fff; } .signatures { background-image: url({STYLEIMGDIR}/sigline.gif) !important; } .quote { background: #e7e7e8 url({STYLEIMGDIR}/quote1.gif) no-repeat 10px 6px !important; } .quote blockquote { background: url({STYLEIMGDIR}/quote2.gif) no-repeat 100% 100% !important; } /*----------------------------------------------------bbs----------------------------------------------------*/ #wrap { margin:0 auto; padding:0; background: #f3f4f6 url({STYLEIMGDIR}/bbs_bg.png) repeat-x 0 1px; } .forumnums em,.nums strong,.threadlist th .new,.list th h2 em strong,{ color: #f60; } /*----------------------------------------------------pages----------------------------------------------------*/ .pageback a { color:#f60;} .pages strong { border-color:#f60; background-color:#f60; color: #FFF; font-weight: 700; } .pages a:hover{ border-color:#f60; } .pages a.next{ color:#f60;} /*----------------------------------------------------ad----------------------------------------------------*/ .ad_text td { padding: 3px 0px; text-align:center;} .ad_pip { background:none;}
复制代码 |