Does anyone know how you change the colour of the areas where the arrows are pointing to in the photo below?:
Announcement
Collapse
No announcement yet.
Change Background Colour of Quick Reply Box?
Collapse
X
-
-
-
Add these two definitions to addtional.css and change #4d463f to match your color scheme:
Code:span.cke_skin_kama { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #4d463f !important; padding: 5px; } .cke_skin_kama .cke_wrapper { background-color: #4d463f !important; background-image: url("images/sprites.png"); background-position: 0 -1950px; background-repeat: repeat-x; background-image: none !important; background-position: 0 -1950px; background-repeat: no-repeat; border: 0px solid #292218; -moz-border-radius: {vb:stylevar border_radius}; -webkit-border-radius: {vb:stylevar border_radius}; border-radius: {vb:stylevar border_radius}; display: block; padding: 5px; }
.
Former vBulletin Support Staff
Hacked recently? See my blog post "Recovering a Hacked vBulletin Site".
Thinking outside the box? Need modification support? Visit www.vBulletin.org and have at it!
Comment
-
Originally posted by TheLastSuperman View PostAdd these two definitions to addtional.css and change #4d463f to match your color scheme:
Code:span.cke_skin_kama { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #4d463f !important; padding: 5px; } .cke_skin_kama .cke_wrapper { background-color: #4d463f !important; background-image: url("images/sprites.png"); background-position: 0 -1950px; background-repeat: repeat-x; background-image: none !important; background-position: 0 -1950px; background-repeat: no-repeat; border: 0px solid #292218; -moz-border-radius: {vb:stylevar border_radius}; -webkit-border-radius: {vb:stylevar border_radius}; border-radius: {vb:stylevar border_radius}; display: block; padding: 5px; }
.
Comment
Related Topics
Collapse
-
by sergiomcHello, I change the colors and images of most of the forum, but I have not been able to change these colors, can anyone help?
...-
Channel: Support Issues & Questions
Wed 6 Feb '13, 7:45pm -
-
Hi,
I've been trying to find out how to edit these colors for ages... Could you show me exactly where I can change them (step by step please) ?
1) how to activate and change...-
Channel: Support Issues & Questions
Tue 12 Feb '13, 12:17am -
-
by smgxtremeI was wondering if someone could tell me how to change input box background color non-active and also active like in screenshots.
Is there a code for additional.css ? or anything else I can add?...2 Photos-
Channel: Support Issues & Questions
Fri 22 Mar '13, 7:11pm -
-
by nsusaI want to have a white background for my forum, but when I change it there are no borders around the actual forums. See screenshot. Where can I make changes to have a border set?1 Photo
-
Channel: Support Issues & Questions
Sun 21 Jul '13, 5:40pm -
Comment