vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   color font body (https://vborg.vbsupport.ru/showthread.php?t=309672)

booble 03-18-2014 10:55 PM

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...¿?

ozzy47 03-18-2014 10:56 PM

As screenshot would help to know what area you are looking at. :)

booble 03-18-2014 11:23 PM

ok
http://fotos.subefotos.com/3e564f10c...5ac8a5e84o.jpg

ozzy47 03-18-2014 11:27 PM

Ahhh, you mean the link color, well that is controlled by the stylevar, link_color, found under the group, Global

booble 03-18-2014 11:37 PM

No friend, I want to change only titles and subt. forum color links but no the links of these mod

ozzy47 03-18-2014 11:40 PM

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.

TheLastSuperman 03-18-2014 11:48 PM

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 :p.

TheLastSuperman 03-18-2014 11:51 PM

oops had simply .thread in the bottom definition, should have read .threadtitle and I've corrected that in the example above.

booble 03-19-2014 12:16 AM

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 :(

TheLastSuperman 03-19-2014 12:30 AM

Quote:

Originally Posted by booble (Post 2488243)
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"


All times are GMT. The time now is 07:41 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.01507 seconds
  • Memory Usage 1,728KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete