Code: Alles auswählen
<td align=center><span class=gen>{CAL_MONTH}</span></td>
Code: Alles auswählen
<td align=center><span class=gen>{CAL_MONTH}</span></td>
Code: Alles auswählen
/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000275; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: none; }
Code: Alles auswählen
.cal { color : #DD6900; }
Code: Alles auswählen
<td align=center><span class=gen>{CAL_MONTH}</span></td>
Code: Alles auswählen
<td align=center><span class=cal>{CAL_MONTH}</span></td>
Code: Alles auswählen
.cal { color : #FFFFFF; }
a.cal { color : #DD6900; }
a.cal:hover {color : #DD6900; }
Code: Alles auswählen
.cal { color : #FFFFFF; text-decoration:none; }
a.cal { color : #ffffff; }
a.cal:hover, a.cal:visited {color : #ffffff; }
Code: Alles auswählen
* General text */
.gen { font-size : {T_FONTSIZE3}px; }
.genmed { font-size : {T_FONTSIZE2}px; }
.gensmall { font-size : {T_FONTSIZE1}px; }
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; }