View Single Post
Old 06-26-2012, 12:04 PM   #18
NotTaken
Connoisseur
NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.
 
Posts: 65
Karma: 4640
Join Date: Aug 2011
Device: kindle
for the latest:

Code:
extra_css =''' 
   /* article text */
   .artcle_txt {     

    }
    
    /* headline */
    .article_title h3 {

    }

    /* publish date */
    .article_title p.title_foot {

    }
    
    /* article subtitle ? */
    .artcle_txt strong {

    }
    
    /* bold in text */
    .article_txt b {

    }

'''
I'd recommend that you get firebug for icecat/firefox so you can easily inspect the css.

Last edited by NotTaken; 06-26-2012 at 12:16 PM.
NotTaken is offline   Reply With Quote