The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
4 posters

    Font Color of Text in Code

    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Font Color of Text in Code

    Post by runawayhorses May 19th 2012, 8:33 am

    I need a CSS code to set the font color of the text when you use the code tags. For example, if I were to use the code tags like below, how can I set the font color of the text in the code tags? I want to set the color as the default font color for all text when using the code tags.

    Code:
    This color of text here.

    thanks


    Last edited by runawayhorses on May 19th 2012, 9:45 am; edited 1 time in total
    c3vietk
    c3vietk
    Forumember


    Male Posts : 65
    Reputation : 41
    Language : Vietnamese, HTML, Javascript, C#, PHP
    Location : Vietnam, HCMc

    Solved Re: Font Color of Text in Code

    Post by c3vietk May 19th 2012, 8:52 am

    phpbb3 : add to css
    Code:
    .codebox dd{color:#000000}
    #000000 <~ d color you want to set
    Ahkrir
    Ahkrir
    Forumember


    Male Posts : 288
    Reputation : 14
    Language : English
    Location : The Netherlands

    Solved Re: Font Color of Text in Code

    Post by Ahkrir May 19th 2012, 9:28 am

    I use the above code, works for PunBB.
    Not sure for BB3.
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Font Color of Text in Code

    Post by runawayhorses May 19th 2012, 9:39 am

    No it didn't work at all. I use phpbb3
    Ahkrir
    Ahkrir
    Forumember


    Male Posts : 288
    Reputation : 14
    Language : English
    Location : The Netherlands

    Solved Re: Font Color of Text in Code

    Post by Ahkrir May 19th 2012, 9:40 am

    Can you get me your forum's url?

    Try adding this to your css:
    Code:
    dl.codebox code {color: #000;}
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Font Color of Text in Code

    Post by runawayhorses May 19th 2012, 9:45 am

    Yes that one worked! thanks! Smile
    Ahkrir
    Ahkrir
    Forumember


    Male Posts : 288
    Reputation : 14
    Language : English
    Location : The Netherlands

    Solved Re: Font Color of Text in Code

    Post by Ahkrir May 19th 2012, 9:49 am

    No problem :-)
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Font Color of Text in Code

    Post by Jophy May 19th 2012, 9:56 am

    Topic Solved & Locked

      Current date/time is September 22nd 2024, 8:25 pm