Benutzerin:Geka FF/vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
a:link { font-weight:bold; color: | a:link { font-weight:bold; color:green; text-decoration:underline; } | ||
a:visited { font-weight:bold; color: | a:visited { font-weight:bold; color:green; text-decoration:underline; } | ||
a:focus { font-weight:bold; color: | a:focus { font-weight:bold; color:green; text-decoration:underline; } | ||
a:hover { font-weight:bold; color:green; text-decoration:underline; } | a:hover { font-weight:bold; color:green; text-decoration:underline; } | ||
a:active { font-weight:bold; color: | a:active { font-weight:bold; color:green; text-decoration:underline; } | ||
p,h1,h2,h3,h4,h5,li { font-weight:bold; color:green; text-decoration:underline; } | |||
Version vom 31. Oktober 2012, 18:14 Uhr
a:link { font-weight:bold; color:green; text-decoration:underline; }
a:visited { font-weight:bold; color:green; text-decoration:underline; }
a:focus { font-weight:bold; color:green; text-decoration:underline; }
a:hover { font-weight:bold; color:green; text-decoration:underline; }
a:active { font-weight:bold; color:green; text-decoration:underline; }
p,h1,h2,h3,h4,h5,li { font-weight:bold; color:green; text-decoration:underline; }
