Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-24-2002, 02:12 AM
Grealm Grealm is offline
 
Join Date: Jun 2002
Location: Cali
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default how to get rid off the..

....underline on all links? not the hover links..
Reply With Quote
  #2  
Old 07-24-2002, 06:01 AM
shiva
Guest
 
Posts: n/a
Default

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.
Reply With Quote
  #3  
Old 07-24-2002, 11:14 PM
Grealm Grealm is offline
 
Join Date: Jun 2002
Location: Cali
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ya got it thanks.
Reply With Quote
  #4  
Old 02-24-2003, 03:19 PM
stark427's Avatar
stark427 stark427 is offline
 
Join Date: Aug 2002
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
  #5  
Old 02-24-2003, 04:07 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

stark427, please go to this page and enter your vBT email address, to show you are licensed. (you will need to use your customer number and password to access that page)
Thank you.
Reply With Quote
  #6  
Old 02-24-2003, 09:23 PM
stark427's Avatar
stark427 stark427 is offline
 
Join Date: Aug 2002
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Anime-loo
stark427, please go to this page and enter your vBT email address, to show you are licensed. (you will need to use your customer number and password to access that page)
Thank you.
I have done this thing for months now.
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 ?
Reply With Quote
  #7  
Old 02-24-2003, 09:31 PM
filburt1 filburt1 is offline
 
Join Date: Feb 2002
Location: Maryland, US
Posts: 6,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by stark427


I have done this thing for months now.
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 ?
Make the third e-mail the e-mail address you use in your account here.
Reply With Quote
  #8  
Old 02-24-2003, 09:55 PM
stark427's Avatar
stark427 stark427 is offline
 
Join Date: Aug 2002
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by filburt1


Make the third e-mail the e-mail address you use in your account here.
done
Reply With Quote
  #9  
Old 02-24-2003, 10:03 PM
filburt1 filburt1 is offline
 
Join Date: Feb 2002
Location: Maryland, US
Posts: 6,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks
Reply With Quote
  #10  
Old 02-27-2003, 11:06 AM
stark427's Avatar
stark427 stark427 is offline
 
Join Date: Aug 2002
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I found the solution myself.
For anyone who is interested :

replace this :
Code:
A:link, A:visited, A:active {
	COLOR: #26354F;
}
with this :

Code:
A:link, A:visited, A:active {
	COLOR: #26354F;
        TEXT-DECORATION: none;
}
and

replace this :
Code:
A:hover {
	COLOR: #7C8EA7;
}
with this :

Code:
A:hover {
	COLOR: #7C8EA7;
        TEXT-DECORATION: underline;
}
The 1st replacement removes the line under the links.

the 2nd replacement will make your links be underlined only when you put the cursor over them.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:41 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04198 seconds
  • Memory Usage 2,259KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (9)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete