/*
 * Author:            Will (war59312@gmail.com)         
 * Description:       Removes ads from yahoo mail
*/

/* +++ changelog +++
Dec 14th, 2009
- removed right side-bar ad
July 7th, 2008
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("mail.yahoo.com") {

    /* HIDE TEXT ADS */
    #gx_disclosure, #gx_userprofile, .title, #feedSelector, #news_list, .moreNews, #feedbackLink, #ch_col_h1, .paneMessage.fontT1, #calBarPane { 
        display:none !important; 
    }

    /* STRETCH OUT FRONT PAGE */
    #gx_vnews { 
        margin-left: auto !important; 
        margin-right: auto !important; 
    }

    /* RIGHT SIDE-BAR AD */
    #SKY { 
        display:none !important; 
    }

}