Name
Email Adresse
Url
Meine Eingaben merken?
Titel:
Text:
Gib das verzerrt angezeigte Wort ein
Neuen Code anfordern
wenn du es ungefähr so haben willst,
/* zivi edited: font-weight from "bold" to "normal" */
div.content a {
font-weight: normal;
color: <% site.linkcolor %>;
text-decoration: none;
}
/* zivi edited: "font-weight: bold;" removed */
div.content a:hover {
color: <% site.alinkcolor %>;
text-decoration: none;
}
/* zivi added */
.storyTitle a:link {
font-weight: bold;
}
.storyTitle a:visited {
font-weight: bold;
}
.storyTitle a:hover {
font-weight: bold;
}
/* zivi added end */
Oha