ich habe auf meiner Seite die stylesteet.css des SubSilver2 Styles ein bisschen verändert. Das ging soweit ganz gut, nur die Links lassen sich nicht anpassen. Jetzt verstehe ich nix mehr.
Die Seite: www.outdoor-forum.com
Eigentlich müssten die Links zu den Foren und Topics Orange sein, aber das sind sie nicht...
Hier das gesamte Stylesheet...
... und der Links-Teil:
Code: Alles auswählen
/* Links
------------ */
a:link {
color: #FFA221;
text-decoration: none;
}
a:active {
color: #399A42;
text-decoration: none;
}
a:visited {
color: #FFA221;
text-decoration: none;
}
a:hover {
color: #399A42;
text-decoration: underline;
}
a.forumlink {
color: #FFA221;
font-weight: bold;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
}
a.topictitle {
margin: 1px 0;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.2em;
}
a.topictitle:visited {
color: #399A42;
text-decoration: none;
}
th a:link {
color: #FFA221 !important;
text-decoration: none;
}
th a:visited {
color: #399A42 !important;
text-decoration: none;
}
th a:hover {
text-decoration: none;
color: #399A42;
}