[MPlayer-DOCS] [homepage]: r3442 - trunk/design7/default.css

diego subversion at mplayerhq.hu
Sat Sep 5 17:06:11 CEST 2009


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}
 


More information about the MPlayer-DOCS mailing list