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"

booble 03-19-2014 12:46 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=235841&page=82" target="_blank">https://vborg.vbsupport.ru/showt...235841&page=82</a>

I tryed that some hours with firebug but no found. I will check again

TheLastSuperman 03-19-2014 05:08 AM

Quote:

Originally Posted by booble (Post 2488248)
https://vborg.vbsupport.ru/showthrea...235841&page=82

I tryed that some hours with firebug but no found. I will check again

Ok then since its a Valter mod he probably has his own css classes in, see pages 38 and 39 of my style thread here - https://vborg.vbsupport.ru/showthrea...269253&page=38

You'll see posts between myself and Kat-2 on pages 38 through 39 on how to use a plugin to achieve a css style change per script/page and that was a Valter mod as well his chatbox ;).

booble 03-19-2014 02:30 PM

Friends this plugin is extraordinary...very thanks, is perfect.

TheLastSuperman 03-19-2014 11:41 PM

It's uppppppp :o

https://vborg.vbsupport.ru/showthread.php?t=307739

:cool:

ozzy47 03-19-2014 11:43 PM

Quote:

Originally Posted by TheLastSuperman (Post 2488456)

About time, I thought Paul was gonna start charging you rent in the Submit New Article section. :p

TheLastSuperman 03-20-2014 12:02 AM

Ohh lawd I hope not! It's up it's up before the deadline lol!


All times are GMT. The time now is 12:20 AM.

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.01586 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete