
Die Links werden in der (Achtung, kaum zu glauben!) links.css

Da dieser Eintrag als letzter verarbeitet wird, bleibt also erst einmal alles weiß. Also auf gehts in die links.css ....
Code: Alles auswählen
/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link
{color: #FFFFFF;}
#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited
{color: #FFFFFF;}
#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover
{color: #A8D8FF;}
#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active
{color: #C8E6FF;}
Code: Alles auswählen
* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
color: #000000;
text-decoration: none;
}
#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
color: #000000;
text-decoration: none;
}
#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
color: #000000;
text-decoration: underline;
}
#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
color: #000000;
text-decoration: none;
Code: Alles auswählen
/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */