The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
Now are you talking about the color that is behind the bar? I would love to change that but the button background can stay. I want to change the font color of
← Last and Next → And make the font of those darker so they aren't so hard to see on the button. ( ← and → are the left and right arrows). If I go to "View page source" and find where the last and next buttons are it shows: HTML Code:
<ul class="[COLOR="Red"]picturenav nopopupgroup[/COLOR]"> <li><a href="album.php?albumid=337&attachmentid=5491" class="textcontrol">← Last</a></li> <li><a href="album.php?albumid=337&attachmentid=5503" class="textcontrol">Next →</a></li> </ul> Here is a bit of the album_pictureview template where the picturenav_nopopupgroup shows up: HTML Code:
<div id="albumtop" class="floatcontainer toolsmenu"> <div> <vb:if condition="$show['picture_nav']"> [COLOR="Red"] <ul class="picturenav nopopupgroup">[/COLOR] <li><a href="album.php?{vb:raw session.sessionurl}albumid={vb:raw albuminfo.albumid}&attachmentid={vb:raw pic_location.prev_attachmentid}" class="textcontrol"><vb:if condition="$stylevar['textdirection'] == 'rtl'">→<vb:else />←</vb:if> {vb:raw pic_location.prev_text_short}</a></li> <li><a href="album.php?{vb:raw session.sessionurl}albumid={vb:raw albuminfo.albumid}&attachmentid={vb:raw pic_location.next_attachmentid}" class="textcontrol">{vb:raw pic_location.next_text_short} <vb:if condition="$stylevar['textdirection'] == 'rtl'">←<vb:else />→</vb:if></a></li> <vb:if condition="$show['usercss_switch']"><li><a href="profile.php?{vb:raw session.sessionurl}do=switchusercss&hash={vb:raw bbuserinfo.logouthash}&u={vb:raw userinfo.userid}">{vb:raw usercss_switch_phrase}</a></li></vb:if> </ul> </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|