Avatar

Color of links (General)

by Auge ⌂, Tuesday, January 19, 2010, 18:26 (5226 days ago) @ Micha

Hello

look for "default links". Default-CSS:

/* default links: */
a                        { color:#0000cc; text-decoration:none; }
a:visited                { color:#0000cc; }
a:hover                  { color:#0000ff; text-decoration:underline; }
a:active                 { color:#ff0000; }

a hint:
If it is wanted to format links in postings different from the standard style, you should grab the links with .posting a[:pseudoclasses] for forum-view or .ct-postingbody a[:pseudoclasses] for table-view.

next one:
for users who use the keyboard instead the mouse to navigate, you shlould use a:focus before a:hover.

a:focus, a:hover { ... }

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!


Complete thread:

 RSS Feed of thread