vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   how to delete this line? (https://vborg.vbsupport.ru/showthread.php?t=227661)

niadene 11-09-2009 04:22 PM

how to delete this line?
 
how could i delete the line below the name..its not supposed to be there....

https://vborg.vbsupport.ru/external/2009/11/43.jpg

Lynne 11-09-2009 05:16 PM

Find the class and then add text-decoration:none to it. (bigusername? or alt2? whichever you want)

niadene 11-10-2009 12:32 AM

:(( i cant find it...help pls

ChopSuey 11-10-2009 12:46 AM

postbit_legacy template

niadene 11-10-2009 01:05 AM

Quote:

Originally Posted by ChopSuey (Post 1912206)
postbit_legacy template

<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"><center>$post[musername]</center></a>

text-decoration:none <<<<is this the one i will add?

Can you tell me if how to add and where probably.

Lynne 11-10-2009 01:13 AM

I would add it to the bigusername class in Main CSS for your style (look at the bottom section on that page and you will find .bigusername - or use the find function in your browser window to find it on that page)

niadene 11-10-2009 01:17 AM

Quote:

Originally Posted by Lynne (Post 1912220)
I would add it to the bigusername class in Main CSS for your style (look at the bottom section on that page and you will find .bigusername - or use the find function in your browser window to find it on that page)

Sorry for this post but im newbie for this...

Code:

/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 13pt; }

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

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

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

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

where exactly i put that code...can you please teach me

Lynne 11-10-2009 01:22 AM

Code:

.bigusername { font-size: 13pt;
text-decoration:none;
}

See if that works.

niadene 11-10-2009 01:39 AM

Quote:

Originally Posted by Lynne (Post 1912228)
Code:

.bigusername { font-size: 13pt;
text-decoration:none;
}

See if that works.

It really works...Thanks A lot!!!


All times are GMT. The time now is 02:04 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.00943 seconds
  • Memory Usage 1,726KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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