wie kann ich die farbe der links im forum verändern?
Unter: Styles > Themes > Ändern
Wenn ich nun unter
Code: Alles auswählen
/* Links
------------ */
a:link {
color: silver;
text-decoration: none;
}
a:active,
a:visited {
color: silver;
text-decoration: none;
}
a:hover {
color: white;
text-decoration: underline;
}
a.forumlink {
color: white;
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: white;
text-decoration: none;
}
th a,
th a:visited {
color: #FFFFFF !important;
text-decoration: none;
}
th a:hover {
text-decoration: underline;
}
Etwas verändere passiert leider nichts :S