Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin Questions

Why not Register and remove some of the ads from vBulletin Setup
Post New Thread  Reply



#1   05-02-2008, 03:25 PM
glennybee has a spectacular aura about Join Date: Mar 2008 Posts: 145 Location: Scotland
changing colour of 'newpost' & 'newreply' background?


Hi folks,

I'm trying to customize the default skin after upgrading to 3.7.0.

Does anyone know where the colour of the background is located when creating a new post?

See pic.

I've been looking at the 'newthread' and 'newreply' templates. Particularly this section of code...

Code:
        <!-- message area -->
        <div class="smallfont">$vbphrase[message]:</div>
        $messagearea
        <!-- / message area -->
Thanks
Glen
Attached Images
File Type: jpg untitled.JPG (52.5 KB, 9 views)
--------------------
Digital Kaos | Dreambox Guides
Quote   |  



#2   05-02-2008, 04:44 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,242 Location: Topeka, KS
Re: changing colour of 'newpost' & 'newreply' background?


in your css controls under styles would be my guess
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Reply to the Welcome PM for Full Access to the Forums.. Thanks

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums
Check out this cool page - Bar Code Signatures
Quote   |  



#3   05-02-2008, 05:33 PM
glennybee has a spectacular aura about Join Date: Mar 2008 Posts: 145 Location: Scotland
Re: changing colour of 'newpost' & 'newreply' background?


That was my first thought Brandon, I'll take another look tomorrow when I'm more alive lol.
--------------------
Digital Kaos | Dreambox Guides
Quote   |  



#4   05-02-2008, 08:13 PM
Curio has a spectacular aura about Join Date: Jan 2008 Posts: 113
Re: changing colour of 'newpost' & 'newreply' background?


It's controlled by the .vBulletin_editor class. The easiest place to edit this is in the editor_css template
--------------------
vBulletin 3.7 Styles and Stuff

Last edited by Curio; 05-02-2008 at 08:15 PM.
Quote   |  



#5   05-03-2008, 03:52 AM
glennybee has a spectacular aura about Join Date: Mar 2008 Posts: 145 Location: Scotland
Re: changing colour of 'newpost' & 'newreply' background?


Thanks for the hint Curio but I still have no idea where to start, sorry.

This is my template...

Code:
<!-- Editor Styles -->
<style type="text/css" id="vbulletin_editor_css_dynamic">
<!--
@import url("clientscript/vbulletin_editor.css?v=");

.vBulletin_editor {
	background: ;
	padding: px;
}
.imagebutton {
	background: ;
	color: ;
	padding: ;
	border: ;
}
.ocolor, .ofont, .osize, .osmilie, .osyscoloar, .smilietitle {
	background: ;
	color: ;
	border: ;
}
.popup_pickbutton {
	border: ;
}
.popup_feedback {
	background: ;
	color: ;
	border-: ;
}
.popupwindow {
	background: ;
}
#fontOut, #sizeOut, .popup_feedback div {
	background: ;
	color: ;
}
.alt_pickbutton {
	border-: 1px solid ;
}
.popup_feedback input, .popup_feedback div
{
	border: 0px solid;
	padding: 0px 2px 0px 2px;
	cursor: default;
	font: 11px tahoma;
	overflow: hidden;
}
-->
</style>
<!-- / Editor Styles -->
--------------------
Digital Kaos | Dreambox Guides
Quote   |  



#6   05-03-2008, 05:14 AM
Jacqueline will become famous soon enough Join Date: Feb 2008 Posts: 33
Re: changing colour of 'newpost' & 'newreply' background?


Edit the main css for your style. Look for Panel surround and Panel forms. I believe those are the ones you are looking for. You'll need to change the image and #xxxxxx color on the background line.
--------------------
~ Jacqueline
Quote   |  



#7   05-03-2008, 06:44 AM
Curio has a spectacular aura about Join Date: Jan 2008 Posts: 113
Re: changing colour of 'newpost' & 'newreply' background?


.vBulletin_editor {
background: ;
padding: px;
}

The variables get cut out when posting, but the line you want to edit this the background one.

A tutorial on CSS background can be found here if you need it.
--------------------
vBulletin 3.7 Styles and Stuff
Quote   |  



#8   05-03-2008, 08:56 AM
glennybee has a spectacular aura about Join Date: Mar 2008 Posts: 145 Location: Scotland
Re: changing colour of 'newpost' & 'newreply' background?


Many thanks Curio!

That worked a treat!

Edited '.vBulletin_editor' for the main screen colour and '.imagebutton' for the background of the toolbar buttons.

Happy days! Now I can move to 3.7.0.

Rep added!
--------------------
Digital Kaos | Dreambox Guides
Quote   |  



#9   05-05-2008, 11:14 AM
glennybee has a spectacular aura about Join Date: Mar 2008 Posts: 145 Location: Scotland
Re: changing colour of 'newpost' & 'newreply' background?


I've hit another problem here guys

The icons in the editor toolbar, I've managed to make that background match the test of the box background but editing the editer_css template too. But, usually when you hover your cursor over an icon, i.e. bold, italic, underline, hyperlink, etc. you will get a border and the background colour will change. In the case here at vBSetup, the background colour is the same as the main colour so you only really see a border around the icon when you hover over it. Anyway, when I move my cursor away from hovering over it, the border goes away but the background colour stays. I'm assuming I need to adjust that as well to be the fixed colour of the main background but I'm can't figure out which variable to change.

I hope you folks can understand that lol.

Thanks.
--------------------
Digital Kaos | Dreambox Guides
Quote   |  



#10   05-05-2008, 01:03 PM
Curio has a spectacular aura about Join Date: Jan 2008 Posts: 113
Re: changing colour of 'newpost' & 'newreply' background?


You really only need to edit that template for the editor background itself. All the buttons in their various states can be controlled by the Toolbar Menu Options under Style Options

--------------------
vBulletin 3.7 Styles and Stuff
Quote   |  
Post New Thread  Reply
vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Change in colour Jason_A vBulletin Skins, Styles and Templates 8 04-18-2008 01:37 PM
PM Background - for UNREAD messages lordbyron vBulletin Questions 3 04-10-2008 07:55 AM
How to change Welcome Header background? Garala vBulletin Questions 1 04-08-2008 12:48 PM
Redirect guests from newreply.php to register MaddenGods Released vBulletin Hack 0 03-14-2008 12:09 AM
Gif transparent background? El Fuego vBulletin Graphic Questions 16 04-09-2007 01:00 PM


All times are GMT -6. The time now is 07:25 AM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions, vBulletin Skins, Styles, Templates
vBulletin Hacks / Modifications, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory