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

Reply
 
Thread Tools Display Modes
  #1  
Old 03-18-2014, 11:55 PM
booble booble is offline
 
Join Date: Apr 2012
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default color font body

I have a problem with color font body.

This is the same color font of mod statistics. How I can change only the color font body?

please...¿?
Reply With Quote
  #2  
Old 03-18-2014, 11:56 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As screenshot would help to know what area you are looking at.
Reply With Quote
  #3  
Old 03-19-2014, 12:23 AM
booble booble is offline
 
Join Date: Apr 2012
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok
http://fotos.subefotos.com/3e564f10c...5ac8a5e84o.jpg
Reply With Quote
  #4  
Old 03-19-2014, 12:27 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ahhh, you mean the link color, well that is controlled by the stylevar, link_color, found under the group, Global
Reply With Quote
  #5  
Old 03-19-2014, 12:37 AM
booble booble is offline
 
Join Date: Apr 2012
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No friend, I want to change only titles and subt. forum color links but no the links of these mod
Reply With Quote
  #6  
Old 03-19-2014, 12:40 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Then you would need to ask in the mods thread, on how to change the class of the links in the mod, since they use the global color. It would be easier to do that, then change the class on the titles and sub forum links.
Reply With Quote
  #7  
Old 03-19-2014, 12:48 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Those inherit the link color by default, previously a while back in older versions of 4 there was a specific stylevar for that but since removed... try adding this to additional.css template:
Code:
.forumtitle a {
color:#FF0000 !important;
}
.forumtitle a:hover {
color:#FF4400 !important;
}

Now the subforumdescription is normally in the next location however in your screenshot I can tell its a custom style and that is the lastpostby title instead so try this in additional.css as well:
Code:
.threadtitle a {
color:#FF0000 !important;
}
.threadtitle a:hover {
color:#FF4400 !important;
}
Without having access to the style to see how they customized it further I can't say for sure (try to always include a site link AND screenshot w/ an arrow or somehting pointing to the area in question) and yes these changes to the above definitions may change the css in other areas of the site who utilize the shared css. You can bypass this typically using a plugin to insert css overwrites ONLY on certain pages... I'll try to have my new article about that up sooner rather than later just been busy as of late is all .
Reply With Quote
Благодарность от:
1320Nation
  #8  
Old 03-19-2014, 12:51 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oops had simply .thread in the bottom definition, should have read .threadtitle and I've corrected that in the example above.
Reply With Quote
  #9  
Old 03-19-2014, 01:16 AM
booble booble is offline
 
Join Date: Apr 2012
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

good...the .threadtitle class dont work on additional.css.

Im thinking the opposite operation. Change the class of links of mod or add new class... I asked in the mod thread the other day but none answered
Reply With Quote
  #10  
Old 03-19-2014, 01:30 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by booble View Post
good...the .threadtitle class dont work on additional.css.

Im thinking the opposite operation. Change the class of links of mod or add new class... I asked in the mod thread the other day but none answered
Link to the mod?

Also yes you can do that, simply edit the template in question that contains the code and change the <div class="this" to <div class"that" OR <div id="this" OR <span class="this"
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 02:24 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04363 seconds
  • Memory Usage 2,254KB
  • Queries Executed 11 (?)
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
  • (2)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
  • (1)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_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