Unterstütze uns! Spende jetzt!

Benutzerin:Geka FF/vector.css: Unterschied zwischen den Versionen

Aus PiratenWiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
a:link { font-weight:bold; color:blue; text-decoration:underline; }
a:link { font-weight:bold; color:green; text-decoration:underline; }
a:visited { font-weight:bold; color:silver; text-decoration:underline; }
a:visited { font-weight:bold; color:green; text-decoration:underline; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
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:lime; 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; }

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; }