The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Style/CSS question
In the following image you can see a postbit legacy.
How could I add this right intermittent border to the postbit legacy? (it is only an image) The colour is #CC3333 Thanks! |
#2
|
||||
|
||||
It's probably a a background image... it would help if we had the css for the postbit to be sure.
|
#3
|
||||
|
||||
where could I find the postbit's css?
If we suppose that the background image is the "bg.gif", what I must add to the css to make this result? (and where on the admincp is the postbit's css? ) sorry for my bad english |
#4
|
||||
|
||||
Honestly I wouldn't think that is CSS so much as in inline style... In the default vBulletin postbit_legacy template style there is a line:
HTML Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
HTML Code:
<td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
HTML Code:
<td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; background-image:url(images/misc/bg.gif)">
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|