vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   How to remove underline of links? (https://vborg.vbsupport.ru/showthread.php?t=172504)

kotlt99 03-09-2008 02:22 AM

How to remove underline of links?
 
I'm using a style that has links underlined.
All links (usernames, forums' names, subforums' names, links...) have underline at normal state.

How to remove that? I just want to have underline when hovering links.

I checked the style's CSS and there're any text-decoration: Underline.

So what I must do?

Code:

?body
{
        background: #CBE1FF url(bg.jpg) repeat-x fixed top;
        color: #000000 ;
        font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        margin: 15px 15px 15px 15px;
        padding: 0px;
}
a:link
{
        color: #22229C;
}
a:visited
{
        color: #22229C;
}
a:hover, a:active
{
        color: #FF4400;
}
.page
{
        background: #EDF5FF;
        color: #000000;
}
td, th, p, li
{
        font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
        background: #97CCFF;
        color: White;
        border: 1px solid #35A1FF;
}
.tborder2
{
        background: white;
        color: #000000;
        border: 1px dashed #8D5303;
}
.tcat
{
        background: #1E5ED8 url(tcat.gif) repeat-x top left;
        color: #FFFFFF;
        font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link
{
        color: #ffffff;
        text-decoration: none;
}
.tcat a:visited
{
        color: #ffffff;
        text-decoration: none;
}
.tcat a:hover, .tcat a:active
{
        color: #FFFF66
        text-decoration: underline;
}

.tcat2
{
        padding-right: 5px;
        padding-top: 8px;
        color: white;
        font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat2 a:link
{
        color: white;
        text-decoration: none;
}
.tcat2 a:visited
{
        color: white;
        text-decoration: none;
}
.tcat2 a:hover, .tcat2 a:active
{
        color: #FFFFFF;
        text-decoration: none;
}

.thead
{
        background: #C6DDF4 url(tcat2.gif) repeat-x top left; height: 20px;
        color: #0073E1;
        font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link
{
        color: #0073E1;
}
.thead a:visited
{
        color: #0073E1;
}
.thead a:hover, .thead a:active
{
        color: #4DA8FF;
}
.tfoot
{
        background: #1E5ED8 url(tcat.gif) repeat-x top left;
        color: white;
}
.tfoot a:link
{
        color: White;
}
.tfoot a:visited
{
        color: White;
}
.tfoot a:hover, .tfoot a:active
{
        color: #0D88FF;
}
.alt1, .alt1Active
{
        background: #ECF2FC;
        color: #000000;
}
.alt2, .alt2Active
{
        background: #ECF2FC;
        color: #000000;
}
td.inlinemod
{
        background: #FFFFCC;
        color: #000000;
}
.wysiwyg
{
        background: #F5F5FF;
        color: #000000;
        font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
textarea, .bginput
{
        font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
        font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
        font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
        font-size: 11px;
        font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
        font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
        color: #666686;
}
.navbar
{
        font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.highlight
{
        color: #FF0000;
        font-weight: bold;
}
.fjsel
{
        background: #3E5C92;
        color: #E0E0F6;
}
.fjdpth0
{
        background: #F7F7F7;
        color: #000000;
}
.panel
{
        background: #F0F8FF;
        color: #000000;
        padding: 10px;
        border: 2px outset;
}
.panelsurround
{
        background: #A6D3FF;
        color: #000000;
}
legend
{
        color: #22229C;
        font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
background: #1E5ED8 url(tcat.gif) repeat-x top left;
        color: #FFFFFF;
        font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        padding: 3px 6px 3px 6px;
        white-space: nowrap;
}
.vbmenu_control a:link
{
        color: #FFFFFF;
        text-decoration: none;
}
.vbmenu_control a:visited
{
        color: #FFFFFF;
        text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active
{
        color: #FFFFFF;
        text-decoration: none;
}

.vbmenu2_control
{

        color: white;
        font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        white-space: nowrap;
}
.vbmenu2_control a:link
{
        color: white;
        text-decoration: none;
}
.vbmenu2_control a:visited
{
        color: white;
        text-decoration: none;
}
.vbmenu2_control a:hover, .vbmenu_control a:active
{
        color: white;
        text-decoration: none;
}

.vbmenu_popup
{
        background: #FFFFFF;
        color: #000000;
        border: 1px solid #0B198C;
}
.vbmenu_option
{
        background: #EEF7FF;
        color: #0984D2;
        font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        white-space: nowrap;
        cursor: pointer;
}
.vbmenu_option a:link
{
        color: #22229C;
        text-decoration: none;
}
.vbmenu_option a:visited
{
        color: #22229C;
        text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active
{
        color: #FFFFFF;
        text-decoration: none;
}
.vbmenu_hilite
{
        background: #0080FB;
        color: #FFFFFF;
        font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        white-space: nowrap;
        cursor: pointer;
}
.vbmenu_hilite a:link
{
        color: #FFFFFF;
        text-decoration: none;
}
.vbmenu_hilite a:visited
{
        color: #FFFFFF;
        text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active
{
        color: #FFFFFF;
        text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

/* ***** don't change the following ***** */
form { display: inline; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }

.banner1 { background: url(banner1.gif) no-repeat top left ; height:191px }
.banner2 { background: url(banner2.gif) repeat-x top left ; height:191px }
.banner3 { background: url(banner3.gif) no-repeat top right ; height:191px }
.logo { background: url(logo.jpg) no-repeat center; height:55px ;padding-top: 180px }

.foot1 { background: url(foot1.gif) no-repeat top left ; height:105px }
.foot2 { background: url(foot2.gif) repeat-x top left ; height:105px }
.foot3 { background: url(foot3.gif) no-repeat top right ; height:105px }

.khung1 { background: url(khung1.gif) no-repeat top left ; height:40px }
.khung2 { background: url(khung2.gif) repeat-x top left ; height:40px }
.khung3 { background: url(khung3.gif) no-repeat top right ; height:40px }

.b1 { background: url(b1.gif) no-repeat top left ; height:32px }
.b2 { background: url(b2.gif) repeat-x top left ; height:32px }
.b3 { background: url(b3.gif) no-repeat top right ; height:32px }
.b4 { background: url(b4.gif) repeat-x top left ;height:9px}

.le1 { background: url(le1.gif) repeat-y top left ; padding-left: 25px }
.le2 { background: url(le2.gif) repeat-y top right ; padding-right: 25px }



.foot { background: url(foot.gif) no-repeat bottom left ; height:256px }
.alt3, .alt3Active
{
        background: #EDF5FF;
        color: #000000;
}

.bgf
{
        background: #EDF5FF url(bgf.gif) no-repeat bottom right; height:226px;
        color: #000000;

}


MoT3rror 03-09-2008 04:39 AM

Code:

a:link
{
        text-decoration: none
}



All times are GMT. The time now is 06:36 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.01415 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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