The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
....underline on all links? not the hover links..
|
|
#2
|
|||
|
|||
|
Go to your CSS style sheet, and look for your link codes. Here's a example:
A:link {BACKGROUND: none; font-weight: bold; color: #003399; text-decoration: none} The part that turns off the underline is the text-decoration: none part, so thats what you need to add to each of your link codes This is all in your Head Insert section if you didn't already know. |
|
#3
|
|||
|
|||
|
ya got it thanks.
|
|
#4
|
||||
|
||||
|
Actually i have the same question.
Here is the head-insert code. I cannot figure out what I should change to get rid of the underlined links. (not the hover). Cause the way I see it, the css style code is as it is supposed to be in order to not have underlined links ![]() any ideas? Code:
<style type="text/css">
A.post:link { COLOR: #CCD5E1;
TEXT-DECORATION: none;}
A.post:visited { COLOR: #CCD5E1;
TEXT-DECORATION: none;}
A.post:active { COLOR: #CCD5E1;
TEXT-DECORATION: none;}
A.post:hover { COLOR: #6C839F;
TEXT-DECORATION: none;}
A.nav:link { COLOR: #FFFFFF;
TEXT-DECORATION: none;}
A.nav:visited { COLOR: #FFFFFF;
TEXT-DECORATION: none;}
A.nav:active { COLOR: #FFFFFF;
TEXT-DECORATION: none;}
A.nav:hover { COLOR: #020D1B;
TEXT-DECORATION: none;}
A.title:link { COLOR: #6C839F;
TEXT-DECORATION: none;}
A.title:visited { COLOR: #6C839F;
TEXT-DECORATION: none;}
A.title:active { COLOR: #6C839F;
TEXT-DECORATION: none;}
A.title:hover { COLOR: #FFFFFF;
TEXT-DECORATION: none;}
BODY {
MARGIN-TOP: 0px;
MARGIN-BOTTOM: 0px;
MARGIN-LEFT: 0px;
MARGIN-RIGHT: 0px;
SCROLLBAR-BASE-COLOR: #162333;
SCROLLBAR-ARROW-COLOR: #FFFFFF;
}
SELECT {
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
FONT-SIZE: 11px;
COLOR: #CCD5E1;
BACKGROUND-COLOR: #000000
}
TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #CCD5E1;
BACKGROUND-COLOR: #000000
}
A:link, A:visited, A:active {
COLOR: #26354F;
}
A:hover {
COLOR: #7C8EA7;
}
#cat A:link, #cat A:visited, #cat A:active {
COLOR: #FFFFFF;
TEXT-DECORATION: none;
}
#cat A:hover {
COLOR: #FFFFFF;
TEXT-DECORATION: underline;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
COLOR: #26354F;
TEXT-DECORATION: none;
}
#ltlink A:hover {
COLOR: #7C8EA7;
TEXT-DECORATION: underline;
}
.thtcolor {
COLOR: #FFFFFF;
}
</style>
|
|
#6
|
||||
|
||||
|
Quote:
Two emails are there. One is mine - the one with which I got the license and another which is from one of the moderators of my forum. I'm not sure I understand what the problem is here. Do you want me to PM you my email address? Would this help? thanx in advance p.s. any ideas for the "links" question ?
|
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
||||
|
||||
|
Quote:
|
|
#9
|
|||
|
|||
|
Thanks
|
|
#10
|
||||
|
||||
|
Ok I found the solution myself.
For anyone who is interested : replace this : Code:
A:link, A:visited, A:active {
COLOR: #26354F;
}
Code:
A:link, A:visited, A:active {
COLOR: #26354F;
TEXT-DECORATION: none;
}
replace this : Code:
A:hover {
COLOR: #7C8EA7;
}
Code:
A:hover {
COLOR: #7C8EA7;
TEXT-DECORATION: underline;
}
the 2nd replacement will make your links be underlined only when you put the cursor over them. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|