會員註冊 / 登入  |  電腦版  |  Jump to bottom of page

JForum中文社群 JForum Chinese Users Community » [v2.1.6] 調整文章顯示的字體大小

發表人: andowson, 七段學員
2007-01-06 18:36:15
JForum預設的字體滿小的,對中文字來說不太適合長時間閱讀,我們可以調整templates/default/styles/zh_TW.css這個檔案,加入這幾個設定

th { font-size: 13px; }
th.thhead,td.cathead { font-size: 14px; }

.gen { font-size : 15px; }
.genmed, .name { font-size : 14px; }
.gensmall, .postdetails { font-size : 13px; }

.mainmenu { font-size: 14px; }
.cattitle { font-size: 15px; }
.forumlink { font-size: 15px; }
.nav, .topictitle { font-size:14px; }

.postbody { font-size: 15px; }

.postinfo { font-size: 13px; }

input, textarea, select { font-size: 14px; }
.moderator { font-size: 13px; }
.admin { font-size: 13px; }

重新顯示網頁看看,字體是不是變大一點了?其他地方的調整就給大家自己去練習囉!




會員註冊 / 登入  |  電腦版  |  Jump to top of page