Skip to main content
Topic: CSS string of board names when klicked (Read 2337 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

CSS string of board names when klicked

I found a bug in my theme! :o

My board names are black. But when I click on them to search for unread posts in this boards they change to my link color. Does anybody know the CSS string for "visited" board names?

Re: CSS string of board names when klicked

Reply #1

a:visited

http://www.w3schools.com/cssref/sel_visited.asp
Bugs creator.
Features destroyer.
Template killer.

Re: CSS string of board names when klicked

Reply #2

Yes, this I know! :P

I can't finde the right spot in the CSS file. Okay, I will search for "visited". Give it a try. Thought maybe you would have a quick hint. :-[

Re: CSS string of board names when klicked

Reply #3

Ohh... okay! :P

It's at the very beginning of the index_light.css or index_besocial.css (i.e. at the beginning of the variant-specific css).
Code: [Select]
/* Normal, standard links. */
a, a:link, a:visited,
/* Links that open in a new window. */
a.new_win:link, a.new_win:visited {
color: #49643d;
text-decoration: none;
}
Bugs creator.
Features destroyer.
Template killer.

Re: CSS string of board names when klicked

Reply #4

I meant category names, not board names! :-[

 Jorin thinks emanuele has a bad influence on him. ;)

This is used for the category names too? Then I have to change the behaviour of the visited category name links via CSS. I don't want them to change the color to another than black. In general all the links are kind of green-blue-ish, only category names are not. I will look for it tomorrow and describe the solution here.




Re: CSS string of board names when klicked

Reply #5

Code: [Select]
.category_header a:link {
color: red:
}
Thorsten "TE" Eurich
------------------------