Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Why is userContent.css-Formats void?

  • 3 回覆
  • 1 有這個問題
  • 4 次檢視
  • 最近回覆由 Toad-Hall

more options

I create userContent.css /*

* Change display color of text and links in signature
*/

.moz-txt-sig, .moz-signature {

 color: black !important;

} .moz-txt-sig > a, .moz-signature > a {

 color: blue !important;

}

in C:\Users\{User Name}\AppData\Roaming\Thunderbird\Profiles\{ProfilName}\chrome with this How To http://kb.mozillazine.org/UserContent.css . But UserContent.css-Formats are void. Why are UserContent.css-Formats void? What can l do for change signature-color in my mails?

My Thunderbird-Version is 31.6.0.

I create userContent.css /* * Change display color of text and links in signature */ .moz-txt-sig, .moz-signature { color: black !important; } .moz-txt-sig > a, .moz-signature > a { color: blue !important; } in C:\Users\{User Name}\AppData\Roaming\Thunderbird\Profiles\{ProfilName}\chrome with this How To http://kb.mozillazine.org/UserContent.css . But UserContent.css-Formats are void. Why are UserContent.css-Formats void? What can l do for change signature-color in my mails? My Thunderbird-Version is 31.6.0.

所有回覆 (3)

more options

I presume you have done this:

Tools > Account Settings > mail account name Signature text: select 'Use HTML' In text box type eg: your name click on OK

Help > Troubleshooting Information click on 'Show folder'

a window opens showing Profile folder name contents. Close Thunderbird now - this is important

You created a chrome folder - note the spelling It should be located in the same place as the 'Mail' folder - see first image below.

You opened 'Notepad' You entered everything that is in between the lines below Saved file as userContent.css - note spelling - in the chrome folder. See second image below.


/*
 * Change display color of text and links in signature
 */


.moz-txt-sig, .moz-signature {
  color: black !important;
}
.moz-txt-sig > a, .moz-signature > a {
  color: blue !important;
} 

<style>
.moz-txt-sig, .moz-signature {
  opacity: inherit !important;
}
</style>

Please post images like the ones I have attached, so I can see exactly what you have got.

more options
more options

I can see from images, that you use this as your signature for outgong messages: Sehr geehrte Damen und Herren

However, the other image shows an incoming message from someone else.

The signature and userContent.css code effects your signature in outgoing mails, not signatures written by other people on incoming mail.