PDA

View Full Version : color font body


booble
03-18-2014, 10:55 PM
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/3e564f10c84319a91ac6ae95ac8a5e84o.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:
.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:
.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
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
https://vborg.vbsupport.ru/showthread.php?t=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/showthread.php?t=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
It's uppppppp :o

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

:cool:

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!