News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Themis Question

Started by davef, March 31, 2005, 04:47:32 PM

Previous topic - Next topic

davef

I need to change the color of the text in that bar that shows go up/go down,  new topic, mark as read, new poll.   I can't figure out where that color is defined.   

Owdy

Colors are in style.css. That one is 'catbg' if i recall right.
Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

Cypher7

Um, what text are you talking about, specifically!?

the go up and go down, mark as read etc are images... Im sure you are aware. So that only leaves the "Pages" text... is that what you want to change!?

Owdy

Hint:

.catbg, .catbg2, tr.catbg td, tr.catbg2 td, .catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited 
{color:red}

:)
Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

bloc

#4
The code you are looking for is in fact in index.template.php file....look for the line:
        $mycolors_cat=array('#d0d5d0','#d0d0d9','#c8c0b8');


The three numbers there correspond to the 3 color versions.
Mind you, its just the background color. The text color in still in style.css, under .catbg. And if you need to change links color in that area, you need to add something like Owdy showed you.


Owdy

He asked about text color ;)
Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

bloc

Yeah..I noticed after i had written it... ::)

Advertisement: