Hi
suche:
Code: Alles auswählen
/* Location, number of posts, post date etc */
.postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }
/* The content of the posts (body of text) */
.postbody { font-size : {T_FONTSIZE1}px; line-height: 17px}
a.postlink:link { text-decoration: none; color : {T_BODY_LINK} }
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}
ersetze mit:
Code: Alles auswählen
/* Location, number of posts, post date etc */
.postdetails { font-size : {T_FONTSIZE1}px; color: #FFFFFF; }
/* The content of the posts (body of text) */
.postbody { color: #FFFFFF; font-size : {T_FONTSIZE1}px; line-height: 17px}
a.postlink:link { color: #FFFFFF; text-decoration: none; }
a.postlink:visited {color: #FFFFFF; text-decoration: none; }
a.postlink:hover { color: #FF0000; text-decoration: underline; }
Markus