1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

In Netscape Mali 7, how do I get rid of the -- that grays out my email signature?

Discussion in 'Firefox, Thunderbird & SeaMonkey' started by Rich Gannon, 2003/06/11.

Thread Status:
Not open for further replies.
  1. 2003/06/11
    Rich Gannon

    Rich Gannon Inactive Thread Starter

    Joined:
    2003/06/08
    Messages:
    7
    Likes Received:
    0
    In Netscape Mali 7, how do I get rid of the -- that grays out my email signature?
     
  2. 2003/06/11
    Ramona

    Ramona Geek Member Alumni

    Joined:
    2001/12/31
    Messages:
    7,481
    Likes Received:
    2
    Welcome to the Forum, Rich Gannon!

    Hi Rich,

    To tweak the signature, so it will not appear to be greyed out after the delimiter:

    Open the Chrome Folder, located in the salted folder:
    C:\Windows\Application Data\Mozilla\Profiles\profilename\xxxxxxxx.slt\chrome
    (Depending on your OS)

    Add the below to the file:

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


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


    Ramona :D
     

  3. to hide this advert.

  4. 2003/06/11
    Rich Gannon

    Rich Gannon Inactive Thread Starter

    Joined:
    2003/06/08
    Messages:
    7
    Likes Received:
    0
    Ramona, did I find the right chrome file, I found this:

    C:\Documents and Settings\Administrator\Application Data\Mozilla\Profiles\Sales\qvukfwcp.slt\chrome

    How do I add what you wrote to the file? You wrote:

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


    .moz-txt-sig > a, .moz-signature > a {
    color: black !important;
    }
     
  5. 2003/06/11
    Ramona

    Ramona Geek Member Alumni

    Joined:
    2001/12/31
    Messages:
    7,481
    Likes Received:
    2
    Hi Rich,

    That is the correct location for the userContent.css file. You can copy the CSS that I posted, and paste it into your userContent.css file.

    If you haven't created a userContent.css file, open the userContent-example.css file. Add the information I posted above to the existing file. Then click on File| Save As and rename the file userContent.css.

    Your file should look similar to this:
    Code:
    /*
     * Edit this file and copy it as userContent.css into your
     * profile-directory/chrome/
     */
    
    /*
     * This file can be used to apply a style to all web pages you view
     * Rules without !important are overruled by author rules if the
     * author sets any.  Rules with !important overrule author rules.
     */
    
    /*
     * example: turn off  "blink" element blinking
     *
     * blink { text-decoration: none ! important; }
     *
     */
    
    /*
     * example: give all tables a 2px border
     *
     * table { border: 2px solid; }
     */
    
    /*
     * example: turn off  "marquee" element
     *
     * marquee { -moz-binding: none; }
     *
     */
     
    /* 
     * For more examples see [url]http://www.mozilla.org/unix/customizing.html[/url]
     */
    
    .moz-txt-sig, .moz-signature {
    color: black !important;
    }
    
    
    .moz-txt-sig > a, .moz-signature > a {
    color: black !important;
    }
    
    Let me know if you have further questions.

    Ramona :D
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.