Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 07-16-2011, 03:48 AM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's because I removed it because it didn't work. anyone have an idea what it could be?
Reply With Quote
  #12  
Old 07-16-2011, 03:48 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If it isn't working, you should still leave it so that we can verify you added it to the correct file/style.
Reply With Quote
  #13  
Old 07-16-2011, 05:06 PM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, I placed the code back into the additional.css. Still no change but I would greatly appreciate more assistance on this.
Reply With Quote
  #14  
Old 07-16-2011, 08:36 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's not there. http://laaquarium.com/Forum/css.php?...additional.css
Reply With Quote
  #15  
Old 07-16-2011, 09:22 PM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I added it to the styles addition.css, should I be adding it some other place? what other addition.css is there and how can I get to it?
Reply With Quote
  #16  
Old 07-16-2011, 11:10 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is the styles addition.css? You should be adding it to the CSS Template called additional.css
Reply With Quote
  #17  
Old 07-16-2011, 11:31 PM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is what it shows my additional.css is in the ACP...

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 {
    background-color: transparent;
    background-image: none;
    color: #000000;
}
but when i check that link, the extra code doesn't show up. thoughts?
Reply With Quote
  #18  
Old 07-17-2011, 03:13 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try making the color important:

HTML Code:
    color: #000000 !important;
Reply With Quote
Благодарность от:
LA-Aquarium
  #19  
Old 07-17-2011, 07:10 AM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

adding !important did the trick. Thanks a lot, Lynne.
Reply With Quote
  #20  
Old 07-28-2011, 06:44 PM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne, I just found out the user profile comments are also transparent.

I am sending you PM with link of demo.
Reply With Quote
Reply


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:34 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.07620 seconds
  • Memory Usage 2,256KB
  • 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
  • (1)bbcode_code
  • (1)bbcode_html
  • (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