The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
change alternating colors
I want to take the alternating colors from the columns and have them effect the rows as shown on this site: http://com4.runboard.com/bintothematrix
Notice the light green, then below that, dark green, then down, light green, etc. I wish to do that with a style I am working on but can't find where or what to change to get that same look. Thanks in advance Myth |
#2
|
|||
|
|||
Wrong forum, could a mod please move this to the Modifications Request forum?
Thanks Myth |
#3
|
|||
|
|||
Edit the CSS with the hex codes that you want
|
#4
|
|||
|
|||
I have the colors changed, I want the rows to alternate colors instead of the columns.
http://testvb.eternaltide.net that is my testing board, choose Traveller from the style chooser. |
#5
|
||||
|
||||
I posted how to do this a long time ago at vbulletin.com in the templates forum.
It's a simple template edit, not a code change. Look for my posts in the templates forum at vbulletin.com and you should be able to find it. |
#6
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=78678&highlight=alternating+color s" target="_blank">https://vborg.vbsupport.ru/showt...rnating+colors</a>
|
#7
|
||||
|
||||
It doesn't have to be done with a file edit though. A template conditional can do the same thing.
|
#8
|
||||
|
||||
try
Code:
class="<if condition="$forum['displayorder'] % 2 == 0">alt2<else />alt1</if>" NOTE: you will have to replace all the 'class' instances |
#9
|
|||
|
|||
Ok thanks everyone.
Amy, I will give it a look through, thanks. prince, thanks for that, if I can't find Amy's then I will try that. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|