The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 |
#2
|
||||
|
||||
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.
|
#3
|
|||
|
|||
|
#4
|
||||
|
||||
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; } Same with this one Code:
.userprof_content { color: #000000; } |
#6
|
||||
|
||||
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; } |
#7
|
|||
|
|||
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; } |
#8
|
||||
|
||||
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; } |
#9
|
|||
|
|||
still nothing..
|
#10
|
||||
|
||||
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 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|