The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
bbcode Background color.
How do i change the backgound color of the bbcode boxes? Right now it's hard to read with the current color it's at.
Edit, I would like to do it without editing the Second Alternating Color. |
#2
|
||||
|
||||
just edit the bbcode_ templates and hardcode the color there, as we did on vb.org
|
#3
|
||||
|
||||
Quote:
And may i ask what you used for code? My HTML is kinda weak. |
#4
|
||||
|
||||
you cannot replace classes with hexvalues, you have to overwrite the style
<pre style="background: #188884;"> for example. |
#5
|
||||
|
||||
thank you sir.
|
#6
|
||||
|
||||
you're welcome
|
#7
|
||||
|
||||
Maybe I'm missing something.
this is the original template. HTML Code:
<div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px">$vbphrase[code]:</div> <pre class="alt2" style="margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto">$code</pre> </div> |
#8
|
||||
|
||||
hmm, lack of sleep i'd say, at least i cannot think of anything else
you may want to search some of my posts, i think i posted vb.org's template somewhere |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|