The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Simple CSS Problem
I would like to have liks in the body of posts highlighted by underlining or bold or something to make them visible like this one here. I can change the link underline globally, but I cannot seem to find the identifier to change it in the post body.
I may also be running afoul of css caching since I have vBOptimize running in additon to memcache. Is it sufficient to create an entry at the bottom of additional css like: .postbody a.link {text-decoration underline;} I do not want to assert underline in the global stylevar because that puts them on all the forum names in forum Home. Analternative approach would be to make the attribute global and use additional css to remove it from Forumhome, but I have the same problem there. |
#2
|
||||
|
||||
I would do it something like this ...
Add this to additional.css HTML Code:
.postbitlegacy .postrow a, .eventbit .eventrow a, .postbitdeleted .postrow a, .postbitignored .postrow a { text-decoration: underline; } .postbitlegacy .postrow a:hover, .eventbit .eventrow a:hover, .postbitdeleted .postrow a:hover, .postbitignored .postrow a:hover { color: red; } |
#3
|
||||
|
||||
Thank you very much! That worked perfectly. I am using postbit legacy, would it have worked if I were using postbit?
|
#4
|
||||
|
||||
For that I think you just need to edit the .postbitlegacy to .postbit (Not tested this though as I always use postbit legacy)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|