Hallo!
Zwei Fragen:
1.
Wie bekomme ich punkten unterm link, nicht Unterstrichen sondern Punkten.
2.
Im Lexicon möchte ich gern das Category farbe geändert von cyan zu rot, wo mache ich das ?
/* Lexicon categorie */
.categorie { font: 7pt Verdana; color:#B0B0F0; text-decoration:none }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle { text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }
/* Lexicon navigation*/
.letter { font:bold 10pt Verdana; text-decoration:none }
.letter:hover { text-decoration:underline }
.letter2 { font:bold 11pt Verdana; text-decoration:none; }
.letter3 { font:bold 10pt Verdana; color:#C0C0C0 }
/* Lexicon crosslinks */
crosslink: { color : #000000; }
a.crosslink:link { text-decoration: none; color : #777755; }
a.crosslink:visited { text-decoration: none; color : #777755; }
a.crosslink:hover { text-decoration: none; color : #773366; }
.letter:hover { text-decoration:none; border-bottom: 1px dotted; }
O.g wirkt nicht.AmigaLink hat geschrieben:für Punkte unter der Buchstabennavigation wenn man mit der Maus auf dem Buchstaben ist.
- Code: Alles auswählen
.letter:hover { text-decoration:none; border-bottom: 1px dotted; }
a.crosslink:hover { text-decoration: none; color : #773366; border-bottom: 1px dotted; }
Dann musst du :link und :visited ebenfalls ändern!wirkt mit mouse, aber ich möchte die permanente lösung punkten ohne maus.
Mitglieder in diesem Forum: 0 Mitglieder und 17 Gäste