vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   No underline under links, but... (https://vborg.vbsupport.ru/showthread.php?t=37429)

wooolF[RM] 04-14-2002 08:35 PM

No underline under links, but...
 
1 Attachment(s)
]Admin CP ->
Styles ->
Modify ->
Choose your current one and click on [fonts/colors/etc] ->
Go to Head Insert and replace
Code:

A:link, A:visited, A:active {
        COLOR: { linkcolor};
}
A:hover {
        COLOR: { hovercolor};
}
#cat A:link, #cat A:visited, #cat A:active {
        COLOR: { categoryfontcolor};
        TEXT-DECORATION: none;
}
#cat A:hover {
        COLOR: { categoryfontcolor};
        TEXT-DECORATION: underline;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
        COLOR: { linkcolor};
        TEXT-DECORATION: none;
}
#ltlink A:hover {
        COLOR: { hovercolor};
        TEXT-DECORATION: underline;
}

with
Code:

A:link, A:visited, A:active {
        COLOR: { linkcolor};
        TEXT-DECORATION: none;
}
A:hover {
        COLOR: { hovercolor};
        TEXT-DECORATION: underline overline;
}
#cat A:link, #cat A:visited, #cat A:active {
        COLOR: { categoryfontcolor};
        TEXT-DECORATION: none;
}
#cat A:hover {
        COLOR: { categoryfontcolor};
        TEXT-DECORATION: none;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
        COLOR: { linkcolor};
        TEXT-DECORATION: none;
}
#ltlink A:hover {
        COLOR: { hovercolor};
        TEXT-DECORATION: none;
}

REMEMBER TO REMOVE EXTRA SPACE AFTER "{"

Resultat can be seen in attachment :)

PS: Link will not blink, but there will be these two lines over and under link when u move mouse over any link.

wooolF[RM] 04-15-2002 10:12 PM

]hmmm... no reaction at all? [good] / [bad] ? :)

Psychdrone 04-18-2002 11:16 PM

Yo I like it, how do I change the color of the lines?

Unknown553 04-19-2002 02:26 AM

Admin CP -> Styles -> Modify -> Link Hover Color

wooolF[RM] 04-19-2002 11:47 PM

]Finally... some output is always nice :D

Psychdrone 04-20-2002 03:10 AM

Quote:

Originally posted by Unknown553
Admin CP -> Styles -> Modify -> Link Hover Color
unfortunaitly that dosn't work

wooolF[RM] 04-20-2002 08:49 AM

]admin cp -> styles -> modify -> choose one -> [fonts/colors/etc]

Now...

1) Under "Page Layout" under "Body Tag" make sure u have edited
Code:

<body bgcolor="#808080" text="#000000" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">
to colors that u want. (here I gave my example).

2) Under "Main Colors" under "Hover Color for Links
" make sure u have edited it to the color that u want.

3) Under "Head Insert:" make sure u have edited
Code:

A:link, A:visited, A:active {
        COLOR: { linkcolor};
        TEXT-DECORATION: none;
}
A:hover {
        COLOR: { hovercolor};
        TEXT-DECORATION: underline overline;
}
#cat A:link, #cat A:visited, #cat A:active {
        COLOR: { categoryfontcolor};
        TEXT-DECORATION: none;
}
#cat A:hover {
        COLOR: { categoryfontcolor};
        TEXT-DECORATION: none;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
        COLOR: { linkcolor};
        TEXT-DECORATION: none;
}
#ltlink A:hover {
        COLOR: { hovercolor};
        TEXT-DECORATION: none;

U can go step by step and try to replace first "{ linkcolor}" with "#FF0000" and go check your page for red colors. If it gives not the same result as u want, change "#FF0000" back to "{ linkcolor}". Then change "{ hovercolor}" to "#FF0000" etc... I hope Uu understand what I mean.
I know it will take some time, but it's the easiest way for u to find it...

Psychdrone 04-21-2002 07:36 PM

ya thanks bro!


All times are GMT. The time now is 08:50 AM.

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.01720 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete