Author: diego
Date: Sat Sep  5 17:06:10 2009
New Revision: 3442

Log:
Differentiate visited links from non-visited links visually, except in the menu.

Modified:
   trunk/design7/default.css

Modified: trunk/design7/default.css
==============================================================================
--- trunk/design7/default.css   Sat Sep  5 16:55:44 2009        (r3441)
+++ trunk/design7/default.css   Sat Sep  5 17:06:10 2009        (r3442)
@@ -7,10 +7,15 @@
 a[href] img:hover {
        outline: #CACABA solid 1px;}
 
-a:link, a:visited {
+a:link {
        color: #888870;
        font-weight: bold;
-       text-decoration: none;}
+       text-decoration: underline;}
+
+a:visited {
+       color: #CACABA;
+       font-weight: bold;
+       text-decoration: underline;}
 
 a[href]:hover {
        font-weight: bold;
@@ -25,6 +30,10 @@
        padding-top: 200px;
        text-align: right;}
 
+#menu a {
+       color: #888870;
+       text-decoration: none;}
+
 #menu div:hover, #menu li:hover {
        background-color: #202020}
 
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs

Reply via email to