Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. 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.