The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
A very good member on the forums helped me create a custom style for my forum.
Now I don't want to pester her with every request but I noticed that hyperlinks appear light yellow/beige in color so it's a bit difficult to differentiate a hyperlink from normal text in a post. I was thinking how can I make the hyperlinks color light blue perhaps in that style? Check this example which contains a hyperlink please: http://forum.maxgeeks.net/showthread.php?p=329#post329 |
#2
|
||||
|
||||
![]()
I am not at my comp ATM, but it should be the stylevar link_color
|
#3
|
|||
|
|||
![]()
It was in the All Style Options / Body
![]() --------------- Added [DATE]1408755392[/DATE] at [TIME]1408755392[/TIME] --------------- ahhh no nevermind that also changed all the main thread listings and forums listing to blue ![]() I revert the colors back to default I want to only change the color of hyperlinks I post not the links of the subforums and threads ![]() pls help |
#4
|
||||
|
||||
![]()
sorry, been busy, feel free to pm anytime.
what you are asking is easy in vb4 but not in vb3. i have not tested with plain postbit, but, to do this, find in your post bit: Code:
<div id="post_message_$post[postid]"> Code:
<div id="post_message_$post[postid]" class="vb_postbit"> Code:
.vb_postbit a { color: blue; background:none; } .vb_postbit a:hover { color: Red; background:none; } eg: blue or #0000FF. let me know how ya go. ![]() p.s if you want bold font or underline, just add: your css would look like this: Code:
.vb_postbit a { color: blue; background:none; text-decoration:underline; font-weight: bold; } .vb_postbit a:hover { color: Red; background:none; text-decoration:underline; font-weight: bold; } |
Благодарность от: | ||
MaXimus |
#5
|
|||
|
|||
![]()
I did the first part but where on earth do I edit the additional CSS?
Is that the vbulletin-style.xml file located in the Install folder? EDIT: Nope, it certainly wasn't that because when I did the changes to that file nothing changed on the forum. I hate vBulletin!! Changing such simple aspects of the forum require a person to reinvent the wheel! |
#6
|
||||
|
||||
![]()
This is actually simple but more easy on vb4.
Styles & Templates>>Style Manager>>All style options, click go on which style you want to edit. scroll to bottom. Additional CSS Definitions, paste in second box under the rest of the CSS i added for your skin. You dont need to leave to style section ![]() you want me to do it? the screenshot you posted about, the additional CSS is at the bottom of that page. |
#7
|
|||
|
|||
![]() Quote:
All done ![]() Example: http://forum.maxgeeks.net/showthread.php?p=329#post329 |
Благодарность от: | ||
ShawneyJ |
#8
|
||||
|
||||
![]()
good job
![]() hang in there with your front page, i'll get to it very soon. sorry for the delay. |
#9
|
|||
|
|||
![]()
thank you! the most helpful member on the internet!
![]() |
#10
|
||||
|
||||
![]()
Whooops, my bad, I did not notice this was a vB3 question.
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|