這個是將plus的shadow的效果抽出來的,然後修改一下後套用在phpbb206上
圖檔可以自已由PLUS檔案抓下來或是從這下載
http://www.timer.idv.tw/phpbb/dload.php ... file_id=11
代碼: 選擇全部
#
#------[ OPEN ]------
#
templates/subSilver/subSilver.css
#
#------[ FIND ]------
#
/* This is the outline round the main forum tables */
.forumline { background-color: #FFFFFF; border: 2px #006699 solid; }
#
#------[ AFTER, ADD ]------
#
/* Shadow Background images for tables */
.tbl {border-collapse:collapse;height:4px;width:100%}
.tbll {background-image: url(images/tb4_l.gif);no-repeat;width:8px}
.tblbot {background-image: url(images/tb4_m.gif);repeat-x;width:100%}
.tblr {background-image: url(images/tb4_r.gif);no-repeat;width:8px}
#
#------[ OPEN ]------
#
templates/subSilver/overall_header.tpl
#
#------[ FIND ]------
#
/* This is the outline round the main forum tables */
.forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
#
#------[ AFTER, ADD ]------
#
/* Background images for tables */
.tbl {border:collapse;height:4px;width:100%}
.tbll {background-image: url(templates/subSilver/images/tb4_l.gif);no-repeat;width:8px}
.tblbot {background-image: url(templates/subSilver/images/tb4_m.gif);repeat-x;width:100%}
.tblr {background-image: url(templates/subSilver/images/tb4_r.gif);no-repeat;width:8px}
#
#------[ Upload Files]------
#
tb4_l.gif to templates/subSilver/images/
tb4_m.gif to templates/subSilver/images/
tb4_r.gif to templates/subSilver/images/
#
#------[ Table ]------
# ADD THIS LINE AFTER TPL-TABLE LABEL
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>