MozTW 討論區
https://forum.moztw.org/

可以將郵件列表的背景顏色轉換嗎??
https://forum.moztw.org/viewtopic.php?f=9&t=29669
1 頁 (共 1 頁)

發表人:  小子 [ 2010-03-11, 23:57 ]
文章主題 :  可以將郵件列表的背景顏色轉換嗎??

因為預設的是純白色
平時/晚上特別感覺刺眼 :?
但又不想用一些已轉色的佈景主題
可以自己手動調教嗎???

還有, 每當郵件內有圖片時, thunderbird也會預先阻擋, 有方法預設開啟嗎?
about:config 內可以修改到嗎?

謝謝!

附加檔案:
23.jpg [54.11 KiB]
被下載 586 次

發表人:  Velociraptor [ 2010-03-12, 09:07 ]
文章主題 :  Re: 可以將郵件列表的背景顏色轉換嗎??

改介面的方法和 firefox 差不多
用設定檔裡的 chrome/userChrome.css
或者裝 stylish 套件
不過詳細的語法還要再查……

about:config 裡面把
代碼:
mailnews.message_display.disable_remote_image

改成 false 就可以取消預設阻擋遠端圖片了

發表人:  小子 [ 2010-03-14, 03:18 ]
文章主題 :  Re: 可以將郵件列表的背景顏色轉換嗎??

Velociraptor 寫:
改介面的方法和 firefox 差不多
用設定檔裡的 chrome/userChrome.css
或者裝 stylish 套件
不過詳細的語法還要再查……

about:config 裡面把
代碼:
mailnews.message_display.disable_remote_image
\
改成 false 就可以取消預設阻擋遠端圖片了


請問 chrome/userChrome.css <<<在哪裡的?
我是用WINDOWS 7

發表人:  Velociraptor [ 2010-03-15, 14:24 ]
文章主題 :  Re: 可以將郵件列表的背景顏色轉換嗎??

先找到設定檔
Windows7 預設應該是在
C:\Users\[使用者名稱]\AppData\Roaming\Thunderbird\Profiles\[xxxxxxx.default\
在裡面新增一個資料夾 chrome
chrome 裡面再新增文字檔 userChrome.css
用這個檔案改介面的話,要重開tb才會套用


郵件列表顏色應該可以這樣改:
代碼:
#threadTree > treechildren {
   background-color: #ddd !important;
}

發表人:  小子 [ 2010-03-15, 15:31 ]
文章主題 :  Re: 可以將郵件列表的背景顏色轉換嗎??

Velociraptor 寫:
先找到設定檔
Windows7 預設應該是在
C:\Users\[使用者名稱]\AppData\Roaming\Thunderbird\Profiles\[xxxxxxx.default\
在裡面新增一個資料夾 chrome
chrome 裡面再新增文字檔 userChrome.css
用這個檔案改介面的話,要重開tb才會套用


郵件列表顏色應該可以這樣改:
代碼:
#threadTree > treechildren {
   background-color: #ddd !important;
}


非常多謝你 :)

發表人:  rubcandy0208 [ 2013-04-29, 14:20 ]
文章主題 :  Re: 可以將郵件列表的背景顏色轉換嗎??

portable版是在

\Thunderbird_Portable\Data\profile\chrome\userChrome.css

沒有的可自行增加文字檔

供參

/* 全域參數(前想星號代表是全域 */
* {font-family:華康中黑體 !important}
* {font-size: 16pt !important}

/* 信件列表&資料夾
treechildren:-moz-tree-cell-text
{
font-family:華康中黑體 ; font-size: 26px !important
}
*/


/* 未讀信件列表 */
treechildren:-moz-tree-cell-text(unread)
{
font-weight: normal !important;
color: rgb(255,0,0) !important;
font-size: 16pt !important;
font-family: 華康中黑體 !important;
}

/*已讀信件列表 */
treechildren:-moz-tree-cell-text(read)
{
color: rgb(0,0,0) !important;
font-size: 16pt !important;
font-family: 華康中黑體 !important;
}


treechildren:-moz-tree-row
{
height: 25px !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;
}
*/

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/