Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 07-15-2011, 06:30 AM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default User Profile Font Transparent

Can someone tell me where I can find the setting where it would set the user profile font to transparent?

The users input text is in it's normal color, but the input titles font is transparent.

For example:

Transparent > Location:
Not Transparent > California
Reply With Quote
  #2  
Old 07-15-2011, 04:09 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It isn't normally transparent, so can you please post a link to your site so we can see what the problem is using firebug.
Reply With Quote
  #3  
Old 07-16-2011, 12:31 AM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here is a link to my user profile.


http://laaquarium.com/Forum/member.php?1-Jay
Reply With Quote
  #4  
Old 07-16-2011, 12:48 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It appears you have the color set to be the same color as the background.

You COULD add this to your additional.css template:
Code:
dl.stats  dt, #sidebar_container dl.stats, #sidebar_container  .blockbody.userprof_content, #sidebar_container .userprof_content .time,  .userprof_content .time {
    color: #000000;
}
--------------- Added 15 Jul 2011 at 21:51 ---------------

Same with this one
Code:
.userprof_content {
    color: #000000;
}
Reply With Quote
  #5  
Old 07-16-2011, 01:07 AM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So i add both? or either one?
Reply With Quote
Благодарность от:
adeel80
  #6  
Old 07-16-2011, 01:09 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LA-Aquarium View Post
So i add both? or either one?
Both, or you could combine both codes (to clean it up a little) and use this instead:
Code:
dl.stats  dt, #sidebar_container dl.stats, #sidebar_container  .blockbody.userprof_content, #sidebar_container .userprof_content .time,  .userprof_content .time, .userprof_content {
    color: #000000;
}
Reply With Quote
  #7  
Old 07-16-2011, 01:11 AM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

didn't work..

here is my addition.css

Code:
.morbid-box {
	width:{vb:stylevar doc_width};
	min-width:{vb:stylevar doc_minWidth};
	max-width:{vb:stylevar doc_maxWidth};
        padding:0 20px;
        background:#f2f2f2;
	margin: {vb:stylevar doc_margin};
}
.doc_header {
        border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
}
.above_body {
        background-color:#e8e7e7;
}
.navtabs {
        border-left:1px solid #CFCFCF;
}
.navtabs ul {
        border:1px solid #CFCFCF
}
.navtabs li.selected a.navtab {
        border-top:1px solid #345b94;
}
.toplinks ul.isuser li a:hover {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
        background:#989898;
}
.toplinks ul.nouser li a:hover {
        background:#989898;
}
.toplinks form input {
	padding: 1px 4px;
      	border: 1px solid #989898;
}
.toplinks .notifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl.active {
        background:#989898 url({vb:stylevar imgdir_misc}/arrow.png) no-repeat {vb:stylevar right} center;
}
.notices li {
        border:1px solid #dfc0c0;
}
span.notifications-number {
        background:red;
        padding:0 3px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
        color:white!important;
}
.globalsearch {
       margin-top:2px;
} 
dl.tabslight dd a:hover {
       color:#85c2ef;
}
.dvb_footer {
       font-weight:bold;
}
.dvb_logo {
       width:65px;
       height:16px;
       margin:2px auto 0 auto;
       background:url(digitalvb/morbid/morbid_base/dvblogo.png) top center no-repeat;
}
.forumbit_nopost .forumhead h2, .forumbit_post .forumhead h2 {
       min-height:30px;
}
dl.stats  dt, #sidebar_container dl.stats, #sidebar_container  .blockbody.userprof_content, #sidebar_container .userprof_content .time,  .userprof_content .time, .userprof_content {
    color: #000000;
}
Reply With Quote
  #8  
Old 07-16-2011, 01:14 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, try this, and let me know what happens:
Code:
dl.stats  dt, #sidebar_container dl.stats, #sidebar_container  .blockbody.userprof_content, #sidebar_container .userprof_content .time,  .userprof_content .time {
    background-color: transparent;
    background-image: none;
    color: #000000;
}
Reply With Quote
  #9  
Old 07-16-2011, 01:28 AM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

still nothing..
Reply With Quote
  #10  
Old 07-16-2011, 03:31 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You did not add his code to your additional.css template for that style. It is not showing up here -
http://laaquarium.com/Forum/css.php?...additional.css
Reply With Quote
Reply

Thread Tools
Display Modes

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 04:19 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.05473 seconds
  • Memory Usage 2,252KB
  • 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
  • (1)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete