增加這個檔案 d:\Portable\Thunderbird_Portable\Data\profile\chrome\userChrome.css
內容 ----------------------------- /* 左側資料夾 */ treechildren:-moz-tree-cell-text { font-family:華康粗圓體 ; font-size: 12px !important }
/* 未讀信件列表 */ treechildren:-moz-tree-cell-text(unread) { font-weight: normal !important; color: rgb(255,0,0) !important; font-size: 14pt !important; font-family: 華康粗黑體 !important; }
/* 已讀信件列表 */ treechildren:-moz-tree-cell-text(read) { color: rgb(0,0,0) !important; font-size: 14pt !important; font-family: 華康中黑體 !important; }
/*信件列表每行高度 */ treechildren:-moz-tree-row { height: 22px !important; }
/* dirTree > treechildren::-moz-tree-cell-text { color: rgb(0,0,255) !important; font-family: 華康中黑體 !important; font-size:16pt !important; } */
/* abResultsTree > treechildren::-moz-tree-cell-text { color: rgb(0,0,255) !important; font-size: 16pt !important; font-family: 華康中黑體 !important; } */
|