PDA

View Full Version : How do I change the "quote" bbcode background color?


maxie
09-21-2011, 11:53 PM
hello


any one knows how to change the quote backgraoung color ?


i try to edit my bbqoute templetes but i dont know the exact background color

<div class="bbcode_container">
<div class="bbcode_quote">
<div class="quote_container">
<div class="bbcode_quote_container"></div>
<vb:if condition="$show['username']">
<div class="bbcode_postedby">
<img src="{vb:stylevar imgdir_misc}/quote_icon.png" alt="{vb:rawphrase quote}" /> {vb:rawphrase originally_posted_by_x, {vb:raw username}}
<vb:if condition="$postid"><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}showthread.php?{vb:raw session.sessionurl}p={vb:raw postid}#post{vb:raw postid}" rel="nofollow"><img class="inlineimg" src="{vb:stylevar imgdir_button}/viewpost-{vb:stylevar right}.png" alt="{vb:rawphrase view_post}" /></a></vb:if>
</div>
<div class="message">{vb:raw message}</div>
<vb:else />
{vb:raw message}
</vb:if>
</div>
</div>
</div>

HMBeaty
09-21-2011, 11:56 PM
AdminCP > Styles & Templaters > Style Manager > Edit StyleVars > bbcode_quote_background

maxie
09-22-2011, 10:19 AM
hello sir i check that setting but no setting like that in my panel

im using vb 4.1.2

Max Taxable
09-22-2011, 11:14 AM
In vB3 it's the "second alternating color" choices.

AdminCP > Styles & Templates > Style Manager > Style in question > All Style Options > Second Alternating Color.

The CSS selector for that is alt2.

maxie
09-23-2011, 09:00 PM
yeah in vb3 that is second alternating color
,

anybody knows in vb 4 ?

thanks in advance

HMBeaty
09-23-2011, 09:54 PM
yeah in vb3 that is second alternating color
,


anybody knows in vb 4 ?



thanks in advance
See post #2. However, if you're not finding it in your AdminCP, you're not looking in the area I told you to.

HMBeaty
09-23-2011, 09:57 PM
Screenshot attached for clarification

maxie
09-28-2011, 01:16 PM
thank you sir its clear now

thank you very much