[MPlayer-DOCS] CVS: homepage/design7 default.css,1.24,1.25
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Jan 27 16:25:38 CET 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/homepage/design7
In directory mail:/var2/tmp/cvs-serv30915/design7
Modified Files:
default.css
Log Message:
The menu and textarea <div>s should get id instead of class attributes.
Index: default.css
===================================================================
RCS file: /cvsroot/mplayer/homepage/design7/default.css,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- default.css 27 Jan 2005 15:14:08 -0000 1.24
+++ default.css 27 Jan 2005 15:25:35 -0000 1.25
@@ -14,25 +14,25 @@
font-weight: bold; color: #CACABA; text-decoration: underline
}
-div.menu {
+div#menu {
background: url(images/left.jpg) no-repeat #303028; float: left;
width: 205px; padding-top: 200px;
}
-.menu hr {
+#menu hr {
height: 1px; border: 0px; margin: 0px; background-color: #2a2722
}
-.menu div:hover {
+#menu div:hover {
background-color: #202020
}
-.menu div {
+#menu div {
vertical-align: middle; text-align: right; padding-right: 2ex; padding-top: 0.2ex; padding-bottom: 0.2ex;
font-size: 12px; color: #C3C0AE
}
-.menu span.mirror {
+#menu span.mirror {
font-size: 10px
}
-.textarea {
+div#textarea {
background: url(images/textarea.jpg) no-repeat; margin-left: 205px;
padding-top: 4ex; padding-bottom: 4ex; padding-right: 1em; padding-left: 1em;
}
More information about the MPlayer-DOCS
mailing list