Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   TSSE 5.6 font colors navigation ... (http://www.bvlist.com/showthread.php?t=6473)

eckeO5 26th May 2011 17:58

TSSE 5.6 font colors navigation ...
 
I editet about 5 or 6 templates to get them wider.
I changed also some colors due to another tablecolors and so
on.

Butt last i came to a big problem.

for example i put the navigation to left. there are some links in it like homepage, forums, browse torrents and stuff like that.
font there has normaly black color.

is there may be some1 who can tell me how to change color for font.
when user/i hovers over links there are colors changing like some rainbow effects.

i tried out so many things to change but can not find the .css or .php where i can change the color from black to another.

thx
eckeO5

wMan 26th May 2011 18:12

Quote:

Originally Posted by eckeO5 (Post 28122)
I editet about 5 or 6 templates to get them wider.
I changed also some colors due to another tablecolors and so
on.

Butt last i came to a big problem.

for example i put the navigation to left. there are some links in it like homepage, forums, browse torrents and stuff like that.
font there has normaly black color.

is there may be some1 who can tell me how to change color for font.
when user/i hovers over links there are colors changing like some rainbow effects.

i tried out so many things to change but can not find the .css or .php where i can change the color from black to another.

thx
eckeO5

So what you done is made a pludin ok what you need to do is ad the font colur in the plugin you have done that way you do not need to edit the theme .css and a file called eng file to make this work nev plugin

eckeO5 26th May 2011 18:17

not exactly.
i mean the standard plugin: navigation
it comes already with the TSSE 5.6 .
i cannot edit the color for fonts in the plugin.
that would change color in all templates.
thats nor the way.
cause there are other templates where the color black is perfect.

wMan 26th May 2011 19:09

Quote:

Originally Posted by eckeO5 (Post 28124)
not exactly.
i mean the standard plugin: navigation
it comes already with the TSSE 5.6 .
i cannot edit the color for fonts in the plugin.
that would change color in all templates.
thats nor the way.
cause there are other templates where the color black is perfect.

Ok what ill do do some checking on the mods i have and get back to you in a few hours

eckeO5 26th May 2011 19:33

very nice xblade. may be there is a solution :ok:

wMan 26th May 2011 19:50

Quote:

Originally Posted by eckeO5 (Post 28133)
very nice xblade. may be there is a solution :ok:

Yes there will be:bubble:
Whats your site link ?

eckeO5 26th May 2011 20:31

Quote:

Originally Posted by xblade (Post 28135)
Yes there will be:bubble:
Whats your site link ?

allowed to post a link to a tracker here?
site is always not open for registration xblade.
but i will send you a message.

wMan 26th May 2011 21:21

Quote:

Originally Posted by eckeO5 (Post 28138)
allowed to post a link to a tracker here?
site is always not open for registration xblade.
but i will send you a message.

Ive sent you a pm about it white page

eckeO5 26th May 2011 21:29

Quote:

Originally Posted by xblade (Post 28139)
Ive sent you a pm about it white page

waht do you mean, don´t understand?

wMan 26th May 2011 21:39

Quote:

Originally Posted by eckeO5 (Post 28140)
waht do you mean, don´t understand?

In the pm you sent me with your site link in i went to it and its a white page with no site on it to log in on

eckeO5 26th May 2011 21:48

Quote:

Originally Posted by xblade (Post 28141)
In the pm you sent me with your site link in i went to it and its a white page with no site on it to log in on

sent you another one without a link

wMan 26th May 2011 22:16

Quote:

Originally Posted by eckeO5 (Post 28142)
sent you another one without a link

Try this in your themes go into the style folder look at the style css at top
Line 1
body (
Color:#736F6E this is the over all fonts color for page
As i do not know what theme you have and working on

eckeO5 26th May 2011 22:38

Quote:

Originally Posted by eckeO5 (Post 28142)
sent you another one without a link

xblade. thats the original plugin content:

PHP Code:

<div class="smalltext">» <a href="./index.php?do=homepage">Homepage</a></div>
<
div class="smalltext">» <a href="./tsf_forums/index.php">View Forums</a></div>
<
div class="smalltext">» <a href="./browse.php">Browse Torrents</a></div>
<
div class="smalltext">» <a href="./messages.php">Check Messages</a></div>
<
div class="smalltext">» <a href="./friends.php">Manage Friends</a></div>
<
div class="smalltext">» <a href="./getrss.php">RSS</a></div>
<
div class="smalltext">» <a href="./faq.php">FAQ</a></div>
<
div class="smalltext">» <a href="./contactus.php">Contact Us</a></div

but as i say: normally i cannot change there nething cause the colors on other templates are fine

Bump:
Quote:

Originally Posted by eckeO5 (Post 28145)
xblade. thats the original plugin content:

PHP Code:

<div class="smalltext">» <a href="./index.php?do=homepage">Homepage</a></div>
<
div class="smalltext">» <a href="./tsf_forums/index.php">View Forums</a></div>
<
div class="smalltext">» <a href="./browse.php">Browse Torrents</a></div>
<
div class="smalltext">» <a href="./messages.php">Check Messages</a></div>
<
div class="smalltext">» <a href="./friends.php">Manage Friends</a></div>
<
div class="smalltext">» <a href="./getrss.php">RSS</a></div>
<
div class="smalltext">» <a href="./faq.php">FAQ</a></div>
<
div class="smalltext">» <a href="./contactus.php">Contact Us</a></div

but as i say: normally i cannot change there nething cause the colors on other templates are fine


xblade as i wrote down on the shout:

i have changed:

PHP Code:

body {    color#60BB22; 

to other colors. nothing happens by that.:wallbash:

wMan 26th May 2011 23:15

Quote:

Originally Posted by eckeO5 (Post 28145)
xblade. thats the original plugin content:

PHP Code:

<div class="smalltext">» <a href="./index.php?do=homepage">Homepage</a></div>
<
div class="smalltext">» <a href="./tsf_forums/index.php"><font color="yellow">View Forums</font></a></div>
<
div class="smalltext">» <a href="./browse.php">Browse Torrents</a></div>
<
div class="smalltext">» <a href="./messages.php">Check Messages</a></div>
<
div class="smalltext">» <a href="./friends.php">Manage Friends</a></div>
<
div class="smalltext">» <a href="./getrss.php">RSS</a></div>
<
div class="smalltext">» <a href="./faq.php">FAQ</a></div>
<
div class="smalltext">» <a href="./contactus.php">Contact Us</a></div

but as i say: normally i cannot change there nething cause the colors on other templates are fine

Bump:


xblade as i wrote down on the shout:

i have changed:

PHP Code:

body {    color#60BB22; 

to other colors. nothing happens by that.:wallbash:

Try this

eckeO5 26th May 2011 23:22

i have tried with
PHP Code:

<font color="yellow"

it works, but that ist not the right way.

take the blackstyle in user cp an look for yourself.
then you will see thats there are still lot other
font colors that i must change.

wMan 26th May 2011 23:25

Quote:

Originally Posted by eckeO5 (Post 28148)
i have tried with
PHP Code:

<font color="yellow"

it works, but that ist not the right way.

take the blackstyle in user cp an look for yourself.
then you will see thats there are still lot other
font colors that i must change.

Ok ill look more into it for you

eckeO5 28th May 2011 16:26

solution est arrivé :friend:
 
So folks its solved!!!!

today i visited lateam on

http://lateambox.dyndns.org

and asked him to help me.

he take a short look on my site and then went down with a quote
in sb and told me to change Line 104 in style.css to change the font color
i want to change.

Quote:

a{color:#000; background:inherit; text-decoration:none}
i did it and all went right now.

thx for your fast help, lateam,
you´re good mate and you are always :welcome:


All times are GMT +2. The time now is 19:36.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.