vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   remove underline (https://vborg.vbsupport.ru/showthread.php?t=121970)

geevest.com 07-24-2006 11:05 AM

remove underline
 
how to make remove underline in
1.username?
2.forum category
3.thread
4.lastpost

thx

sabret00the 07-24-2006 11:08 AM

add "text-decoration: none;" to the revelant css modules in admincp edit css screen.

geevest.com 07-24-2006 11:33 AM

uhm i not found revelant css from main css template...

aveon 07-24-2006 12:56 PM

ok now its kind of a complicaten situation but i have what you need open header teplate and


find
HTML Code:

<!-- CSS Stylesheet -->

add under
HTML Code:

a:link, a:visited
{
        color: #CC0000;
        text-decoration: none;
       
}
/*

a:visited
{
        color: Black;
        text-decoration: none;
}
*/

change the font color as you desire

sabret00the 07-24-2006 02:02 PM

Quote:

Originally Posted by aveon
ok now its kind of a complicaten situation but i have what you need open header teplate and


find
HTML Code:

<!-- CSS Stylesheet -->

add under
HTML Code:

a:link, a:visited
{
        color: #CC0000;
        text-decoration: none;
       
}
/*

a:visited
{
        color: Black;
        text-decoration: none;
}
*/

change the font color as you desire

lol, why on earth would you do that?

Quote:

Originally Posted by geevest.com
uhm i not found revelant css from main css template...

ok, i should've made it clearer.

look for "Category Strips", "Table Header", "First Alternating Color" and "Second Alternating Color". there you will find boxes marked Text-Decoration, set that to none.

aveon 07-24-2006 04:40 PM

i just tried to help man if he has a template he has to have a css in header


All times are GMT. The time now is 09:42 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.05991 seconds
  • Memory Usage 1,718KB
  • 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_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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