[MPlayer-DOCS] CVS: homepage/design7 default.css,1.18,1.19

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Jan 23 22:39:29 CET 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/homepage/design7
In directory mail:/var2/tmp/cvs-serv29203/design7

Modified Files:
	default.css 
Log Message:
Simplify menu design with CSS.


Index: default.css
===================================================================
RCS file: /cvsroot/mplayer/homepage/design7/default.css,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- default.css	23 Jan 2005 21:27:08 -0000	1.18
+++ default.css	23 Jan 2005 21:39:26 -0000	1.19
@@ -19,13 +19,16 @@
 .menu hr {
 	height: 1px; border: 0px; margin: 0px; background-color: #2a2722
 }
-div.menuentry:hover {
+.menu div:hover {
 	background-color: #202020
 }
-.menuentry {
+.menu div {
 	vertical-align: middle; text-align: right; padding-right: 2ex; padding-top: 0.2ex; padding-bottom: 0.2ex;
 	font-weight: normal; font-size: 12px; color: #C3C0AE; font-family: arial, verdana, helvetica, sans-serif; text-decoration: none
 }
+.menu span.mirror {
+	font-size: 10px
+}
 
 th {
 	font-weight: bolder; font-size: 14px; color: #D3D0BE; font-family: arial, verdana, helvetica, sans-serif; text-decoration: none; text-transform:uppercase




More information about the MPlayer-DOCS mailing list