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.

How would I change the Code boxes text?

2 posters

Go down

Solved How would I change the Code boxes text?

Post by sign da tits Sun 3 Apr 2011 - 15:36

As you can see my codebox is bland and boring I would like to jazz it up a bit, with green text like forumotion
How would I change the Code boxes text? Att8nm


Last edited by sign da tits on Sun 3 Apr 2011 - 17:00; edited 1 time in total
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: How would I change the Code boxes text?

Post by Base Sun 3 Apr 2011 - 15:40

Hello sign da tits,

Please add this to your CSS code:

Code:
.codebox {
    background-color: #FFFFFF;
    border: 1px dotted #DDDDDD;
    border-radius: 5px 5px 0 0;
    color: green;
    margin: 1em;
}
.codebox dd.cont_code {
    background-color: #FFFFFF;
    color: green;
    max-height: 200px;
    overflow: auto;
}

That will make the background of your code box white and your font colour green. Wink

Regards,

Base
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: How would I change the Code boxes text?

Post by sign da tits Sun 3 Apr 2011 - 17:00

Base wrote:Hello sign da tits,

Please add this to your CSS code:

Code:
.codebox {
    background-color: #FFFFFF;
    border: 1px dotted #DDDDDD;
    border-radius: 5px 5px 0 0;
    color: green;
    margin: 1em;
}
.codebox dd.cont_code {
    background-color: #FFFFFF;
    color: green;
    max-height: 200px;
    overflow: auto;
}

That will make the background of your code box white and your font colour green. Wink

Regards,

Base
Thanks man Smile
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: How would I change the Code boxes text?

Post by Base Sun 3 Apr 2011 - 17:05

Since this problem has been solved, I will now lock this topic.

>> Locked

How would I change the Code boxes text? Topic_lock
Base
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum