Unterstütze uns! Spende jetzt!

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

Aus PiratenWiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „a:link { font-weight:bold; color:blue; text-decoration:none; } a:visited { font-weight:bold; color:silver; text-decoration:none; } a:focus { font-weight:bold; …“)
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
a:link { font-weight:bold; color:blue; text-decoration:none; }
a:link { font-weight:bold; color:blue; text-decoration:underline; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:underline; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:green; text-decoration:none; }
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:lime; text-decoration:underline; }

Version vom 31. Oktober 2012, 18:13 Uhr

a:link { font-weight:bold; color:blue; text-decoration:underline; }
a:visited { font-weight:bold; color:silver; text-decoration:underline; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:green; text-decoration:underline; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }