網(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)http://www.veryhuo.com/a/view/8107.html
五、日志(uchblog)http://www.veryhuo.com/a/view/8108.html
六、相冊(uchimage)http://www.veryhuo.com/a/view/8109.html
七、尾部(footer)
SupeSite 7.0 默認模板尾部涉及到的 CSS 樣式有:#footer
1、底部導航背景
底部導航背景在 common.css 里面涉及的樣式如下:
#footer_top { height:50px; margin-bottom:10px; background:#D3EAF0; }// 修改底部導航背景色只需要修改上述樣式中的 background:#D3EAF0 即可。
2、底部導航字體
底部導航字體在 common.css 里面涉及的樣式如下:
.good_link a { margin:0 3px; color:#295B72; }// 修改底部導航字體顏色只需要修改上述樣式中的 color:#295B72 即可。