
Nun eine Frage, wie kann ich die Schriftfarbe heller machen? ich finde sie viel zu dunkel...
Wäre lieb wenn mir jemand kurz hilft!
GBY Syd
Code: Alles auswählen
/* Forum category titles */
.cattitle { color: #a9a9a9; font-weight: bold; font-size: 12px; letter-spacing: 1px }
a.cattitle { color: #a9a9a9; text-decoration: none }
a.cattitle:hover { color: #d3d3d3 }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { color: #677595; font-weight: bold; font-size: 12px }
a.forumlink { color: #677595; text-decoration: none }
a.forumlink:hover { color: #c0c0c0; text-decoration: underline }
/* titles for the topics: could specify viewed link colour too */
.topictitle { color: #677595; font-weight: bold; font-size: 11px }
a.topictitle:link { color: #677595; text-decoration: none }
a.topictitle:visited { color: #677595; text-decoration: none }
a.topictitle:hover { color: #c0c0c0; text-decoration: underline }
Code: Alles auswählen
<link rel="stylesheet" href="templates/dein_templates/{T_HEAD_STYLESHEET}" type="text/css" />