The Arcive of vBulletin Modifications Site. |
|
ZH - Link Decoration Details »»
|
|||||||||||||||||||||||||
This modification was brought to you by KXDesign http://www.kxdesign.com/ ~Hack name Link Decoration ~Hack description Removes the underline from links but when mouseover it overlines and underlines the links! ![]() (Works also on 3.6) ~Hack options None ~Hack info File uploads: 0 Template edits: 0/1 File edits: 0 Plugins: 0 SQL Queries: 0 Phrases: 0 Settings: 0 Install time: 10 secs Install level: Easy ~Hack installation Step 1:Open your Main CSS and into additional css put this code: Code:
/* Start ZH hack */
A:link {text-decoration:none}
A:visited {text-decoration:none}
A:hover {text-decoration:overline underline}
/* End ZH hack */
~Hack screenshots ~Hack copyright This may be distributed,released or claimed as your work without author's permission. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Yeah pretty stupid huh?
|
|
#3
|
|||
|
|||
|
Nice Ziki, its certainly different, installed (just to be different, of course, Not cause im addicted, honest) ;O
|
|
#4
|
||||
|
||||
|
I don't believe you
|
|
#5
|
||||
|
||||
|
nice one ... installed...
|
|
#6
|
||||
|
||||
|
Any suggestions?
|
|
#7
|
||||
|
||||
|
Its simple css bro but a nice touch thanks.
|
|
#8
|
|||
|
|||
|
ha ha ha
This is what i done, aint much but different lol Code:
/* Start ZH hack */
A:link {text-decoration:underline}
A:visited {text-decoration:underline}
A:hover {text-decoration:blink}
/* End ZH hack */
under over and blink, i even tired strong and that didnt ![]() Oh well lol, still like it
|
|
#9
|
||||
|
||||
|
If you want bold you have to use
Code:
{font-wieght: bold}
|
|
#10
|
|||
|
|||
|
ahhh...ok i will try this tonight, Thanks Ziki
like this: Code:
/* Start ZH hack */
A:link {text-decoration:underline} {font-wieght: bold}
A:visited {text-decoration:underline}
A:hover {text-decoration:blink}
/* End ZH hack */
|
![]() |
|
|