Link Styles

Markus Trippelsdorf markus at trippelsdorf.de
Sun Oct 9 07:44:55 PDT 2005


Links on the newly designed homepage are always underlined. This is a
typographical nightmare. It also ignores the preferences which the user
has made in his or her browser. So please consider the attached patch:
The modified style sheet will still underline links for users you like
them, but produce a more readable result for users who switched them
off in their browsers.
-------------- next part --------------
--- text_old.css	Sun Oct  9 16:15:02 2005
+++ text.css	Sun Oct  9 16:26:33 2005
@@ -95,15 +95,15 @@
 
 /* Link Styles */
 
-a:link                          { color:#990000; text-decoration: underline; }
-a:visited                       { color:#990000; text-decoration: underline; }
-a:active                        { color:#990000; text-decoration: underline; }
-a:hover                         { color:#000000; text-decoration: underline; }
+a:link                          { color:#990000; }
+a:visited                       { color:#990000; }
+a:active                        { color:#990000; }
+a:hover                         { color:#000000; }
 
-#FOOTER a:link, #footer a:link                { color:#666; text-decoration: underline; }
-#FOOTER a:visited, #footer a:visited             { color:#666; text-decoration: underline; }
-#FOOTER a:active, #footer a:active              { color:#666; text-decoration: underline; }
-#FOOTER a:hover, #footer a:hover               { color:#000000; text-decoration: underline; }
+#FOOTER a:link, #footer a:link                { color:#666; }
+#FOOTER a:visited, #footer a:visited             { color:#666; }
+#FOOTER a:active, #footer a:active              { color:#666; }
+#FOOTER a:hover, #footer a:hover               { color:#000000; }
 
 #FRONTNEMSCONTAINER h2, #frontnemscontainer h2 {
   margin: 0;


More information about the freebsd-www mailing list