The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
not sure if this is in the right forum..
so apologies if it isnt.. but i want to know, how would i make a catergory strip with a image over it, but using different images at the ends?
damn im bad at explaining things.. i mean a catergory strip using a gradient image, but with different ones at each end so it looks different.. if you get what i mean, how do i do it? |
#2
|
||||
|
||||
There got to be some other and easier way to do it, but here is what just pops up into my head
From the Additional CSS Definitions under the Style Options Add a new class, I just called it tcat1, you can change it to whatever you like, this is only an example. You will need to change the image name and path to use your own, and change the colors. Code:
.tcat1 { background: #FEWWE url(images/gradients/gradient_panel.gif) repeat-x top left; color: #FFFFFF; font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .tcat1 a:link { color: #ffffff; text-decoration: none; } .tcat1 a:visited { color: #ffffff; text-decoration: none; } .tcat1 a:hover, .tcat a:active { color: #FFFF66; text-decoration: underline; } and find Code:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> Change it to Code:
<td class="<if condition="$forum[forumid]==1">tcat1<else />tcat</if>" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|