[MPlayer-DOCS] [homepage]: r3443 - trunk/design7/default.css
diego
subversion at mplayerhq.hu
Sat Sep 5 17:16:32 CEST 2009
Author: diego
Date: Sat Sep 5 17:16:31 2009
New Revision: 3443
Log:
Make sure that links in the menu are not underline but change color when hovered.
Modified:
trunk/design7/default.css
Modified: trunk/design7/default.css
==============================================================================
--- trunk/design7/default.css Sat Sep 5 17:06:10 2009 (r3442)
+++ trunk/design7/default.css Sat Sep 5 17:16:31 2009 (r3443)
@@ -30,10 +30,15 @@
padding-top: 200px;
text-align: right;}
-#menu a {
+#menu a:link, #menu a:visited {
color: #888870;
text-decoration: none;}
+#menu a[href]:hover {
+ font-weight: bold;
+ color: #CACABA;
+ text-decoration: none;}
+
#menu div:hover, #menu li:hover {
background-color: #202020}
More information about the MPlayer-DOCS
mailing list