網(LieHuo.Net)教程 我們以默認模板為例分析一下其模板樣式,SupeSite 7.0 默認模板的樣式表為 emplatesdefaultcsscommon.css,所以只需要修改該文件即可更改 default 模板樣式。
注意:修改默認模板之前最好復制一份進行修改,保留默認的 default 目錄,方便以后的產品升級。
一、頭部(header)http://www.veryhuo.com/a/view/8104.html
二、首頁及資訊首頁(index & news)http://www.veryhuo.com/a/view/8105.html
三、資訊分類及內容頁面(category & viewnews)http://www.veryhuo.com/a/view/8106.html
四、論壇(bbs)
1、論壇頻道首頁
論壇頻道首頁幻燈片、熱點內容、本月熱點、最新發表、圖片主題以及各個版塊模塊的 CSS 樣式完全同首頁和資訊首頁的樣式控制,所以這里不再贅述。
在 common.css 樣式表中對應的常見修改樣式有:
.global_tx_list5 ul { padding:0 15px 0 30px; background:url(../images/top10_bg.gif) no-repeat 15px 10px; }// “版塊帖子數排行”、“用戶發帖排行”、“用戶在線排行”、“最新評論”幾個模塊的樣式控制,常見修改有更換背景圖片 /images/top10_bg.gif 。